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-layout=GNU --localstatedir=/var --with-config-file-scan-dir=/usr/local/etc/php --disable-all --enable-libxml --enable-mysqlnd --with-libxml-dir=/usr/local --with-pcre-regex=/usr/local --with-zlib-dir=/usr --program-prefix= --enable-embed --with-regex=php --with-zend-vm=CALL --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd10.0
8:
9: ## --------- ##
10: ## Platform. ##
11: ## --------- ##
12:
13: hostname = elwix.aitnet.org
14: uname -m = i386
15: uname -r = 10.0-CURRENT
16: uname -s = FreeBSD
17: uname -v = FreeBSD 10.0-CURRENT #14: Mon May 28 16:02:57 EEST 2012 root@elwix.aitnet.org:/usr/obj/usr/src/sys/GENERIC
18:
19: /usr/bin/uname -p = i386
20: /bin/uname -X = unknown
21:
22: /bin/arch = unknown
23: /usr/bin/arch -k = unknown
24: /usr/convex/getsysinfo = unknown
25: /usr/bin/hostinfo = unknown
26: /bin/machine = unknown
27: /usr/bin/oslevel = unknown
28: /bin/universe = unknown
29:
30: PATH: /home/misho/bin
31: PATH: /bin
32: PATH: /sbin
33: PATH: /usr/bin
34: PATH: /usr/sbin
35: PATH: /usr/X11R6/bin
36: PATH: /usr/pkg/bin
37: PATH: /usr/pkg/sbin
38: PATH: /usr/games
39: PATH: /usr/local/bin
40: PATH: /usr/local/sbin
41: PATH: /elwix/pkg/bin
42: PATH: /elwix/pkg/sbin
43:
44:
45: ## ----------- ##
46: ## Core tests. ##
47: ## ----------- ##
48:
49: configure:3275: checking for grep that handles long lines and -e
50: configure:3333: result: /usr/bin/grep
51: configure:3338: checking for egrep
52: configure:3400: result: /usr/bin/grep -E
53: configure:3405: checking for a sed that does not truncate output
54: configure:3459: result: sed
55: configure:3564: checking build system type
56: configure:3578: result: i386-portbld-freebsd10.0
57: configure:3598: checking host system type
58: configure:3611: result: i386-portbld-freebsd10.0
59: configure:3631: checking target system type
60: configure:3644: result: i386-portbld-freebsd10.0
61: configure:3877: checking for C compiler version
62: configure:3886: cc --version >&5
63: cc (GCC) 4.2.1 20070831 patched [FreeBSD]
64: Copyright (C) 2007 Free Software Foundation, Inc.
65: This is free software; see the source for copying conditions. There is NO
66: warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
67:
68: configure:3897: $? = 0
69: configure:3886: cc -v >&5
70: Using built-in specs.
71: Target: i386-undermydesk-freebsd
72: Configured with: FreeBSD/i386 system compiler
73: Thread model: posix
74: gcc version 4.2.1 20070831 patched [FreeBSD]
75: configure:3897: $? = 0
76: configure:3886: cc -V >&5
77: cc: '-V' option must have argument
78: configure:3897: $? = 1
79: configure:3886: cc -qversion >&5
80: cc: unrecognized option '-qversion'
81: cc: No input files specified
82: configure:3897: $? = 1
83: configure:3917: checking whether the C compiler works
84: configure:3939: cc -O2 -pipe -fno-strict-aliasing conftest.c >&5
85: configure:3943: $? = 0
86: configure:3991: result: yes
87: configure:3994: checking for C compiler default output file name
88: configure:3996: result: a.out
89: configure:4002: checking for suffix of executables
90: configure:4009: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
91: configure:4013: $? = 0
92: configure:4035: result:
93: configure:4057: checking whether we are cross compiling
94: configure:4065: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
95: configure:4069: $? = 0
96: configure:4076: ./conftest
97: configure:4080: $? = 0
98: configure:4095: result: no
99: configure:4100: checking for suffix of object files
100: configure:4122: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
101: configure:4126: $? = 0
102: configure:4147: result: o
103: configure:4151: checking whether we are using the GNU C compiler
104: configure:4170: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
105: configure:4170: $? = 0
106: configure:4179: result: yes
107: configure:4188: checking whether cc accepts -g
108: configure:4208: cc -c -g conftest.c >&5
109: configure:4208: $? = 0
110: configure:4249: result: yes
111: configure:4266: checking for cc option to accept ISO C89
112: configure:4329: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
113: configure:4329: $? = 0
114: configure:4342: result: none needed
115: configure:4368: checking how to run the C preprocessor
116: configure:4438: result: cpp
117: configure:4458: cpp conftest.c
118: configure:4458: $? = 0
119: configure:4472: cpp conftest.c
120: conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
121: configure:4472: $? = 1
122: configure: failed program was:
123: | /* confdefs.h */
124: | #define PACKAGE_NAME ""
125: | #define PACKAGE_TARNAME ""
126: | #define PACKAGE_VERSION ""
127: | #define PACKAGE_STRING ""
128: | #define PACKAGE_BUGREPORT ""
129: | #define PACKAGE_URL ""
130: | /* end confdefs.h. */
131: | #include <ac_nonexistent.h>
132: configure:4503: checking for icc
133: configure:4512: result: no
134: configure:4526: checking for suncc
135: configure:4535: result: no
136: configure:4553: checking whether cc understands -c and -o together
137: configure:4581: cc -c conftest.c -o conftest2.o >&5
138: configure:4585: $? = 0
139: configure:4591: cc -c conftest.c -o conftest2.o >&5
140: configure:4595: $? = 0
141: configure:4650: result: yes
142: configure:4665: checking how to run the C preprocessor
143: configure:4735: result: cpp
144: configure:4755: cpp conftest.c
145: configure:4755: $? = 0
146: configure:4769: cpp conftest.c
147: conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
148: configure:4769: $? = 1
149: configure: failed program was:
150: | /* confdefs.h */
151: | #define PACKAGE_NAME ""
152: | #define PACKAGE_TARNAME ""
153: | #define PACKAGE_VERSION ""
154: | #define PACKAGE_STRING ""
155: | #define PACKAGE_BUGREPORT ""
156: | #define PACKAGE_URL ""
157: | /* end confdefs.h. */
158: | #include <ac_nonexistent.h>
159: configure:4797: checking for ANSI C header files
160: configure:4817: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
161: configure:4817: $? = 0
162: configure:4890: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5
163: configure:4890: $? = 0
164: configure:4890: ./conftest
165: configure:4890: $? = 0
166: configure:4901: result: yes
167: configure:4914: checking for sys/types.h
168: configure:4914: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
169: configure:4914: $? = 0
170: configure:4914: result: yes
171: configure:4914: checking for sys/stat.h
172: configure:4914: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
173: configure:4914: $? = 0
174: configure:4914: result: yes
175: configure:4914: checking for stdlib.h
176: configure:4914: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
177: configure:4914: $? = 0
178: configure:4914: result: yes
179: configure:4914: checking for string.h
180: configure:4914: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
181: configure:4914: $? = 0
182: configure:4914: result: yes
183: configure:4914: checking for memory.h
184: configure:4914: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
185: configure:4914: $? = 0
186: configure:4914: result: yes
187: configure:4914: checking for strings.h
188: configure:4914: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
189: configure:4914: $? = 0
190: configure:4914: result: yes
191: configure:4914: checking for inttypes.h
192: configure:4914: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
193: configure:4914: $? = 0
194: configure:4914: result: yes
195: configure:4914: checking for stdint.h
196: configure:4914: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
197: configure:4914: $? = 0
198: configure:4914: result: yes
199: configure:4914: checking for unistd.h
200: configure:4914: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
201: configure:4914: $? = 0
202: configure:4914: result: yes
203: configure:4927: checking minix/config.h usability
204: configure:4927: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
205: conftest.c:52:26: error: minix/config.h: No such file or directory
206: configure:4927: $? = 1
207: configure: failed program was:
208: | /* confdefs.h */
209: | #define PACKAGE_NAME ""
210: | #define PACKAGE_TARNAME ""
211: | #define PACKAGE_VERSION ""
212: | #define PACKAGE_STRING ""
213: | #define PACKAGE_BUGREPORT ""
214: | #define PACKAGE_URL ""
215: | #define STDC_HEADERS 1
216: | #define HAVE_SYS_TYPES_H 1
217: | #define HAVE_SYS_STAT_H 1
218: | #define HAVE_STDLIB_H 1
219: | #define HAVE_STRING_H 1
220: | #define HAVE_MEMORY_H 1
221: | #define HAVE_STRINGS_H 1
222: | #define HAVE_INTTYPES_H 1
223: | #define HAVE_STDINT_H 1
224: | #define HAVE_UNISTD_H 1
225: | /* end confdefs.h. */
226: | #include <stdio.h>
227: | #ifdef HAVE_SYS_TYPES_H
228: | # include <sys/types.h>
229: | #endif
230: | #ifdef HAVE_SYS_STAT_H
231: | # include <sys/stat.h>
232: | #endif
233: | #ifdef STDC_HEADERS
234: | # include <stdlib.h>
235: | # include <stddef.h>
236: | #else
237: | # ifdef HAVE_STDLIB_H
238: | # include <stdlib.h>
239: | # endif
240: | #endif
241: | #ifdef HAVE_STRING_H
242: | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
243: | # include <memory.h>
244: | # endif
245: | # include <string.h>
246: | #endif
247: | #ifdef HAVE_STRINGS_H
248: | # include <strings.h>
249: | #endif
250: | #ifdef HAVE_INTTYPES_H
251: | # include <inttypes.h>
252: | #endif
253: | #ifdef HAVE_STDINT_H
254: | # include <stdint.h>
255: | #endif
256: | #ifdef HAVE_UNISTD_H
257: | # include <unistd.h>
258: | #endif
259: | #include <minix/config.h>
260: configure:4927: result: no
261: configure:4927: checking minix/config.h presence
262: configure:4927: cpp conftest.c
263: conftest.c:19:26: error: minix/config.h: No such file or directory
264: configure:4927: $? = 1
265: configure: failed program was:
266: | /* confdefs.h */
267: | #define PACKAGE_NAME ""
268: | #define PACKAGE_TARNAME ""
269: | #define PACKAGE_VERSION ""
270: | #define PACKAGE_STRING ""
271: | #define PACKAGE_BUGREPORT ""
272: | #define PACKAGE_URL ""
273: | #define STDC_HEADERS 1
274: | #define HAVE_SYS_TYPES_H 1
275: | #define HAVE_SYS_STAT_H 1
276: | #define HAVE_STDLIB_H 1
277: | #define HAVE_STRING_H 1
278: | #define HAVE_MEMORY_H 1
279: | #define HAVE_STRINGS_H 1
280: | #define HAVE_INTTYPES_H 1
281: | #define HAVE_STDINT_H 1
282: | #define HAVE_UNISTD_H 1
283: | /* end confdefs.h. */
284: | #include <minix/config.h>
285: configure:4927: result: no
286: configure:4927: checking for minix/config.h
287: configure:4927: result: no
288: configure:4948: checking whether it is safe to define __EXTENSIONS__
289: configure:4966: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
290: configure:4966: $? = 0
291: configure:4973: result: yes
292: configure:4988: checking whether ln -s works
293: configure:4992: result: yes
294: configure:5003: checking for system library directory
295: configure:5018: result: lib
296: configure:5027: checking whether to enable runpaths
297: configure:5041: result: yes
298: configure:5048: checking if compiler supports -R
299: configure:5067: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c -R /usr/lib >&5
300: configure:5067: $? = 0
301: configure:5077: result: yes
302: configure:5129: checking for gawk
303: configure:5146: found /usr/X11R6/bin/gawk
304: configure:5157: result: gawk
305: configure:5201: checking for bison
306: configure:5217: found /usr/X11R6/bin/bison
307: configure:5228: result: bison -y
308: configure:5249: checking for bison version
309: configure:5269: result: 2.4.3 (ok)
310: configure:5288: checking for re2c
311: configure:5318: result: no
312: configure:5343: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
313: configure:5364: checking whether to enable computed goto gcc extension with re2c
314: configure:5378: result: no
315: configure:5672: checking whether to force non-PIC code in shared modules
316: configure:5678: result: yes
317: configure:5704: checking whether /dev/urandom exists
318: configure:5710: result: yes
319: configure:5814: result:
320: configure:5816: result: [1mConfiguring SAPI modules[m
321: configure:5844: checking for AOLserver support
322: configure:6059: result: no
323: configure:6087: checking for Apache 1.x module support via DSO through APXS
324: configure:6377: result: no
325: configure:6403: checking for Apache 1.x module support
326: configure:7175: result: no
327: configure:7187: checking whether to enable Apache charset compatibility option
328: configure:7201: result: no
329: configure:7351: checking for Apache 2.0 filter-module support via DSO through APXS
330: configure:8147: result: no
331: configure:8175: checking for Apache 2.0 handler-module support via DSO through APXS
332: configure:8971: result: no
333: configure:9000: checking for Apache 1.x (hooks) module support via DSO through APXS
334: configure:9290: result: no
335: configure:9316: checking for Apache 1.x (hooks) module support
336: configure:10088: result: no
337: configure:10100: checking whether to enable Apache charset compatibility option
338: configure:10114: result: no
339: configure:10265: checking for Caudium support
340: configure:10579: result: no
341: configure:10605: checking for CLI build
342: configure:10748: result: yes
343: configure:10755: checking for Continuity support
344: configure:10770: result: no
345: configure:11015: checking for embedded SAPI library support
346: configure:11211: result: shared
347: configure:11270: checking for FPM build
348: configure:12596: result: no
349: configure:12604: checking for Zeus ISAPI support
350: configure:12619: result: no
351: configure:12836: checking for LiteSpeed support
352: configure:13006: result: no
353: configure:13013: checking for Milter support
354: configure:13028: result: no
355: configure:13219: checking for NSAPI support
356: configure:13234: result: no
357: configure:13505: checking for PHTTPD support
358: configure:13520: result: no
359: configure:13737: checking for Pi3Web support
360: configure:13752: result: no
361: configure:14087: checking whether Roxen module is build using ZTS
362: configure:14101: result: no
363: configure:14108: checking for Roxen/Pike support
364: configure:14344: result:
365: configure:14371: checking for thttpd
366: configure:14594: result: no
367: configure:14620: checking for TUX
368: configure:14800: result: no
369: configure:14827: checking for webjames
370: configure:15039: result: no
371: configure:15065: checking for CGI build
372: configure:15068: result: yes
373: configure:15070: checking for socklen_t in sys/socket.h
374: configure:15079: result: yes
375: configure:15091: checking for sun_len in sys/un.h
376: configure:15100: result: yes
377: configure:15112: checking whether cross-process locking is required by accept()
378: configure:15123: result: no
379: configure:15269: checking for chosen SAPI module
380: configure:15271: result: embed
381: configure:15274: checking for executable SAPI binaries
382: configure:15277: result: cli cgi
383: configure:15302: result:
384: configure:15304: result: [1mRunning system checks[m
385: configure:15312: checking for sendmail
386: configure:15331: found /usr/sbin/sendmail
387: configure:15343: result: /usr/sbin/sendmail
388: configure:15357: checking whether system uses EBCDIC
389: configure:15376: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
390: configure:15376: $? = 0
391: configure:15376: ./conftest
392: configure:15376: $? = 1
393: configure: program exited with status 1
394: configure: failed program was:
395: | /* confdefs.h */
396: | #define PACKAGE_NAME ""
397: | #define PACKAGE_TARNAME ""
398: | #define PACKAGE_VERSION ""
399: | #define PACKAGE_STRING ""
400: | #define PACKAGE_BUGREPORT ""
401: | #define PACKAGE_URL ""
402: | #define STDC_HEADERS 1
403: | #define HAVE_SYS_TYPES_H 1
404: | #define HAVE_SYS_STAT_H 1
405: | #define HAVE_STDLIB_H 1
406: | #define HAVE_STRING_H 1
407: | #define HAVE_MEMORY_H 1
408: | #define HAVE_STRINGS_H 1
409: | #define HAVE_INTTYPES_H 1
410: | #define HAVE_STDINT_H 1
411: | #define HAVE_UNISTD_H 1
412: | #define __EXTENSIONS__ 1
413: | #define _ALL_SOURCE 1
414: | #define _GNU_SOURCE 1
415: | #define _POSIX_PTHREAD_SEMANTICS 1
416: | #define _TANDEM_SOURCE 1
417: | #define HAVE_DEV_URANDOM 1
418: | #define HAVE_SOCKLEN_T 1
419: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
420: | /* end confdefs.h. */
421: |
422: | int main(void) {
423: | return (unsigned char)'A' != (unsigned char)0xC1;
424: | }
425: |
426: configure:15390: result: no
427: configure:15399: checking whether byte ordering is bigendian
428: configure:15425: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
429: configure:15425: $? = 0
430: configure:15425: ./conftest
431: configure:15425: $? = 1
432: configure: program exited with status 1
433: configure: failed program was:
434: | /* confdefs.h */
435: | #define PACKAGE_NAME ""
436: | #define PACKAGE_TARNAME ""
437: | #define PACKAGE_VERSION ""
438: | #define PACKAGE_STRING ""
439: | #define PACKAGE_BUGREPORT ""
440: | #define PACKAGE_URL ""
441: | #define STDC_HEADERS 1
442: | #define HAVE_SYS_TYPES_H 1
443: | #define HAVE_SYS_STAT_H 1
444: | #define HAVE_STDLIB_H 1
445: | #define HAVE_STRING_H 1
446: | #define HAVE_MEMORY_H 1
447: | #define HAVE_STRINGS_H 1
448: | #define HAVE_INTTYPES_H 1
449: | #define HAVE_STDINT_H 1
450: | #define HAVE_UNISTD_H 1
451: | #define __EXTENSIONS__ 1
452: | #define _ALL_SOURCE 1
453: | #define _GNU_SOURCE 1
454: | #define _POSIX_PTHREAD_SEMANTICS 1
455: | #define _TANDEM_SOURCE 1
456: | #define HAVE_DEV_URANDOM 1
457: | #define HAVE_SOCKLEN_T 1
458: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
459: | /* end confdefs.h. */
460: |
461: | int main(void)
462: | {
463: | short one = 1;
464: | char *cp = (char *)&one;
465: |
466: | if (*cp == 0) {
467: | return(0);
468: | } else {
469: | return(1);
470: | }
471: | }
472: |
473: configure:15436: result: no
474: configure:15446: checking whether writing to stdout works
475: configure:15475: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
476: configure:15475: $? = 0
477: configure:15475: ./conftest
478: configure:15475: $? = 0
479: configure:15490: result: yes
480: configure:15545: checking for socket
481: configure:15545: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
482: configure:15545: $? = 0
483: configure:15545: result: yes
484: configure:15713: checking for socketpair
485: configure:15713: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
486: configure:15713: $? = 0
487: configure:15713: result: yes
488: configure:15881: checking for htonl
489: configure:15881: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
490: configure:15881: $? = 0
491: configure:15881: result: yes
492: configure:16049: checking for gethostname
493: configure:16049: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
494: configure:16049: $? = 0
495: configure:16049: result: yes
496: configure:16217: checking for gethostbyaddr
497: configure:16217: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
498: configure:16217: $? = 0
499: configure:16217: result: yes
500: configure:16385: checking for yp_get_default_domain
501: configure:16385: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
502: configure:16385: $? = 0
503: configure:16385: result: yes
504: configure:16554: checking for dlopen
505: configure:16554: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
506: configure:16554: $? = 0
507: configure:16554: result: yes
508: configure:16722: checking for sin in -lm
509: configure:16747: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
510: conftest.c:43: warning: conflicting types for built-in function 'sin'
511: configure:16747: $? = 0
512: configure:16756: result: yes
513: configure:16773: checking for inet_aton
514: configure:16773: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
515: configure:16773: $? = 0
516: configure:16773: result: yes
517: configure:17073: checking for ANSI C header files
518: configure:17177: result: yes
519: configure:17188: checking for dirent.h that defines DIR
520: configure:17207: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
521: configure:17207: $? = 0
522: configure:17215: result: yes
523: configure:17228: checking for library containing opendir
524: configure:17259: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
525: configure:17259: $? = 0
526: configure:17276: result: none required
527: configure:17402: checking for inttypes.h
528: configure:17402: result: yes
529: configure:17402: checking for stdint.h
530: configure:17402: result: yes
531: configure:17402: checking for dirent.h
532: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
533: configure:17402: $? = 0
534: configure:17402: result: yes
535: configure:17402: checking for ApplicationServices/ApplicationServices.h
536: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
537: conftest.c:61:53: error: ApplicationServices/ApplicationServices.h: No such file or directory
538: configure:17402: $? = 1
539: configure: failed program was:
540: | /* confdefs.h */
541: | #define PACKAGE_NAME ""
542: | #define PACKAGE_TARNAME ""
543: | #define PACKAGE_VERSION ""
544: | #define PACKAGE_STRING ""
545: | #define PACKAGE_BUGREPORT ""
546: | #define PACKAGE_URL ""
547: | #define STDC_HEADERS 1
548: | #define HAVE_SYS_TYPES_H 1
549: | #define HAVE_SYS_STAT_H 1
550: | #define HAVE_STDLIB_H 1
551: | #define HAVE_STRING_H 1
552: | #define HAVE_MEMORY_H 1
553: | #define HAVE_STRINGS_H 1
554: | #define HAVE_INTTYPES_H 1
555: | #define HAVE_STDINT_H 1
556: | #define HAVE_UNISTD_H 1
557: | #define __EXTENSIONS__ 1
558: | #define _ALL_SOURCE 1
559: | #define _GNU_SOURCE 1
560: | #define _POSIX_PTHREAD_SEMANTICS 1
561: | #define _TANDEM_SOURCE 1
562: | #define HAVE_DEV_URANDOM 1
563: | #define HAVE_SOCKLEN_T 1
564: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
565: | #define PHP_WRITE_STDOUT 1
566: | #define HAVE_SOCKET 1
567: | #define HAVE_SOCKETPAIR 1
568: | #define HAVE_HTONL 1
569: | #define HAVE_GETHOSTNAME 1
570: | #define HAVE_GETHOSTBYADDR 1
571: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
572: | #define HAVE_DLOPEN 1
573: | #define HAVE_LIBDL 1
574: | #define HAVE_LIBM 1
575: | #define HAVE_INET_ATON 1
576: | #define STDC_HEADERS 1
577: | #define HAVE_DIRENT_H 1
578: | #define HAVE_INTTYPES_H 1
579: | #define HAVE_STDINT_H 1
580: | #define HAVE_DIRENT_H 1
581: | /* end confdefs.h. */
582: |
583: | #ifdef HAVE_SYS_PARAM_H
584: | #include <sys/param.h>
585: | #endif
586: | #ifdef HAVE_SYS_TYPES_H
587: | #include <sys/types.h>
588: | #endif
589: | #ifdef HAVE_SYS_TIME_H
590: | #include <sys/time.h>
591: | #endif
592: | #ifdef HAVE_NETINET_IN_H
593: | #include <netinet/in.h>
594: | #endif
595: | #ifdef HAVE_ARPA_NAMESER_H
596: | #include <arpa/nameser.h>
597: | #endif
598: |
599: |
600: | #include <ApplicationServices/ApplicationServices.h>
601: configure:17402: result: no
602: configure:17402: checking for sys/param.h
603: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
604: configure:17402: $? = 0
605: configure:17402: result: yes
606: configure:17402: checking for sys/types.h
607: configure:17402: result: yes
608: configure:17402: checking for sys/time.h
609: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
610: configure:17402: $? = 0
611: configure:17402: result: yes
612: configure:17402: checking for netinet/in.h
613: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
614: configure:17402: $? = 0
615: configure:17402: result: yes
616: configure:17402: checking for alloca.h
617: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
618: conftest.c:65:20: error: alloca.h: No such file or directory
619: configure:17402: $? = 1
620: configure: failed program was:
621: | /* confdefs.h */
622: | #define PACKAGE_NAME ""
623: | #define PACKAGE_TARNAME ""
624: | #define PACKAGE_VERSION ""
625: | #define PACKAGE_STRING ""
626: | #define PACKAGE_BUGREPORT ""
627: | #define PACKAGE_URL ""
628: | #define STDC_HEADERS 1
629: | #define HAVE_SYS_TYPES_H 1
630: | #define HAVE_SYS_STAT_H 1
631: | #define HAVE_STDLIB_H 1
632: | #define HAVE_STRING_H 1
633: | #define HAVE_MEMORY_H 1
634: | #define HAVE_STRINGS_H 1
635: | #define HAVE_INTTYPES_H 1
636: | #define HAVE_STDINT_H 1
637: | #define HAVE_UNISTD_H 1
638: | #define __EXTENSIONS__ 1
639: | #define _ALL_SOURCE 1
640: | #define _GNU_SOURCE 1
641: | #define _POSIX_PTHREAD_SEMANTICS 1
642: | #define _TANDEM_SOURCE 1
643: | #define HAVE_DEV_URANDOM 1
644: | #define HAVE_SOCKLEN_T 1
645: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
646: | #define PHP_WRITE_STDOUT 1
647: | #define HAVE_SOCKET 1
648: | #define HAVE_SOCKETPAIR 1
649: | #define HAVE_HTONL 1
650: | #define HAVE_GETHOSTNAME 1
651: | #define HAVE_GETHOSTBYADDR 1
652: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
653: | #define HAVE_DLOPEN 1
654: | #define HAVE_LIBDL 1
655: | #define HAVE_LIBM 1
656: | #define HAVE_INET_ATON 1
657: | #define STDC_HEADERS 1
658: | #define HAVE_DIRENT_H 1
659: | #define HAVE_INTTYPES_H 1
660: | #define HAVE_STDINT_H 1
661: | #define HAVE_DIRENT_H 1
662: | #define HAVE_SYS_PARAM_H 1
663: | #define HAVE_SYS_TYPES_H 1
664: | #define HAVE_SYS_TIME_H 1
665: | #define HAVE_NETINET_IN_H 1
666: | /* end confdefs.h. */
667: |
668: | #ifdef HAVE_SYS_PARAM_H
669: | #include <sys/param.h>
670: | #endif
671: | #ifdef HAVE_SYS_TYPES_H
672: | #include <sys/types.h>
673: | #endif
674: | #ifdef HAVE_SYS_TIME_H
675: | #include <sys/time.h>
676: | #endif
677: | #ifdef HAVE_NETINET_IN_H
678: | #include <netinet/in.h>
679: | #endif
680: | #ifdef HAVE_ARPA_NAMESER_H
681: | #include <arpa/nameser.h>
682: | #endif
683: |
684: |
685: | #include <alloca.h>
686: configure:17402: result: no
687: configure:17402: checking for arpa/inet.h
688: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
689: configure:17402: $? = 0
690: configure:17402: result: yes
691: configure:17402: checking for arpa/nameser.h
692: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
693: configure:17402: $? = 0
694: configure:17402: result: yes
695: configure:17402: checking for assert.h
696: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
697: configure:17402: $? = 0
698: configure:17402: result: yes
699: configure:17402: checking for crypt.h
700: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
701: conftest.c:68:19: error: crypt.h: No such file or directory
702: configure:17402: $? = 1
703: configure: failed program was:
704: | /* confdefs.h */
705: | #define PACKAGE_NAME ""
706: | #define PACKAGE_TARNAME ""
707: | #define PACKAGE_VERSION ""
708: | #define PACKAGE_STRING ""
709: | #define PACKAGE_BUGREPORT ""
710: | #define PACKAGE_URL ""
711: | #define STDC_HEADERS 1
712: | #define HAVE_SYS_TYPES_H 1
713: | #define HAVE_SYS_STAT_H 1
714: | #define HAVE_STDLIB_H 1
715: | #define HAVE_STRING_H 1
716: | #define HAVE_MEMORY_H 1
717: | #define HAVE_STRINGS_H 1
718: | #define HAVE_INTTYPES_H 1
719: | #define HAVE_STDINT_H 1
720: | #define HAVE_UNISTD_H 1
721: | #define __EXTENSIONS__ 1
722: | #define _ALL_SOURCE 1
723: | #define _GNU_SOURCE 1
724: | #define _POSIX_PTHREAD_SEMANTICS 1
725: | #define _TANDEM_SOURCE 1
726: | #define HAVE_DEV_URANDOM 1
727: | #define HAVE_SOCKLEN_T 1
728: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
729: | #define PHP_WRITE_STDOUT 1
730: | #define HAVE_SOCKET 1
731: | #define HAVE_SOCKETPAIR 1
732: | #define HAVE_HTONL 1
733: | #define HAVE_GETHOSTNAME 1
734: | #define HAVE_GETHOSTBYADDR 1
735: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
736: | #define HAVE_DLOPEN 1
737: | #define HAVE_LIBDL 1
738: | #define HAVE_LIBM 1
739: | #define HAVE_INET_ATON 1
740: | #define STDC_HEADERS 1
741: | #define HAVE_DIRENT_H 1
742: | #define HAVE_INTTYPES_H 1
743: | #define HAVE_STDINT_H 1
744: | #define HAVE_DIRENT_H 1
745: | #define HAVE_SYS_PARAM_H 1
746: | #define HAVE_SYS_TYPES_H 1
747: | #define HAVE_SYS_TIME_H 1
748: | #define HAVE_NETINET_IN_H 1
749: | #define HAVE_ARPA_INET_H 1
750: | #define HAVE_ARPA_NAMESER_H 1
751: | #define HAVE_ASSERT_H 1
752: | /* end confdefs.h. */
753: |
754: | #ifdef HAVE_SYS_PARAM_H
755: | #include <sys/param.h>
756: | #endif
757: | #ifdef HAVE_SYS_TYPES_H
758: | #include <sys/types.h>
759: | #endif
760: | #ifdef HAVE_SYS_TIME_H
761: | #include <sys/time.h>
762: | #endif
763: | #ifdef HAVE_NETINET_IN_H
764: | #include <netinet/in.h>
765: | #endif
766: | #ifdef HAVE_ARPA_NAMESER_H
767: | #include <arpa/nameser.h>
768: | #endif
769: |
770: |
771: | #include <crypt.h>
772: configure:17402: result: no
773: configure:17402: checking for dns.h
774: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
775: conftest.c:68:17: error: dns.h: No such file or directory
776: configure:17402: $? = 1
777: configure: failed program was:
778: | /* confdefs.h */
779: | #define PACKAGE_NAME ""
780: | #define PACKAGE_TARNAME ""
781: | #define PACKAGE_VERSION ""
782: | #define PACKAGE_STRING ""
783: | #define PACKAGE_BUGREPORT ""
784: | #define PACKAGE_URL ""
785: | #define STDC_HEADERS 1
786: | #define HAVE_SYS_TYPES_H 1
787: | #define HAVE_SYS_STAT_H 1
788: | #define HAVE_STDLIB_H 1
789: | #define HAVE_STRING_H 1
790: | #define HAVE_MEMORY_H 1
791: | #define HAVE_STRINGS_H 1
792: | #define HAVE_INTTYPES_H 1
793: | #define HAVE_STDINT_H 1
794: | #define HAVE_UNISTD_H 1
795: | #define __EXTENSIONS__ 1
796: | #define _ALL_SOURCE 1
797: | #define _GNU_SOURCE 1
798: | #define _POSIX_PTHREAD_SEMANTICS 1
799: | #define _TANDEM_SOURCE 1
800: | #define HAVE_DEV_URANDOM 1
801: | #define HAVE_SOCKLEN_T 1
802: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
803: | #define PHP_WRITE_STDOUT 1
804: | #define HAVE_SOCKET 1
805: | #define HAVE_SOCKETPAIR 1
806: | #define HAVE_HTONL 1
807: | #define HAVE_GETHOSTNAME 1
808: | #define HAVE_GETHOSTBYADDR 1
809: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
810: | #define HAVE_DLOPEN 1
811: | #define HAVE_LIBDL 1
812: | #define HAVE_LIBM 1
813: | #define HAVE_INET_ATON 1
814: | #define STDC_HEADERS 1
815: | #define HAVE_DIRENT_H 1
816: | #define HAVE_INTTYPES_H 1
817: | #define HAVE_STDINT_H 1
818: | #define HAVE_DIRENT_H 1
819: | #define HAVE_SYS_PARAM_H 1
820: | #define HAVE_SYS_TYPES_H 1
821: | #define HAVE_SYS_TIME_H 1
822: | #define HAVE_NETINET_IN_H 1
823: | #define HAVE_ARPA_INET_H 1
824: | #define HAVE_ARPA_NAMESER_H 1
825: | #define HAVE_ASSERT_H 1
826: | /* end confdefs.h. */
827: |
828: | #ifdef HAVE_SYS_PARAM_H
829: | #include <sys/param.h>
830: | #endif
831: | #ifdef HAVE_SYS_TYPES_H
832: | #include <sys/types.h>
833: | #endif
834: | #ifdef HAVE_SYS_TIME_H
835: | #include <sys/time.h>
836: | #endif
837: | #ifdef HAVE_NETINET_IN_H
838: | #include <netinet/in.h>
839: | #endif
840: | #ifdef HAVE_ARPA_NAMESER_H
841: | #include <arpa/nameser.h>
842: | #endif
843: |
844: |
845: | #include <dns.h>
846: configure:17402: result: no
847: configure:17402: checking for fcntl.h
848: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
849: configure:17402: $? = 0
850: configure:17402: result: yes
851: configure:17402: checking for grp.h
852: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
853: configure:17402: $? = 0
854: configure:17402: result: yes
855: configure:17402: checking for ieeefp.h
856: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
857: configure:17402: $? = 0
858: configure:17402: result: yes
859: configure:17402: checking for langinfo.h
860: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
861: configure:17402: $? = 0
862: configure:17402: result: yes
863: configure:17402: checking for limits.h
864: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
865: configure:17402: $? = 0
866: configure:17402: result: yes
867: configure:17402: checking for locale.h
868: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
869: configure:17402: $? = 0
870: configure:17402: result: yes
871: configure:17402: checking for monetary.h
872: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
873: configure:17402: $? = 0
874: configure:17402: result: yes
875: configure:17402: checking for netdb.h
876: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
877: configure:17402: $? = 0
878: configure:17402: result: yes
879: configure:17402: checking for pwd.h
880: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
881: configure:17402: $? = 0
882: configure:17402: result: yes
883: configure:17402: checking for resolv.h
884: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
885: configure:17402: $? = 0
886: configure:17402: result: yes
887: configure:17402: checking for signal.h
888: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
889: configure:17402: $? = 0
890: configure:17402: result: yes
891: configure:17402: checking for stdarg.h
892: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
893: configure:17402: $? = 0
894: configure:17402: result: yes
895: configure:17402: checking for stdlib.h
896: configure:17402: result: yes
897: configure:17402: checking for string.h
898: configure:17402: result: yes
899: configure:17402: checking for syslog.h
900: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
901: configure:17402: $? = 0
902: configure:17402: result: yes
903: configure:17402: checking for sysexits.h
904: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
905: configure:17402: $? = 0
906: configure:17402: result: yes
907: configure:17402: checking for sys/ioctl.h
908: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
909: configure:17402: $? = 0
910: configure:17402: result: yes
911: configure:17402: checking for sys/file.h
912: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
913: configure:17402: $? = 0
914: configure:17402: result: yes
915: configure:17402: checking for sys/mman.h
916: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
917: configure:17402: $? = 0
918: configure:17402: result: yes
919: configure:17402: checking for sys/mount.h
920: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
921: configure:17402: $? = 0
922: configure:17402: result: yes
923: configure:17402: checking for sys/poll.h
924: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
925: configure:17402: $? = 0
926: configure:17402: result: yes
927: configure:17402: checking for sys/resource.h
928: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
929: configure:17402: $? = 0
930: configure:17402: result: yes
931: configure:17402: checking for sys/select.h
932: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
933: configure:17402: $? = 0
934: configure:17402: result: yes
935: configure:17402: checking for sys/socket.h
936: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
937: configure:17402: $? = 0
938: configure:17402: result: yes
939: configure:17402: checking for sys/stat.h
940: configure:17402: result: yes
941: configure:17402: checking for sys/statfs.h
942: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
943: conftest.c:93:24: error: sys/statfs.h: No such file or directory
944: configure:17402: $? = 1
945: configure: failed program was:
946: | /* confdefs.h */
947: | #define PACKAGE_NAME ""
948: | #define PACKAGE_TARNAME ""
949: | #define PACKAGE_VERSION ""
950: | #define PACKAGE_STRING ""
951: | #define PACKAGE_BUGREPORT ""
952: | #define PACKAGE_URL ""
953: | #define STDC_HEADERS 1
954: | #define HAVE_SYS_TYPES_H 1
955: | #define HAVE_SYS_STAT_H 1
956: | #define HAVE_STDLIB_H 1
957: | #define HAVE_STRING_H 1
958: | #define HAVE_MEMORY_H 1
959: | #define HAVE_STRINGS_H 1
960: | #define HAVE_INTTYPES_H 1
961: | #define HAVE_STDINT_H 1
962: | #define HAVE_UNISTD_H 1
963: | #define __EXTENSIONS__ 1
964: | #define _ALL_SOURCE 1
965: | #define _GNU_SOURCE 1
966: | #define _POSIX_PTHREAD_SEMANTICS 1
967: | #define _TANDEM_SOURCE 1
968: | #define HAVE_DEV_URANDOM 1
969: | #define HAVE_SOCKLEN_T 1
970: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
971: | #define PHP_WRITE_STDOUT 1
972: | #define HAVE_SOCKET 1
973: | #define HAVE_SOCKETPAIR 1
974: | #define HAVE_HTONL 1
975: | #define HAVE_GETHOSTNAME 1
976: | #define HAVE_GETHOSTBYADDR 1
977: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
978: | #define HAVE_DLOPEN 1
979: | #define HAVE_LIBDL 1
980: | #define HAVE_LIBM 1
981: | #define HAVE_INET_ATON 1
982: | #define STDC_HEADERS 1
983: | #define HAVE_DIRENT_H 1
984: | #define HAVE_INTTYPES_H 1
985: | #define HAVE_STDINT_H 1
986: | #define HAVE_DIRENT_H 1
987: | #define HAVE_SYS_PARAM_H 1
988: | #define HAVE_SYS_TYPES_H 1
989: | #define HAVE_SYS_TIME_H 1
990: | #define HAVE_NETINET_IN_H 1
991: | #define HAVE_ARPA_INET_H 1
992: | #define HAVE_ARPA_NAMESER_H 1
993: | #define HAVE_ASSERT_H 1
994: | #define HAVE_FCNTL_H 1
995: | #define HAVE_GRP_H 1
996: | #define HAVE_IEEEFP_H 1
997: | #define HAVE_LANGINFO_H 1
998: | #define HAVE_LIMITS_H 1
999: | #define HAVE_LOCALE_H 1
1000: | #define HAVE_MONETARY_H 1
1001: | #define HAVE_NETDB_H 1
1002: | #define HAVE_PWD_H 1
1003: | #define HAVE_RESOLV_H 1
1004: | #define HAVE_SIGNAL_H 1
1005: | #define HAVE_STDARG_H 1
1006: | #define HAVE_STDLIB_H 1
1007: | #define HAVE_STRING_H 1
1008: | #define HAVE_SYSLOG_H 1
1009: | #define HAVE_SYSEXITS_H 1
1010: | #define HAVE_SYS_IOCTL_H 1
1011: | #define HAVE_SYS_FILE_H 1
1012: | #define HAVE_SYS_MMAN_H 1
1013: | #define HAVE_SYS_MOUNT_H 1
1014: | #define HAVE_SYS_POLL_H 1
1015: | #define HAVE_SYS_RESOURCE_H 1
1016: | #define HAVE_SYS_SELECT_H 1
1017: | #define HAVE_SYS_SOCKET_H 1
1018: | #define HAVE_SYS_STAT_H 1
1019: | /* end confdefs.h. */
1020: |
1021: | #ifdef HAVE_SYS_PARAM_H
1022: | #include <sys/param.h>
1023: | #endif
1024: | #ifdef HAVE_SYS_TYPES_H
1025: | #include <sys/types.h>
1026: | #endif
1027: | #ifdef HAVE_SYS_TIME_H
1028: | #include <sys/time.h>
1029: | #endif
1030: | #ifdef HAVE_NETINET_IN_H
1031: | #include <netinet/in.h>
1032: | #endif
1033: | #ifdef HAVE_ARPA_NAMESER_H
1034: | #include <arpa/nameser.h>
1035: | #endif
1036: |
1037: |
1038: | #include <sys/statfs.h>
1039: configure:17402: result: no
1040: configure:17402: checking for sys/statvfs.h
1041: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1042: configure:17402: $? = 0
1043: configure:17402: result: yes
1044: configure:17402: checking for sys/vfs.h
1045: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1046: conftest.c:94:21: error: sys/vfs.h: No such file or directory
1047: configure:17402: $? = 1
1048: configure: failed program was:
1049: | /* confdefs.h */
1050: | #define PACKAGE_NAME ""
1051: | #define PACKAGE_TARNAME ""
1052: | #define PACKAGE_VERSION ""
1053: | #define PACKAGE_STRING ""
1054: | #define PACKAGE_BUGREPORT ""
1055: | #define PACKAGE_URL ""
1056: | #define STDC_HEADERS 1
1057: | #define HAVE_SYS_TYPES_H 1
1058: | #define HAVE_SYS_STAT_H 1
1059: | #define HAVE_STDLIB_H 1
1060: | #define HAVE_STRING_H 1
1061: | #define HAVE_MEMORY_H 1
1062: | #define HAVE_STRINGS_H 1
1063: | #define HAVE_INTTYPES_H 1
1064: | #define HAVE_STDINT_H 1
1065: | #define HAVE_UNISTD_H 1
1066: | #define __EXTENSIONS__ 1
1067: | #define _ALL_SOURCE 1
1068: | #define _GNU_SOURCE 1
1069: | #define _POSIX_PTHREAD_SEMANTICS 1
1070: | #define _TANDEM_SOURCE 1
1071: | #define HAVE_DEV_URANDOM 1
1072: | #define HAVE_SOCKLEN_T 1
1073: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
1074: | #define PHP_WRITE_STDOUT 1
1075: | #define HAVE_SOCKET 1
1076: | #define HAVE_SOCKETPAIR 1
1077: | #define HAVE_HTONL 1
1078: | #define HAVE_GETHOSTNAME 1
1079: | #define HAVE_GETHOSTBYADDR 1
1080: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
1081: | #define HAVE_DLOPEN 1
1082: | #define HAVE_LIBDL 1
1083: | #define HAVE_LIBM 1
1084: | #define HAVE_INET_ATON 1
1085: | #define STDC_HEADERS 1
1086: | #define HAVE_DIRENT_H 1
1087: | #define HAVE_INTTYPES_H 1
1088: | #define HAVE_STDINT_H 1
1089: | #define HAVE_DIRENT_H 1
1090: | #define HAVE_SYS_PARAM_H 1
1091: | #define HAVE_SYS_TYPES_H 1
1092: | #define HAVE_SYS_TIME_H 1
1093: | #define HAVE_NETINET_IN_H 1
1094: | #define HAVE_ARPA_INET_H 1
1095: | #define HAVE_ARPA_NAMESER_H 1
1096: | #define HAVE_ASSERT_H 1
1097: | #define HAVE_FCNTL_H 1
1098: | #define HAVE_GRP_H 1
1099: | #define HAVE_IEEEFP_H 1
1100: | #define HAVE_LANGINFO_H 1
1101: | #define HAVE_LIMITS_H 1
1102: | #define HAVE_LOCALE_H 1
1103: | #define HAVE_MONETARY_H 1
1104: | #define HAVE_NETDB_H 1
1105: | #define HAVE_PWD_H 1
1106: | #define HAVE_RESOLV_H 1
1107: | #define HAVE_SIGNAL_H 1
1108: | #define HAVE_STDARG_H 1
1109: | #define HAVE_STDLIB_H 1
1110: | #define HAVE_STRING_H 1
1111: | #define HAVE_SYSLOG_H 1
1112: | #define HAVE_SYSEXITS_H 1
1113: | #define HAVE_SYS_IOCTL_H 1
1114: | #define HAVE_SYS_FILE_H 1
1115: | #define HAVE_SYS_MMAN_H 1
1116: | #define HAVE_SYS_MOUNT_H 1
1117: | #define HAVE_SYS_POLL_H 1
1118: | #define HAVE_SYS_RESOURCE_H 1
1119: | #define HAVE_SYS_SELECT_H 1
1120: | #define HAVE_SYS_SOCKET_H 1
1121: | #define HAVE_SYS_STAT_H 1
1122: | #define HAVE_SYS_STATVFS_H 1
1123: | /* end confdefs.h. */
1124: |
1125: | #ifdef HAVE_SYS_PARAM_H
1126: | #include <sys/param.h>
1127: | #endif
1128: | #ifdef HAVE_SYS_TYPES_H
1129: | #include <sys/types.h>
1130: | #endif
1131: | #ifdef HAVE_SYS_TIME_H
1132: | #include <sys/time.h>
1133: | #endif
1134: | #ifdef HAVE_NETINET_IN_H
1135: | #include <netinet/in.h>
1136: | #endif
1137: | #ifdef HAVE_ARPA_NAMESER_H
1138: | #include <arpa/nameser.h>
1139: | #endif
1140: |
1141: |
1142: | #include <sys/vfs.h>
1143: configure:17402: result: no
1144: configure:17402: checking for sys/sysexits.h
1145: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1146: conftest.c:94:26: error: sys/sysexits.h: No such file or directory
1147: configure:17402: $? = 1
1148: configure: failed program was:
1149: | /* confdefs.h */
1150: | #define PACKAGE_NAME ""
1151: | #define PACKAGE_TARNAME ""
1152: | #define PACKAGE_VERSION ""
1153: | #define PACKAGE_STRING ""
1154: | #define PACKAGE_BUGREPORT ""
1155: | #define PACKAGE_URL ""
1156: | #define STDC_HEADERS 1
1157: | #define HAVE_SYS_TYPES_H 1
1158: | #define HAVE_SYS_STAT_H 1
1159: | #define HAVE_STDLIB_H 1
1160: | #define HAVE_STRING_H 1
1161: | #define HAVE_MEMORY_H 1
1162: | #define HAVE_STRINGS_H 1
1163: | #define HAVE_INTTYPES_H 1
1164: | #define HAVE_STDINT_H 1
1165: | #define HAVE_UNISTD_H 1
1166: | #define __EXTENSIONS__ 1
1167: | #define _ALL_SOURCE 1
1168: | #define _GNU_SOURCE 1
1169: | #define _POSIX_PTHREAD_SEMANTICS 1
1170: | #define _TANDEM_SOURCE 1
1171: | #define HAVE_DEV_URANDOM 1
1172: | #define HAVE_SOCKLEN_T 1
1173: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
1174: | #define PHP_WRITE_STDOUT 1
1175: | #define HAVE_SOCKET 1
1176: | #define HAVE_SOCKETPAIR 1
1177: | #define HAVE_HTONL 1
1178: | #define HAVE_GETHOSTNAME 1
1179: | #define HAVE_GETHOSTBYADDR 1
1180: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
1181: | #define HAVE_DLOPEN 1
1182: | #define HAVE_LIBDL 1
1183: | #define HAVE_LIBM 1
1184: | #define HAVE_INET_ATON 1
1185: | #define STDC_HEADERS 1
1186: | #define HAVE_DIRENT_H 1
1187: | #define HAVE_INTTYPES_H 1
1188: | #define HAVE_STDINT_H 1
1189: | #define HAVE_DIRENT_H 1
1190: | #define HAVE_SYS_PARAM_H 1
1191: | #define HAVE_SYS_TYPES_H 1
1192: | #define HAVE_SYS_TIME_H 1
1193: | #define HAVE_NETINET_IN_H 1
1194: | #define HAVE_ARPA_INET_H 1
1195: | #define HAVE_ARPA_NAMESER_H 1
1196: | #define HAVE_ASSERT_H 1
1197: | #define HAVE_FCNTL_H 1
1198: | #define HAVE_GRP_H 1
1199: | #define HAVE_IEEEFP_H 1
1200: | #define HAVE_LANGINFO_H 1
1201: | #define HAVE_LIMITS_H 1
1202: | #define HAVE_LOCALE_H 1
1203: | #define HAVE_MONETARY_H 1
1204: | #define HAVE_NETDB_H 1
1205: | #define HAVE_PWD_H 1
1206: | #define HAVE_RESOLV_H 1
1207: | #define HAVE_SIGNAL_H 1
1208: | #define HAVE_STDARG_H 1
1209: | #define HAVE_STDLIB_H 1
1210: | #define HAVE_STRING_H 1
1211: | #define HAVE_SYSLOG_H 1
1212: | #define HAVE_SYSEXITS_H 1
1213: | #define HAVE_SYS_IOCTL_H 1
1214: | #define HAVE_SYS_FILE_H 1
1215: | #define HAVE_SYS_MMAN_H 1
1216: | #define HAVE_SYS_MOUNT_H 1
1217: | #define HAVE_SYS_POLL_H 1
1218: | #define HAVE_SYS_RESOURCE_H 1
1219: | #define HAVE_SYS_SELECT_H 1
1220: | #define HAVE_SYS_SOCKET_H 1
1221: | #define HAVE_SYS_STAT_H 1
1222: | #define HAVE_SYS_STATVFS_H 1
1223: | /* end confdefs.h. */
1224: |
1225: | #ifdef HAVE_SYS_PARAM_H
1226: | #include <sys/param.h>
1227: | #endif
1228: | #ifdef HAVE_SYS_TYPES_H
1229: | #include <sys/types.h>
1230: | #endif
1231: | #ifdef HAVE_SYS_TIME_H
1232: | #include <sys/time.h>
1233: | #endif
1234: | #ifdef HAVE_NETINET_IN_H
1235: | #include <netinet/in.h>
1236: | #endif
1237: | #ifdef HAVE_ARPA_NAMESER_H
1238: | #include <arpa/nameser.h>
1239: | #endif
1240: |
1241: |
1242: | #include <sys/sysexits.h>
1243: configure:17402: result: no
1244: configure:17402: checking for sys/varargs.h
1245: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1246: conftest.c:94:25: error: sys/varargs.h: No such file or directory
1247: configure:17402: $? = 1
1248: configure: failed program was:
1249: | /* confdefs.h */
1250: | #define PACKAGE_NAME ""
1251: | #define PACKAGE_TARNAME ""
1252: | #define PACKAGE_VERSION ""
1253: | #define PACKAGE_STRING ""
1254: | #define PACKAGE_BUGREPORT ""
1255: | #define PACKAGE_URL ""
1256: | #define STDC_HEADERS 1
1257: | #define HAVE_SYS_TYPES_H 1
1258: | #define HAVE_SYS_STAT_H 1
1259: | #define HAVE_STDLIB_H 1
1260: | #define HAVE_STRING_H 1
1261: | #define HAVE_MEMORY_H 1
1262: | #define HAVE_STRINGS_H 1
1263: | #define HAVE_INTTYPES_H 1
1264: | #define HAVE_STDINT_H 1
1265: | #define HAVE_UNISTD_H 1
1266: | #define __EXTENSIONS__ 1
1267: | #define _ALL_SOURCE 1
1268: | #define _GNU_SOURCE 1
1269: | #define _POSIX_PTHREAD_SEMANTICS 1
1270: | #define _TANDEM_SOURCE 1
1271: | #define HAVE_DEV_URANDOM 1
1272: | #define HAVE_SOCKLEN_T 1
1273: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
1274: | #define PHP_WRITE_STDOUT 1
1275: | #define HAVE_SOCKET 1
1276: | #define HAVE_SOCKETPAIR 1
1277: | #define HAVE_HTONL 1
1278: | #define HAVE_GETHOSTNAME 1
1279: | #define HAVE_GETHOSTBYADDR 1
1280: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
1281: | #define HAVE_DLOPEN 1
1282: | #define HAVE_LIBDL 1
1283: | #define HAVE_LIBM 1
1284: | #define HAVE_INET_ATON 1
1285: | #define STDC_HEADERS 1
1286: | #define HAVE_DIRENT_H 1
1287: | #define HAVE_INTTYPES_H 1
1288: | #define HAVE_STDINT_H 1
1289: | #define HAVE_DIRENT_H 1
1290: | #define HAVE_SYS_PARAM_H 1
1291: | #define HAVE_SYS_TYPES_H 1
1292: | #define HAVE_SYS_TIME_H 1
1293: | #define HAVE_NETINET_IN_H 1
1294: | #define HAVE_ARPA_INET_H 1
1295: | #define HAVE_ARPA_NAMESER_H 1
1296: | #define HAVE_ASSERT_H 1
1297: | #define HAVE_FCNTL_H 1
1298: | #define HAVE_GRP_H 1
1299: | #define HAVE_IEEEFP_H 1
1300: | #define HAVE_LANGINFO_H 1
1301: | #define HAVE_LIMITS_H 1
1302: | #define HAVE_LOCALE_H 1
1303: | #define HAVE_MONETARY_H 1
1304: | #define HAVE_NETDB_H 1
1305: | #define HAVE_PWD_H 1
1306: | #define HAVE_RESOLV_H 1
1307: | #define HAVE_SIGNAL_H 1
1308: | #define HAVE_STDARG_H 1
1309: | #define HAVE_STDLIB_H 1
1310: | #define HAVE_STRING_H 1
1311: | #define HAVE_SYSLOG_H 1
1312: | #define HAVE_SYSEXITS_H 1
1313: | #define HAVE_SYS_IOCTL_H 1
1314: | #define HAVE_SYS_FILE_H 1
1315: | #define HAVE_SYS_MMAN_H 1
1316: | #define HAVE_SYS_MOUNT_H 1
1317: | #define HAVE_SYS_POLL_H 1
1318: | #define HAVE_SYS_RESOURCE_H 1
1319: | #define HAVE_SYS_SELECT_H 1
1320: | #define HAVE_SYS_SOCKET_H 1
1321: | #define HAVE_SYS_STAT_H 1
1322: | #define HAVE_SYS_STATVFS_H 1
1323: | /* end confdefs.h. */
1324: |
1325: | #ifdef HAVE_SYS_PARAM_H
1326: | #include <sys/param.h>
1327: | #endif
1328: | #ifdef HAVE_SYS_TYPES_H
1329: | #include <sys/types.h>
1330: | #endif
1331: | #ifdef HAVE_SYS_TIME_H
1332: | #include <sys/time.h>
1333: | #endif
1334: | #ifdef HAVE_NETINET_IN_H
1335: | #include <netinet/in.h>
1336: | #endif
1337: | #ifdef HAVE_ARPA_NAMESER_H
1338: | #include <arpa/nameser.h>
1339: | #endif
1340: |
1341: |
1342: | #include <sys/varargs.h>
1343: configure:17402: result: no
1344: configure:17402: checking for sys/wait.h
1345: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1346: configure:17402: $? = 0
1347: configure:17402: result: yes
1348: configure:17402: checking for sys/loadavg.h
1349: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1350: conftest.c:95:25: error: sys/loadavg.h: No such file or directory
1351: configure:17402: $? = 1
1352: configure: failed program was:
1353: | /* confdefs.h */
1354: | #define PACKAGE_NAME ""
1355: | #define PACKAGE_TARNAME ""
1356: | #define PACKAGE_VERSION ""
1357: | #define PACKAGE_STRING ""
1358: | #define PACKAGE_BUGREPORT ""
1359: | #define PACKAGE_URL ""
1360: | #define STDC_HEADERS 1
1361: | #define HAVE_SYS_TYPES_H 1
1362: | #define HAVE_SYS_STAT_H 1
1363: | #define HAVE_STDLIB_H 1
1364: | #define HAVE_STRING_H 1
1365: | #define HAVE_MEMORY_H 1
1366: | #define HAVE_STRINGS_H 1
1367: | #define HAVE_INTTYPES_H 1
1368: | #define HAVE_STDINT_H 1
1369: | #define HAVE_UNISTD_H 1
1370: | #define __EXTENSIONS__ 1
1371: | #define _ALL_SOURCE 1
1372: | #define _GNU_SOURCE 1
1373: | #define _POSIX_PTHREAD_SEMANTICS 1
1374: | #define _TANDEM_SOURCE 1
1375: | #define HAVE_DEV_URANDOM 1
1376: | #define HAVE_SOCKLEN_T 1
1377: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
1378: | #define PHP_WRITE_STDOUT 1
1379: | #define HAVE_SOCKET 1
1380: | #define HAVE_SOCKETPAIR 1
1381: | #define HAVE_HTONL 1
1382: | #define HAVE_GETHOSTNAME 1
1383: | #define HAVE_GETHOSTBYADDR 1
1384: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
1385: | #define HAVE_DLOPEN 1
1386: | #define HAVE_LIBDL 1
1387: | #define HAVE_LIBM 1
1388: | #define HAVE_INET_ATON 1
1389: | #define STDC_HEADERS 1
1390: | #define HAVE_DIRENT_H 1
1391: | #define HAVE_INTTYPES_H 1
1392: | #define HAVE_STDINT_H 1
1393: | #define HAVE_DIRENT_H 1
1394: | #define HAVE_SYS_PARAM_H 1
1395: | #define HAVE_SYS_TYPES_H 1
1396: | #define HAVE_SYS_TIME_H 1
1397: | #define HAVE_NETINET_IN_H 1
1398: | #define HAVE_ARPA_INET_H 1
1399: | #define HAVE_ARPA_NAMESER_H 1
1400: | #define HAVE_ASSERT_H 1
1401: | #define HAVE_FCNTL_H 1
1402: | #define HAVE_GRP_H 1
1403: | #define HAVE_IEEEFP_H 1
1404: | #define HAVE_LANGINFO_H 1
1405: | #define HAVE_LIMITS_H 1
1406: | #define HAVE_LOCALE_H 1
1407: | #define HAVE_MONETARY_H 1
1408: | #define HAVE_NETDB_H 1
1409: | #define HAVE_PWD_H 1
1410: | #define HAVE_RESOLV_H 1
1411: | #define HAVE_SIGNAL_H 1
1412: | #define HAVE_STDARG_H 1
1413: | #define HAVE_STDLIB_H 1
1414: | #define HAVE_STRING_H 1
1415: | #define HAVE_SYSLOG_H 1
1416: | #define HAVE_SYSEXITS_H 1
1417: | #define HAVE_SYS_IOCTL_H 1
1418: | #define HAVE_SYS_FILE_H 1
1419: | #define HAVE_SYS_MMAN_H 1
1420: | #define HAVE_SYS_MOUNT_H 1
1421: | #define HAVE_SYS_POLL_H 1
1422: | #define HAVE_SYS_RESOURCE_H 1
1423: | #define HAVE_SYS_SELECT_H 1
1424: | #define HAVE_SYS_SOCKET_H 1
1425: | #define HAVE_SYS_STAT_H 1
1426: | #define HAVE_SYS_STATVFS_H 1
1427: | #define HAVE_SYS_WAIT_H 1
1428: | /* end confdefs.h. */
1429: |
1430: | #ifdef HAVE_SYS_PARAM_H
1431: | #include <sys/param.h>
1432: | #endif
1433: | #ifdef HAVE_SYS_TYPES_H
1434: | #include <sys/types.h>
1435: | #endif
1436: | #ifdef HAVE_SYS_TIME_H
1437: | #include <sys/time.h>
1438: | #endif
1439: | #ifdef HAVE_NETINET_IN_H
1440: | #include <netinet/in.h>
1441: | #endif
1442: | #ifdef HAVE_ARPA_NAMESER_H
1443: | #include <arpa/nameser.h>
1444: | #endif
1445: |
1446: |
1447: | #include <sys/loadavg.h>
1448: configure:17402: result: no
1449: configure:17402: checking for termios.h
1450: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1451: configure:17402: $? = 0
1452: configure:17402: result: yes
1453: configure:17402: checking for unistd.h
1454: configure:17402: result: yes
1455: configure:17402: checking for unix.h
1456: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1457: conftest.c:97:18: error: unix.h: No such file or directory
1458: configure:17402: $? = 1
1459: configure: failed program was:
1460: | /* confdefs.h */
1461: | #define PACKAGE_NAME ""
1462: | #define PACKAGE_TARNAME ""
1463: | #define PACKAGE_VERSION ""
1464: | #define PACKAGE_STRING ""
1465: | #define PACKAGE_BUGREPORT ""
1466: | #define PACKAGE_URL ""
1467: | #define STDC_HEADERS 1
1468: | #define HAVE_SYS_TYPES_H 1
1469: | #define HAVE_SYS_STAT_H 1
1470: | #define HAVE_STDLIB_H 1
1471: | #define HAVE_STRING_H 1
1472: | #define HAVE_MEMORY_H 1
1473: | #define HAVE_STRINGS_H 1
1474: | #define HAVE_INTTYPES_H 1
1475: | #define HAVE_STDINT_H 1
1476: | #define HAVE_UNISTD_H 1
1477: | #define __EXTENSIONS__ 1
1478: | #define _ALL_SOURCE 1
1479: | #define _GNU_SOURCE 1
1480: | #define _POSIX_PTHREAD_SEMANTICS 1
1481: | #define _TANDEM_SOURCE 1
1482: | #define HAVE_DEV_URANDOM 1
1483: | #define HAVE_SOCKLEN_T 1
1484: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
1485: | #define PHP_WRITE_STDOUT 1
1486: | #define HAVE_SOCKET 1
1487: | #define HAVE_SOCKETPAIR 1
1488: | #define HAVE_HTONL 1
1489: | #define HAVE_GETHOSTNAME 1
1490: | #define HAVE_GETHOSTBYADDR 1
1491: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
1492: | #define HAVE_DLOPEN 1
1493: | #define HAVE_LIBDL 1
1494: | #define HAVE_LIBM 1
1495: | #define HAVE_INET_ATON 1
1496: | #define STDC_HEADERS 1
1497: | #define HAVE_DIRENT_H 1
1498: | #define HAVE_INTTYPES_H 1
1499: | #define HAVE_STDINT_H 1
1500: | #define HAVE_DIRENT_H 1
1501: | #define HAVE_SYS_PARAM_H 1
1502: | #define HAVE_SYS_TYPES_H 1
1503: | #define HAVE_SYS_TIME_H 1
1504: | #define HAVE_NETINET_IN_H 1
1505: | #define HAVE_ARPA_INET_H 1
1506: | #define HAVE_ARPA_NAMESER_H 1
1507: | #define HAVE_ASSERT_H 1
1508: | #define HAVE_FCNTL_H 1
1509: | #define HAVE_GRP_H 1
1510: | #define HAVE_IEEEFP_H 1
1511: | #define HAVE_LANGINFO_H 1
1512: | #define HAVE_LIMITS_H 1
1513: | #define HAVE_LOCALE_H 1
1514: | #define HAVE_MONETARY_H 1
1515: | #define HAVE_NETDB_H 1
1516: | #define HAVE_PWD_H 1
1517: | #define HAVE_RESOLV_H 1
1518: | #define HAVE_SIGNAL_H 1
1519: | #define HAVE_STDARG_H 1
1520: | #define HAVE_STDLIB_H 1
1521: | #define HAVE_STRING_H 1
1522: | #define HAVE_SYSLOG_H 1
1523: | #define HAVE_SYSEXITS_H 1
1524: | #define HAVE_SYS_IOCTL_H 1
1525: | #define HAVE_SYS_FILE_H 1
1526: | #define HAVE_SYS_MMAN_H 1
1527: | #define HAVE_SYS_MOUNT_H 1
1528: | #define HAVE_SYS_POLL_H 1
1529: | #define HAVE_SYS_RESOURCE_H 1
1530: | #define HAVE_SYS_SELECT_H 1
1531: | #define HAVE_SYS_SOCKET_H 1
1532: | #define HAVE_SYS_STAT_H 1
1533: | #define HAVE_SYS_STATVFS_H 1
1534: | #define HAVE_SYS_WAIT_H 1
1535: | #define HAVE_TERMIOS_H 1
1536: | #define HAVE_UNISTD_H 1
1537: | /* end confdefs.h. */
1538: |
1539: | #ifdef HAVE_SYS_PARAM_H
1540: | #include <sys/param.h>
1541: | #endif
1542: | #ifdef HAVE_SYS_TYPES_H
1543: | #include <sys/types.h>
1544: | #endif
1545: | #ifdef HAVE_SYS_TIME_H
1546: | #include <sys/time.h>
1547: | #endif
1548: | #ifdef HAVE_NETINET_IN_H
1549: | #include <netinet/in.h>
1550: | #endif
1551: | #ifdef HAVE_ARPA_NAMESER_H
1552: | #include <arpa/nameser.h>
1553: | #endif
1554: |
1555: |
1556: | #include <unix.h>
1557: configure:17402: result: no
1558: configure:17402: checking for utime.h
1559: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1560: configure:17402: $? = 0
1561: configure:17402: result: yes
1562: configure:17402: checking for sys/utsname.h
1563: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1564: configure:17402: $? = 0
1565: configure:17402: result: yes
1566: configure:17402: checking for sys/ipc.h
1567: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1568: configure:17402: $? = 0
1569: configure:17402: result: yes
1570: configure:17402: checking for dlfcn.h
1571: configure:17402: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1572: configure:17402: $? = 0
1573: configure:17402: result: yes
1574: configure:17402: checking for assert.h
1575: configure:17402: result: yes
1576: configure:17431: checking for fopencookie
1577: configure:17431: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
1578: /tmp//ccY407xD.o: In function `main':
1579: conftest.c:(.text+0x12): undefined reference to `fopencookie'
1580: configure:17431: $? = 1
1581: configure: failed program was:
1582: | /* confdefs.h */
1583: | #define PACKAGE_NAME ""
1584: | #define PACKAGE_TARNAME ""
1585: | #define PACKAGE_VERSION ""
1586: | #define PACKAGE_STRING ""
1587: | #define PACKAGE_BUGREPORT ""
1588: | #define PACKAGE_URL ""
1589: | #define STDC_HEADERS 1
1590: | #define HAVE_SYS_TYPES_H 1
1591: | #define HAVE_SYS_STAT_H 1
1592: | #define HAVE_STDLIB_H 1
1593: | #define HAVE_STRING_H 1
1594: | #define HAVE_MEMORY_H 1
1595: | #define HAVE_STRINGS_H 1
1596: | #define HAVE_INTTYPES_H 1
1597: | #define HAVE_STDINT_H 1
1598: | #define HAVE_UNISTD_H 1
1599: | #define __EXTENSIONS__ 1
1600: | #define _ALL_SOURCE 1
1601: | #define _GNU_SOURCE 1
1602: | #define _POSIX_PTHREAD_SEMANTICS 1
1603: | #define _TANDEM_SOURCE 1
1604: | #define HAVE_DEV_URANDOM 1
1605: | #define HAVE_SOCKLEN_T 1
1606: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
1607: | #define PHP_WRITE_STDOUT 1
1608: | #define HAVE_SOCKET 1
1609: | #define HAVE_SOCKETPAIR 1
1610: | #define HAVE_HTONL 1
1611: | #define HAVE_GETHOSTNAME 1
1612: | #define HAVE_GETHOSTBYADDR 1
1613: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
1614: | #define HAVE_DLOPEN 1
1615: | #define HAVE_LIBDL 1
1616: | #define HAVE_LIBM 1
1617: | #define HAVE_INET_ATON 1
1618: | #define STDC_HEADERS 1
1619: | #define HAVE_DIRENT_H 1
1620: | #define HAVE_INTTYPES_H 1
1621: | #define HAVE_STDINT_H 1
1622: | #define HAVE_DIRENT_H 1
1623: | #define HAVE_SYS_PARAM_H 1
1624: | #define HAVE_SYS_TYPES_H 1
1625: | #define HAVE_SYS_TIME_H 1
1626: | #define HAVE_NETINET_IN_H 1
1627: | #define HAVE_ARPA_INET_H 1
1628: | #define HAVE_ARPA_NAMESER_H 1
1629: | #define HAVE_ASSERT_H 1
1630: | #define HAVE_FCNTL_H 1
1631: | #define HAVE_GRP_H 1
1632: | #define HAVE_IEEEFP_H 1
1633: | #define HAVE_LANGINFO_H 1
1634: | #define HAVE_LIMITS_H 1
1635: | #define HAVE_LOCALE_H 1
1636: | #define HAVE_MONETARY_H 1
1637: | #define HAVE_NETDB_H 1
1638: | #define HAVE_PWD_H 1
1639: | #define HAVE_RESOLV_H 1
1640: | #define HAVE_SIGNAL_H 1
1641: | #define HAVE_STDARG_H 1
1642: | #define HAVE_STDLIB_H 1
1643: | #define HAVE_STRING_H 1
1644: | #define HAVE_SYSLOG_H 1
1645: | #define HAVE_SYSEXITS_H 1
1646: | #define HAVE_SYS_IOCTL_H 1
1647: | #define HAVE_SYS_FILE_H 1
1648: | #define HAVE_SYS_MMAN_H 1
1649: | #define HAVE_SYS_MOUNT_H 1
1650: | #define HAVE_SYS_POLL_H 1
1651: | #define HAVE_SYS_RESOURCE_H 1
1652: | #define HAVE_SYS_SELECT_H 1
1653: | #define HAVE_SYS_SOCKET_H 1
1654: | #define HAVE_SYS_STAT_H 1
1655: | #define HAVE_SYS_STATVFS_H 1
1656: | #define HAVE_SYS_WAIT_H 1
1657: | #define HAVE_TERMIOS_H 1
1658: | #define HAVE_UNISTD_H 1
1659: | #define HAVE_UTIME_H 1
1660: | #define HAVE_SYS_UTSNAME_H 1
1661: | #define HAVE_SYS_IPC_H 1
1662: | #define HAVE_DLFCN_H 1
1663: | #define HAVE_ASSERT_H 1
1664: | /* end confdefs.h. */
1665: | /* Define fopencookie to an innocuous variant, in case <limits.h> declares fopencookie.
1666: | For example, HP-UX 11i <limits.h> declares gettimeofday. */
1667: | #define fopencookie innocuous_fopencookie
1668: |
1669: | /* System header to define __stub macros and hopefully few prototypes,
1670: | which can conflict with char fopencookie (); below.
1671: | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1672: | <limits.h> exists even on freestanding compilers. */
1673: |
1674: | #ifdef __STDC__
1675: | # include <limits.h>
1676: | #else
1677: | # include <assert.h>
1678: | #endif
1679: |
1680: | #undef fopencookie
1681: |
1682: | /* Override any GCC internal prototype to avoid an error.
1683: | Use char because int might match the return type of a GCC
1684: | builtin and then its argument prototype would still apply. */
1685: | #ifdef __cplusplus
1686: | extern "C"
1687: | #endif
1688: | char fopencookie ();
1689: | /* The GNU C library defines this for functions which it implements
1690: | to always fail with ENOSYS. Some functions are actually named
1691: | something starting with __ and the normal name is an alias. */
1692: | #if defined __stub_fopencookie || defined __stub___fopencookie
1693: | choke me
1694: | #endif
1695: |
1696: | int
1697: | main ()
1698: | {
1699: | return fopencookie ();
1700: | ;
1701: | return 0;
1702: | }
1703: configure:17431: result: no
1704: configure:17556: checking for broken getcwd
1705: configure:17567: result: no
1706: configure:17572: checking for broken libc stdio
1707: configure:17632: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
1708: conftest.c: In function 'main':
1709: conftest.c:95: warning: incompatible implicit declaration of built-in function 'exit'
1710: configure:17632: $? = 0
1711: configure:17632: ./conftest
1712: configure:17632: $? = 0
1713: configure:17651: result: no
1714: configure:17657: checking whether struct tm is in sys/time.h or time.h
1715: configure:17677: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1716: configure:17677: $? = 0
1717: configure:17684: result: time.h
1718: configure:17692: checking for struct tm.tm_zone
1719: configure:17692: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1720: configure:17692: $? = 0
1721: configure:17692: result: yes
1722: configure:17761: checking for missing declarations of reentrant functions
1723: configure:17774: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1724: configure:17774: $? = 0
1725: configure:17797: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1726: configure:17797: $? = 0
1727: configure:17820: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1728: configure:17820: $? = 0
1729: configure:17843: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1730: configure:17843: $? = 0
1731: configure:17866: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1732: configure:17866: $? = 0
1733: configure:17878: result: done
1734: configure:17882: checking for fclose declaration
1735: configure:17895: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1736: configure:17895: $? = 0
1737: configure:17900: result: ok
1738: configure:17916: checking for tm_gmtoff in struct tm
1739: configure:17933: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1740: configure:17933: $? = 0
1741: configure:17940: result: yes
1742: configure:17950: checking for struct flock
1743: configure:17969: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1744: configure:17969: $? = 0
1745: configure:17981: result: yes
1746: configure:17990: checking for socklen_t
1747: configure:18011: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1748: configure:18011: $? = 0
1749: configure:18022: result: yes
1750: configure:18035: checking size of size_t
1751: configure:18040: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
1752: configure:18040: $? = 0
1753: configure:18040: ./conftest
1754: configure:18040: $? = 0
1755: configure:18054: result: 4
1756: configure:18068: checking size of long long
1757: configure:18073: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
1758: configure:18073: $? = 0
1759: configure:18073: ./conftest
1760: configure:18073: $? = 0
1761: configure:18087: result: 8
1762: configure:18101: checking size of long long int
1763: configure:18106: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
1764: configure:18106: $? = 0
1765: configure:18106: ./conftest
1766: configure:18106: $? = 0
1767: configure:18120: result: 8
1768: configure:18134: checking size of long
1769: configure:18139: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
1770: configure:18139: $? = 0
1771: configure:18139: ./conftest
1772: configure:18139: $? = 0
1773: configure:18153: result: 4
1774: configure:18167: checking size of int
1775: configure:18172: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
1776: configure:18172: $? = 0
1777: configure:18172: ./conftest
1778: configure:18172: $? = 0
1779: configure:18186: result: 4
1780: configure:18198: checking size of intmax_t
1781: configure:18239: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1782: configure:18239: $? = 0
1783: configure:18239: ./conftest
1784: configure:18239: $? = 0
1785: configure:18273: result: 8
1786: configure:18277: checking size of ssize_t
1787: configure:18318: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1788: configure:18318: $? = 0
1789: configure:18318: ./conftest
1790: configure:18318: $? = 0
1791: configure:18352: result: 4
1792: configure:18356: checking size of ptrdiff_t
1793: configure:18397: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1794: configure:18397: $? = 0
1795: configure:18397: ./conftest
1796: configure:18397: $? = 0
1797: configure:18431: result: 4
1798: configure:18435: checking for struct stat.st_blksize
1799: configure:18435: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1800: configure:18435: $? = 0
1801: configure:18435: result: yes
1802: configure:18449: checking for struct stat.st_blocks
1803: configure:18449: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1804: configure:18449: $? = 0
1805: configure:18449: result: yes
1806: configure:18474: checking for struct stat.st_rdev
1807: configure:18474: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1808: configure:18474: $? = 0
1809: configure:18474: result: yes
1810: configure:18488: checking for size_t
1811: configure:18488: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1812: configure:18488: $? = 0
1813: configure:18488: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1814: conftest.c: In function 'main':
1815: conftest.c:143: error: expected expression before ')' token
1816: configure:18488: $? = 1
1817: configure: failed program was:
1818: | /* confdefs.h */
1819: | #define PACKAGE_NAME ""
1820: | #define PACKAGE_TARNAME ""
1821: | #define PACKAGE_VERSION ""
1822: | #define PACKAGE_STRING ""
1823: | #define PACKAGE_BUGREPORT ""
1824: | #define PACKAGE_URL ""
1825: | #define STDC_HEADERS 1
1826: | #define HAVE_SYS_TYPES_H 1
1827: | #define HAVE_SYS_STAT_H 1
1828: | #define HAVE_STDLIB_H 1
1829: | #define HAVE_STRING_H 1
1830: | #define HAVE_MEMORY_H 1
1831: | #define HAVE_STRINGS_H 1
1832: | #define HAVE_INTTYPES_H 1
1833: | #define HAVE_STDINT_H 1
1834: | #define HAVE_UNISTD_H 1
1835: | #define __EXTENSIONS__ 1
1836: | #define _ALL_SOURCE 1
1837: | #define _GNU_SOURCE 1
1838: | #define _POSIX_PTHREAD_SEMANTICS 1
1839: | #define _TANDEM_SOURCE 1
1840: | #define HAVE_DEV_URANDOM 1
1841: | #define HAVE_SOCKLEN_T 1
1842: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
1843: | #define PHP_WRITE_STDOUT 1
1844: | #define HAVE_SOCKET 1
1845: | #define HAVE_SOCKETPAIR 1
1846: | #define HAVE_HTONL 1
1847: | #define HAVE_GETHOSTNAME 1
1848: | #define HAVE_GETHOSTBYADDR 1
1849: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
1850: | #define HAVE_DLOPEN 1
1851: | #define HAVE_LIBDL 1
1852: | #define HAVE_LIBM 1
1853: | #define HAVE_INET_ATON 1
1854: | #define STDC_HEADERS 1
1855: | #define HAVE_DIRENT_H 1
1856: | #define HAVE_INTTYPES_H 1
1857: | #define HAVE_STDINT_H 1
1858: | #define HAVE_DIRENT_H 1
1859: | #define HAVE_SYS_PARAM_H 1
1860: | #define HAVE_SYS_TYPES_H 1
1861: | #define HAVE_SYS_TIME_H 1
1862: | #define HAVE_NETINET_IN_H 1
1863: | #define HAVE_ARPA_INET_H 1
1864: | #define HAVE_ARPA_NAMESER_H 1
1865: | #define HAVE_ASSERT_H 1
1866: | #define HAVE_FCNTL_H 1
1867: | #define HAVE_GRP_H 1
1868: | #define HAVE_IEEEFP_H 1
1869: | #define HAVE_LANGINFO_H 1
1870: | #define HAVE_LIMITS_H 1
1871: | #define HAVE_LOCALE_H 1
1872: | #define HAVE_MONETARY_H 1
1873: | #define HAVE_NETDB_H 1
1874: | #define HAVE_PWD_H 1
1875: | #define HAVE_RESOLV_H 1
1876: | #define HAVE_SIGNAL_H 1
1877: | #define HAVE_STDARG_H 1
1878: | #define HAVE_STDLIB_H 1
1879: | #define HAVE_STRING_H 1
1880: | #define HAVE_SYSLOG_H 1
1881: | #define HAVE_SYSEXITS_H 1
1882: | #define HAVE_SYS_IOCTL_H 1
1883: | #define HAVE_SYS_FILE_H 1
1884: | #define HAVE_SYS_MMAN_H 1
1885: | #define HAVE_SYS_MOUNT_H 1
1886: | #define HAVE_SYS_POLL_H 1
1887: | #define HAVE_SYS_RESOURCE_H 1
1888: | #define HAVE_SYS_SELECT_H 1
1889: | #define HAVE_SYS_SOCKET_H 1
1890: | #define HAVE_SYS_STAT_H 1
1891: | #define HAVE_SYS_STATVFS_H 1
1892: | #define HAVE_SYS_WAIT_H 1
1893: | #define HAVE_TERMIOS_H 1
1894: | #define HAVE_UNISTD_H 1
1895: | #define HAVE_UTIME_H 1
1896: | #define HAVE_SYS_UTSNAME_H 1
1897: | #define HAVE_SYS_IPC_H 1
1898: | #define HAVE_DLFCN_H 1
1899: | #define HAVE_ASSERT_H 1
1900: | #define HAVE_STRUCT_TM_TM_ZONE 1
1901: | #define HAVE_TM_ZONE 1
1902: | #define MISSING_FCLOSE_DECL 0
1903: | #define HAVE_TM_GMTOFF 1
1904: | #define HAVE_STRUCT_FLOCK 1
1905: | #define HAVE_SOCKLEN_T 1
1906: | #define SIZEOF_SIZE_T 4
1907: | #define SIZEOF_LONG_LONG 8
1908: | #define SIZEOF_LONG_LONG_INT 8
1909: | #define SIZEOF_LONG 4
1910: | #define SIZEOF_INT 4
1911: | #define SIZEOF_INTMAX_T 8
1912: | #define HAVE_INTMAX_T 1
1913: | #define SIZEOF_SSIZE_T 4
1914: | #define HAVE_SSIZE_T 1
1915: | #define SIZEOF_PTRDIFF_T 4
1916: | #define HAVE_PTRDIFF_T 1
1917: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
1918: | #define HAVE_ST_BLKSIZE 1
1919: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
1920: | #define HAVE_ST_BLOCKS 1
1921: | #define HAVE_STRUCT_STAT_ST_RDEV 1
1922: | #define HAVE_ST_RDEV 1
1923: | /* end confdefs.h. */
1924: | #include <stdio.h>
1925: | #ifdef HAVE_SYS_TYPES_H
1926: | # include <sys/types.h>
1927: | #endif
1928: | #ifdef HAVE_SYS_STAT_H
1929: | # include <sys/stat.h>
1930: | #endif
1931: | #ifdef STDC_HEADERS
1932: | # include <stdlib.h>
1933: | # include <stddef.h>
1934: | #else
1935: | # ifdef HAVE_STDLIB_H
1936: | # include <stdlib.h>
1937: | # endif
1938: | #endif
1939: | #ifdef HAVE_STRING_H
1940: | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1941: | # include <memory.h>
1942: | # endif
1943: | # include <string.h>
1944: | #endif
1945: | #ifdef HAVE_STRINGS_H
1946: | # include <strings.h>
1947: | #endif
1948: | #ifdef HAVE_INTTYPES_H
1949: | # include <inttypes.h>
1950: | #endif
1951: | #ifdef HAVE_STDINT_H
1952: | # include <stdint.h>
1953: | #endif
1954: | #ifdef HAVE_UNISTD_H
1955: | # include <unistd.h>
1956: | #endif
1957: | int
1958: | main ()
1959: | {
1960: | if (sizeof ((size_t)))
1961: | return 0;
1962: | ;
1963: | return 0;
1964: | }
1965: configure:18488: result: yes
1966: configure:18499: checking for uid_t in sys/types.h
1967: configure:18518: result: yes
1968: configure:18531: checking for struct sockaddr_storage
1969: configure:18548: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1970: configure:18548: $? = 0
1971: configure:18556: result: yes
1972: configure:18563: checking for field sa_len in struct sockaddr
1973: configure:18581: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
1974: configure:18581: $? = 0
1975: configure:18589: result: yes
1976: configure:18598: checking for IPv6 support
1977: configure:18616: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
1978: configure:18616: $? = 0
1979: configure:18624: result: yes
1980: configure:18630: checking for vprintf
1981: configure:18630: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
1982: conftest.c:132: warning: conflicting types for built-in function 'vprintf'
1983: configure:18630: $? = 0
1984: configure:18630: result: yes
1985: configure:18636: checking for _doprnt
1986: configure:18636: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
1987: /tmp//ccj3qHnG.o: In function `main':
1988: conftest.c:(.text+0x12): undefined reference to `_doprnt'
1989: configure:18636: $? = 1
1990: configure: failed program was:
1991: | /* confdefs.h */
1992: | #define PACKAGE_NAME ""
1993: | #define PACKAGE_TARNAME ""
1994: | #define PACKAGE_VERSION ""
1995: | #define PACKAGE_STRING ""
1996: | #define PACKAGE_BUGREPORT ""
1997: | #define PACKAGE_URL ""
1998: | #define STDC_HEADERS 1
1999: | #define HAVE_SYS_TYPES_H 1
2000: | #define HAVE_SYS_STAT_H 1
2001: | #define HAVE_STDLIB_H 1
2002: | #define HAVE_STRING_H 1
2003: | #define HAVE_MEMORY_H 1
2004: | #define HAVE_STRINGS_H 1
2005: | #define HAVE_INTTYPES_H 1
2006: | #define HAVE_STDINT_H 1
2007: | #define HAVE_UNISTD_H 1
2008: | #define __EXTENSIONS__ 1
2009: | #define _ALL_SOURCE 1
2010: | #define _GNU_SOURCE 1
2011: | #define _POSIX_PTHREAD_SEMANTICS 1
2012: | #define _TANDEM_SOURCE 1
2013: | #define HAVE_DEV_URANDOM 1
2014: | #define HAVE_SOCKLEN_T 1
2015: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
2016: | #define PHP_WRITE_STDOUT 1
2017: | #define HAVE_SOCKET 1
2018: | #define HAVE_SOCKETPAIR 1
2019: | #define HAVE_HTONL 1
2020: | #define HAVE_GETHOSTNAME 1
2021: | #define HAVE_GETHOSTBYADDR 1
2022: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
2023: | #define HAVE_DLOPEN 1
2024: | #define HAVE_LIBDL 1
2025: | #define HAVE_LIBM 1
2026: | #define HAVE_INET_ATON 1
2027: | #define STDC_HEADERS 1
2028: | #define HAVE_DIRENT_H 1
2029: | #define HAVE_INTTYPES_H 1
2030: | #define HAVE_STDINT_H 1
2031: | #define HAVE_DIRENT_H 1
2032: | #define HAVE_SYS_PARAM_H 1
2033: | #define HAVE_SYS_TYPES_H 1
2034: | #define HAVE_SYS_TIME_H 1
2035: | #define HAVE_NETINET_IN_H 1
2036: | #define HAVE_ARPA_INET_H 1
2037: | #define HAVE_ARPA_NAMESER_H 1
2038: | #define HAVE_ASSERT_H 1
2039: | #define HAVE_FCNTL_H 1
2040: | #define HAVE_GRP_H 1
2041: | #define HAVE_IEEEFP_H 1
2042: | #define HAVE_LANGINFO_H 1
2043: | #define HAVE_LIMITS_H 1
2044: | #define HAVE_LOCALE_H 1
2045: | #define HAVE_MONETARY_H 1
2046: | #define HAVE_NETDB_H 1
2047: | #define HAVE_PWD_H 1
2048: | #define HAVE_RESOLV_H 1
2049: | #define HAVE_SIGNAL_H 1
2050: | #define HAVE_STDARG_H 1
2051: | #define HAVE_STDLIB_H 1
2052: | #define HAVE_STRING_H 1
2053: | #define HAVE_SYSLOG_H 1
2054: | #define HAVE_SYSEXITS_H 1
2055: | #define HAVE_SYS_IOCTL_H 1
2056: | #define HAVE_SYS_FILE_H 1
2057: | #define HAVE_SYS_MMAN_H 1
2058: | #define HAVE_SYS_MOUNT_H 1
2059: | #define HAVE_SYS_POLL_H 1
2060: | #define HAVE_SYS_RESOURCE_H 1
2061: | #define HAVE_SYS_SELECT_H 1
2062: | #define HAVE_SYS_SOCKET_H 1
2063: | #define HAVE_SYS_STAT_H 1
2064: | #define HAVE_SYS_STATVFS_H 1
2065: | #define HAVE_SYS_WAIT_H 1
2066: | #define HAVE_TERMIOS_H 1
2067: | #define HAVE_UNISTD_H 1
2068: | #define HAVE_UTIME_H 1
2069: | #define HAVE_SYS_UTSNAME_H 1
2070: | #define HAVE_SYS_IPC_H 1
2071: | #define HAVE_DLFCN_H 1
2072: | #define HAVE_ASSERT_H 1
2073: | #define HAVE_STRUCT_TM_TM_ZONE 1
2074: | #define HAVE_TM_ZONE 1
2075: | #define MISSING_FCLOSE_DECL 0
2076: | #define HAVE_TM_GMTOFF 1
2077: | #define HAVE_STRUCT_FLOCK 1
2078: | #define HAVE_SOCKLEN_T 1
2079: | #define SIZEOF_SIZE_T 4
2080: | #define SIZEOF_LONG_LONG 8
2081: | #define SIZEOF_LONG_LONG_INT 8
2082: | #define SIZEOF_LONG 4
2083: | #define SIZEOF_INT 4
2084: | #define SIZEOF_INTMAX_T 8
2085: | #define HAVE_INTMAX_T 1
2086: | #define SIZEOF_SSIZE_T 4
2087: | #define HAVE_SSIZE_T 1
2088: | #define SIZEOF_PTRDIFF_T 4
2089: | #define HAVE_PTRDIFF_T 1
2090: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
2091: | #define HAVE_ST_BLKSIZE 1
2092: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
2093: | #define HAVE_ST_BLOCKS 1
2094: | #define HAVE_STRUCT_STAT_ST_RDEV 1
2095: | #define HAVE_ST_RDEV 1
2096: | #define HAVE_SOCKADDR_STORAGE 1
2097: | #define HAVE_SOCKADDR_SA_LEN 1
2098: | #define HAVE_VPRINTF 1
2099: | /* end confdefs.h. */
2100: | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
2101: | For example, HP-UX 11i <limits.h> declares gettimeofday. */
2102: | #define _doprnt innocuous__doprnt
2103: |
2104: | /* System header to define __stub macros and hopefully few prototypes,
2105: | which can conflict with char _doprnt (); below.
2106: | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2107: | <limits.h> exists even on freestanding compilers. */
2108: |
2109: | #ifdef __STDC__
2110: | # include <limits.h>
2111: | #else
2112: | # include <assert.h>
2113: | #endif
2114: |
2115: | #undef _doprnt
2116: |
2117: | /* Override any GCC internal prototype to avoid an error.
2118: | Use char because int might match the return type of a GCC
2119: | builtin and then its argument prototype would still apply. */
2120: | #ifdef __cplusplus
2121: | extern "C"
2122: | #endif
2123: | char _doprnt ();
2124: | /* The GNU C library defines this for functions which it implements
2125: | to always fail with ENOSYS. Some functions are actually named
2126: | something starting with __ and the normal name is an alias. */
2127: | #if defined __stub__doprnt || defined __stub____doprnt
2128: | choke me
2129: | #endif
2130: |
2131: | int
2132: | main ()
2133: | {
2134: | return _doprnt ();
2135: | ;
2136: | return 0;
2137: | }
2138: configure:18636: result: no
2139: configure:18732: checking for alphasort
2140: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2141: configure:18732: $? = 0
2142: configure:18732: result: yes
2143: configure:18732: checking for asctime_r
2144: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2145: configure:18732: $? = 0
2146: configure:18732: result: yes
2147: configure:18732: checking for chroot
2148: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2149: configure:18732: $? = 0
2150: configure:18732: result: yes
2151: configure:18732: checking for ctime_r
2152: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2153: configure:18732: $? = 0
2154: configure:18732: result: yes
2155: configure:18732: checking for cuserid
2156: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2157: /tmp//ccinA8LY.o: In function `main':
2158: conftest.c:(.text+0x12): undefined reference to `cuserid'
2159: configure:18732: $? = 1
2160: configure: failed program was:
2161: | /* confdefs.h */
2162: | #define PACKAGE_NAME ""
2163: | #define PACKAGE_TARNAME ""
2164: | #define PACKAGE_VERSION ""
2165: | #define PACKAGE_STRING ""
2166: | #define PACKAGE_BUGREPORT ""
2167: | #define PACKAGE_URL ""
2168: | #define STDC_HEADERS 1
2169: | #define HAVE_SYS_TYPES_H 1
2170: | #define HAVE_SYS_STAT_H 1
2171: | #define HAVE_STDLIB_H 1
2172: | #define HAVE_STRING_H 1
2173: | #define HAVE_MEMORY_H 1
2174: | #define HAVE_STRINGS_H 1
2175: | #define HAVE_INTTYPES_H 1
2176: | #define HAVE_STDINT_H 1
2177: | #define HAVE_UNISTD_H 1
2178: | #define __EXTENSIONS__ 1
2179: | #define _ALL_SOURCE 1
2180: | #define _GNU_SOURCE 1
2181: | #define _POSIX_PTHREAD_SEMANTICS 1
2182: | #define _TANDEM_SOURCE 1
2183: | #define HAVE_DEV_URANDOM 1
2184: | #define HAVE_SOCKLEN_T 1
2185: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
2186: | #define PHP_WRITE_STDOUT 1
2187: | #define HAVE_SOCKET 1
2188: | #define HAVE_SOCKETPAIR 1
2189: | #define HAVE_HTONL 1
2190: | #define HAVE_GETHOSTNAME 1
2191: | #define HAVE_GETHOSTBYADDR 1
2192: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
2193: | #define HAVE_DLOPEN 1
2194: | #define HAVE_LIBDL 1
2195: | #define HAVE_LIBM 1
2196: | #define HAVE_INET_ATON 1
2197: | #define STDC_HEADERS 1
2198: | #define HAVE_DIRENT_H 1
2199: | #define HAVE_INTTYPES_H 1
2200: | #define HAVE_STDINT_H 1
2201: | #define HAVE_DIRENT_H 1
2202: | #define HAVE_SYS_PARAM_H 1
2203: | #define HAVE_SYS_TYPES_H 1
2204: | #define HAVE_SYS_TIME_H 1
2205: | #define HAVE_NETINET_IN_H 1
2206: | #define HAVE_ARPA_INET_H 1
2207: | #define HAVE_ARPA_NAMESER_H 1
2208: | #define HAVE_ASSERT_H 1
2209: | #define HAVE_FCNTL_H 1
2210: | #define HAVE_GRP_H 1
2211: | #define HAVE_IEEEFP_H 1
2212: | #define HAVE_LANGINFO_H 1
2213: | #define HAVE_LIMITS_H 1
2214: | #define HAVE_LOCALE_H 1
2215: | #define HAVE_MONETARY_H 1
2216: | #define HAVE_NETDB_H 1
2217: | #define HAVE_PWD_H 1
2218: | #define HAVE_RESOLV_H 1
2219: | #define HAVE_SIGNAL_H 1
2220: | #define HAVE_STDARG_H 1
2221: | #define HAVE_STDLIB_H 1
2222: | #define HAVE_STRING_H 1
2223: | #define HAVE_SYSLOG_H 1
2224: | #define HAVE_SYSEXITS_H 1
2225: | #define HAVE_SYS_IOCTL_H 1
2226: | #define HAVE_SYS_FILE_H 1
2227: | #define HAVE_SYS_MMAN_H 1
2228: | #define HAVE_SYS_MOUNT_H 1
2229: | #define HAVE_SYS_POLL_H 1
2230: | #define HAVE_SYS_RESOURCE_H 1
2231: | #define HAVE_SYS_SELECT_H 1
2232: | #define HAVE_SYS_SOCKET_H 1
2233: | #define HAVE_SYS_STAT_H 1
2234: | #define HAVE_SYS_STATVFS_H 1
2235: | #define HAVE_SYS_WAIT_H 1
2236: | #define HAVE_TERMIOS_H 1
2237: | #define HAVE_UNISTD_H 1
2238: | #define HAVE_UTIME_H 1
2239: | #define HAVE_SYS_UTSNAME_H 1
2240: | #define HAVE_SYS_IPC_H 1
2241: | #define HAVE_DLFCN_H 1
2242: | #define HAVE_ASSERT_H 1
2243: | #define HAVE_STRUCT_TM_TM_ZONE 1
2244: | #define HAVE_TM_ZONE 1
2245: | #define MISSING_FCLOSE_DECL 0
2246: | #define HAVE_TM_GMTOFF 1
2247: | #define HAVE_STRUCT_FLOCK 1
2248: | #define HAVE_SOCKLEN_T 1
2249: | #define SIZEOF_SIZE_T 4
2250: | #define SIZEOF_LONG_LONG 8
2251: | #define SIZEOF_LONG_LONG_INT 8
2252: | #define SIZEOF_LONG 4
2253: | #define SIZEOF_INT 4
2254: | #define SIZEOF_INTMAX_T 8
2255: | #define HAVE_INTMAX_T 1
2256: | #define SIZEOF_SSIZE_T 4
2257: | #define HAVE_SSIZE_T 1
2258: | #define SIZEOF_PTRDIFF_T 4
2259: | #define HAVE_PTRDIFF_T 1
2260: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
2261: | #define HAVE_ST_BLKSIZE 1
2262: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
2263: | #define HAVE_ST_BLOCKS 1
2264: | #define HAVE_STRUCT_STAT_ST_RDEV 1
2265: | #define HAVE_ST_RDEV 1
2266: | #define HAVE_SOCKADDR_STORAGE 1
2267: | #define HAVE_SOCKADDR_SA_LEN 1
2268: | #define HAVE_VPRINTF 1
2269: | #define HAVE_ALPHASORT 1
2270: | #define HAVE_ASCTIME_R 1
2271: | #define HAVE_CHROOT 1
2272: | #define HAVE_CTIME_R 1
2273: | /* end confdefs.h. */
2274: | /* Define cuserid to an innocuous variant, in case <limits.h> declares cuserid.
2275: | For example, HP-UX 11i <limits.h> declares gettimeofday. */
2276: | #define cuserid innocuous_cuserid
2277: |
2278: | /* System header to define __stub macros and hopefully few prototypes,
2279: | which can conflict with char cuserid (); below.
2280: | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2281: | <limits.h> exists even on freestanding compilers. */
2282: |
2283: | #ifdef __STDC__
2284: | # include <limits.h>
2285: | #else
2286: | # include <assert.h>
2287: | #endif
2288: |
2289: | #undef cuserid
2290: |
2291: | /* Override any GCC internal prototype to avoid an error.
2292: | Use char because int might match the return type of a GCC
2293: | builtin and then its argument prototype would still apply. */
2294: | #ifdef __cplusplus
2295: | extern "C"
2296: | #endif
2297: | char cuserid ();
2298: | /* The GNU C library defines this for functions which it implements
2299: | to always fail with ENOSYS. Some functions are actually named
2300: | something starting with __ and the normal name is an alias. */
2301: | #if defined __stub_cuserid || defined __stub___cuserid
2302: | choke me
2303: | #endif
2304: |
2305: | int
2306: | main ()
2307: | {
2308: | return cuserid ();
2309: | ;
2310: | return 0;
2311: | }
2312: configure:18732: result: no
2313: configure:18732: checking for crypt
2314: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2315: /tmp//cc8CRAo9.o: In function `main':
2316: conftest.c:(.text+0x12): undefined reference to `crypt'
2317: configure:18732: $? = 1
2318: configure: failed program was:
2319: | /* confdefs.h */
2320: | #define PACKAGE_NAME ""
2321: | #define PACKAGE_TARNAME ""
2322: | #define PACKAGE_VERSION ""
2323: | #define PACKAGE_STRING ""
2324: | #define PACKAGE_BUGREPORT ""
2325: | #define PACKAGE_URL ""
2326: | #define STDC_HEADERS 1
2327: | #define HAVE_SYS_TYPES_H 1
2328: | #define HAVE_SYS_STAT_H 1
2329: | #define HAVE_STDLIB_H 1
2330: | #define HAVE_STRING_H 1
2331: | #define HAVE_MEMORY_H 1
2332: | #define HAVE_STRINGS_H 1
2333: | #define HAVE_INTTYPES_H 1
2334: | #define HAVE_STDINT_H 1
2335: | #define HAVE_UNISTD_H 1
2336: | #define __EXTENSIONS__ 1
2337: | #define _ALL_SOURCE 1
2338: | #define _GNU_SOURCE 1
2339: | #define _POSIX_PTHREAD_SEMANTICS 1
2340: | #define _TANDEM_SOURCE 1
2341: | #define HAVE_DEV_URANDOM 1
2342: | #define HAVE_SOCKLEN_T 1
2343: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
2344: | #define PHP_WRITE_STDOUT 1
2345: | #define HAVE_SOCKET 1
2346: | #define HAVE_SOCKETPAIR 1
2347: | #define HAVE_HTONL 1
2348: | #define HAVE_GETHOSTNAME 1
2349: | #define HAVE_GETHOSTBYADDR 1
2350: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
2351: | #define HAVE_DLOPEN 1
2352: | #define HAVE_LIBDL 1
2353: | #define HAVE_LIBM 1
2354: | #define HAVE_INET_ATON 1
2355: | #define STDC_HEADERS 1
2356: | #define HAVE_DIRENT_H 1
2357: | #define HAVE_INTTYPES_H 1
2358: | #define HAVE_STDINT_H 1
2359: | #define HAVE_DIRENT_H 1
2360: | #define HAVE_SYS_PARAM_H 1
2361: | #define HAVE_SYS_TYPES_H 1
2362: | #define HAVE_SYS_TIME_H 1
2363: | #define HAVE_NETINET_IN_H 1
2364: | #define HAVE_ARPA_INET_H 1
2365: | #define HAVE_ARPA_NAMESER_H 1
2366: | #define HAVE_ASSERT_H 1
2367: | #define HAVE_FCNTL_H 1
2368: | #define HAVE_GRP_H 1
2369: | #define HAVE_IEEEFP_H 1
2370: | #define HAVE_LANGINFO_H 1
2371: | #define HAVE_LIMITS_H 1
2372: | #define HAVE_LOCALE_H 1
2373: | #define HAVE_MONETARY_H 1
2374: | #define HAVE_NETDB_H 1
2375: | #define HAVE_PWD_H 1
2376: | #define HAVE_RESOLV_H 1
2377: | #define HAVE_SIGNAL_H 1
2378: | #define HAVE_STDARG_H 1
2379: | #define HAVE_STDLIB_H 1
2380: | #define HAVE_STRING_H 1
2381: | #define HAVE_SYSLOG_H 1
2382: | #define HAVE_SYSEXITS_H 1
2383: | #define HAVE_SYS_IOCTL_H 1
2384: | #define HAVE_SYS_FILE_H 1
2385: | #define HAVE_SYS_MMAN_H 1
2386: | #define HAVE_SYS_MOUNT_H 1
2387: | #define HAVE_SYS_POLL_H 1
2388: | #define HAVE_SYS_RESOURCE_H 1
2389: | #define HAVE_SYS_SELECT_H 1
2390: | #define HAVE_SYS_SOCKET_H 1
2391: | #define HAVE_SYS_STAT_H 1
2392: | #define HAVE_SYS_STATVFS_H 1
2393: | #define HAVE_SYS_WAIT_H 1
2394: | #define HAVE_TERMIOS_H 1
2395: | #define HAVE_UNISTD_H 1
2396: | #define HAVE_UTIME_H 1
2397: | #define HAVE_SYS_UTSNAME_H 1
2398: | #define HAVE_SYS_IPC_H 1
2399: | #define HAVE_DLFCN_H 1
2400: | #define HAVE_ASSERT_H 1
2401: | #define HAVE_STRUCT_TM_TM_ZONE 1
2402: | #define HAVE_TM_ZONE 1
2403: | #define MISSING_FCLOSE_DECL 0
2404: | #define HAVE_TM_GMTOFF 1
2405: | #define HAVE_STRUCT_FLOCK 1
2406: | #define HAVE_SOCKLEN_T 1
2407: | #define SIZEOF_SIZE_T 4
2408: | #define SIZEOF_LONG_LONG 8
2409: | #define SIZEOF_LONG_LONG_INT 8
2410: | #define SIZEOF_LONG 4
2411: | #define SIZEOF_INT 4
2412: | #define SIZEOF_INTMAX_T 8
2413: | #define HAVE_INTMAX_T 1
2414: | #define SIZEOF_SSIZE_T 4
2415: | #define HAVE_SSIZE_T 1
2416: | #define SIZEOF_PTRDIFF_T 4
2417: | #define HAVE_PTRDIFF_T 1
2418: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
2419: | #define HAVE_ST_BLKSIZE 1
2420: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
2421: | #define HAVE_ST_BLOCKS 1
2422: | #define HAVE_STRUCT_STAT_ST_RDEV 1
2423: | #define HAVE_ST_RDEV 1
2424: | #define HAVE_SOCKADDR_STORAGE 1
2425: | #define HAVE_SOCKADDR_SA_LEN 1
2426: | #define HAVE_VPRINTF 1
2427: | #define HAVE_ALPHASORT 1
2428: | #define HAVE_ASCTIME_R 1
2429: | #define HAVE_CHROOT 1
2430: | #define HAVE_CTIME_R 1
2431: | /* end confdefs.h. */
2432: | /* Define crypt to an innocuous variant, in case <limits.h> declares crypt.
2433: | For example, HP-UX 11i <limits.h> declares gettimeofday. */
2434: | #define crypt innocuous_crypt
2435: |
2436: | /* System header to define __stub macros and hopefully few prototypes,
2437: | which can conflict with char crypt (); below.
2438: | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2439: | <limits.h> exists even on freestanding compilers. */
2440: |
2441: | #ifdef __STDC__
2442: | # include <limits.h>
2443: | #else
2444: | # include <assert.h>
2445: | #endif
2446: |
2447: | #undef crypt
2448: |
2449: | /* Override any GCC internal prototype to avoid an error.
2450: | Use char because int might match the return type of a GCC
2451: | builtin and then its argument prototype would still apply. */
2452: | #ifdef __cplusplus
2453: | extern "C"
2454: | #endif
2455: | char crypt ();
2456: | /* The GNU C library defines this for functions which it implements
2457: | to always fail with ENOSYS. Some functions are actually named
2458: | something starting with __ and the normal name is an alias. */
2459: | #if defined __stub_crypt || defined __stub___crypt
2460: | choke me
2461: | #endif
2462: |
2463: | int
2464: | main ()
2465: | {
2466: | return crypt ();
2467: | ;
2468: | return 0;
2469: | }
2470: configure:18732: result: no
2471: configure:18732: checking for flock
2472: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2473: configure:18732: $? = 0
2474: configure:18732: result: yes
2475: configure:18732: checking for ftok
2476: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2477: configure:18732: $? = 0
2478: configure:18732: result: yes
2479: configure:18732: checking for funopen
2480: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2481: configure:18732: $? = 0
2482: configure:18732: result: yes
2483: configure:18732: checking for gai_strerror
2484: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2485: configure:18732: $? = 0
2486: configure:18732: result: yes
2487: configure:18732: checking for gcvt
2488: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2489: /tmp//ccUPe0TD.o: In function `main':
2490: conftest.c:(.text+0x12): undefined reference to `gcvt'
2491: configure:18732: $? = 1
2492: configure: failed program was:
2493: | /* confdefs.h */
2494: | #define PACKAGE_NAME ""
2495: | #define PACKAGE_TARNAME ""
2496: | #define PACKAGE_VERSION ""
2497: | #define PACKAGE_STRING ""
2498: | #define PACKAGE_BUGREPORT ""
2499: | #define PACKAGE_URL ""
2500: | #define STDC_HEADERS 1
2501: | #define HAVE_SYS_TYPES_H 1
2502: | #define HAVE_SYS_STAT_H 1
2503: | #define HAVE_STDLIB_H 1
2504: | #define HAVE_STRING_H 1
2505: | #define HAVE_MEMORY_H 1
2506: | #define HAVE_STRINGS_H 1
2507: | #define HAVE_INTTYPES_H 1
2508: | #define HAVE_STDINT_H 1
2509: | #define HAVE_UNISTD_H 1
2510: | #define __EXTENSIONS__ 1
2511: | #define _ALL_SOURCE 1
2512: | #define _GNU_SOURCE 1
2513: | #define _POSIX_PTHREAD_SEMANTICS 1
2514: | #define _TANDEM_SOURCE 1
2515: | #define HAVE_DEV_URANDOM 1
2516: | #define HAVE_SOCKLEN_T 1
2517: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
2518: | #define PHP_WRITE_STDOUT 1
2519: | #define HAVE_SOCKET 1
2520: | #define HAVE_SOCKETPAIR 1
2521: | #define HAVE_HTONL 1
2522: | #define HAVE_GETHOSTNAME 1
2523: | #define HAVE_GETHOSTBYADDR 1
2524: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
2525: | #define HAVE_DLOPEN 1
2526: | #define HAVE_LIBDL 1
2527: | #define HAVE_LIBM 1
2528: | #define HAVE_INET_ATON 1
2529: | #define STDC_HEADERS 1
2530: | #define HAVE_DIRENT_H 1
2531: | #define HAVE_INTTYPES_H 1
2532: | #define HAVE_STDINT_H 1
2533: | #define HAVE_DIRENT_H 1
2534: | #define HAVE_SYS_PARAM_H 1
2535: | #define HAVE_SYS_TYPES_H 1
2536: | #define HAVE_SYS_TIME_H 1
2537: | #define HAVE_NETINET_IN_H 1
2538: | #define HAVE_ARPA_INET_H 1
2539: | #define HAVE_ARPA_NAMESER_H 1
2540: | #define HAVE_ASSERT_H 1
2541: | #define HAVE_FCNTL_H 1
2542: | #define HAVE_GRP_H 1
2543: | #define HAVE_IEEEFP_H 1
2544: | #define HAVE_LANGINFO_H 1
2545: | #define HAVE_LIMITS_H 1
2546: | #define HAVE_LOCALE_H 1
2547: | #define HAVE_MONETARY_H 1
2548: | #define HAVE_NETDB_H 1
2549: | #define HAVE_PWD_H 1
2550: | #define HAVE_RESOLV_H 1
2551: | #define HAVE_SIGNAL_H 1
2552: | #define HAVE_STDARG_H 1
2553: | #define HAVE_STDLIB_H 1
2554: | #define HAVE_STRING_H 1
2555: | #define HAVE_SYSLOG_H 1
2556: | #define HAVE_SYSEXITS_H 1
2557: | #define HAVE_SYS_IOCTL_H 1
2558: | #define HAVE_SYS_FILE_H 1
2559: | #define HAVE_SYS_MMAN_H 1
2560: | #define HAVE_SYS_MOUNT_H 1
2561: | #define HAVE_SYS_POLL_H 1
2562: | #define HAVE_SYS_RESOURCE_H 1
2563: | #define HAVE_SYS_SELECT_H 1
2564: | #define HAVE_SYS_SOCKET_H 1
2565: | #define HAVE_SYS_STAT_H 1
2566: | #define HAVE_SYS_STATVFS_H 1
2567: | #define HAVE_SYS_WAIT_H 1
2568: | #define HAVE_TERMIOS_H 1
2569: | #define HAVE_UNISTD_H 1
2570: | #define HAVE_UTIME_H 1
2571: | #define HAVE_SYS_UTSNAME_H 1
2572: | #define HAVE_SYS_IPC_H 1
2573: | #define HAVE_DLFCN_H 1
2574: | #define HAVE_ASSERT_H 1
2575: | #define HAVE_STRUCT_TM_TM_ZONE 1
2576: | #define HAVE_TM_ZONE 1
2577: | #define MISSING_FCLOSE_DECL 0
2578: | #define HAVE_TM_GMTOFF 1
2579: | #define HAVE_STRUCT_FLOCK 1
2580: | #define HAVE_SOCKLEN_T 1
2581: | #define SIZEOF_SIZE_T 4
2582: | #define SIZEOF_LONG_LONG 8
2583: | #define SIZEOF_LONG_LONG_INT 8
2584: | #define SIZEOF_LONG 4
2585: | #define SIZEOF_INT 4
2586: | #define SIZEOF_INTMAX_T 8
2587: | #define HAVE_INTMAX_T 1
2588: | #define SIZEOF_SSIZE_T 4
2589: | #define HAVE_SSIZE_T 1
2590: | #define SIZEOF_PTRDIFF_T 4
2591: | #define HAVE_PTRDIFF_T 1
2592: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
2593: | #define HAVE_ST_BLKSIZE 1
2594: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
2595: | #define HAVE_ST_BLOCKS 1
2596: | #define HAVE_STRUCT_STAT_ST_RDEV 1
2597: | #define HAVE_ST_RDEV 1
2598: | #define HAVE_SOCKADDR_STORAGE 1
2599: | #define HAVE_SOCKADDR_SA_LEN 1
2600: | #define HAVE_VPRINTF 1
2601: | #define HAVE_ALPHASORT 1
2602: | #define HAVE_ASCTIME_R 1
2603: | #define HAVE_CHROOT 1
2604: | #define HAVE_CTIME_R 1
2605: | #define HAVE_FLOCK 1
2606: | #define HAVE_FTOK 1
2607: | #define HAVE_FUNOPEN 1
2608: | #define HAVE_GAI_STRERROR 1
2609: | /* end confdefs.h. */
2610: | /* Define gcvt to an innocuous variant, in case <limits.h> declares gcvt.
2611: | For example, HP-UX 11i <limits.h> declares gettimeofday. */
2612: | #define gcvt innocuous_gcvt
2613: |
2614: | /* System header to define __stub macros and hopefully few prototypes,
2615: | which can conflict with char gcvt (); below.
2616: | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2617: | <limits.h> exists even on freestanding compilers. */
2618: |
2619: | #ifdef __STDC__
2620: | # include <limits.h>
2621: | #else
2622: | # include <assert.h>
2623: | #endif
2624: |
2625: | #undef gcvt
2626: |
2627: | /* Override any GCC internal prototype to avoid an error.
2628: | Use char because int might match the return type of a GCC
2629: | builtin and then its argument prototype would still apply. */
2630: | #ifdef __cplusplus
2631: | extern "C"
2632: | #endif
2633: | char gcvt ();
2634: | /* The GNU C library defines this for functions which it implements
2635: | to always fail with ENOSYS. Some functions are actually named
2636: | something starting with __ and the normal name is an alias. */
2637: | #if defined __stub_gcvt || defined __stub___gcvt
2638: | choke me
2639: | #endif
2640: |
2641: | int
2642: | main ()
2643: | {
2644: | return gcvt ();
2645: | ;
2646: | return 0;
2647: | }
2648: configure:18732: result: no
2649: configure:18732: checking for getloadavg
2650: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2651: configure:18732: $? = 0
2652: configure:18732: result: yes
2653: configure:18732: checking for getlogin
2654: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2655: configure:18732: $? = 0
2656: configure:18732: result: yes
2657: configure:18732: checking for getprotobyname
2658: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2659: configure:18732: $? = 0
2660: configure:18732: result: yes
2661: configure:18732: checking for getprotobynumber
2662: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2663: configure:18732: $? = 0
2664: configure:18732: result: yes
2665: configure:18732: checking for getservbyname
2666: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2667: configure:18732: $? = 0
2668: configure:18732: result: yes
2669: configure:18732: checking for getservbyport
2670: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2671: configure:18732: $? = 0
2672: configure:18732: result: yes
2673: configure:18732: checking for gethostname
2674: configure:18732: result: yes
2675: configure:18732: checking for getrusage
2676: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2677: configure:18732: $? = 0
2678: configure:18732: result: yes
2679: configure:18732: checking for gettimeofday
2680: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2681: configure:18732: $? = 0
2682: configure:18732: result: yes
2683: configure:18732: checking for gmtime_r
2684: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2685: configure:18732: $? = 0
2686: configure:18732: result: yes
2687: configure:18732: checking for getpwnam_r
2688: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2689: configure:18732: $? = 0
2690: configure:18732: result: yes
2691: configure:18732: checking for getgrnam_r
2692: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2693: configure:18732: $? = 0
2694: configure:18732: result: yes
2695: configure:18732: checking for getpwuid_r
2696: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2697: configure:18732: $? = 0
2698: configure:18732: result: yes
2699: configure:18732: checking for grantpt
2700: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2701: configure:18732: $? = 0
2702: configure:18732: result: yes
2703: configure:18732: checking for inet_ntoa
2704: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2705: configure:18732: $? = 0
2706: configure:18732: result: yes
2707: configure:18732: checking for inet_ntop
2708: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2709: configure:18732: $? = 0
2710: configure:18732: result: yes
2711: configure:18732: checking for inet_pton
2712: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2713: configure:18732: $? = 0
2714: configure:18732: result: yes
2715: configure:18732: checking for isascii
2716: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2717: conftest.c:158: warning: conflicting types for built-in function 'isascii'
2718: configure:18732: $? = 0
2719: configure:18732: result: yes
2720: configure:18732: checking for link
2721: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2722: configure:18732: $? = 0
2723: configure:18732: result: yes
2724: configure:18732: checking for localtime_r
2725: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2726: configure:18732: $? = 0
2727: configure:18732: result: yes
2728: configure:18732: checking for lockf
2729: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2730: configure:18732: $? = 0
2731: configure:18732: result: yes
2732: configure:18732: checking for lchown
2733: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2734: configure:18732: $? = 0
2735: configure:18732: result: yes
2736: configure:18732: checking for lrand48
2737: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2738: configure:18732: $? = 0
2739: configure:18732: result: yes
2740: configure:18732: checking for memcpy
2741: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2742: conftest.c:164: warning: conflicting types for built-in function 'memcpy'
2743: configure:18732: $? = 0
2744: configure:18732: result: yes
2745: configure:18732: checking for memmove
2746: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2747: conftest.c:165: warning: conflicting types for built-in function 'memmove'
2748: configure:18732: $? = 0
2749: configure:18732: result: yes
2750: configure:18732: checking for mkstemp
2751: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2752: configure:18732: $? = 0
2753: configure:18732: result: yes
2754: configure:18732: checking for mmap
2755: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2756: configure:18732: $? = 0
2757: configure:18732: result: yes
2758: configure:18732: checking for nl_langinfo
2759: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2760: configure:18732: $? = 0
2761: configure:18732: result: yes
2762: configure:18732: checking for perror
2763: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2764: configure:18732: $? = 0
2765: configure:18732: result: yes
2766: configure:18732: checking for poll
2767: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2768: configure:18732: $? = 0
2769: configure:18732: result: yes
2770: configure:18732: checking for ptsname
2771: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2772: configure:18732: $? = 0
2773: configure:18732: result: yes
2774: configure:18732: checking for putenv
2775: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2776: configure:18732: $? = 0
2777: configure:18732: result: yes
2778: configure:18732: checking for realpath
2779: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2780: configure:18732: $? = 0
2781: configure:18732: result: yes
2782: configure:18732: checking for random
2783: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2784: configure:18732: $? = 0
2785: configure:18732: result: yes
2786: configure:18732: checking for rand_r
2787: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2788: configure:18732: $? = 0
2789: configure:18732: result: yes
2790: configure:18732: checking for scandir
2791: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2792: configure:18732: $? = 0
2793: configure:18732: result: yes
2794: configure:18732: checking for setitimer
2795: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2796: configure:18732: $? = 0
2797: configure:18732: result: yes
2798: configure:18732: checking for setlocale
2799: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2800: configure:18732: $? = 0
2801: configure:18732: result: yes
2802: configure:18732: checking for localeconv
2803: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2804: configure:18732: $? = 0
2805: configure:18732: result: yes
2806: configure:18732: checking for setenv
2807: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2808: configure:18732: $? = 0
2809: configure:18732: result: yes
2810: configure:18732: checking for setpgid
2811: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2812: configure:18732: $? = 0
2813: configure:18732: result: yes
2814: configure:18732: checking for setsockopt
2815: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2816: configure:18732: $? = 0
2817: configure:18732: result: yes
2818: configure:18732: checking for setvbuf
2819: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2820: configure:18732: $? = 0
2821: configure:18732: result: yes
2822: configure:18732: checking for shutdown
2823: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2824: configure:18732: $? = 0
2825: configure:18732: result: yes
2826: configure:18732: checking for sin
2827: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2828: conftest.c:185: warning: conflicting types for built-in function 'sin'
2829: configure:18732: $? = 0
2830: configure:18732: result: yes
2831: configure:18732: checking for snprintf
2832: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2833: conftest.c:186: warning: conflicting types for built-in function 'snprintf'
2834: configure:18732: $? = 0
2835: configure:18732: result: yes
2836: configure:18732: checking for srand48
2837: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2838: configure:18732: $? = 0
2839: configure:18732: result: yes
2840: configure:18732: checking for srandom
2841: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2842: configure:18732: $? = 0
2843: configure:18732: result: yes
2844: configure:18732: checking for statfs
2845: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2846: configure:18732: $? = 0
2847: configure:18732: result: yes
2848: configure:18732: checking for statvfs
2849: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2850: configure:18732: $? = 0
2851: configure:18732: result: yes
2852: configure:18732: checking for std_syslog
2853: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
2854: /tmp//ccamOOHf.o: In function `main':
2855: conftest.c:(.text+0x12): undefined reference to `std_syslog'
2856: configure:18732: $? = 1
2857: configure: failed program was:
2858: | /* confdefs.h */
2859: | #define PACKAGE_NAME ""
2860: | #define PACKAGE_TARNAME ""
2861: | #define PACKAGE_VERSION ""
2862: | #define PACKAGE_STRING ""
2863: | #define PACKAGE_BUGREPORT ""
2864: | #define PACKAGE_URL ""
2865: | #define STDC_HEADERS 1
2866: | #define HAVE_SYS_TYPES_H 1
2867: | #define HAVE_SYS_STAT_H 1
2868: | #define HAVE_STDLIB_H 1
2869: | #define HAVE_STRING_H 1
2870: | #define HAVE_MEMORY_H 1
2871: | #define HAVE_STRINGS_H 1
2872: | #define HAVE_INTTYPES_H 1
2873: | #define HAVE_STDINT_H 1
2874: | #define HAVE_UNISTD_H 1
2875: | #define __EXTENSIONS__ 1
2876: | #define _ALL_SOURCE 1
2877: | #define _GNU_SOURCE 1
2878: | #define _POSIX_PTHREAD_SEMANTICS 1
2879: | #define _TANDEM_SOURCE 1
2880: | #define HAVE_DEV_URANDOM 1
2881: | #define HAVE_SOCKLEN_T 1
2882: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
2883: | #define PHP_WRITE_STDOUT 1
2884: | #define HAVE_SOCKET 1
2885: | #define HAVE_SOCKETPAIR 1
2886: | #define HAVE_HTONL 1
2887: | #define HAVE_GETHOSTNAME 1
2888: | #define HAVE_GETHOSTBYADDR 1
2889: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
2890: | #define HAVE_DLOPEN 1
2891: | #define HAVE_LIBDL 1
2892: | #define HAVE_LIBM 1
2893: | #define HAVE_INET_ATON 1
2894: | #define STDC_HEADERS 1
2895: | #define HAVE_DIRENT_H 1
2896: | #define HAVE_INTTYPES_H 1
2897: | #define HAVE_STDINT_H 1
2898: | #define HAVE_DIRENT_H 1
2899: | #define HAVE_SYS_PARAM_H 1
2900: | #define HAVE_SYS_TYPES_H 1
2901: | #define HAVE_SYS_TIME_H 1
2902: | #define HAVE_NETINET_IN_H 1
2903: | #define HAVE_ARPA_INET_H 1
2904: | #define HAVE_ARPA_NAMESER_H 1
2905: | #define HAVE_ASSERT_H 1
2906: | #define HAVE_FCNTL_H 1
2907: | #define HAVE_GRP_H 1
2908: | #define HAVE_IEEEFP_H 1
2909: | #define HAVE_LANGINFO_H 1
2910: | #define HAVE_LIMITS_H 1
2911: | #define HAVE_LOCALE_H 1
2912: | #define HAVE_MONETARY_H 1
2913: | #define HAVE_NETDB_H 1
2914: | #define HAVE_PWD_H 1
2915: | #define HAVE_RESOLV_H 1
2916: | #define HAVE_SIGNAL_H 1
2917: | #define HAVE_STDARG_H 1
2918: | #define HAVE_STDLIB_H 1
2919: | #define HAVE_STRING_H 1
2920: | #define HAVE_SYSLOG_H 1
2921: | #define HAVE_SYSEXITS_H 1
2922: | #define HAVE_SYS_IOCTL_H 1
2923: | #define HAVE_SYS_FILE_H 1
2924: | #define HAVE_SYS_MMAN_H 1
2925: | #define HAVE_SYS_MOUNT_H 1
2926: | #define HAVE_SYS_POLL_H 1
2927: | #define HAVE_SYS_RESOURCE_H 1
2928: | #define HAVE_SYS_SELECT_H 1
2929: | #define HAVE_SYS_SOCKET_H 1
2930: | #define HAVE_SYS_STAT_H 1
2931: | #define HAVE_SYS_STATVFS_H 1
2932: | #define HAVE_SYS_WAIT_H 1
2933: | #define HAVE_TERMIOS_H 1
2934: | #define HAVE_UNISTD_H 1
2935: | #define HAVE_UTIME_H 1
2936: | #define HAVE_SYS_UTSNAME_H 1
2937: | #define HAVE_SYS_IPC_H 1
2938: | #define HAVE_DLFCN_H 1
2939: | #define HAVE_ASSERT_H 1
2940: | #define HAVE_STRUCT_TM_TM_ZONE 1
2941: | #define HAVE_TM_ZONE 1
2942: | #define MISSING_FCLOSE_DECL 0
2943: | #define HAVE_TM_GMTOFF 1
2944: | #define HAVE_STRUCT_FLOCK 1
2945: | #define HAVE_SOCKLEN_T 1
2946: | #define SIZEOF_SIZE_T 4
2947: | #define SIZEOF_LONG_LONG 8
2948: | #define SIZEOF_LONG_LONG_INT 8
2949: | #define SIZEOF_LONG 4
2950: | #define SIZEOF_INT 4
2951: | #define SIZEOF_INTMAX_T 8
2952: | #define HAVE_INTMAX_T 1
2953: | #define SIZEOF_SSIZE_T 4
2954: | #define HAVE_SSIZE_T 1
2955: | #define SIZEOF_PTRDIFF_T 4
2956: | #define HAVE_PTRDIFF_T 1
2957: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
2958: | #define HAVE_ST_BLKSIZE 1
2959: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
2960: | #define HAVE_ST_BLOCKS 1
2961: | #define HAVE_STRUCT_STAT_ST_RDEV 1
2962: | #define HAVE_ST_RDEV 1
2963: | #define HAVE_SOCKADDR_STORAGE 1
2964: | #define HAVE_SOCKADDR_SA_LEN 1
2965: | #define HAVE_VPRINTF 1
2966: | #define HAVE_ALPHASORT 1
2967: | #define HAVE_ASCTIME_R 1
2968: | #define HAVE_CHROOT 1
2969: | #define HAVE_CTIME_R 1
2970: | #define HAVE_FLOCK 1
2971: | #define HAVE_FTOK 1
2972: | #define HAVE_FUNOPEN 1
2973: | #define HAVE_GAI_STRERROR 1
2974: | #define HAVE_GETLOADAVG 1
2975: | #define HAVE_GETLOGIN 1
2976: | #define HAVE_GETPROTOBYNAME 1
2977: | #define HAVE_GETPROTOBYNUMBER 1
2978: | #define HAVE_GETSERVBYNAME 1
2979: | #define HAVE_GETSERVBYPORT 1
2980: | #define HAVE_GETHOSTNAME 1
2981: | #define HAVE_GETRUSAGE 1
2982: | #define HAVE_GETTIMEOFDAY 1
2983: | #define HAVE_GMTIME_R 1
2984: | #define HAVE_GETPWNAM_R 1
2985: | #define HAVE_GETGRNAM_R 1
2986: | #define HAVE_GETPWUID_R 1
2987: | #define HAVE_GRANTPT 1
2988: | #define HAVE_INET_NTOA 1
2989: | #define HAVE_INET_NTOP 1
2990: | #define HAVE_INET_PTON 1
2991: | #define HAVE_ISASCII 1
2992: | #define HAVE_LINK 1
2993: | #define HAVE_LOCALTIME_R 1
2994: | #define HAVE_LOCKF 1
2995: | #define HAVE_LCHOWN 1
2996: | #define HAVE_LRAND48 1
2997: | #define HAVE_MEMCPY 1
2998: | #define HAVE_MEMMOVE 1
2999: | #define HAVE_MKSTEMP 1
3000: | #define HAVE_MMAP 1
3001: | #define HAVE_NL_LANGINFO 1
3002: | #define HAVE_PERROR 1
3003: | #define HAVE_POLL 1
3004: | #define HAVE_PTSNAME 1
3005: | #define HAVE_PUTENV 1
3006: | #define HAVE_REALPATH 1
3007: | #define HAVE_RANDOM 1
3008: | #define HAVE_RAND_R 1
3009: | #define HAVE_SCANDIR 1
3010: | #define HAVE_SETITIMER 1
3011: | #define HAVE_SETLOCALE 1
3012: | #define HAVE_LOCALECONV 1
3013: | #define HAVE_SETENV 1
3014: | #define HAVE_SETPGID 1
3015: | #define HAVE_SETSOCKOPT 1
3016: | #define HAVE_SETVBUF 1
3017: | #define HAVE_SHUTDOWN 1
3018: | #define HAVE_SIN 1
3019: | #define HAVE_SNPRINTF 1
3020: | #define HAVE_SRAND48 1
3021: | #define HAVE_SRANDOM 1
3022: | #define HAVE_STATFS 1
3023: | #define HAVE_STATVFS 1
3024: | /* end confdefs.h. */
3025: | /* Define std_syslog to an innocuous variant, in case <limits.h> declares std_syslog.
3026: | For example, HP-UX 11i <limits.h> declares gettimeofday. */
3027: | #define std_syslog innocuous_std_syslog
3028: |
3029: | /* System header to define __stub macros and hopefully few prototypes,
3030: | which can conflict with char std_syslog (); below.
3031: | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3032: | <limits.h> exists even on freestanding compilers. */
3033: |
3034: | #ifdef __STDC__
3035: | # include <limits.h>
3036: | #else
3037: | # include <assert.h>
3038: | #endif
3039: |
3040: | #undef std_syslog
3041: |
3042: | /* Override any GCC internal prototype to avoid an error.
3043: | Use char because int might match the return type of a GCC
3044: | builtin and then its argument prototype would still apply. */
3045: | #ifdef __cplusplus
3046: | extern "C"
3047: | #endif
3048: | char std_syslog ();
3049: | /* The GNU C library defines this for functions which it implements
3050: | to always fail with ENOSYS. Some functions are actually named
3051: | something starting with __ and the normal name is an alias. */
3052: | #if defined __stub_std_syslog || defined __stub___std_syslog
3053: | choke me
3054: | #endif
3055: |
3056: | int
3057: | main ()
3058: | {
3059: | return std_syslog ();
3060: | ;
3061: | return 0;
3062: | }
3063: configure:18732: result: no
3064: configure:18732: checking for strcasecmp
3065: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3066: conftest.c:191: warning: conflicting types for built-in function 'strcasecmp'
3067: configure:18732: $? = 0
3068: configure:18732: result: yes
3069: configure:18732: checking for strcoll
3070: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3071: configure:18732: $? = 0
3072: configure:18732: result: yes
3073: configure:18732: checking for strdup
3074: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3075: conftest.c:193: warning: conflicting types for built-in function 'strdup'
3076: configure:18732: $? = 0
3077: configure:18732: result: yes
3078: configure:18732: checking for strerror
3079: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3080: configure:18732: $? = 0
3081: configure:18732: result: yes
3082: configure:18732: checking for strftime
3083: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3084: conftest.c:195: warning: conflicting types for built-in function 'strftime'
3085: configure:18732: $? = 0
3086: configure:18732: result: yes
3087: configure:18732: checking for strnlen
3088: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3089: configure:18732: $? = 0
3090: configure:18732: result: yes
3091: configure:18732: checking for strptime
3092: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3093: configure:18732: $? = 0
3094: configure:18732: result: yes
3095: configure:18732: checking for strstr
3096: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3097: conftest.c:198: warning: conflicting types for built-in function 'strstr'
3098: configure:18732: $? = 0
3099: configure:18732: result: yes
3100: configure:18732: checking for strtok_r
3101: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3102: configure:18732: $? = 0
3103: configure:18732: result: yes
3104: configure:18732: checking for symlink
3105: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3106: configure:18732: $? = 0
3107: configure:18732: result: yes
3108: configure:18732: checking for tempnam
3109: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3110: /tmp//ccRTTmxI.o: In function `main':
3111: conftest.c:(.text+0x12): warning: warning: tempnam() possibly used unsafely; consider using mkstemp()
3112: configure:18732: $? = 0
3113: configure:18732: result: yes
3114: configure:18732: checking for tzset
3115: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3116: configure:18732: $? = 0
3117: configure:18732: result: yes
3118: configure:18732: checking for unlockpt
3119: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3120: configure:18732: $? = 0
3121: configure:18732: result: yes
3122: configure:18732: checking for unsetenv
3123: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3124: configure:18732: $? = 0
3125: configure:18732: result: yes
3126: configure:18732: checking for usleep
3127: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3128: configure:18732: $? = 0
3129: configure:18732: result: yes
3130: configure:18732: checking for utime
3131: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3132: configure:18732: $? = 0
3133: configure:18732: result: yes
3134: configure:18732: checking for vsnprintf
3135: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3136: conftest.c:207: warning: conflicting types for built-in function 'vsnprintf'
3137: configure:18732: $? = 0
3138: configure:18732: result: yes
3139: configure:18732: checking for vasprintf
3140: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3141: configure:18732: $? = 0
3142: configure:18732: result: yes
3143: configure:18732: checking for asprintf
3144: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3145: configure:18732: $? = 0
3146: configure:18732: result: yes
3147: configure:18732: checking for nanosleep
3148: configure:18732: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3149: configure:18732: $? = 0
3150: configure:18732: result: yes
3151: configure:18747: checking for nanosleep
3152: configure:18747: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3153: configure:18747: $? = 0
3154: configure:18747: result: yes
3155: configure:18911: checking for getaddrinfo
3156: configure:18927: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3157: configure:18927: $? = 0
3158: configure:18971: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3159: conftest.c: In function 'main':
3160: conftest.c:198: warning: incompatible implicit declaration of built-in function 'memset'
3161: conftest.c:202: warning: incompatible implicit declaration of built-in function 'exit'
3162: conftest.c:206: warning: incompatible implicit declaration of built-in function 'exit'
3163: conftest.c:214: warning: incompatible implicit declaration of built-in function 'exit'
3164: conftest.c:218: warning: incompatible implicit declaration of built-in function 'exit'
3165: conftest.c:223: warning: incompatible implicit declaration of built-in function 'exit'
3166: configure:18971: $? = 0
3167: configure:18971: ./conftest
3168: configure:18971: $? = 0
3169: configure:18986: result: yes
3170: configure:18994: checking for __sync_fetch_and_add
3171: configure:19010: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3172: configure:19010: $? = 0
3173: configure:19018: result: yes
3174: configure:19026: checking for strlcat
3175: configure:19026: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3176: configure:19026: $? = 0
3177: configure:19026: result: yes
3178: configure:19039: checking for strlcpy
3179: configure:19039: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3180: configure:19039: $? = 0
3181: configure:19039: result: yes
3182: configure:19052: checking for getopt
3183: configure:19052: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3184: configure:19052: $? = 0
3185: configure:19052: result: yes
3186: configure:19072: checking for utime.h
3187: configure:19072: result: yes
3188: configure:19086: checking whether utime accepts a null argument
3189: configure:19115: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3190: configure:19115: $? = 0
3191: configure:19115: ./conftest
3192: configure:19115: $? = 0
3193: configure:19125: result: yes
3194: configure:19137: checking for working alloca.h
3195: configure:19154: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3196: conftest.c:196:20: error: alloca.h: No such file or directory
3197: conftest.c: In function 'main':
3198: conftest.c:200: warning: incompatible implicit declaration of built-in function 'alloca'
3199: configure:19154: $? = 1
3200: configure: failed program was:
3201: | /* confdefs.h */
3202: | #define PACKAGE_NAME ""
3203: | #define PACKAGE_TARNAME ""
3204: | #define PACKAGE_VERSION ""
3205: | #define PACKAGE_STRING ""
3206: | #define PACKAGE_BUGREPORT ""
3207: | #define PACKAGE_URL ""
3208: | #define STDC_HEADERS 1
3209: | #define HAVE_SYS_TYPES_H 1
3210: | #define HAVE_SYS_STAT_H 1
3211: | #define HAVE_STDLIB_H 1
3212: | #define HAVE_STRING_H 1
3213: | #define HAVE_MEMORY_H 1
3214: | #define HAVE_STRINGS_H 1
3215: | #define HAVE_INTTYPES_H 1
3216: | #define HAVE_STDINT_H 1
3217: | #define HAVE_UNISTD_H 1
3218: | #define __EXTENSIONS__ 1
3219: | #define _ALL_SOURCE 1
3220: | #define _GNU_SOURCE 1
3221: | #define _POSIX_PTHREAD_SEMANTICS 1
3222: | #define _TANDEM_SOURCE 1
3223: | #define HAVE_DEV_URANDOM 1
3224: | #define HAVE_SOCKLEN_T 1
3225: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
3226: | #define PHP_WRITE_STDOUT 1
3227: | #define HAVE_SOCKET 1
3228: | #define HAVE_SOCKETPAIR 1
3229: | #define HAVE_HTONL 1
3230: | #define HAVE_GETHOSTNAME 1
3231: | #define HAVE_GETHOSTBYADDR 1
3232: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
3233: | #define HAVE_DLOPEN 1
3234: | #define HAVE_LIBDL 1
3235: | #define HAVE_LIBM 1
3236: | #define HAVE_INET_ATON 1
3237: | #define STDC_HEADERS 1
3238: | #define HAVE_DIRENT_H 1
3239: | #define HAVE_INTTYPES_H 1
3240: | #define HAVE_STDINT_H 1
3241: | #define HAVE_DIRENT_H 1
3242: | #define HAVE_SYS_PARAM_H 1
3243: | #define HAVE_SYS_TYPES_H 1
3244: | #define HAVE_SYS_TIME_H 1
3245: | #define HAVE_NETINET_IN_H 1
3246: | #define HAVE_ARPA_INET_H 1
3247: | #define HAVE_ARPA_NAMESER_H 1
3248: | #define HAVE_ASSERT_H 1
3249: | #define HAVE_FCNTL_H 1
3250: | #define HAVE_GRP_H 1
3251: | #define HAVE_IEEEFP_H 1
3252: | #define HAVE_LANGINFO_H 1
3253: | #define HAVE_LIMITS_H 1
3254: | #define HAVE_LOCALE_H 1
3255: | #define HAVE_MONETARY_H 1
3256: | #define HAVE_NETDB_H 1
3257: | #define HAVE_PWD_H 1
3258: | #define HAVE_RESOLV_H 1
3259: | #define HAVE_SIGNAL_H 1
3260: | #define HAVE_STDARG_H 1
3261: | #define HAVE_STDLIB_H 1
3262: | #define HAVE_STRING_H 1
3263: | #define HAVE_SYSLOG_H 1
3264: | #define HAVE_SYSEXITS_H 1
3265: | #define HAVE_SYS_IOCTL_H 1
3266: | #define HAVE_SYS_FILE_H 1
3267: | #define HAVE_SYS_MMAN_H 1
3268: | #define HAVE_SYS_MOUNT_H 1
3269: | #define HAVE_SYS_POLL_H 1
3270: | #define HAVE_SYS_RESOURCE_H 1
3271: | #define HAVE_SYS_SELECT_H 1
3272: | #define HAVE_SYS_SOCKET_H 1
3273: | #define HAVE_SYS_STAT_H 1
3274: | #define HAVE_SYS_STATVFS_H 1
3275: | #define HAVE_SYS_WAIT_H 1
3276: | #define HAVE_TERMIOS_H 1
3277: | #define HAVE_UNISTD_H 1
3278: | #define HAVE_UTIME_H 1
3279: | #define HAVE_SYS_UTSNAME_H 1
3280: | #define HAVE_SYS_IPC_H 1
3281: | #define HAVE_DLFCN_H 1
3282: | #define HAVE_ASSERT_H 1
3283: | #define HAVE_STRUCT_TM_TM_ZONE 1
3284: | #define HAVE_TM_ZONE 1
3285: | #define MISSING_FCLOSE_DECL 0
3286: | #define HAVE_TM_GMTOFF 1
3287: | #define HAVE_STRUCT_FLOCK 1
3288: | #define HAVE_SOCKLEN_T 1
3289: | #define SIZEOF_SIZE_T 4
3290: | #define SIZEOF_LONG_LONG 8
3291: | #define SIZEOF_LONG_LONG_INT 8
3292: | #define SIZEOF_LONG 4
3293: | #define SIZEOF_INT 4
3294: | #define SIZEOF_INTMAX_T 8
3295: | #define HAVE_INTMAX_T 1
3296: | #define SIZEOF_SSIZE_T 4
3297: | #define HAVE_SSIZE_T 1
3298: | #define SIZEOF_PTRDIFF_T 4
3299: | #define HAVE_PTRDIFF_T 1
3300: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
3301: | #define HAVE_ST_BLKSIZE 1
3302: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
3303: | #define HAVE_ST_BLOCKS 1
3304: | #define HAVE_STRUCT_STAT_ST_RDEV 1
3305: | #define HAVE_ST_RDEV 1
3306: | #define HAVE_SOCKADDR_STORAGE 1
3307: | #define HAVE_SOCKADDR_SA_LEN 1
3308: | #define HAVE_VPRINTF 1
3309: | #define HAVE_ALPHASORT 1
3310: | #define HAVE_ASCTIME_R 1
3311: | #define HAVE_CHROOT 1
3312: | #define HAVE_CTIME_R 1
3313: | #define HAVE_FLOCK 1
3314: | #define HAVE_FTOK 1
3315: | #define HAVE_FUNOPEN 1
3316: | #define HAVE_GAI_STRERROR 1
3317: | #define HAVE_GETLOADAVG 1
3318: | #define HAVE_GETLOGIN 1
3319: | #define HAVE_GETPROTOBYNAME 1
3320: | #define HAVE_GETPROTOBYNUMBER 1
3321: | #define HAVE_GETSERVBYNAME 1
3322: | #define HAVE_GETSERVBYPORT 1
3323: | #define HAVE_GETHOSTNAME 1
3324: | #define HAVE_GETRUSAGE 1
3325: | #define HAVE_GETTIMEOFDAY 1
3326: | #define HAVE_GMTIME_R 1
3327: | #define HAVE_GETPWNAM_R 1
3328: | #define HAVE_GETGRNAM_R 1
3329: | #define HAVE_GETPWUID_R 1
3330: | #define HAVE_GRANTPT 1
3331: | #define HAVE_INET_NTOA 1
3332: | #define HAVE_INET_NTOP 1
3333: | #define HAVE_INET_PTON 1
3334: | #define HAVE_ISASCII 1
3335: | #define HAVE_LINK 1
3336: | #define HAVE_LOCALTIME_R 1
3337: | #define HAVE_LOCKF 1
3338: | #define HAVE_LCHOWN 1
3339: | #define HAVE_LRAND48 1
3340: | #define HAVE_MEMCPY 1
3341: | #define HAVE_MEMMOVE 1
3342: | #define HAVE_MKSTEMP 1
3343: | #define HAVE_MMAP 1
3344: | #define HAVE_NL_LANGINFO 1
3345: | #define HAVE_PERROR 1
3346: | #define HAVE_POLL 1
3347: | #define HAVE_PTSNAME 1
3348: | #define HAVE_PUTENV 1
3349: | #define HAVE_REALPATH 1
3350: | #define HAVE_RANDOM 1
3351: | #define HAVE_RAND_R 1
3352: | #define HAVE_SCANDIR 1
3353: | #define HAVE_SETITIMER 1
3354: | #define HAVE_SETLOCALE 1
3355: | #define HAVE_LOCALECONV 1
3356: | #define HAVE_SETENV 1
3357: | #define HAVE_SETPGID 1
3358: | #define HAVE_SETSOCKOPT 1
3359: | #define HAVE_SETVBUF 1
3360: | #define HAVE_SHUTDOWN 1
3361: | #define HAVE_SIN 1
3362: | #define HAVE_SNPRINTF 1
3363: | #define HAVE_SRAND48 1
3364: | #define HAVE_SRANDOM 1
3365: | #define HAVE_STATFS 1
3366: | #define HAVE_STATVFS 1
3367: | #define HAVE_STRCASECMP 1
3368: | #define HAVE_STRCOLL 1
3369: | #define HAVE_STRDUP 1
3370: | #define HAVE_STRERROR 1
3371: | #define HAVE_STRFTIME 1
3372: | #define HAVE_STRNLEN 1
3373: | #define HAVE_STRPTIME 1
3374: | #define HAVE_STRSTR 1
3375: | #define HAVE_STRTOK_R 1
3376: | #define HAVE_SYMLINK 1
3377: | #define HAVE_TEMPNAM 1
3378: | #define HAVE_TZSET 1
3379: | #define HAVE_UNLOCKPT 1
3380: | #define HAVE_UNSETENV 1
3381: | #define HAVE_USLEEP 1
3382: | #define HAVE_UTIME 1
3383: | #define HAVE_VSNPRINTF 1
3384: | #define HAVE_VASPRINTF 1
3385: | #define HAVE_ASPRINTF 1
3386: | #define HAVE_NANOSLEEP 1
3387: | #define HAVE_NANOSLEEP 1
3388: | #define HAVE_GETADDRINFO 1
3389: | #define HAVE_SYNC_FETCH_AND_ADD 1
3390: | #define HAVE_STRLCAT 1
3391: | #define HAVE_STRLCPY 1
3392: | #define HAVE_GETOPT 1
3393: | #define HAVE_UTIME_H 1
3394: | #define HAVE_UTIME_NULL 1
3395: | /* end confdefs.h. */
3396: | #include <alloca.h>
3397: | int
3398: | main ()
3399: | {
3400: | char *p = (char *) alloca (2 * sizeof (int));
3401: | if (p) return 0;
3402: | ;
3403: | return 0;
3404: | }
3405: configure:19162: result: no
3406: configure:19170: checking for alloca
3407: configure:19207: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3408: configure:19207: $? = 0
3409: configure:19215: result: yes
3410: configure:19322: checking for declared timezone
3411: configure:19347: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
3412: configure:19347: $? = 0
3413: configure:19358: result: yes
3414: configure:19367: checking for type of reentrant time-related functions
3415: configure:19396: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3416: conftest.c: In function 'main':
3417: conftest.c:207: warning: assignment makes integer from pointer without a cast
3418: conftest.c:208: error: too many arguments to function 'asctime_r'
3419: configure:19396: $? = 1
3420: configure: program exited with status 1
3421: configure: failed program was:
3422: | /* confdefs.h */
3423: | #define PACKAGE_NAME ""
3424: | #define PACKAGE_TARNAME ""
3425: | #define PACKAGE_VERSION ""
3426: | #define PACKAGE_STRING ""
3427: | #define PACKAGE_BUGREPORT ""
3428: | #define PACKAGE_URL ""
3429: | #define STDC_HEADERS 1
3430: | #define HAVE_SYS_TYPES_H 1
3431: | #define HAVE_SYS_STAT_H 1
3432: | #define HAVE_STDLIB_H 1
3433: | #define HAVE_STRING_H 1
3434: | #define HAVE_MEMORY_H 1
3435: | #define HAVE_STRINGS_H 1
3436: | #define HAVE_INTTYPES_H 1
3437: | #define HAVE_STDINT_H 1
3438: | #define HAVE_UNISTD_H 1
3439: | #define __EXTENSIONS__ 1
3440: | #define _ALL_SOURCE 1
3441: | #define _GNU_SOURCE 1
3442: | #define _POSIX_PTHREAD_SEMANTICS 1
3443: | #define _TANDEM_SOURCE 1
3444: | #define HAVE_DEV_URANDOM 1
3445: | #define HAVE_SOCKLEN_T 1
3446: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
3447: | #define PHP_WRITE_STDOUT 1
3448: | #define HAVE_SOCKET 1
3449: | #define HAVE_SOCKETPAIR 1
3450: | #define HAVE_HTONL 1
3451: | #define HAVE_GETHOSTNAME 1
3452: | #define HAVE_GETHOSTBYADDR 1
3453: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
3454: | #define HAVE_DLOPEN 1
3455: | #define HAVE_LIBDL 1
3456: | #define HAVE_LIBM 1
3457: | #define HAVE_INET_ATON 1
3458: | #define STDC_HEADERS 1
3459: | #define HAVE_DIRENT_H 1
3460: | #define HAVE_INTTYPES_H 1
3461: | #define HAVE_STDINT_H 1
3462: | #define HAVE_DIRENT_H 1
3463: | #define HAVE_SYS_PARAM_H 1
3464: | #define HAVE_SYS_TYPES_H 1
3465: | #define HAVE_SYS_TIME_H 1
3466: | #define HAVE_NETINET_IN_H 1
3467: | #define HAVE_ARPA_INET_H 1
3468: | #define HAVE_ARPA_NAMESER_H 1
3469: | #define HAVE_ASSERT_H 1
3470: | #define HAVE_FCNTL_H 1
3471: | #define HAVE_GRP_H 1
3472: | #define HAVE_IEEEFP_H 1
3473: | #define HAVE_LANGINFO_H 1
3474: | #define HAVE_LIMITS_H 1
3475: | #define HAVE_LOCALE_H 1
3476: | #define HAVE_MONETARY_H 1
3477: | #define HAVE_NETDB_H 1
3478: | #define HAVE_PWD_H 1
3479: | #define HAVE_RESOLV_H 1
3480: | #define HAVE_SIGNAL_H 1
3481: | #define HAVE_STDARG_H 1
3482: | #define HAVE_STDLIB_H 1
3483: | #define HAVE_STRING_H 1
3484: | #define HAVE_SYSLOG_H 1
3485: | #define HAVE_SYSEXITS_H 1
3486: | #define HAVE_SYS_IOCTL_H 1
3487: | #define HAVE_SYS_FILE_H 1
3488: | #define HAVE_SYS_MMAN_H 1
3489: | #define HAVE_SYS_MOUNT_H 1
3490: | #define HAVE_SYS_POLL_H 1
3491: | #define HAVE_SYS_RESOURCE_H 1
3492: | #define HAVE_SYS_SELECT_H 1
3493: | #define HAVE_SYS_SOCKET_H 1
3494: | #define HAVE_SYS_STAT_H 1
3495: | #define HAVE_SYS_STATVFS_H 1
3496: | #define HAVE_SYS_WAIT_H 1
3497: | #define HAVE_TERMIOS_H 1
3498: | #define HAVE_UNISTD_H 1
3499: | #define HAVE_UTIME_H 1
3500: | #define HAVE_SYS_UTSNAME_H 1
3501: | #define HAVE_SYS_IPC_H 1
3502: | #define HAVE_DLFCN_H 1
3503: | #define HAVE_ASSERT_H 1
3504: | #define HAVE_STRUCT_TM_TM_ZONE 1
3505: | #define HAVE_TM_ZONE 1
3506: | #define MISSING_FCLOSE_DECL 0
3507: | #define HAVE_TM_GMTOFF 1
3508: | #define HAVE_STRUCT_FLOCK 1
3509: | #define HAVE_SOCKLEN_T 1
3510: | #define SIZEOF_SIZE_T 4
3511: | #define SIZEOF_LONG_LONG 8
3512: | #define SIZEOF_LONG_LONG_INT 8
3513: | #define SIZEOF_LONG 4
3514: | #define SIZEOF_INT 4
3515: | #define SIZEOF_INTMAX_T 8
3516: | #define HAVE_INTMAX_T 1
3517: | #define SIZEOF_SSIZE_T 4
3518: | #define HAVE_SSIZE_T 1
3519: | #define SIZEOF_PTRDIFF_T 4
3520: | #define HAVE_PTRDIFF_T 1
3521: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
3522: | #define HAVE_ST_BLKSIZE 1
3523: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
3524: | #define HAVE_ST_BLOCKS 1
3525: | #define HAVE_STRUCT_STAT_ST_RDEV 1
3526: | #define HAVE_ST_RDEV 1
3527: | #define HAVE_SOCKADDR_STORAGE 1
3528: | #define HAVE_SOCKADDR_SA_LEN 1
3529: | #define HAVE_VPRINTF 1
3530: | #define HAVE_ALPHASORT 1
3531: | #define HAVE_ASCTIME_R 1
3532: | #define HAVE_CHROOT 1
3533: | #define HAVE_CTIME_R 1
3534: | #define HAVE_FLOCK 1
3535: | #define HAVE_FTOK 1
3536: | #define HAVE_FUNOPEN 1
3537: | #define HAVE_GAI_STRERROR 1
3538: | #define HAVE_GETLOADAVG 1
3539: | #define HAVE_GETLOGIN 1
3540: | #define HAVE_GETPROTOBYNAME 1
3541: | #define HAVE_GETPROTOBYNUMBER 1
3542: | #define HAVE_GETSERVBYNAME 1
3543: | #define HAVE_GETSERVBYPORT 1
3544: | #define HAVE_GETHOSTNAME 1
3545: | #define HAVE_GETRUSAGE 1
3546: | #define HAVE_GETTIMEOFDAY 1
3547: | #define HAVE_GMTIME_R 1
3548: | #define HAVE_GETPWNAM_R 1
3549: | #define HAVE_GETGRNAM_R 1
3550: | #define HAVE_GETPWUID_R 1
3551: | #define HAVE_GRANTPT 1
3552: | #define HAVE_INET_NTOA 1
3553: | #define HAVE_INET_NTOP 1
3554: | #define HAVE_INET_PTON 1
3555: | #define HAVE_ISASCII 1
3556: | #define HAVE_LINK 1
3557: | #define HAVE_LOCALTIME_R 1
3558: | #define HAVE_LOCKF 1
3559: | #define HAVE_LCHOWN 1
3560: | #define HAVE_LRAND48 1
3561: | #define HAVE_MEMCPY 1
3562: | #define HAVE_MEMMOVE 1
3563: | #define HAVE_MKSTEMP 1
3564: | #define HAVE_MMAP 1
3565: | #define HAVE_NL_LANGINFO 1
3566: | #define HAVE_PERROR 1
3567: | #define HAVE_POLL 1
3568: | #define HAVE_PTSNAME 1
3569: | #define HAVE_PUTENV 1
3570: | #define HAVE_REALPATH 1
3571: | #define HAVE_RANDOM 1
3572: | #define HAVE_RAND_R 1
3573: | #define HAVE_SCANDIR 1
3574: | #define HAVE_SETITIMER 1
3575: | #define HAVE_SETLOCALE 1
3576: | #define HAVE_LOCALECONV 1
3577: | #define HAVE_SETENV 1
3578: | #define HAVE_SETPGID 1
3579: | #define HAVE_SETSOCKOPT 1
3580: | #define HAVE_SETVBUF 1
3581: | #define HAVE_SHUTDOWN 1
3582: | #define HAVE_SIN 1
3583: | #define HAVE_SNPRINTF 1
3584: | #define HAVE_SRAND48 1
3585: | #define HAVE_SRANDOM 1
3586: | #define HAVE_STATFS 1
3587: | #define HAVE_STATVFS 1
3588: | #define HAVE_STRCASECMP 1
3589: | #define HAVE_STRCOLL 1
3590: | #define HAVE_STRDUP 1
3591: | #define HAVE_STRERROR 1
3592: | #define HAVE_STRFTIME 1
3593: | #define HAVE_STRNLEN 1
3594: | #define HAVE_STRPTIME 1
3595: | #define HAVE_STRSTR 1
3596: | #define HAVE_STRTOK_R 1
3597: | #define HAVE_SYMLINK 1
3598: | #define HAVE_TEMPNAM 1
3599: | #define HAVE_TZSET 1
3600: | #define HAVE_UNLOCKPT 1
3601: | #define HAVE_UNSETENV 1
3602: | #define HAVE_USLEEP 1
3603: | #define HAVE_UTIME 1
3604: | #define HAVE_VSNPRINTF 1
3605: | #define HAVE_VASPRINTF 1
3606: | #define HAVE_ASPRINTF 1
3607: | #define HAVE_NANOSLEEP 1
3608: | #define HAVE_NANOSLEEP 1
3609: | #define HAVE_GETADDRINFO 1
3610: | #define HAVE_SYNC_FETCH_AND_ADD 1
3611: | #define HAVE_STRLCAT 1
3612: | #define HAVE_STRLCPY 1
3613: | #define HAVE_GETOPT 1
3614: | #define HAVE_UTIME_H 1
3615: | #define HAVE_UTIME_NULL 1
3616: | #define HAVE_ALLOCA 1
3617: | #define HAVE_DECLARED_TIMEZONE 1
3618: | /* end confdefs.h. */
3619: |
3620: | #include <time.h>
3621: |
3622: | main() {
3623: | char buf[27];
3624: | struct tm t;
3625: | time_t old = 0;
3626: | int r, s;
3627: |
3628: | s = gmtime_r(&old, &t);
3629: | r = (int) asctime_r(&t, buf, 26);
3630: | if (r == s && s == 0) return (0);
3631: | return (1);
3632: | }
3633: |
3634: configure:19423: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3635: conftest.c: In function 'main':
3636: conftest.c:206: error: too many arguments to function 'asctime_r'
3637: configure:19423: $? = 1
3638: configure: program exited with status 1
3639: configure: failed program was:
3640: | /* confdefs.h */
3641: | #define PACKAGE_NAME ""
3642: | #define PACKAGE_TARNAME ""
3643: | #define PACKAGE_VERSION ""
3644: | #define PACKAGE_STRING ""
3645: | #define PACKAGE_BUGREPORT ""
3646: | #define PACKAGE_URL ""
3647: | #define STDC_HEADERS 1
3648: | #define HAVE_SYS_TYPES_H 1
3649: | #define HAVE_SYS_STAT_H 1
3650: | #define HAVE_STDLIB_H 1
3651: | #define HAVE_STRING_H 1
3652: | #define HAVE_MEMORY_H 1
3653: | #define HAVE_STRINGS_H 1
3654: | #define HAVE_INTTYPES_H 1
3655: | #define HAVE_STDINT_H 1
3656: | #define HAVE_UNISTD_H 1
3657: | #define __EXTENSIONS__ 1
3658: | #define _ALL_SOURCE 1
3659: | #define _GNU_SOURCE 1
3660: | #define _POSIX_PTHREAD_SEMANTICS 1
3661: | #define _TANDEM_SOURCE 1
3662: | #define HAVE_DEV_URANDOM 1
3663: | #define HAVE_SOCKLEN_T 1
3664: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
3665: | #define PHP_WRITE_STDOUT 1
3666: | #define HAVE_SOCKET 1
3667: | #define HAVE_SOCKETPAIR 1
3668: | #define HAVE_HTONL 1
3669: | #define HAVE_GETHOSTNAME 1
3670: | #define HAVE_GETHOSTBYADDR 1
3671: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
3672: | #define HAVE_DLOPEN 1
3673: | #define HAVE_LIBDL 1
3674: | #define HAVE_LIBM 1
3675: | #define HAVE_INET_ATON 1
3676: | #define STDC_HEADERS 1
3677: | #define HAVE_DIRENT_H 1
3678: | #define HAVE_INTTYPES_H 1
3679: | #define HAVE_STDINT_H 1
3680: | #define HAVE_DIRENT_H 1
3681: | #define HAVE_SYS_PARAM_H 1
3682: | #define HAVE_SYS_TYPES_H 1
3683: | #define HAVE_SYS_TIME_H 1
3684: | #define HAVE_NETINET_IN_H 1
3685: | #define HAVE_ARPA_INET_H 1
3686: | #define HAVE_ARPA_NAMESER_H 1
3687: | #define HAVE_ASSERT_H 1
3688: | #define HAVE_FCNTL_H 1
3689: | #define HAVE_GRP_H 1
3690: | #define HAVE_IEEEFP_H 1
3691: | #define HAVE_LANGINFO_H 1
3692: | #define HAVE_LIMITS_H 1
3693: | #define HAVE_LOCALE_H 1
3694: | #define HAVE_MONETARY_H 1
3695: | #define HAVE_NETDB_H 1
3696: | #define HAVE_PWD_H 1
3697: | #define HAVE_RESOLV_H 1
3698: | #define HAVE_SIGNAL_H 1
3699: | #define HAVE_STDARG_H 1
3700: | #define HAVE_STDLIB_H 1
3701: | #define HAVE_STRING_H 1
3702: | #define HAVE_SYSLOG_H 1
3703: | #define HAVE_SYSEXITS_H 1
3704: | #define HAVE_SYS_IOCTL_H 1
3705: | #define HAVE_SYS_FILE_H 1
3706: | #define HAVE_SYS_MMAN_H 1
3707: | #define HAVE_SYS_MOUNT_H 1
3708: | #define HAVE_SYS_POLL_H 1
3709: | #define HAVE_SYS_RESOURCE_H 1
3710: | #define HAVE_SYS_SELECT_H 1
3711: | #define HAVE_SYS_SOCKET_H 1
3712: | #define HAVE_SYS_STAT_H 1
3713: | #define HAVE_SYS_STATVFS_H 1
3714: | #define HAVE_SYS_WAIT_H 1
3715: | #define HAVE_TERMIOS_H 1
3716: | #define HAVE_UNISTD_H 1
3717: | #define HAVE_UTIME_H 1
3718: | #define HAVE_SYS_UTSNAME_H 1
3719: | #define HAVE_SYS_IPC_H 1
3720: | #define HAVE_DLFCN_H 1
3721: | #define HAVE_ASSERT_H 1
3722: | #define HAVE_STRUCT_TM_TM_ZONE 1
3723: | #define HAVE_TM_ZONE 1
3724: | #define MISSING_FCLOSE_DECL 0
3725: | #define HAVE_TM_GMTOFF 1
3726: | #define HAVE_STRUCT_FLOCK 1
3727: | #define HAVE_SOCKLEN_T 1
3728: | #define SIZEOF_SIZE_T 4
3729: | #define SIZEOF_LONG_LONG 8
3730: | #define SIZEOF_LONG_LONG_INT 8
3731: | #define SIZEOF_LONG 4
3732: | #define SIZEOF_INT 4
3733: | #define SIZEOF_INTMAX_T 8
3734: | #define HAVE_INTMAX_T 1
3735: | #define SIZEOF_SSIZE_T 4
3736: | #define HAVE_SSIZE_T 1
3737: | #define SIZEOF_PTRDIFF_T 4
3738: | #define HAVE_PTRDIFF_T 1
3739: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
3740: | #define HAVE_ST_BLKSIZE 1
3741: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
3742: | #define HAVE_ST_BLOCKS 1
3743: | #define HAVE_STRUCT_STAT_ST_RDEV 1
3744: | #define HAVE_ST_RDEV 1
3745: | #define HAVE_SOCKADDR_STORAGE 1
3746: | #define HAVE_SOCKADDR_SA_LEN 1
3747: | #define HAVE_VPRINTF 1
3748: | #define HAVE_ALPHASORT 1
3749: | #define HAVE_ASCTIME_R 1
3750: | #define HAVE_CHROOT 1
3751: | #define HAVE_CTIME_R 1
3752: | #define HAVE_FLOCK 1
3753: | #define HAVE_FTOK 1
3754: | #define HAVE_FUNOPEN 1
3755: | #define HAVE_GAI_STRERROR 1
3756: | #define HAVE_GETLOADAVG 1
3757: | #define HAVE_GETLOGIN 1
3758: | #define HAVE_GETPROTOBYNAME 1
3759: | #define HAVE_GETPROTOBYNUMBER 1
3760: | #define HAVE_GETSERVBYNAME 1
3761: | #define HAVE_GETSERVBYPORT 1
3762: | #define HAVE_GETHOSTNAME 1
3763: | #define HAVE_GETRUSAGE 1
3764: | #define HAVE_GETTIMEOFDAY 1
3765: | #define HAVE_GMTIME_R 1
3766: | #define HAVE_GETPWNAM_R 1
3767: | #define HAVE_GETGRNAM_R 1
3768: | #define HAVE_GETPWUID_R 1
3769: | #define HAVE_GRANTPT 1
3770: | #define HAVE_INET_NTOA 1
3771: | #define HAVE_INET_NTOP 1
3772: | #define HAVE_INET_PTON 1
3773: | #define HAVE_ISASCII 1
3774: | #define HAVE_LINK 1
3775: | #define HAVE_LOCALTIME_R 1
3776: | #define HAVE_LOCKF 1
3777: | #define HAVE_LCHOWN 1
3778: | #define HAVE_LRAND48 1
3779: | #define HAVE_MEMCPY 1
3780: | #define HAVE_MEMMOVE 1
3781: | #define HAVE_MKSTEMP 1
3782: | #define HAVE_MMAP 1
3783: | #define HAVE_NL_LANGINFO 1
3784: | #define HAVE_PERROR 1
3785: | #define HAVE_POLL 1
3786: | #define HAVE_PTSNAME 1
3787: | #define HAVE_PUTENV 1
3788: | #define HAVE_REALPATH 1
3789: | #define HAVE_RANDOM 1
3790: | #define HAVE_RAND_R 1
3791: | #define HAVE_SCANDIR 1
3792: | #define HAVE_SETITIMER 1
3793: | #define HAVE_SETLOCALE 1
3794: | #define HAVE_LOCALECONV 1
3795: | #define HAVE_SETENV 1
3796: | #define HAVE_SETPGID 1
3797: | #define HAVE_SETSOCKOPT 1
3798: | #define HAVE_SETVBUF 1
3799: | #define HAVE_SHUTDOWN 1
3800: | #define HAVE_SIN 1
3801: | #define HAVE_SNPRINTF 1
3802: | #define HAVE_SRAND48 1
3803: | #define HAVE_SRANDOM 1
3804: | #define HAVE_STATFS 1
3805: | #define HAVE_STATVFS 1
3806: | #define HAVE_STRCASECMP 1
3807: | #define HAVE_STRCOLL 1
3808: | #define HAVE_STRDUP 1
3809: | #define HAVE_STRERROR 1
3810: | #define HAVE_STRFTIME 1
3811: | #define HAVE_STRNLEN 1
3812: | #define HAVE_STRPTIME 1
3813: | #define HAVE_STRSTR 1
3814: | #define HAVE_STRTOK_R 1
3815: | #define HAVE_SYMLINK 1
3816: | #define HAVE_TEMPNAM 1
3817: | #define HAVE_TZSET 1
3818: | #define HAVE_UNLOCKPT 1
3819: | #define HAVE_UNSETENV 1
3820: | #define HAVE_USLEEP 1
3821: | #define HAVE_UTIME 1
3822: | #define HAVE_VSNPRINTF 1
3823: | #define HAVE_VASPRINTF 1
3824: | #define HAVE_ASPRINTF 1
3825: | #define HAVE_NANOSLEEP 1
3826: | #define HAVE_NANOSLEEP 1
3827: | #define HAVE_GETADDRINFO 1
3828: | #define HAVE_SYNC_FETCH_AND_ADD 1
3829: | #define HAVE_STRLCAT 1
3830: | #define HAVE_STRLCPY 1
3831: | #define HAVE_GETOPT 1
3832: | #define HAVE_UTIME_H 1
3833: | #define HAVE_UTIME_NULL 1
3834: | #define HAVE_ALLOCA 1
3835: | #define HAVE_DECLARED_TIMEZONE 1
3836: | /* end confdefs.h. */
3837: |
3838: | #include <time.h>
3839: | main() {
3840: | struct tm t, *s;
3841: | time_t old = 0;
3842: | char buf[27], *p;
3843: |
3844: | s = gmtime_r(&old, &t);
3845: | p = asctime_r(&t, buf, 26);
3846: | if (p == buf && s == &t) return (0);
3847: | return (1);
3848: | }
3849: |
3850: configure:19444: result: POSIX
3851: configure:19456: checking for readdir_r
3852: configure:19456: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3853: configure:19456: $? = 0
3854: configure:19456: result: yes
3855: configure:19464: checking for type of readdir_r
3856: configure:19500: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3857: conftest.c: In function 'main':
3858: conftest.c:214: warning: incompatible implicit declaration of built-in function 'exit'
3859: configure:19500: $? = 0
3860: configure:19500: ./conftest
3861: configure:19500: $? = 0
3862: configure:19533: result: POSIX
3863: configure:19548: checking for in_addr_t
3864: configure:19573: result: yes
3865: configure:19584: checking for crypt_r
3866: configure:19584: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
3867: /tmp//cchYeX93.o: In function `main':
3868: conftest.c:(.text+0x12): undefined reference to `crypt_r'
3869: configure:19584: $? = 1
3870: configure: failed program was:
3871: | /* confdefs.h */
3872: | #define PACKAGE_NAME ""
3873: | #define PACKAGE_TARNAME ""
3874: | #define PACKAGE_VERSION ""
3875: | #define PACKAGE_STRING ""
3876: | #define PACKAGE_BUGREPORT ""
3877: | #define PACKAGE_URL ""
3878: | #define STDC_HEADERS 1
3879: | #define HAVE_SYS_TYPES_H 1
3880: | #define HAVE_SYS_STAT_H 1
3881: | #define HAVE_STDLIB_H 1
3882: | #define HAVE_STRING_H 1
3883: | #define HAVE_MEMORY_H 1
3884: | #define HAVE_STRINGS_H 1
3885: | #define HAVE_INTTYPES_H 1
3886: | #define HAVE_STDINT_H 1
3887: | #define HAVE_UNISTD_H 1
3888: | #define __EXTENSIONS__ 1
3889: | #define _ALL_SOURCE 1
3890: | #define _GNU_SOURCE 1
3891: | #define _POSIX_PTHREAD_SEMANTICS 1
3892: | #define _TANDEM_SOURCE 1
3893: | #define HAVE_DEV_URANDOM 1
3894: | #define HAVE_SOCKLEN_T 1
3895: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
3896: | #define PHP_WRITE_STDOUT 1
3897: | #define HAVE_SOCKET 1
3898: | #define HAVE_SOCKETPAIR 1
3899: | #define HAVE_HTONL 1
3900: | #define HAVE_GETHOSTNAME 1
3901: | #define HAVE_GETHOSTBYADDR 1
3902: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
3903: | #define HAVE_DLOPEN 1
3904: | #define HAVE_LIBDL 1
3905: | #define HAVE_LIBM 1
3906: | #define HAVE_INET_ATON 1
3907: | #define STDC_HEADERS 1
3908: | #define HAVE_DIRENT_H 1
3909: | #define HAVE_INTTYPES_H 1
3910: | #define HAVE_STDINT_H 1
3911: | #define HAVE_DIRENT_H 1
3912: | #define HAVE_SYS_PARAM_H 1
3913: | #define HAVE_SYS_TYPES_H 1
3914: | #define HAVE_SYS_TIME_H 1
3915: | #define HAVE_NETINET_IN_H 1
3916: | #define HAVE_ARPA_INET_H 1
3917: | #define HAVE_ARPA_NAMESER_H 1
3918: | #define HAVE_ASSERT_H 1
3919: | #define HAVE_FCNTL_H 1
3920: | #define HAVE_GRP_H 1
3921: | #define HAVE_IEEEFP_H 1
3922: | #define HAVE_LANGINFO_H 1
3923: | #define HAVE_LIMITS_H 1
3924: | #define HAVE_LOCALE_H 1
3925: | #define HAVE_MONETARY_H 1
3926: | #define HAVE_NETDB_H 1
3927: | #define HAVE_PWD_H 1
3928: | #define HAVE_RESOLV_H 1
3929: | #define HAVE_SIGNAL_H 1
3930: | #define HAVE_STDARG_H 1
3931: | #define HAVE_STDLIB_H 1
3932: | #define HAVE_STRING_H 1
3933: | #define HAVE_SYSLOG_H 1
3934: | #define HAVE_SYSEXITS_H 1
3935: | #define HAVE_SYS_IOCTL_H 1
3936: | #define HAVE_SYS_FILE_H 1
3937: | #define HAVE_SYS_MMAN_H 1
3938: | #define HAVE_SYS_MOUNT_H 1
3939: | #define HAVE_SYS_POLL_H 1
3940: | #define HAVE_SYS_RESOURCE_H 1
3941: | #define HAVE_SYS_SELECT_H 1
3942: | #define HAVE_SYS_SOCKET_H 1
3943: | #define HAVE_SYS_STAT_H 1
3944: | #define HAVE_SYS_STATVFS_H 1
3945: | #define HAVE_SYS_WAIT_H 1
3946: | #define HAVE_TERMIOS_H 1
3947: | #define HAVE_UNISTD_H 1
3948: | #define HAVE_UTIME_H 1
3949: | #define HAVE_SYS_UTSNAME_H 1
3950: | #define HAVE_SYS_IPC_H 1
3951: | #define HAVE_DLFCN_H 1
3952: | #define HAVE_ASSERT_H 1
3953: | #define HAVE_STRUCT_TM_TM_ZONE 1
3954: | #define HAVE_TM_ZONE 1
3955: | #define MISSING_FCLOSE_DECL 0
3956: | #define HAVE_TM_GMTOFF 1
3957: | #define HAVE_STRUCT_FLOCK 1
3958: | #define HAVE_SOCKLEN_T 1
3959: | #define SIZEOF_SIZE_T 4
3960: | #define SIZEOF_LONG_LONG 8
3961: | #define SIZEOF_LONG_LONG_INT 8
3962: | #define SIZEOF_LONG 4
3963: | #define SIZEOF_INT 4
3964: | #define SIZEOF_INTMAX_T 8
3965: | #define HAVE_INTMAX_T 1
3966: | #define SIZEOF_SSIZE_T 4
3967: | #define HAVE_SSIZE_T 1
3968: | #define SIZEOF_PTRDIFF_T 4
3969: | #define HAVE_PTRDIFF_T 1
3970: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
3971: | #define HAVE_ST_BLKSIZE 1
3972: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
3973: | #define HAVE_ST_BLOCKS 1
3974: | #define HAVE_STRUCT_STAT_ST_RDEV 1
3975: | #define HAVE_ST_RDEV 1
3976: | #define HAVE_SOCKADDR_STORAGE 1
3977: | #define HAVE_SOCKADDR_SA_LEN 1
3978: | #define HAVE_VPRINTF 1
3979: | #define HAVE_ALPHASORT 1
3980: | #define HAVE_ASCTIME_R 1
3981: | #define HAVE_CHROOT 1
3982: | #define HAVE_CTIME_R 1
3983: | #define HAVE_FLOCK 1
3984: | #define HAVE_FTOK 1
3985: | #define HAVE_FUNOPEN 1
3986: | #define HAVE_GAI_STRERROR 1
3987: | #define HAVE_GETLOADAVG 1
3988: | #define HAVE_GETLOGIN 1
3989: | #define HAVE_GETPROTOBYNAME 1
3990: | #define HAVE_GETPROTOBYNUMBER 1
3991: | #define HAVE_GETSERVBYNAME 1
3992: | #define HAVE_GETSERVBYPORT 1
3993: | #define HAVE_GETHOSTNAME 1
3994: | #define HAVE_GETRUSAGE 1
3995: | #define HAVE_GETTIMEOFDAY 1
3996: | #define HAVE_GMTIME_R 1
3997: | #define HAVE_GETPWNAM_R 1
3998: | #define HAVE_GETGRNAM_R 1
3999: | #define HAVE_GETPWUID_R 1
4000: | #define HAVE_GRANTPT 1
4001: | #define HAVE_INET_NTOA 1
4002: | #define HAVE_INET_NTOP 1
4003: | #define HAVE_INET_PTON 1
4004: | #define HAVE_ISASCII 1
4005: | #define HAVE_LINK 1
4006: | #define HAVE_LOCALTIME_R 1
4007: | #define HAVE_LOCKF 1
4008: | #define HAVE_LCHOWN 1
4009: | #define HAVE_LRAND48 1
4010: | #define HAVE_MEMCPY 1
4011: | #define HAVE_MEMMOVE 1
4012: | #define HAVE_MKSTEMP 1
4013: | #define HAVE_MMAP 1
4014: | #define HAVE_NL_LANGINFO 1
4015: | #define HAVE_PERROR 1
4016: | #define HAVE_POLL 1
4017: | #define HAVE_PTSNAME 1
4018: | #define HAVE_PUTENV 1
4019: | #define HAVE_REALPATH 1
4020: | #define HAVE_RANDOM 1
4021: | #define HAVE_RAND_R 1
4022: | #define HAVE_SCANDIR 1
4023: | #define HAVE_SETITIMER 1
4024: | #define HAVE_SETLOCALE 1
4025: | #define HAVE_LOCALECONV 1
4026: | #define HAVE_SETENV 1
4027: | #define HAVE_SETPGID 1
4028: | #define HAVE_SETSOCKOPT 1
4029: | #define HAVE_SETVBUF 1
4030: | #define HAVE_SHUTDOWN 1
4031: | #define HAVE_SIN 1
4032: | #define HAVE_SNPRINTF 1
4033: | #define HAVE_SRAND48 1
4034: | #define HAVE_SRANDOM 1
4035: | #define HAVE_STATFS 1
4036: | #define HAVE_STATVFS 1
4037: | #define HAVE_STRCASECMP 1
4038: | #define HAVE_STRCOLL 1
4039: | #define HAVE_STRDUP 1
4040: | #define HAVE_STRERROR 1
4041: | #define HAVE_STRFTIME 1
4042: | #define HAVE_STRNLEN 1
4043: | #define HAVE_STRPTIME 1
4044: | #define HAVE_STRSTR 1
4045: | #define HAVE_STRTOK_R 1
4046: | #define HAVE_SYMLINK 1
4047: | #define HAVE_TEMPNAM 1
4048: | #define HAVE_TZSET 1
4049: | #define HAVE_UNLOCKPT 1
4050: | #define HAVE_UNSETENV 1
4051: | #define HAVE_USLEEP 1
4052: | #define HAVE_UTIME 1
4053: | #define HAVE_VSNPRINTF 1
4054: | #define HAVE_VASPRINTF 1
4055: | #define HAVE_ASPRINTF 1
4056: | #define HAVE_NANOSLEEP 1
4057: | #define HAVE_NANOSLEEP 1
4058: | #define HAVE_GETADDRINFO 1
4059: | #define HAVE_SYNC_FETCH_AND_ADD 1
4060: | #define HAVE_STRLCAT 1
4061: | #define HAVE_STRLCPY 1
4062: | #define HAVE_GETOPT 1
4063: | #define HAVE_UTIME_H 1
4064: | #define HAVE_UTIME_NULL 1
4065: | #define HAVE_ALLOCA 1
4066: | #define HAVE_DECLARED_TIMEZONE 1
4067: | #define HAVE_POSIX_READDIR_R 1
4068: | /* end confdefs.h. */
4069: | /* Define crypt_r to an innocuous variant, in case <limits.h> declares crypt_r.
4070: | For example, HP-UX 11i <limits.h> declares gettimeofday. */
4071: | #define crypt_r innocuous_crypt_r
4072: |
4073: | /* System header to define __stub macros and hopefully few prototypes,
4074: | which can conflict with char crypt_r (); below.
4075: | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4076: | <limits.h> exists even on freestanding compilers. */
4077: |
4078: | #ifdef __STDC__
4079: | # include <limits.h>
4080: | #else
4081: | # include <assert.h>
4082: | #endif
4083: |
4084: | #undef crypt_r
4085: |
4086: | /* Override any GCC internal prototype to avoid an error.
4087: | Use char because int might match the return type of a GCC
4088: | builtin and then its argument prototype would still apply. */
4089: | #ifdef __cplusplus
4090: | extern "C"
4091: | #endif
4092: | char crypt_r ();
4093: | /* The GNU C library defines this for functions which it implements
4094: | to always fail with ENOSYS. Some functions are actually named
4095: | something starting with __ and the normal name is an alias. */
4096: | #if defined __stub_crypt_r || defined __stub___crypt_r
4097: | choke me
4098: | #endif
4099: |
4100: | int
4101: | main ()
4102: | {
4103: | return crypt_r ();
4104: | ;
4105: | return 0;
4106: | }
4107: configure:19584: result: no
4108: configure:19701: result:
4109: configure:19703: result: [1mGeneral settings[m
4110: configure:19718: checking whether to include gcov symbols
4111: configure:19732: result: no
4112: configure:19893: checking whether to include debugging symbols
4113: configure:19907: result: no
4114: configure:19941: checking layout of installed files
4115: configure:19956: result: GNU
4116: configure:19974: checking path to configuration file
4117: configure:19989: result: DEFAULT
4118: configure:20006: checking where to scan for configuration files
4119: configure:20032: result: /usr/local/etc/php
4120: configure:20040: checking whether to enable PHP's own SIGCHLD handler
4121: configure:20054: result: no
4122: configure:20073: checking whether to explicitly link against libgcc
4123: configure:20087: result: no
4124: configure:20150: checking whether to enable short tags by default
4125: configure:20164: result: yes
4126: configure:20183: checking whether to enable dmalloc
4127: configure:20197: result: no
4128: configure:20268: checking whether to enable IPv6 support
4129: configure:20282: result: yes
4130: configure:20297: checking whether to enable DTrace support
4131: configure:20311: result: no
4132: configure:20404: checking how big to make fd sets
4133: configure:20436: result: using system default
4134: configure:20450: result:
4135: configure:20452: result: [1mConfiguring extensions[m
4136: configure:20474: checking size of long
4137: configure:20493: result: 4
4138: configure:20507: checking size of int
4139: configure:20526: result: 4
4140: configure:20537: checking for int32_t
4141: configure:20566: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
4142: configure:20566: $? = 0
4143: configure:20574: result: yes
4144: configure:20583: checking for uint32_t
4145: configure:20612: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
4146: configure:20612: $? = 0
4147: configure:20620: result: yes
4148: configure:20638: checking for sys/types.h
4149: configure:20638: result: yes
4150: configure:20638: checking for inttypes.h
4151: configure:20638: result: yes
4152: configure:20638: checking for stdint.h
4153: configure:20638: result: yes
4154: configure:20638: checking for string.h
4155: configure:20638: result: yes
4156: configure:20638: checking for stdlib.h
4157: configure:20638: result: yes
4158: configure:20652: checking for strtoll
4159: configure:20652: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
4160: configure:20652: $? = 0
4161: configure:20652: result: yes
4162: configure:20652: checking for atoll
4163: configure:20652: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c -lm >&5
4164: configure:20652: $? = 0
4165: configure:20652: result: yes
4166: configure:20652: checking for strftime
4167: configure:20652: result: yes
4168: configure:21136: checking which regex library to use
4169: configure:21138: result: php
4170: configure:21585: checking whether to enable LIBXML support
4171: configure:21620: result: yes
4172: configure:21630: checking libxml2 install dir
4173: configure:21645: result: /usr/local
4174: configure:21657: checking for xml2-config path
4175: configure:21671: result: /usr/local/bin/xml2-config
4176: configure:21815: checking whether libxml build works
4177: configure:21842: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c
4178:
4179: -lm -lxml2 -lz -liconv -lm >&5
4180: configure:21842: $? = 0
4181: configure:21842: ./conftest
4182: configure:21842: $? = 0
4183: configure:21866: result: yes
4184: configure:22239: checking for OpenSSL support
4185: configure:22275: result: no
4186: configure:22284: checking for Kerberos support
4187: configure:22299: result: no
4188: configure:23842: checking for PCRE headers location
4189: configure:23851: result: /usr/local/include
4190: configure:23854: checking for PCRE library location
4191: configure:23863: result: /usr/local/lib
4192: configure:24687: checking whether to enable the SQLite3 extension
4193: configure:24723: result: no
4194: configure:25741: checking for ZLIB support
4195: configure:25777: result: no
4196: configure:25786: checking if the location of ZLIB install directory is defined
4197: configure:25801: result: /usr
4198: configure:26435: checking whether to enable bc style precision math functions
4199: configure:26470: result: no
4200: configure:26840: checking for BZip2 support
4201: configure:26876: result: no
4202: configure:27525: checking whether to enable calendar conversion support
4203: configure:27560: result: no
4204: configure:27905: checking whether to enable ctype functions
4205: configure:27940: result: no
4206: configure:28285: checking for cURL support
4207: configure:28321: result: no
4208: configure:28330: checking if we should use cURL for url streams
4209: configure:28345: result: no
4210: configure:30394: checking for QDBM support
4211: configure:30405: result: no
4212: configure:30730: checking for GDBM support
4213: configure:30741: result: no
4214: configure:31052: checking for NDBM support
4215: configure:31063: result: no
4216: configure:31400: checking for TCADB support
4217: configure:31411: result: no
4218: configure:31728: checking for Berkeley DB4 support
4219: configure:31739: result: no
4220: configure:32049: checking for Berkeley DB3 support
4221: configure:32060: result: no
4222: configure:32370: checking for Berkeley DB2 support
4223: configure:32381: result: no
4224: configure:32615: checking for DB1 support
4225: configure:32626: result: no
4226: configure:32981: checking for DBM support
4227: configure:32992: result: no
4228: configure:33381: checking for CDB support
4229: configure:33392: result: no
4230: configure:33413: checking for INI File support
4231: configure:33424: result: no
4232: configure:33445: checking for FlatFile support
4233: configure:33456: result: no
4234: configure:33462: checking whether to enable DBA interface
4235: configure:33823: result: no
4236: configure:33831: checking whether to enable DOM support
4237: configure:33866: result: no
4238: configure:34548: checking for ENCHANT support
4239: configure:34584: result: no
4240: configure:35235: checking whether to enable EXIF (metadata from images) support
4241: configure:35270: result: no
4242: configure:35615: checking for fileinfo support
4243: configure:35650: result: no
4244: configure:36025: checking whether to enable input filter support
4245: configure:36060: result: no
4246: configure:36069: checking pcre install prefix
4247: configure:36084: result: no
4248: configure:36511: checking whether to enable FTP support
4249: configure:36546: result: no
4250: configure:36555: checking OpenSSL dir for FTP
4251: configure:36570: result: no
4252: configure:37634: checking for GD support
4253: configure:37670: result: no
4254: configure:37680: checking for the location of libvpx
4255: configure:37695: result: no
4256: configure:37706: checking for the location of libjpeg
4257: configure:37721: result: no
4258: configure:37732: checking for the location of libpng
4259: configure:37747: result: no
4260: configure:37783: checking for the location of libXpm
4261: configure:37798: result: no
4262: configure:37807: checking for FreeType 2
4263: configure:37822: result: no
4264: configure:37831: checking for T1lib support
4265: configure:37846: result: no
4266: configure:37855: checking whether to enable truetype string function in GD
4267: configure:37869: result: no
4268: configure:37878: checking whether to enable JIS-mapped Japanese font support in GD
4269: configure:37892: result: no
4270: configure:46495: checking for GNU gettext support
4271: configure:46531: result: no
4272: configure:47296: checking for GNU MP support
4273: configure:47332: result: no
4274: configure:48118: checking for mhash support
4275: configure:48154: result: no
4276: configure:48163: checking whether to enable hash support
4277: configure:48198: result: no
4278: configure:48763: checking for iconv support
4279: configure:48799: result: no
4280: configure:50126: checking for IMAP support
4281: configure:50162: result: no
4282: configure:50171: checking for IMAP Kerberos support
4283: configure:50186: result: no
4284: configure:50195: checking for IMAP SSL support
4285: configure:50210: result: no
4286: configure:52665: checking for InterBase support
4287: configure:52701: result: no
4288: configure:53640: checking whether to enable internationalization support
4289: configure:53675: result: no
4290: configure:54973: checking whether to enable JavaScript Object Serialization support
4291: configure:55008: result: no
4292: configure:55493: checking for LDAP support
4293: configure:55529: result: no
4294: configure:55538: checking for LDAP Cyrus SASL support
4295: configure:55553: result: no
4296: configure:58316: checking whether to enable multibyte string support
4297: configure:58351: result: no
4298: configure:58360: checking whether to enable multibyte regex support
4299: configure:58374: result: yes
4300: configure:58383: checking whether to check multibyte regex backtrack
4301: configure:58397: result: yes
4302: configure:58406: checking for external libmbfl
4303: configure:58421: result: no
4304: configure:58430: checking for external oniguruma
4305: configure:58445: result: no
4306: configure:60462: checking for mcrypt support
4307: configure:60498: result: no
4308: configure:61341: checking for MSSQL support via FreeTDS
4309: configure:61377: result: no
4310: configure:62037: checking for MySQL support
4311: configure:62073: result: no
4312: configure:62082: checking for specified location of the MySQL UNIX socket
4313: configure:62097: result: no
4314: configure:63326: checking for MySQLi support
4315: configure:63362: result: no
4316: configure:63371: checking whether to enable embedded MySQLi support
4317: configure:63385: result: no
4318: configure:64407: checking for Oracle Database OCI8 support
4319: configure:64443: result: no
4320: configure:68140: checking whether to enable pcntl support
4321: configure:68175: result: no
4322: configure:68576: checking whether to enable PDO support
4323: configure:68611: result: no
4324: configure:69041: checking for PDO_DBLIB support via FreeTDS
4325: configure:69077: result: no
4326: configure:69787: checking for Firebird support for PDO
4327: configure:69823: result: no
4328: configure:70809: checking for MySQL support for PDO
4329: configure:70845: result: no
4330: configure:72288: checking Oracle OCI support for PDO
4331: configure:72324: result: no
4332: configure:74406: checking for ODBC v3 support for PDO
4333: configure:74442: result: no
4334: configure:75595: checking for PostgreSQL support for PDO
4335: configure:75631: result: no
4336: configure:76510: checking for sqlite 3 support for PDO
4337: configure:76546: result: no
4338: configure:78036: checking for PostgreSQL support
4339: configure:78072: result: no
4340: configure:79765: checking for phar archive support
4341: configure:79800: result: no
4342: configure:80201: checking whether to enable POSIX-like functions
4343: configure:80236: result: no
4344: configure:80689: checking for PSPELL support
4345: configure:80725: result: no
4346: configure:81470: checking for libedit readline replacement
4347: configure:81506: result: no
4348: configure:81516: checking for readline support
4349: configure:81552: result: no
4350: configure:83531: checking for recode support
4351: configure:83567: result: no
4352: configure:84696: checking whether to enable PHP sessions
4353: configure:84731: result: no
4354: configure:84740: checking for mm support
4355: configure:84755: result: no
4356: configure:85530: checking whether to enable shmop support
4357: configure:85565: result: no
4358: configure:85910: checking whether to enable SimpleXML support
4359: configure:85945: result: no
4360: configure:86577: checking for SNMP support
4361: configure:86613: result: no
4362: configure:86622: checking OpenSSL dir for SNMP
4363: configure:86637: result: no
4364: configure:87569: checking whether to enable SOAP support
4365: configure:87604: result: no
4366: configure:88210: checking whether to enable sockets support
4367: configure:88245: result: no
4368: configure:88692: checking whether zend_object_value is packed
4369: configure:88712: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -I/usr/ports/lang/php5/work/php-5.4.3/ext/date/lib -I/usr/ports/lang/php5/work/php-5.4.3/ext/ereg/regex -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/ports/lang/php5/work/php-5.4.3 -R/usr/local/lib -L/usr/local/lib conftest.c -lpcre -lm -lxml2 -lz -liconv -lm >&5
4370: configure:88712: $? = 0
4371: configure:88712: ./conftest
4372: configure:88712: $? = 0
4373: configure:88715: result: yes
4374: configure:89102: checking whether flush should be called explicitly after a buffered io
4375: configure:89151: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lpcre -lm -lxml2 -lz -liconv -lm >&5
4376: /tmp//ccM2cK3y.o: In function `main':
4377: conftest.c:(.text+0x24): warning: warning: tmpnam() possibly used unsafely; consider using mkstemp()
4378: configure:89151: $? = 0
4379: configure:89151: ./conftest
4380: configure:89151: $? = 1
4381: configure: program exited with status 1
4382: configure: failed program was:
4383: | /* confdefs.h */
4384: | #define PACKAGE_NAME ""
4385: | #define PACKAGE_TARNAME ""
4386: | #define PACKAGE_VERSION ""
4387: | #define PACKAGE_STRING ""
4388: | #define PACKAGE_BUGREPORT ""
4389: | #define PACKAGE_URL ""
4390: | #define STDC_HEADERS 1
4391: | #define HAVE_SYS_TYPES_H 1
4392: | #define HAVE_SYS_STAT_H 1
4393: | #define HAVE_STDLIB_H 1
4394: | #define HAVE_STRING_H 1
4395: | #define HAVE_MEMORY_H 1
4396: | #define HAVE_STRINGS_H 1
4397: | #define HAVE_INTTYPES_H 1
4398: | #define HAVE_STDINT_H 1
4399: | #define HAVE_UNISTD_H 1
4400: | #define __EXTENSIONS__ 1
4401: | #define _ALL_SOURCE 1
4402: | #define _GNU_SOURCE 1
4403: | #define _POSIX_PTHREAD_SEMANTICS 1
4404: | #define _TANDEM_SOURCE 1
4405: | #define HAVE_DEV_URANDOM 1
4406: | #define HAVE_SOCKLEN_T 1
4407: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
4408: | #define PHP_WRITE_STDOUT 1
4409: | #define HAVE_SOCKET 1
4410: | #define HAVE_SOCKETPAIR 1
4411: | #define HAVE_HTONL 1
4412: | #define HAVE_GETHOSTNAME 1
4413: | #define HAVE_GETHOSTBYADDR 1
4414: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
4415: | #define HAVE_DLOPEN 1
4416: | #define HAVE_LIBDL 1
4417: | #define HAVE_LIBM 1
4418: | #define HAVE_INET_ATON 1
4419: | #define STDC_HEADERS 1
4420: | #define HAVE_DIRENT_H 1
4421: | #define HAVE_INTTYPES_H 1
4422: | #define HAVE_STDINT_H 1
4423: | #define HAVE_DIRENT_H 1
4424: | #define HAVE_SYS_PARAM_H 1
4425: | #define HAVE_SYS_TYPES_H 1
4426: | #define HAVE_SYS_TIME_H 1
4427: | #define HAVE_NETINET_IN_H 1
4428: | #define HAVE_ARPA_INET_H 1
4429: | #define HAVE_ARPA_NAMESER_H 1
4430: | #define HAVE_ASSERT_H 1
4431: | #define HAVE_FCNTL_H 1
4432: | #define HAVE_GRP_H 1
4433: | #define HAVE_IEEEFP_H 1
4434: | #define HAVE_LANGINFO_H 1
4435: | #define HAVE_LIMITS_H 1
4436: | #define HAVE_LOCALE_H 1
4437: | #define HAVE_MONETARY_H 1
4438: | #define HAVE_NETDB_H 1
4439: | #define HAVE_PWD_H 1
4440: | #define HAVE_RESOLV_H 1
4441: | #define HAVE_SIGNAL_H 1
4442: | #define HAVE_STDARG_H 1
4443: | #define HAVE_STDLIB_H 1
4444: | #define HAVE_STRING_H 1
4445: | #define HAVE_SYSLOG_H 1
4446: | #define HAVE_SYSEXITS_H 1
4447: | #define HAVE_SYS_IOCTL_H 1
4448: | #define HAVE_SYS_FILE_H 1
4449: | #define HAVE_SYS_MMAN_H 1
4450: | #define HAVE_SYS_MOUNT_H 1
4451: | #define HAVE_SYS_POLL_H 1
4452: | #define HAVE_SYS_RESOURCE_H 1
4453: | #define HAVE_SYS_SELECT_H 1
4454: | #define HAVE_SYS_SOCKET_H 1
4455: | #define HAVE_SYS_STAT_H 1
4456: | #define HAVE_SYS_STATVFS_H 1
4457: | #define HAVE_SYS_WAIT_H 1
4458: | #define HAVE_TERMIOS_H 1
4459: | #define HAVE_UNISTD_H 1
4460: | #define HAVE_UTIME_H 1
4461: | #define HAVE_SYS_UTSNAME_H 1
4462: | #define HAVE_SYS_IPC_H 1
4463: | #define HAVE_DLFCN_H 1
4464: | #define HAVE_ASSERT_H 1
4465: | #define HAVE_STRUCT_TM_TM_ZONE 1
4466: | #define HAVE_TM_ZONE 1
4467: | #define MISSING_FCLOSE_DECL 0
4468: | #define HAVE_TM_GMTOFF 1
4469: | #define HAVE_STRUCT_FLOCK 1
4470: | #define HAVE_SOCKLEN_T 1
4471: | #define SIZEOF_SIZE_T 4
4472: | #define SIZEOF_LONG_LONG 8
4473: | #define SIZEOF_LONG_LONG_INT 8
4474: | #define SIZEOF_LONG 4
4475: | #define SIZEOF_INT 4
4476: | #define SIZEOF_INTMAX_T 8
4477: | #define HAVE_INTMAX_T 1
4478: | #define SIZEOF_SSIZE_T 4
4479: | #define HAVE_SSIZE_T 1
4480: | #define SIZEOF_PTRDIFF_T 4
4481: | #define HAVE_PTRDIFF_T 1
4482: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
4483: | #define HAVE_ST_BLKSIZE 1
4484: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
4485: | #define HAVE_ST_BLOCKS 1
4486: | #define HAVE_STRUCT_STAT_ST_RDEV 1
4487: | #define HAVE_ST_RDEV 1
4488: | #define HAVE_SOCKADDR_STORAGE 1
4489: | #define HAVE_SOCKADDR_SA_LEN 1
4490: | #define HAVE_VPRINTF 1
4491: | #define HAVE_ALPHASORT 1
4492: | #define HAVE_ASCTIME_R 1
4493: | #define HAVE_CHROOT 1
4494: | #define HAVE_CTIME_R 1
4495: | #define HAVE_FLOCK 1
4496: | #define HAVE_FTOK 1
4497: | #define HAVE_FUNOPEN 1
4498: | #define HAVE_GAI_STRERROR 1
4499: | #define HAVE_GETLOADAVG 1
4500: | #define HAVE_GETLOGIN 1
4501: | #define HAVE_GETPROTOBYNAME 1
4502: | #define HAVE_GETPROTOBYNUMBER 1
4503: | #define HAVE_GETSERVBYNAME 1
4504: | #define HAVE_GETSERVBYPORT 1
4505: | #define HAVE_GETHOSTNAME 1
4506: | #define HAVE_GETRUSAGE 1
4507: | #define HAVE_GETTIMEOFDAY 1
4508: | #define HAVE_GMTIME_R 1
4509: | #define HAVE_GETPWNAM_R 1
4510: | #define HAVE_GETGRNAM_R 1
4511: | #define HAVE_GETPWUID_R 1
4512: | #define HAVE_GRANTPT 1
4513: | #define HAVE_INET_NTOA 1
4514: | #define HAVE_INET_NTOP 1
4515: | #define HAVE_INET_PTON 1
4516: | #define HAVE_ISASCII 1
4517: | #define HAVE_LINK 1
4518: | #define HAVE_LOCALTIME_R 1
4519: | #define HAVE_LOCKF 1
4520: | #define HAVE_LCHOWN 1
4521: | #define HAVE_LRAND48 1
4522: | #define HAVE_MEMCPY 1
4523: | #define HAVE_MEMMOVE 1
4524: | #define HAVE_MKSTEMP 1
4525: | #define HAVE_MMAP 1
4526: | #define HAVE_NL_LANGINFO 1
4527: | #define HAVE_PERROR 1
4528: | #define HAVE_POLL 1
4529: | #define HAVE_PTSNAME 1
4530: | #define HAVE_PUTENV 1
4531: | #define HAVE_REALPATH 1
4532: | #define HAVE_RANDOM 1
4533: | #define HAVE_RAND_R 1
4534: | #define HAVE_SCANDIR 1
4535: | #define HAVE_SETITIMER 1
4536: | #define HAVE_SETLOCALE 1
4537: | #define HAVE_LOCALECONV 1
4538: | #define HAVE_SETENV 1
4539: | #define HAVE_SETPGID 1
4540: | #define HAVE_SETSOCKOPT 1
4541: | #define HAVE_SETVBUF 1
4542: | #define HAVE_SHUTDOWN 1
4543: | #define HAVE_SIN 1
4544: | #define HAVE_SNPRINTF 1
4545: | #define HAVE_SRAND48 1
4546: | #define HAVE_SRANDOM 1
4547: | #define HAVE_STATFS 1
4548: | #define HAVE_STATVFS 1
4549: | #define HAVE_STRCASECMP 1
4550: | #define HAVE_STRCOLL 1
4551: | #define HAVE_STRDUP 1
4552: | #define HAVE_STRERROR 1
4553: | #define HAVE_STRFTIME 1
4554: | #define HAVE_STRNLEN 1
4555: | #define HAVE_STRPTIME 1
4556: | #define HAVE_STRSTR 1
4557: | #define HAVE_STRTOK_R 1
4558: | #define HAVE_SYMLINK 1
4559: | #define HAVE_TEMPNAM 1
4560: | #define HAVE_TZSET 1
4561: | #define HAVE_UNLOCKPT 1
4562: | #define HAVE_UNSETENV 1
4563: | #define HAVE_USLEEP 1
4564: | #define HAVE_UTIME 1
4565: | #define HAVE_VSNPRINTF 1
4566: | #define HAVE_VASPRINTF 1
4567: | #define HAVE_ASPRINTF 1
4568: | #define HAVE_NANOSLEEP 1
4569: | #define HAVE_NANOSLEEP 1
4570: | #define HAVE_GETADDRINFO 1
4571: | #define HAVE_SYNC_FETCH_AND_ADD 1
4572: | #define HAVE_STRLCAT 1
4573: | #define HAVE_STRLCPY 1
4574: | #define HAVE_GETOPT 1
4575: | #define HAVE_UTIME_H 1
4576: | #define HAVE_UTIME_NULL 1
4577: | #define HAVE_ALLOCA 1
4578: | #define HAVE_DECLARED_TIMEZONE 1
4579: | #define HAVE_POSIX_READDIR_R 1
4580: | #define PHP_SIGCHILD 0
4581: | #define DEFAULT_SHORT_OPEN_TAG "1"
4582: | #define HAVE_IPV6 1
4583: | #define SIZEOF_LONG 4
4584: | #define SIZEOF_INT 4
4585: | #define HAVE_INT32_T 1
4586: | #define HAVE_UINT32_T 1
4587: | #define HAVE_SYS_TYPES_H 1
4588: | #define HAVE_INTTYPES_H 1
4589: | #define HAVE_STDINT_H 1
4590: | #define HAVE_STRING_H 1
4591: | #define HAVE_STDLIB_H 1
4592: | #define HAVE_STRTOLL 1
4593: | #define HAVE_ATOLL 1
4594: | #define HAVE_STRFTIME 1
4595: | #define HAVE_REGEX_T_RE_MAGIC 1
4596: | #define HSREGEX 1
4597: | #define REGEX 1
4598: | #define HAVE_LIBXML 1
4599: | #define HAVE_LIBXML 1
4600: | #define HAVE_PCRE 1
4601: | #define HAVE_REFLECTION 1
4602: | #define HAVE_PACKED_OBJECT_VALUE 1
4603: | #define HAVE_SPL 1
4604: | /* end confdefs.h. */
4605: |
4606: | #include <stdio.h>
4607: | #include <stdlib.h>
4608: |
4609: | int main(int argc, char **argv)
4610: | {
4611: | char *filename = tmpnam(NULL);
4612: | char buffer[64];
4613: | int result = 0;
4614: |
4615: | FILE *fp = fopen(filename, "wb");
4616: | if (NULL == fp)
4617: | return 0;
4618: | fputs("line 1\n", fp);
4619: | fputs("line 2\n", fp);
4620: | fclose(fp);
4621: |
4622: | fp = fopen(filename, "rb+");
4623: | if (NULL == fp)
4624: | return 0;
4625: | fgets(buffer, sizeof(buffer), fp);
4626: | fputs("line 3\n", fp);
4627: | rewind(fp);
4628: | fgets(buffer, sizeof(buffer), fp);
4629: | if (0 != strcmp(buffer, "line 1\n"))
4630: | result = 1;
4631: | fgets(buffer, sizeof(buffer), fp);
4632: | if (0 != strcmp(buffer, "line 3\n"))
4633: | result = 1;
4634: | fclose(fp);
4635: | unlink(filename);
4636: |
4637: | exit(result);
4638: | }
4639: |
4640: configure:89165: result: yes
4641: configure:89174: checking for crypt in -lcrypt
4642: configure:89199: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm >&5
4643: configure:89199: $? = 0
4644: configure:89208: result: yes
4645: configure:89221: checking for standard DES crypt
4646: configure:89251: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
4647: conftest.c: In function 'main':
4648: conftest.c:236: warning: incompatible implicit declaration of built-in function 'exit'
4649: configure:89251: $? = 0
4650: configure:89251: ./conftest
4651: configure:89251: $? = 0
4652: configure:89265: result: yes
4653: configure:89268: checking for extended DES crypt
4654: configure:89298: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
4655: conftest.c: In function 'main':
4656: conftest.c:236: warning: incompatible implicit declaration of built-in function 'exit'
4657: configure:89298: $? = 0
4658: configure:89298: ./conftest
4659: configure:89298: $? = 0
4660: configure:89312: result: yes
4661: configure:89315: checking for MD5 crypt
4662: configure:89354: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
4663: conftest.c: In function 'main':
4664: conftest.c:243: warning: incompatible implicit declaration of built-in function 'strcpy'
4665: conftest.c:244: warning: incompatible implicit declaration of built-in function 'strcat'
4666: conftest.c:245: warning: incompatible implicit declaration of built-in function 'exit'
4667: configure:89354: $? = 0
4668: configure:89354: ./conftest
4669: configure:89354: $? = 0
4670: configure:89368: result: yes
4671: configure:89371: checking for Blowfish crypt
4672: configure:89407: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
4673: conftest.c: In function 'main':
4674: conftest.c:239: warning: incompatible implicit declaration of built-in function 'strcat'
4675: conftest.c:240: warning: incompatible implicit declaration of built-in function 'strcpy'
4676: conftest.c:242: warning: incompatible implicit declaration of built-in function 'exit'
4677: configure:89407: $? = 0
4678: configure:89407: ./conftest
4679: configure:89407: $? = 0
4680: configure:89421: result: yes
4681: configure:89424: checking for SHA512 crypt
4682: configure:89459: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
4683: conftest.c: In function 'main':
4684: conftest.c:239: warning: incompatible implicit declaration of built-in function 'strcpy'
4685: conftest.c:241: warning: incompatible implicit declaration of built-in function 'exit'
4686: configure:89459: $? = 0
4687: configure:89459: ./conftest
4688: configure:89459: $? = 41
4689: configure: program exited with status 41
4690: configure: failed program was:
4691: | /* confdefs.h */
4692: | #define PACKAGE_NAME ""
4693: | #define PACKAGE_TARNAME ""
4694: | #define PACKAGE_VERSION ""
4695: | #define PACKAGE_STRING ""
4696: | #define PACKAGE_BUGREPORT ""
4697: | #define PACKAGE_URL ""
4698: | #define STDC_HEADERS 1
4699: | #define HAVE_SYS_TYPES_H 1
4700: | #define HAVE_SYS_STAT_H 1
4701: | #define HAVE_STDLIB_H 1
4702: | #define HAVE_STRING_H 1
4703: | #define HAVE_MEMORY_H 1
4704: | #define HAVE_STRINGS_H 1
4705: | #define HAVE_INTTYPES_H 1
4706: | #define HAVE_STDINT_H 1
4707: | #define HAVE_UNISTD_H 1
4708: | #define __EXTENSIONS__ 1
4709: | #define _ALL_SOURCE 1
4710: | #define _GNU_SOURCE 1
4711: | #define _POSIX_PTHREAD_SEMANTICS 1
4712: | #define _TANDEM_SOURCE 1
4713: | #define HAVE_DEV_URANDOM 1
4714: | #define HAVE_SOCKLEN_T 1
4715: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
4716: | #define PHP_WRITE_STDOUT 1
4717: | #define HAVE_SOCKET 1
4718: | #define HAVE_SOCKETPAIR 1
4719: | #define HAVE_HTONL 1
4720: | #define HAVE_GETHOSTNAME 1
4721: | #define HAVE_GETHOSTBYADDR 1
4722: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
4723: | #define HAVE_DLOPEN 1
4724: | #define HAVE_LIBDL 1
4725: | #define HAVE_LIBM 1
4726: | #define HAVE_INET_ATON 1
4727: | #define STDC_HEADERS 1
4728: | #define HAVE_DIRENT_H 1
4729: | #define HAVE_INTTYPES_H 1
4730: | #define HAVE_STDINT_H 1
4731: | #define HAVE_DIRENT_H 1
4732: | #define HAVE_SYS_PARAM_H 1
4733: | #define HAVE_SYS_TYPES_H 1
4734: | #define HAVE_SYS_TIME_H 1
4735: | #define HAVE_NETINET_IN_H 1
4736: | #define HAVE_ARPA_INET_H 1
4737: | #define HAVE_ARPA_NAMESER_H 1
4738: | #define HAVE_ASSERT_H 1
4739: | #define HAVE_FCNTL_H 1
4740: | #define HAVE_GRP_H 1
4741: | #define HAVE_IEEEFP_H 1
4742: | #define HAVE_LANGINFO_H 1
4743: | #define HAVE_LIMITS_H 1
4744: | #define HAVE_LOCALE_H 1
4745: | #define HAVE_MONETARY_H 1
4746: | #define HAVE_NETDB_H 1
4747: | #define HAVE_PWD_H 1
4748: | #define HAVE_RESOLV_H 1
4749: | #define HAVE_SIGNAL_H 1
4750: | #define HAVE_STDARG_H 1
4751: | #define HAVE_STDLIB_H 1
4752: | #define HAVE_STRING_H 1
4753: | #define HAVE_SYSLOG_H 1
4754: | #define HAVE_SYSEXITS_H 1
4755: | #define HAVE_SYS_IOCTL_H 1
4756: | #define HAVE_SYS_FILE_H 1
4757: | #define HAVE_SYS_MMAN_H 1
4758: | #define HAVE_SYS_MOUNT_H 1
4759: | #define HAVE_SYS_POLL_H 1
4760: | #define HAVE_SYS_RESOURCE_H 1
4761: | #define HAVE_SYS_SELECT_H 1
4762: | #define HAVE_SYS_SOCKET_H 1
4763: | #define HAVE_SYS_STAT_H 1
4764: | #define HAVE_SYS_STATVFS_H 1
4765: | #define HAVE_SYS_WAIT_H 1
4766: | #define HAVE_TERMIOS_H 1
4767: | #define HAVE_UNISTD_H 1
4768: | #define HAVE_UTIME_H 1
4769: | #define HAVE_SYS_UTSNAME_H 1
4770: | #define HAVE_SYS_IPC_H 1
4771: | #define HAVE_DLFCN_H 1
4772: | #define HAVE_ASSERT_H 1
4773: | #define HAVE_STRUCT_TM_TM_ZONE 1
4774: | #define HAVE_TM_ZONE 1
4775: | #define MISSING_FCLOSE_DECL 0
4776: | #define HAVE_TM_GMTOFF 1
4777: | #define HAVE_STRUCT_FLOCK 1
4778: | #define HAVE_SOCKLEN_T 1
4779: | #define SIZEOF_SIZE_T 4
4780: | #define SIZEOF_LONG_LONG 8
4781: | #define SIZEOF_LONG_LONG_INT 8
4782: | #define SIZEOF_LONG 4
4783: | #define SIZEOF_INT 4
4784: | #define SIZEOF_INTMAX_T 8
4785: | #define HAVE_INTMAX_T 1
4786: | #define SIZEOF_SSIZE_T 4
4787: | #define HAVE_SSIZE_T 1
4788: | #define SIZEOF_PTRDIFF_T 4
4789: | #define HAVE_PTRDIFF_T 1
4790: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
4791: | #define HAVE_ST_BLKSIZE 1
4792: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
4793: | #define HAVE_ST_BLOCKS 1
4794: | #define HAVE_STRUCT_STAT_ST_RDEV 1
4795: | #define HAVE_ST_RDEV 1
4796: | #define HAVE_SOCKADDR_STORAGE 1
4797: | #define HAVE_SOCKADDR_SA_LEN 1
4798: | #define HAVE_VPRINTF 1
4799: | #define HAVE_ALPHASORT 1
4800: | #define HAVE_ASCTIME_R 1
4801: | #define HAVE_CHROOT 1
4802: | #define HAVE_CTIME_R 1
4803: | #define HAVE_FLOCK 1
4804: | #define HAVE_FTOK 1
4805: | #define HAVE_FUNOPEN 1
4806: | #define HAVE_GAI_STRERROR 1
4807: | #define HAVE_GETLOADAVG 1
4808: | #define HAVE_GETLOGIN 1
4809: | #define HAVE_GETPROTOBYNAME 1
4810: | #define HAVE_GETPROTOBYNUMBER 1
4811: | #define HAVE_GETSERVBYNAME 1
4812: | #define HAVE_GETSERVBYPORT 1
4813: | #define HAVE_GETHOSTNAME 1
4814: | #define HAVE_GETRUSAGE 1
4815: | #define HAVE_GETTIMEOFDAY 1
4816: | #define HAVE_GMTIME_R 1
4817: | #define HAVE_GETPWNAM_R 1
4818: | #define HAVE_GETGRNAM_R 1
4819: | #define HAVE_GETPWUID_R 1
4820: | #define HAVE_GRANTPT 1
4821: | #define HAVE_INET_NTOA 1
4822: | #define HAVE_INET_NTOP 1
4823: | #define HAVE_INET_PTON 1
4824: | #define HAVE_ISASCII 1
4825: | #define HAVE_LINK 1
4826: | #define HAVE_LOCALTIME_R 1
4827: | #define HAVE_LOCKF 1
4828: | #define HAVE_LCHOWN 1
4829: | #define HAVE_LRAND48 1
4830: | #define HAVE_MEMCPY 1
4831: | #define HAVE_MEMMOVE 1
4832: | #define HAVE_MKSTEMP 1
4833: | #define HAVE_MMAP 1
4834: | #define HAVE_NL_LANGINFO 1
4835: | #define HAVE_PERROR 1
4836: | #define HAVE_POLL 1
4837: | #define HAVE_PTSNAME 1
4838: | #define HAVE_PUTENV 1
4839: | #define HAVE_REALPATH 1
4840: | #define HAVE_RANDOM 1
4841: | #define HAVE_RAND_R 1
4842: | #define HAVE_SCANDIR 1
4843: | #define HAVE_SETITIMER 1
4844: | #define HAVE_SETLOCALE 1
4845: | #define HAVE_LOCALECONV 1
4846: | #define HAVE_SETENV 1
4847: | #define HAVE_SETPGID 1
4848: | #define HAVE_SETSOCKOPT 1
4849: | #define HAVE_SETVBUF 1
4850: | #define HAVE_SHUTDOWN 1
4851: | #define HAVE_SIN 1
4852: | #define HAVE_SNPRINTF 1
4853: | #define HAVE_SRAND48 1
4854: | #define HAVE_SRANDOM 1
4855: | #define HAVE_STATFS 1
4856: | #define HAVE_STATVFS 1
4857: | #define HAVE_STRCASECMP 1
4858: | #define HAVE_STRCOLL 1
4859: | #define HAVE_STRDUP 1
4860: | #define HAVE_STRERROR 1
4861: | #define HAVE_STRFTIME 1
4862: | #define HAVE_STRNLEN 1
4863: | #define HAVE_STRPTIME 1
4864: | #define HAVE_STRSTR 1
4865: | #define HAVE_STRTOK_R 1
4866: | #define HAVE_SYMLINK 1
4867: | #define HAVE_TEMPNAM 1
4868: | #define HAVE_TZSET 1
4869: | #define HAVE_UNLOCKPT 1
4870: | #define HAVE_UNSETENV 1
4871: | #define HAVE_USLEEP 1
4872: | #define HAVE_UTIME 1
4873: | #define HAVE_VSNPRINTF 1
4874: | #define HAVE_VASPRINTF 1
4875: | #define HAVE_ASPRINTF 1
4876: | #define HAVE_NANOSLEEP 1
4877: | #define HAVE_NANOSLEEP 1
4878: | #define HAVE_GETADDRINFO 1
4879: | #define HAVE_SYNC_FETCH_AND_ADD 1
4880: | #define HAVE_STRLCAT 1
4881: | #define HAVE_STRLCPY 1
4882: | #define HAVE_GETOPT 1
4883: | #define HAVE_UTIME_H 1
4884: | #define HAVE_UTIME_NULL 1
4885: | #define HAVE_ALLOCA 1
4886: | #define HAVE_DECLARED_TIMEZONE 1
4887: | #define HAVE_POSIX_READDIR_R 1
4888: | #define PHP_SIGCHILD 0
4889: | #define DEFAULT_SHORT_OPEN_TAG "1"
4890: | #define HAVE_IPV6 1
4891: | #define SIZEOF_LONG 4
4892: | #define SIZEOF_INT 4
4893: | #define HAVE_INT32_T 1
4894: | #define HAVE_UINT32_T 1
4895: | #define HAVE_SYS_TYPES_H 1
4896: | #define HAVE_INTTYPES_H 1
4897: | #define HAVE_STDINT_H 1
4898: | #define HAVE_STRING_H 1
4899: | #define HAVE_STDLIB_H 1
4900: | #define HAVE_STRTOLL 1
4901: | #define HAVE_ATOLL 1
4902: | #define HAVE_STRFTIME 1
4903: | #define HAVE_REGEX_T_RE_MAGIC 1
4904: | #define HSREGEX 1
4905: | #define REGEX 1
4906: | #define HAVE_LIBXML 1
4907: | #define HAVE_LIBXML 1
4908: | #define HAVE_PCRE 1
4909: | #define HAVE_REFLECTION 1
4910: | #define HAVE_PACKED_OBJECT_VALUE 1
4911: | #define HAVE_SPL 1
4912: | #define HAVE_FLUSHIO 1
4913: | #define HAVE_CRYPT 1
4914: | /* end confdefs.h. */
4915: |
4916: | #if HAVE_UNISTD_H
4917: | #include <unistd.h>
4918: | #endif
4919: |
4920: | #if HAVE_CRYPT_H
4921: | #include <crypt.h>
4922: | #endif
4923: |
4924: | main() {
4925: | #if HAVE_CRYPT
4926: | char salt[30], answer[80];
4927: |
4928: | salt[0]='$'; salt[1]='6'; salt[2]='$'; salt[3]='$'; salt[4]='b'; salt[5]='a'; salt[6]='r'; salt[7]='\0';
4929: | strcpy(answer, salt);
4930: | strcpy(&answer[29],"35329QMXjqd7rHQZPQ1yHsXkQqC1FBzDiVfTHXL.LaeDAeVV.IzMaV9VU4MQ8kPuZa2SOP1A0RPm772EaFYjpEJtdu.");
4931: | exit (strcmp((char *)crypt("foo",salt),answer));
4932: | #else
4933: | exit(0);
4934: | #endif
4935: | }
4936: configure:89473: result: no
4937: configure:89476: checking for SHA256 crypt
4938: configure:89511: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
4939: conftest.c: In function 'main':
4940: conftest.c:238: warning: incompatible implicit declaration of built-in function 'strcat'
4941: conftest.c:239: warning: incompatible implicit declaration of built-in function 'strcpy'
4942: conftest.c:241: warning: incompatible implicit declaration of built-in function 'exit'
4943: configure:89511: $? = 0
4944: configure:89511: ./conftest
4945: configure:89511: $? = 198
4946: configure: program exited with status 198
4947: configure: failed program was:
4948: | /* confdefs.h */
4949: | #define PACKAGE_NAME ""
4950: | #define PACKAGE_TARNAME ""
4951: | #define PACKAGE_VERSION ""
4952: | #define PACKAGE_STRING ""
4953: | #define PACKAGE_BUGREPORT ""
4954: | #define PACKAGE_URL ""
4955: | #define STDC_HEADERS 1
4956: | #define HAVE_SYS_TYPES_H 1
4957: | #define HAVE_SYS_STAT_H 1
4958: | #define HAVE_STDLIB_H 1
4959: | #define HAVE_STRING_H 1
4960: | #define HAVE_MEMORY_H 1
4961: | #define HAVE_STRINGS_H 1
4962: | #define HAVE_INTTYPES_H 1
4963: | #define HAVE_STDINT_H 1
4964: | #define HAVE_UNISTD_H 1
4965: | #define __EXTENSIONS__ 1
4966: | #define _ALL_SOURCE 1
4967: | #define _GNU_SOURCE 1
4968: | #define _POSIX_PTHREAD_SEMANTICS 1
4969: | #define _TANDEM_SOURCE 1
4970: | #define HAVE_DEV_URANDOM 1
4971: | #define HAVE_SOCKLEN_T 1
4972: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
4973: | #define PHP_WRITE_STDOUT 1
4974: | #define HAVE_SOCKET 1
4975: | #define HAVE_SOCKETPAIR 1
4976: | #define HAVE_HTONL 1
4977: | #define HAVE_GETHOSTNAME 1
4978: | #define HAVE_GETHOSTBYADDR 1
4979: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
4980: | #define HAVE_DLOPEN 1
4981: | #define HAVE_LIBDL 1
4982: | #define HAVE_LIBM 1
4983: | #define HAVE_INET_ATON 1
4984: | #define STDC_HEADERS 1
4985: | #define HAVE_DIRENT_H 1
4986: | #define HAVE_INTTYPES_H 1
4987: | #define HAVE_STDINT_H 1
4988: | #define HAVE_DIRENT_H 1
4989: | #define HAVE_SYS_PARAM_H 1
4990: | #define HAVE_SYS_TYPES_H 1
4991: | #define HAVE_SYS_TIME_H 1
4992: | #define HAVE_NETINET_IN_H 1
4993: | #define HAVE_ARPA_INET_H 1
4994: | #define HAVE_ARPA_NAMESER_H 1
4995: | #define HAVE_ASSERT_H 1
4996: | #define HAVE_FCNTL_H 1
4997: | #define HAVE_GRP_H 1
4998: | #define HAVE_IEEEFP_H 1
4999: | #define HAVE_LANGINFO_H 1
5000: | #define HAVE_LIMITS_H 1
5001: | #define HAVE_LOCALE_H 1
5002: | #define HAVE_MONETARY_H 1
5003: | #define HAVE_NETDB_H 1
5004: | #define HAVE_PWD_H 1
5005: | #define HAVE_RESOLV_H 1
5006: | #define HAVE_SIGNAL_H 1
5007: | #define HAVE_STDARG_H 1
5008: | #define HAVE_STDLIB_H 1
5009: | #define HAVE_STRING_H 1
5010: | #define HAVE_SYSLOG_H 1
5011: | #define HAVE_SYSEXITS_H 1
5012: | #define HAVE_SYS_IOCTL_H 1
5013: | #define HAVE_SYS_FILE_H 1
5014: | #define HAVE_SYS_MMAN_H 1
5015: | #define HAVE_SYS_MOUNT_H 1
5016: | #define HAVE_SYS_POLL_H 1
5017: | #define HAVE_SYS_RESOURCE_H 1
5018: | #define HAVE_SYS_SELECT_H 1
5019: | #define HAVE_SYS_SOCKET_H 1
5020: | #define HAVE_SYS_STAT_H 1
5021: | #define HAVE_SYS_STATVFS_H 1
5022: | #define HAVE_SYS_WAIT_H 1
5023: | #define HAVE_TERMIOS_H 1
5024: | #define HAVE_UNISTD_H 1
5025: | #define HAVE_UTIME_H 1
5026: | #define HAVE_SYS_UTSNAME_H 1
5027: | #define HAVE_SYS_IPC_H 1
5028: | #define HAVE_DLFCN_H 1
5029: | #define HAVE_ASSERT_H 1
5030: | #define HAVE_STRUCT_TM_TM_ZONE 1
5031: | #define HAVE_TM_ZONE 1
5032: | #define MISSING_FCLOSE_DECL 0
5033: | #define HAVE_TM_GMTOFF 1
5034: | #define HAVE_STRUCT_FLOCK 1
5035: | #define HAVE_SOCKLEN_T 1
5036: | #define SIZEOF_SIZE_T 4
5037: | #define SIZEOF_LONG_LONG 8
5038: | #define SIZEOF_LONG_LONG_INT 8
5039: | #define SIZEOF_LONG 4
5040: | #define SIZEOF_INT 4
5041: | #define SIZEOF_INTMAX_T 8
5042: | #define HAVE_INTMAX_T 1
5043: | #define SIZEOF_SSIZE_T 4
5044: | #define HAVE_SSIZE_T 1
5045: | #define SIZEOF_PTRDIFF_T 4
5046: | #define HAVE_PTRDIFF_T 1
5047: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
5048: | #define HAVE_ST_BLKSIZE 1
5049: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
5050: | #define HAVE_ST_BLOCKS 1
5051: | #define HAVE_STRUCT_STAT_ST_RDEV 1
5052: | #define HAVE_ST_RDEV 1
5053: | #define HAVE_SOCKADDR_STORAGE 1
5054: | #define HAVE_SOCKADDR_SA_LEN 1
5055: | #define HAVE_VPRINTF 1
5056: | #define HAVE_ALPHASORT 1
5057: | #define HAVE_ASCTIME_R 1
5058: | #define HAVE_CHROOT 1
5059: | #define HAVE_CTIME_R 1
5060: | #define HAVE_FLOCK 1
5061: | #define HAVE_FTOK 1
5062: | #define HAVE_FUNOPEN 1
5063: | #define HAVE_GAI_STRERROR 1
5064: | #define HAVE_GETLOADAVG 1
5065: | #define HAVE_GETLOGIN 1
5066: | #define HAVE_GETPROTOBYNAME 1
5067: | #define HAVE_GETPROTOBYNUMBER 1
5068: | #define HAVE_GETSERVBYNAME 1
5069: | #define HAVE_GETSERVBYPORT 1
5070: | #define HAVE_GETHOSTNAME 1
5071: | #define HAVE_GETRUSAGE 1
5072: | #define HAVE_GETTIMEOFDAY 1
5073: | #define HAVE_GMTIME_R 1
5074: | #define HAVE_GETPWNAM_R 1
5075: | #define HAVE_GETGRNAM_R 1
5076: | #define HAVE_GETPWUID_R 1
5077: | #define HAVE_GRANTPT 1
5078: | #define HAVE_INET_NTOA 1
5079: | #define HAVE_INET_NTOP 1
5080: | #define HAVE_INET_PTON 1
5081: | #define HAVE_ISASCII 1
5082: | #define HAVE_LINK 1
5083: | #define HAVE_LOCALTIME_R 1
5084: | #define HAVE_LOCKF 1
5085: | #define HAVE_LCHOWN 1
5086: | #define HAVE_LRAND48 1
5087: | #define HAVE_MEMCPY 1
5088: | #define HAVE_MEMMOVE 1
5089: | #define HAVE_MKSTEMP 1
5090: | #define HAVE_MMAP 1
5091: | #define HAVE_NL_LANGINFO 1
5092: | #define HAVE_PERROR 1
5093: | #define HAVE_POLL 1
5094: | #define HAVE_PTSNAME 1
5095: | #define HAVE_PUTENV 1
5096: | #define HAVE_REALPATH 1
5097: | #define HAVE_RANDOM 1
5098: | #define HAVE_RAND_R 1
5099: | #define HAVE_SCANDIR 1
5100: | #define HAVE_SETITIMER 1
5101: | #define HAVE_SETLOCALE 1
5102: | #define HAVE_LOCALECONV 1
5103: | #define HAVE_SETENV 1
5104: | #define HAVE_SETPGID 1
5105: | #define HAVE_SETSOCKOPT 1
5106: | #define HAVE_SETVBUF 1
5107: | #define HAVE_SHUTDOWN 1
5108: | #define HAVE_SIN 1
5109: | #define HAVE_SNPRINTF 1
5110: | #define HAVE_SRAND48 1
5111: | #define HAVE_SRANDOM 1
5112: | #define HAVE_STATFS 1
5113: | #define HAVE_STATVFS 1
5114: | #define HAVE_STRCASECMP 1
5115: | #define HAVE_STRCOLL 1
5116: | #define HAVE_STRDUP 1
5117: | #define HAVE_STRERROR 1
5118: | #define HAVE_STRFTIME 1
5119: | #define HAVE_STRNLEN 1
5120: | #define HAVE_STRPTIME 1
5121: | #define HAVE_STRSTR 1
5122: | #define HAVE_STRTOK_R 1
5123: | #define HAVE_SYMLINK 1
5124: | #define HAVE_TEMPNAM 1
5125: | #define HAVE_TZSET 1
5126: | #define HAVE_UNLOCKPT 1
5127: | #define HAVE_UNSETENV 1
5128: | #define HAVE_USLEEP 1
5129: | #define HAVE_UTIME 1
5130: | #define HAVE_VSNPRINTF 1
5131: | #define HAVE_VASPRINTF 1
5132: | #define HAVE_ASPRINTF 1
5133: | #define HAVE_NANOSLEEP 1
5134: | #define HAVE_NANOSLEEP 1
5135: | #define HAVE_GETADDRINFO 1
5136: | #define HAVE_SYNC_FETCH_AND_ADD 1
5137: | #define HAVE_STRLCAT 1
5138: | #define HAVE_STRLCPY 1
5139: | #define HAVE_GETOPT 1
5140: | #define HAVE_UTIME_H 1
5141: | #define HAVE_UTIME_NULL 1
5142: | #define HAVE_ALLOCA 1
5143: | #define HAVE_DECLARED_TIMEZONE 1
5144: | #define HAVE_POSIX_READDIR_R 1
5145: | #define PHP_SIGCHILD 0
5146: | #define DEFAULT_SHORT_OPEN_TAG "1"
5147: | #define HAVE_IPV6 1
5148: | #define SIZEOF_LONG 4
5149: | #define SIZEOF_INT 4
5150: | #define HAVE_INT32_T 1
5151: | #define HAVE_UINT32_T 1
5152: | #define HAVE_SYS_TYPES_H 1
5153: | #define HAVE_INTTYPES_H 1
5154: | #define HAVE_STDINT_H 1
5155: | #define HAVE_STRING_H 1
5156: | #define HAVE_STDLIB_H 1
5157: | #define HAVE_STRTOLL 1
5158: | #define HAVE_ATOLL 1
5159: | #define HAVE_STRFTIME 1
5160: | #define HAVE_REGEX_T_RE_MAGIC 1
5161: | #define HSREGEX 1
5162: | #define REGEX 1
5163: | #define HAVE_LIBXML 1
5164: | #define HAVE_LIBXML 1
5165: | #define HAVE_PCRE 1
5166: | #define HAVE_REFLECTION 1
5167: | #define HAVE_PACKED_OBJECT_VALUE 1
5168: | #define HAVE_SPL 1
5169: | #define HAVE_FLUSHIO 1
5170: | #define HAVE_CRYPT 1
5171: | /* end confdefs.h. */
5172: |
5173: | #if HAVE_UNISTD_H
5174: | #include <unistd.h>
5175: | #endif
5176: |
5177: | #if HAVE_CRYPT_H
5178: | #include <crypt.h>
5179: | #endif
5180: |
5181: | main() {
5182: | #if HAVE_CRYPT
5183: | char salt[30], answer[80];
5184: | salt[0]='$'; salt[1]='5'; salt[2]='$'; salt[3]='$'; salt[4]='s'; salt[5]='a'; salt[6]='l'; salt[7]='t'; salt[8]='s'; salt[9]='t'; salt[10]='r'; salt[11]='i'; salt[12]='n'; salt[13]='g'; salt[14]='\0';
5185: | strcat(salt,"");
5186: | strcpy(answer, salt);
5187: | strcpy(&answer[29], "B8vYYiY.CVt1RlTTf8KbXBH3hsxY/GNooZaBBGWEc5");
5188: | exit (strcmp((char *)crypt("foo",salt),answer));
5189: | #else
5190: | exit(0);
5191: | #endif
5192: | }
5193: configure:89525: result: no
5194: configure:89531: checking whether the compiler supports __alignof__
5195: configure:89551: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
5196: configure:89551: $? = 0
5197: configure:89562: result: yes
5198: configure:89570: checking whether the compiler supports aligned attribute
5199: configure:89590: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
5200: configure:89590: $? = 0
5201: configure:89601: result: yes
5202: configure:89778: checking for getcwd
5203: configure:89778: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
5204: configure:89778: $? = 0
5205: configure:89778: result: yes
5206: configure:89778: checking for getwd
5207: configure:89778: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
5208: configure:89778: $? = 0
5209: configure:89778: result: yes
5210: configure:89778: checking for asinh
5211: configure:89778: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
5212: conftest.c:259: warning: conflicting types for built-in function 'asinh'
5213: configure:89778: $? = 0
5214: configure:89778: result: yes
5215: configure:89778: checking for acosh
5216: configure:89778: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
5217: conftest.c:260: warning: conflicting types for built-in function 'acosh'
5218: configure:89778: $? = 0
5219: configure:89778: result: yes
5220: configure:89778: checking for atanh
5221: configure:89778: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
5222: conftest.c:261: warning: conflicting types for built-in function 'atanh'
5223: configure:89778: $? = 0
5224: configure:89778: result: yes
5225: configure:89778: checking for log1p
5226: configure:89778: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
5227: conftest.c:262: warning: conflicting types for built-in function 'log1p'
5228: configure:89778: $? = 0
5229: configure:89778: result: yes
5230: configure:89778: checking for hypot
5231: configure:89778: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
5232: conftest.c:263: warning: conflicting types for built-in function 'hypot'
5233: configure:89778: $? = 0
5234: configure:89778: result: yes
5235: configure:89778: checking for glob
5236: configure:89778: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
5237: configure:89778: $? = 0
5238: configure:89778: result: yes
5239: configure:89778: checking for strfmon
5240: configure:89778: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
5241: conftest.c:265: warning: conflicting types for built-in function 'strfmon'
5242: configure:89778: $? = 0
5243: configure:89778: result: yes
5244: configure:89778: checking for nice
5245: configure:89778: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
5246: configure:89778: $? = 0
5247: configure:89778: result: yes
5248: configure:89778: checking for fpclass
5249: configure:89778: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
5250: /tmp//ccLzhwGB.o: In function `main':
5251: conftest.c:(.text+0x12): undefined reference to `fpclass'
5252: configure:89778: $? = 1
5253: configure: failed program was:
5254: | /* confdefs.h */
5255: | #define PACKAGE_NAME ""
5256: | #define PACKAGE_TARNAME ""
5257: | #define PACKAGE_VERSION ""
5258: | #define PACKAGE_STRING ""
5259: | #define PACKAGE_BUGREPORT ""
5260: | #define PACKAGE_URL ""
5261: | #define STDC_HEADERS 1
5262: | #define HAVE_SYS_TYPES_H 1
5263: | #define HAVE_SYS_STAT_H 1
5264: | #define HAVE_STDLIB_H 1
5265: | #define HAVE_STRING_H 1
5266: | #define HAVE_MEMORY_H 1
5267: | #define HAVE_STRINGS_H 1
5268: | #define HAVE_INTTYPES_H 1
5269: | #define HAVE_STDINT_H 1
5270: | #define HAVE_UNISTD_H 1
5271: | #define __EXTENSIONS__ 1
5272: | #define _ALL_SOURCE 1
5273: | #define _GNU_SOURCE 1
5274: | #define _POSIX_PTHREAD_SEMANTICS 1
5275: | #define _TANDEM_SOURCE 1
5276: | #define HAVE_DEV_URANDOM 1
5277: | #define HAVE_SOCKLEN_T 1
5278: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
5279: | #define PHP_WRITE_STDOUT 1
5280: | #define HAVE_SOCKET 1
5281: | #define HAVE_SOCKETPAIR 1
5282: | #define HAVE_HTONL 1
5283: | #define HAVE_GETHOSTNAME 1
5284: | #define HAVE_GETHOSTBYADDR 1
5285: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
5286: | #define HAVE_DLOPEN 1
5287: | #define HAVE_LIBDL 1
5288: | #define HAVE_LIBM 1
5289: | #define HAVE_INET_ATON 1
5290: | #define STDC_HEADERS 1
5291: | #define HAVE_DIRENT_H 1
5292: | #define HAVE_INTTYPES_H 1
5293: | #define HAVE_STDINT_H 1
5294: | #define HAVE_DIRENT_H 1
5295: | #define HAVE_SYS_PARAM_H 1
5296: | #define HAVE_SYS_TYPES_H 1
5297: | #define HAVE_SYS_TIME_H 1
5298: | #define HAVE_NETINET_IN_H 1
5299: | #define HAVE_ARPA_INET_H 1
5300: | #define HAVE_ARPA_NAMESER_H 1
5301: | #define HAVE_ASSERT_H 1
5302: | #define HAVE_FCNTL_H 1
5303: | #define HAVE_GRP_H 1
5304: | #define HAVE_IEEEFP_H 1
5305: | #define HAVE_LANGINFO_H 1
5306: | #define HAVE_LIMITS_H 1
5307: | #define HAVE_LOCALE_H 1
5308: | #define HAVE_MONETARY_H 1
5309: | #define HAVE_NETDB_H 1
5310: | #define HAVE_PWD_H 1
5311: | #define HAVE_RESOLV_H 1
5312: | #define HAVE_SIGNAL_H 1
5313: | #define HAVE_STDARG_H 1
5314: | #define HAVE_STDLIB_H 1
5315: | #define HAVE_STRING_H 1
5316: | #define HAVE_SYSLOG_H 1
5317: | #define HAVE_SYSEXITS_H 1
5318: | #define HAVE_SYS_IOCTL_H 1
5319: | #define HAVE_SYS_FILE_H 1
5320: | #define HAVE_SYS_MMAN_H 1
5321: | #define HAVE_SYS_MOUNT_H 1
5322: | #define HAVE_SYS_POLL_H 1
5323: | #define HAVE_SYS_RESOURCE_H 1
5324: | #define HAVE_SYS_SELECT_H 1
5325: | #define HAVE_SYS_SOCKET_H 1
5326: | #define HAVE_SYS_STAT_H 1
5327: | #define HAVE_SYS_STATVFS_H 1
5328: | #define HAVE_SYS_WAIT_H 1
5329: | #define HAVE_TERMIOS_H 1
5330: | #define HAVE_UNISTD_H 1
5331: | #define HAVE_UTIME_H 1
5332: | #define HAVE_SYS_UTSNAME_H 1
5333: | #define HAVE_SYS_IPC_H 1
5334: | #define HAVE_DLFCN_H 1
5335: | #define HAVE_ASSERT_H 1
5336: | #define HAVE_STRUCT_TM_TM_ZONE 1
5337: | #define HAVE_TM_ZONE 1
5338: | #define MISSING_FCLOSE_DECL 0
5339: | #define HAVE_TM_GMTOFF 1
5340: | #define HAVE_STRUCT_FLOCK 1
5341: | #define HAVE_SOCKLEN_T 1
5342: | #define SIZEOF_SIZE_T 4
5343: | #define SIZEOF_LONG_LONG 8
5344: | #define SIZEOF_LONG_LONG_INT 8
5345: | #define SIZEOF_LONG 4
5346: | #define SIZEOF_INT 4
5347: | #define SIZEOF_INTMAX_T 8
5348: | #define HAVE_INTMAX_T 1
5349: | #define SIZEOF_SSIZE_T 4
5350: | #define HAVE_SSIZE_T 1
5351: | #define SIZEOF_PTRDIFF_T 4
5352: | #define HAVE_PTRDIFF_T 1
5353: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
5354: | #define HAVE_ST_BLKSIZE 1
5355: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
5356: | #define HAVE_ST_BLOCKS 1
5357: | #define HAVE_STRUCT_STAT_ST_RDEV 1
5358: | #define HAVE_ST_RDEV 1
5359: | #define HAVE_SOCKADDR_STORAGE 1
5360: | #define HAVE_SOCKADDR_SA_LEN 1
5361: | #define HAVE_VPRINTF 1
5362: | #define HAVE_ALPHASORT 1
5363: | #define HAVE_ASCTIME_R 1
5364: | #define HAVE_CHROOT 1
5365: | #define HAVE_CTIME_R 1
5366: | #define HAVE_FLOCK 1
5367: | #define HAVE_FTOK 1
5368: | #define HAVE_FUNOPEN 1
5369: | #define HAVE_GAI_STRERROR 1
5370: | #define HAVE_GETLOADAVG 1
5371: | #define HAVE_GETLOGIN 1
5372: | #define HAVE_GETPROTOBYNAME 1
5373: | #define HAVE_GETPROTOBYNUMBER 1
5374: | #define HAVE_GETSERVBYNAME 1
5375: | #define HAVE_GETSERVBYPORT 1
5376: | #define HAVE_GETHOSTNAME 1
5377: | #define HAVE_GETRUSAGE 1
5378: | #define HAVE_GETTIMEOFDAY 1
5379: | #define HAVE_GMTIME_R 1
5380: | #define HAVE_GETPWNAM_R 1
5381: | #define HAVE_GETGRNAM_R 1
5382: | #define HAVE_GETPWUID_R 1
5383: | #define HAVE_GRANTPT 1
5384: | #define HAVE_INET_NTOA 1
5385: | #define HAVE_INET_NTOP 1
5386: | #define HAVE_INET_PTON 1
5387: | #define HAVE_ISASCII 1
5388: | #define HAVE_LINK 1
5389: | #define HAVE_LOCALTIME_R 1
5390: | #define HAVE_LOCKF 1
5391: | #define HAVE_LCHOWN 1
5392: | #define HAVE_LRAND48 1
5393: | #define HAVE_MEMCPY 1
5394: | #define HAVE_MEMMOVE 1
5395: | #define HAVE_MKSTEMP 1
5396: | #define HAVE_MMAP 1
5397: | #define HAVE_NL_LANGINFO 1
5398: | #define HAVE_PERROR 1
5399: | #define HAVE_POLL 1
5400: | #define HAVE_PTSNAME 1
5401: | #define HAVE_PUTENV 1
5402: | #define HAVE_REALPATH 1
5403: | #define HAVE_RANDOM 1
5404: | #define HAVE_RAND_R 1
5405: | #define HAVE_SCANDIR 1
5406: | #define HAVE_SETITIMER 1
5407: | #define HAVE_SETLOCALE 1
5408: | #define HAVE_LOCALECONV 1
5409: | #define HAVE_SETENV 1
5410: | #define HAVE_SETPGID 1
5411: | #define HAVE_SETSOCKOPT 1
5412: | #define HAVE_SETVBUF 1
5413: | #define HAVE_SHUTDOWN 1
5414: | #define HAVE_SIN 1
5415: | #define HAVE_SNPRINTF 1
5416: | #define HAVE_SRAND48 1
5417: | #define HAVE_SRANDOM 1
5418: | #define HAVE_STATFS 1
5419: | #define HAVE_STATVFS 1
5420: | #define HAVE_STRCASECMP 1
5421: | #define HAVE_STRCOLL 1
5422: | #define HAVE_STRDUP 1
5423: | #define HAVE_STRERROR 1
5424: | #define HAVE_STRFTIME 1
5425: | #define HAVE_STRNLEN 1
5426: | #define HAVE_STRPTIME 1
5427: | #define HAVE_STRSTR 1
5428: | #define HAVE_STRTOK_R 1
5429: | #define HAVE_SYMLINK 1
5430: | #define HAVE_TEMPNAM 1
5431: | #define HAVE_TZSET 1
5432: | #define HAVE_UNLOCKPT 1
5433: | #define HAVE_UNSETENV 1
5434: | #define HAVE_USLEEP 1
5435: | #define HAVE_UTIME 1
5436: | #define HAVE_VSNPRINTF 1
5437: | #define HAVE_VASPRINTF 1
5438: | #define HAVE_ASPRINTF 1
5439: | #define HAVE_NANOSLEEP 1
5440: | #define HAVE_NANOSLEEP 1
5441: | #define HAVE_GETADDRINFO 1
5442: | #define HAVE_SYNC_FETCH_AND_ADD 1
5443: | #define HAVE_STRLCAT 1
5444: | #define HAVE_STRLCPY 1
5445: | #define HAVE_GETOPT 1
5446: | #define HAVE_UTIME_H 1
5447: | #define HAVE_UTIME_NULL 1
5448: | #define HAVE_ALLOCA 1
5449: | #define HAVE_DECLARED_TIMEZONE 1
5450: | #define HAVE_POSIX_READDIR_R 1
5451: | #define PHP_SIGCHILD 0
5452: | #define DEFAULT_SHORT_OPEN_TAG "1"
5453: | #define HAVE_IPV6 1
5454: | #define SIZEOF_LONG 4
5455: | #define SIZEOF_INT 4
5456: | #define HAVE_INT32_T 1
5457: | #define HAVE_UINT32_T 1
5458: | #define HAVE_SYS_TYPES_H 1
5459: | #define HAVE_INTTYPES_H 1
5460: | #define HAVE_STDINT_H 1
5461: | #define HAVE_STRING_H 1
5462: | #define HAVE_STDLIB_H 1
5463: | #define HAVE_STRTOLL 1
5464: | #define HAVE_ATOLL 1
5465: | #define HAVE_STRFTIME 1
5466: | #define HAVE_REGEX_T_RE_MAGIC 1
5467: | #define HSREGEX 1
5468: | #define REGEX 1
5469: | #define HAVE_LIBXML 1
5470: | #define HAVE_LIBXML 1
5471: | #define HAVE_PCRE 1
5472: | #define HAVE_REFLECTION 1
5473: | #define HAVE_PACKED_OBJECT_VALUE 1
5474: | #define HAVE_SPL 1
5475: | #define HAVE_FLUSHIO 1
5476: | #define HAVE_CRYPT 1
5477: | #define HAVE_ALIGNOF 1
5478: | #define HAVE_ATTRIBUTE_ALIGNED 1
5479: | #define PHP_USE_PHP_CRYPT_R 1
5480: | #define PHP_STD_DES_CRYPT 1
5481: | #define PHP_BLOWFISH_CRYPT 1
5482: | #define PHP_EXT_DES_CRYPT 1
5483: | #define PHP_MD5_CRYPT 1
5484: | #define PHP_SHA512_CRYPT 1
5485: | #define PHP_SHA256_CRYPT 1
5486: | #define HAVE_GETCWD 1
5487: | #define HAVE_GETWD 1
5488: | #define HAVE_ASINH 1
5489: | #define HAVE_ACOSH 1
5490: | #define HAVE_ATANH 1
5491: | #define HAVE_LOG1P 1
5492: | #define HAVE_HYPOT 1
5493: | #define HAVE_GLOB 1
5494: | #define HAVE_STRFMON 1
5495: | #define HAVE_NICE 1
5496: | /* end confdefs.h. */
5497: | /* Define fpclass to an innocuous variant, in case <limits.h> declares fpclass.
5498: | For example, HP-UX 11i <limits.h> declares gettimeofday. */
5499: | #define fpclass innocuous_fpclass
5500: |
5501: | /* System header to define __stub macros and hopefully few prototypes,
5502: | which can conflict with char fpclass (); below.
5503: | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5504: | <limits.h> exists even on freestanding compilers. */
5505: |
5506: | #ifdef __STDC__
5507: | # include <limits.h>
5508: | #else
5509: | # include <assert.h>
5510: | #endif
5511: |
5512: | #undef fpclass
5513: |
5514: | /* Override any GCC internal prototype to avoid an error.
5515: | Use char because int might match the return type of a GCC
5516: | builtin and then its argument prototype would still apply. */
5517: | #ifdef __cplusplus
5518: | extern "C"
5519: | #endif
5520: | char fpclass ();
5521: | /* The GNU C library defines this for functions which it implements
5522: | to always fail with ENOSYS. Some functions are actually named
5523: | something starting with __ and the normal name is an alias. */
5524: | #if defined __stub_fpclass || defined __stub___fpclass
5525: | choke me
5526: | #endif
5527: |
5528: | int
5529: | main ()
5530: | {
5531: | return fpclass ();
5532: | ;
5533: | return 0;
5534: | }
5535: configure:89778: result: no
5536: configure:89778: checking for isinf
5537: configure:89778: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
5538: conftest.c:267: warning: conflicting types for built-in function 'isinf'
5539: configure:89778: $? = 0
5540: configure:89778: result: yes
5541: configure:89778: checking for isnan
5542: configure:89778: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
5543: conftest.c:268: warning: conflicting types for built-in function 'isnan'
5544: configure:89778: $? = 0
5545: configure:89778: result: yes
5546: configure:89778: checking for mempcpy
5547: configure:89778: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
5548: conftest.c:269: warning: conflicting types for built-in function 'mempcpy'
5549: /tmp//cc0bz8rG.o: In function `main':
5550: conftest.c:(.text+0x12): undefined reference to `mempcpy'
5551: configure:89778: $? = 1
5552: configure: failed program was:
5553: | /* confdefs.h */
5554: | #define PACKAGE_NAME ""
5555: | #define PACKAGE_TARNAME ""
5556: | #define PACKAGE_VERSION ""
5557: | #define PACKAGE_STRING ""
5558: | #define PACKAGE_BUGREPORT ""
5559: | #define PACKAGE_URL ""
5560: | #define STDC_HEADERS 1
5561: | #define HAVE_SYS_TYPES_H 1
5562: | #define HAVE_SYS_STAT_H 1
5563: | #define HAVE_STDLIB_H 1
5564: | #define HAVE_STRING_H 1
5565: | #define HAVE_MEMORY_H 1
5566: | #define HAVE_STRINGS_H 1
5567: | #define HAVE_INTTYPES_H 1
5568: | #define HAVE_STDINT_H 1
5569: | #define HAVE_UNISTD_H 1
5570: | #define __EXTENSIONS__ 1
5571: | #define _ALL_SOURCE 1
5572: | #define _GNU_SOURCE 1
5573: | #define _POSIX_PTHREAD_SEMANTICS 1
5574: | #define _TANDEM_SOURCE 1
5575: | #define HAVE_DEV_URANDOM 1
5576: | #define HAVE_SOCKLEN_T 1
5577: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
5578: | #define PHP_WRITE_STDOUT 1
5579: | #define HAVE_SOCKET 1
5580: | #define HAVE_SOCKETPAIR 1
5581: | #define HAVE_HTONL 1
5582: | #define HAVE_GETHOSTNAME 1
5583: | #define HAVE_GETHOSTBYADDR 1
5584: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
5585: | #define HAVE_DLOPEN 1
5586: | #define HAVE_LIBDL 1
5587: | #define HAVE_LIBM 1
5588: | #define HAVE_INET_ATON 1
5589: | #define STDC_HEADERS 1
5590: | #define HAVE_DIRENT_H 1
5591: | #define HAVE_INTTYPES_H 1
5592: | #define HAVE_STDINT_H 1
5593: | #define HAVE_DIRENT_H 1
5594: | #define HAVE_SYS_PARAM_H 1
5595: | #define HAVE_SYS_TYPES_H 1
5596: | #define HAVE_SYS_TIME_H 1
5597: | #define HAVE_NETINET_IN_H 1
5598: | #define HAVE_ARPA_INET_H 1
5599: | #define HAVE_ARPA_NAMESER_H 1
5600: | #define HAVE_ASSERT_H 1
5601: | #define HAVE_FCNTL_H 1
5602: | #define HAVE_GRP_H 1
5603: | #define HAVE_IEEEFP_H 1
5604: | #define HAVE_LANGINFO_H 1
5605: | #define HAVE_LIMITS_H 1
5606: | #define HAVE_LOCALE_H 1
5607: | #define HAVE_MONETARY_H 1
5608: | #define HAVE_NETDB_H 1
5609: | #define HAVE_PWD_H 1
5610: | #define HAVE_RESOLV_H 1
5611: | #define HAVE_SIGNAL_H 1
5612: | #define HAVE_STDARG_H 1
5613: | #define HAVE_STDLIB_H 1
5614: | #define HAVE_STRING_H 1
5615: | #define HAVE_SYSLOG_H 1
5616: | #define HAVE_SYSEXITS_H 1
5617: | #define HAVE_SYS_IOCTL_H 1
5618: | #define HAVE_SYS_FILE_H 1
5619: | #define HAVE_SYS_MMAN_H 1
5620: | #define HAVE_SYS_MOUNT_H 1
5621: | #define HAVE_SYS_POLL_H 1
5622: | #define HAVE_SYS_RESOURCE_H 1
5623: | #define HAVE_SYS_SELECT_H 1
5624: | #define HAVE_SYS_SOCKET_H 1
5625: | #define HAVE_SYS_STAT_H 1
5626: | #define HAVE_SYS_STATVFS_H 1
5627: | #define HAVE_SYS_WAIT_H 1
5628: | #define HAVE_TERMIOS_H 1
5629: | #define HAVE_UNISTD_H 1
5630: | #define HAVE_UTIME_H 1
5631: | #define HAVE_SYS_UTSNAME_H 1
5632: | #define HAVE_SYS_IPC_H 1
5633: | #define HAVE_DLFCN_H 1
5634: | #define HAVE_ASSERT_H 1
5635: | #define HAVE_STRUCT_TM_TM_ZONE 1
5636: | #define HAVE_TM_ZONE 1
5637: | #define MISSING_FCLOSE_DECL 0
5638: | #define HAVE_TM_GMTOFF 1
5639: | #define HAVE_STRUCT_FLOCK 1
5640: | #define HAVE_SOCKLEN_T 1
5641: | #define SIZEOF_SIZE_T 4
5642: | #define SIZEOF_LONG_LONG 8
5643: | #define SIZEOF_LONG_LONG_INT 8
5644: | #define SIZEOF_LONG 4
5645: | #define SIZEOF_INT 4
5646: | #define SIZEOF_INTMAX_T 8
5647: | #define HAVE_INTMAX_T 1
5648: | #define SIZEOF_SSIZE_T 4
5649: | #define HAVE_SSIZE_T 1
5650: | #define SIZEOF_PTRDIFF_T 4
5651: | #define HAVE_PTRDIFF_T 1
5652: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
5653: | #define HAVE_ST_BLKSIZE 1
5654: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
5655: | #define HAVE_ST_BLOCKS 1
5656: | #define HAVE_STRUCT_STAT_ST_RDEV 1
5657: | #define HAVE_ST_RDEV 1
5658: | #define HAVE_SOCKADDR_STORAGE 1
5659: | #define HAVE_SOCKADDR_SA_LEN 1
5660: | #define HAVE_VPRINTF 1
5661: | #define HAVE_ALPHASORT 1
5662: | #define HAVE_ASCTIME_R 1
5663: | #define HAVE_CHROOT 1
5664: | #define HAVE_CTIME_R 1
5665: | #define HAVE_FLOCK 1
5666: | #define HAVE_FTOK 1
5667: | #define HAVE_FUNOPEN 1
5668: | #define HAVE_GAI_STRERROR 1
5669: | #define HAVE_GETLOADAVG 1
5670: | #define HAVE_GETLOGIN 1
5671: | #define HAVE_GETPROTOBYNAME 1
5672: | #define HAVE_GETPROTOBYNUMBER 1
5673: | #define HAVE_GETSERVBYNAME 1
5674: | #define HAVE_GETSERVBYPORT 1
5675: | #define HAVE_GETHOSTNAME 1
5676: | #define HAVE_GETRUSAGE 1
5677: | #define HAVE_GETTIMEOFDAY 1
5678: | #define HAVE_GMTIME_R 1
5679: | #define HAVE_GETPWNAM_R 1
5680: | #define HAVE_GETGRNAM_R 1
5681: | #define HAVE_GETPWUID_R 1
5682: | #define HAVE_GRANTPT 1
5683: | #define HAVE_INET_NTOA 1
5684: | #define HAVE_INET_NTOP 1
5685: | #define HAVE_INET_PTON 1
5686: | #define HAVE_ISASCII 1
5687: | #define HAVE_LINK 1
5688: | #define HAVE_LOCALTIME_R 1
5689: | #define HAVE_LOCKF 1
5690: | #define HAVE_LCHOWN 1
5691: | #define HAVE_LRAND48 1
5692: | #define HAVE_MEMCPY 1
5693: | #define HAVE_MEMMOVE 1
5694: | #define HAVE_MKSTEMP 1
5695: | #define HAVE_MMAP 1
5696: | #define HAVE_NL_LANGINFO 1
5697: | #define HAVE_PERROR 1
5698: | #define HAVE_POLL 1
5699: | #define HAVE_PTSNAME 1
5700: | #define HAVE_PUTENV 1
5701: | #define HAVE_REALPATH 1
5702: | #define HAVE_RANDOM 1
5703: | #define HAVE_RAND_R 1
5704: | #define HAVE_SCANDIR 1
5705: | #define HAVE_SETITIMER 1
5706: | #define HAVE_SETLOCALE 1
5707: | #define HAVE_LOCALECONV 1
5708: | #define HAVE_SETENV 1
5709: | #define HAVE_SETPGID 1
5710: | #define HAVE_SETSOCKOPT 1
5711: | #define HAVE_SETVBUF 1
5712: | #define HAVE_SHUTDOWN 1
5713: | #define HAVE_SIN 1
5714: | #define HAVE_SNPRINTF 1
5715: | #define HAVE_SRAND48 1
5716: | #define HAVE_SRANDOM 1
5717: | #define HAVE_STATFS 1
5718: | #define HAVE_STATVFS 1
5719: | #define HAVE_STRCASECMP 1
5720: | #define HAVE_STRCOLL 1
5721: | #define HAVE_STRDUP 1
5722: | #define HAVE_STRERROR 1
5723: | #define HAVE_STRFTIME 1
5724: | #define HAVE_STRNLEN 1
5725: | #define HAVE_STRPTIME 1
5726: | #define HAVE_STRSTR 1
5727: | #define HAVE_STRTOK_R 1
5728: | #define HAVE_SYMLINK 1
5729: | #define HAVE_TEMPNAM 1
5730: | #define HAVE_TZSET 1
5731: | #define HAVE_UNLOCKPT 1
5732: | #define HAVE_UNSETENV 1
5733: | #define HAVE_USLEEP 1
5734: | #define HAVE_UTIME 1
5735: | #define HAVE_VSNPRINTF 1
5736: | #define HAVE_VASPRINTF 1
5737: | #define HAVE_ASPRINTF 1
5738: | #define HAVE_NANOSLEEP 1
5739: | #define HAVE_NANOSLEEP 1
5740: | #define HAVE_GETADDRINFO 1
5741: | #define HAVE_SYNC_FETCH_AND_ADD 1
5742: | #define HAVE_STRLCAT 1
5743: | #define HAVE_STRLCPY 1
5744: | #define HAVE_GETOPT 1
5745: | #define HAVE_UTIME_H 1
5746: | #define HAVE_UTIME_NULL 1
5747: | #define HAVE_ALLOCA 1
5748: | #define HAVE_DECLARED_TIMEZONE 1
5749: | #define HAVE_POSIX_READDIR_R 1
5750: | #define PHP_SIGCHILD 0
5751: | #define DEFAULT_SHORT_OPEN_TAG "1"
5752: | #define HAVE_IPV6 1
5753: | #define SIZEOF_LONG 4
5754: | #define SIZEOF_INT 4
5755: | #define HAVE_INT32_T 1
5756: | #define HAVE_UINT32_T 1
5757: | #define HAVE_SYS_TYPES_H 1
5758: | #define HAVE_INTTYPES_H 1
5759: | #define HAVE_STDINT_H 1
5760: | #define HAVE_STRING_H 1
5761: | #define HAVE_STDLIB_H 1
5762: | #define HAVE_STRTOLL 1
5763: | #define HAVE_ATOLL 1
5764: | #define HAVE_STRFTIME 1
5765: | #define HAVE_REGEX_T_RE_MAGIC 1
5766: | #define HSREGEX 1
5767: | #define REGEX 1
5768: | #define HAVE_LIBXML 1
5769: | #define HAVE_LIBXML 1
5770: | #define HAVE_PCRE 1
5771: | #define HAVE_REFLECTION 1
5772: | #define HAVE_PACKED_OBJECT_VALUE 1
5773: | #define HAVE_SPL 1
5774: | #define HAVE_FLUSHIO 1
5775: | #define HAVE_CRYPT 1
5776: | #define HAVE_ALIGNOF 1
5777: | #define HAVE_ATTRIBUTE_ALIGNED 1
5778: | #define PHP_USE_PHP_CRYPT_R 1
5779: | #define PHP_STD_DES_CRYPT 1
5780: | #define PHP_BLOWFISH_CRYPT 1
5781: | #define PHP_EXT_DES_CRYPT 1
5782: | #define PHP_MD5_CRYPT 1
5783: | #define PHP_SHA512_CRYPT 1
5784: | #define PHP_SHA256_CRYPT 1
5785: | #define HAVE_GETCWD 1
5786: | #define HAVE_GETWD 1
5787: | #define HAVE_ASINH 1
5788: | #define HAVE_ACOSH 1
5789: | #define HAVE_ATANH 1
5790: | #define HAVE_LOG1P 1
5791: | #define HAVE_HYPOT 1
5792: | #define HAVE_GLOB 1
5793: | #define HAVE_STRFMON 1
5794: | #define HAVE_NICE 1
5795: | #define HAVE_ISINF 1
5796: | #define HAVE_ISNAN 1
5797: | /* end confdefs.h. */
5798: | /* Define mempcpy to an innocuous variant, in case <limits.h> declares mempcpy.
5799: | For example, HP-UX 11i <limits.h> declares gettimeofday. */
5800: | #define mempcpy innocuous_mempcpy
5801: |
5802: | /* System header to define __stub macros and hopefully few prototypes,
5803: | which can conflict with char mempcpy (); below.
5804: | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5805: | <limits.h> exists even on freestanding compilers. */
5806: |
5807: | #ifdef __STDC__
5808: | # include <limits.h>
5809: | #else
5810: | # include <assert.h>
5811: | #endif
5812: |
5813: | #undef mempcpy
5814: |
5815: | /* Override any GCC internal prototype to avoid an error.
5816: | Use char because int might match the return type of a GCC
5817: | builtin and then its argument prototype would still apply. */
5818: | #ifdef __cplusplus
5819: | extern "C"
5820: | #endif
5821: | char mempcpy ();
5822: | /* The GNU C library defines this for functions which it implements
5823: | to always fail with ENOSYS. Some functions are actually named
5824: | something starting with __ and the normal name is an alias. */
5825: | #if defined __stub_mempcpy || defined __stub___mempcpy
5826: | choke me
5827: | #endif
5828: |
5829: | int
5830: | main ()
5831: | {
5832: | return mempcpy ();
5833: | ;
5834: | return 0;
5835: | }
5836: configure:89778: result: no
5837: configure:89778: checking for strpncpy
5838: configure:89778: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
5839: /tmp//ccE9bD7T.o: In function `main':
5840: conftest.c:(.text+0x12): undefined reference to `strpncpy'
5841: configure:89778: $? = 1
5842: configure: failed program was:
5843: | /* confdefs.h */
5844: | #define PACKAGE_NAME ""
5845: | #define PACKAGE_TARNAME ""
5846: | #define PACKAGE_VERSION ""
5847: | #define PACKAGE_STRING ""
5848: | #define PACKAGE_BUGREPORT ""
5849: | #define PACKAGE_URL ""
5850: | #define STDC_HEADERS 1
5851: | #define HAVE_SYS_TYPES_H 1
5852: | #define HAVE_SYS_STAT_H 1
5853: | #define HAVE_STDLIB_H 1
5854: | #define HAVE_STRING_H 1
5855: | #define HAVE_MEMORY_H 1
5856: | #define HAVE_STRINGS_H 1
5857: | #define HAVE_INTTYPES_H 1
5858: | #define HAVE_STDINT_H 1
5859: | #define HAVE_UNISTD_H 1
5860: | #define __EXTENSIONS__ 1
5861: | #define _ALL_SOURCE 1
5862: | #define _GNU_SOURCE 1
5863: | #define _POSIX_PTHREAD_SEMANTICS 1
5864: | #define _TANDEM_SOURCE 1
5865: | #define HAVE_DEV_URANDOM 1
5866: | #define HAVE_SOCKLEN_T 1
5867: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
5868: | #define PHP_WRITE_STDOUT 1
5869: | #define HAVE_SOCKET 1
5870: | #define HAVE_SOCKETPAIR 1
5871: | #define HAVE_HTONL 1
5872: | #define HAVE_GETHOSTNAME 1
5873: | #define HAVE_GETHOSTBYADDR 1
5874: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
5875: | #define HAVE_DLOPEN 1
5876: | #define HAVE_LIBDL 1
5877: | #define HAVE_LIBM 1
5878: | #define HAVE_INET_ATON 1
5879: | #define STDC_HEADERS 1
5880: | #define HAVE_DIRENT_H 1
5881: | #define HAVE_INTTYPES_H 1
5882: | #define HAVE_STDINT_H 1
5883: | #define HAVE_DIRENT_H 1
5884: | #define HAVE_SYS_PARAM_H 1
5885: | #define HAVE_SYS_TYPES_H 1
5886: | #define HAVE_SYS_TIME_H 1
5887: | #define HAVE_NETINET_IN_H 1
5888: | #define HAVE_ARPA_INET_H 1
5889: | #define HAVE_ARPA_NAMESER_H 1
5890: | #define HAVE_ASSERT_H 1
5891: | #define HAVE_FCNTL_H 1
5892: | #define HAVE_GRP_H 1
5893: | #define HAVE_IEEEFP_H 1
5894: | #define HAVE_LANGINFO_H 1
5895: | #define HAVE_LIMITS_H 1
5896: | #define HAVE_LOCALE_H 1
5897: | #define HAVE_MONETARY_H 1
5898: | #define HAVE_NETDB_H 1
5899: | #define HAVE_PWD_H 1
5900: | #define HAVE_RESOLV_H 1
5901: | #define HAVE_SIGNAL_H 1
5902: | #define HAVE_STDARG_H 1
5903: | #define HAVE_STDLIB_H 1
5904: | #define HAVE_STRING_H 1
5905: | #define HAVE_SYSLOG_H 1
5906: | #define HAVE_SYSEXITS_H 1
5907: | #define HAVE_SYS_IOCTL_H 1
5908: | #define HAVE_SYS_FILE_H 1
5909: | #define HAVE_SYS_MMAN_H 1
5910: | #define HAVE_SYS_MOUNT_H 1
5911: | #define HAVE_SYS_POLL_H 1
5912: | #define HAVE_SYS_RESOURCE_H 1
5913: | #define HAVE_SYS_SELECT_H 1
5914: | #define HAVE_SYS_SOCKET_H 1
5915: | #define HAVE_SYS_STAT_H 1
5916: | #define HAVE_SYS_STATVFS_H 1
5917: | #define HAVE_SYS_WAIT_H 1
5918: | #define HAVE_TERMIOS_H 1
5919: | #define HAVE_UNISTD_H 1
5920: | #define HAVE_UTIME_H 1
5921: | #define HAVE_SYS_UTSNAME_H 1
5922: | #define HAVE_SYS_IPC_H 1
5923: | #define HAVE_DLFCN_H 1
5924: | #define HAVE_ASSERT_H 1
5925: | #define HAVE_STRUCT_TM_TM_ZONE 1
5926: | #define HAVE_TM_ZONE 1
5927: | #define MISSING_FCLOSE_DECL 0
5928: | #define HAVE_TM_GMTOFF 1
5929: | #define HAVE_STRUCT_FLOCK 1
5930: | #define HAVE_SOCKLEN_T 1
5931: | #define SIZEOF_SIZE_T 4
5932: | #define SIZEOF_LONG_LONG 8
5933: | #define SIZEOF_LONG_LONG_INT 8
5934: | #define SIZEOF_LONG 4
5935: | #define SIZEOF_INT 4
5936: | #define SIZEOF_INTMAX_T 8
5937: | #define HAVE_INTMAX_T 1
5938: | #define SIZEOF_SSIZE_T 4
5939: | #define HAVE_SSIZE_T 1
5940: | #define SIZEOF_PTRDIFF_T 4
5941: | #define HAVE_PTRDIFF_T 1
5942: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
5943: | #define HAVE_ST_BLKSIZE 1
5944: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
5945: | #define HAVE_ST_BLOCKS 1
5946: | #define HAVE_STRUCT_STAT_ST_RDEV 1
5947: | #define HAVE_ST_RDEV 1
5948: | #define HAVE_SOCKADDR_STORAGE 1
5949: | #define HAVE_SOCKADDR_SA_LEN 1
5950: | #define HAVE_VPRINTF 1
5951: | #define HAVE_ALPHASORT 1
5952: | #define HAVE_ASCTIME_R 1
5953: | #define HAVE_CHROOT 1
5954: | #define HAVE_CTIME_R 1
5955: | #define HAVE_FLOCK 1
5956: | #define HAVE_FTOK 1
5957: | #define HAVE_FUNOPEN 1
5958: | #define HAVE_GAI_STRERROR 1
5959: | #define HAVE_GETLOADAVG 1
5960: | #define HAVE_GETLOGIN 1
5961: | #define HAVE_GETPROTOBYNAME 1
5962: | #define HAVE_GETPROTOBYNUMBER 1
5963: | #define HAVE_GETSERVBYNAME 1
5964: | #define HAVE_GETSERVBYPORT 1
5965: | #define HAVE_GETHOSTNAME 1
5966: | #define HAVE_GETRUSAGE 1
5967: | #define HAVE_GETTIMEOFDAY 1
5968: | #define HAVE_GMTIME_R 1
5969: | #define HAVE_GETPWNAM_R 1
5970: | #define HAVE_GETGRNAM_R 1
5971: | #define HAVE_GETPWUID_R 1
5972: | #define HAVE_GRANTPT 1
5973: | #define HAVE_INET_NTOA 1
5974: | #define HAVE_INET_NTOP 1
5975: | #define HAVE_INET_PTON 1
5976: | #define HAVE_ISASCII 1
5977: | #define HAVE_LINK 1
5978: | #define HAVE_LOCALTIME_R 1
5979: | #define HAVE_LOCKF 1
5980: | #define HAVE_LCHOWN 1
5981: | #define HAVE_LRAND48 1
5982: | #define HAVE_MEMCPY 1
5983: | #define HAVE_MEMMOVE 1
5984: | #define HAVE_MKSTEMP 1
5985: | #define HAVE_MMAP 1
5986: | #define HAVE_NL_LANGINFO 1
5987: | #define HAVE_PERROR 1
5988: | #define HAVE_POLL 1
5989: | #define HAVE_PTSNAME 1
5990: | #define HAVE_PUTENV 1
5991: | #define HAVE_REALPATH 1
5992: | #define HAVE_RANDOM 1
5993: | #define HAVE_RAND_R 1
5994: | #define HAVE_SCANDIR 1
5995: | #define HAVE_SETITIMER 1
5996: | #define HAVE_SETLOCALE 1
5997: | #define HAVE_LOCALECONV 1
5998: | #define HAVE_SETENV 1
5999: | #define HAVE_SETPGID 1
6000: | #define HAVE_SETSOCKOPT 1
6001: | #define HAVE_SETVBUF 1
6002: | #define HAVE_SHUTDOWN 1
6003: | #define HAVE_SIN 1
6004: | #define HAVE_SNPRINTF 1
6005: | #define HAVE_SRAND48 1
6006: | #define HAVE_SRANDOM 1
6007: | #define HAVE_STATFS 1
6008: | #define HAVE_STATVFS 1
6009: | #define HAVE_STRCASECMP 1
6010: | #define HAVE_STRCOLL 1
6011: | #define HAVE_STRDUP 1
6012: | #define HAVE_STRERROR 1
6013: | #define HAVE_STRFTIME 1
6014: | #define HAVE_STRNLEN 1
6015: | #define HAVE_STRPTIME 1
6016: | #define HAVE_STRSTR 1
6017: | #define HAVE_STRTOK_R 1
6018: | #define HAVE_SYMLINK 1
6019: | #define HAVE_TEMPNAM 1
6020: | #define HAVE_TZSET 1
6021: | #define HAVE_UNLOCKPT 1
6022: | #define HAVE_UNSETENV 1
6023: | #define HAVE_USLEEP 1
6024: | #define HAVE_UTIME 1
6025: | #define HAVE_VSNPRINTF 1
6026: | #define HAVE_VASPRINTF 1
6027: | #define HAVE_ASPRINTF 1
6028: | #define HAVE_NANOSLEEP 1
6029: | #define HAVE_NANOSLEEP 1
6030: | #define HAVE_GETADDRINFO 1
6031: | #define HAVE_SYNC_FETCH_AND_ADD 1
6032: | #define HAVE_STRLCAT 1
6033: | #define HAVE_STRLCPY 1
6034: | #define HAVE_GETOPT 1
6035: | #define HAVE_UTIME_H 1
6036: | #define HAVE_UTIME_NULL 1
6037: | #define HAVE_ALLOCA 1
6038: | #define HAVE_DECLARED_TIMEZONE 1
6039: | #define HAVE_POSIX_READDIR_R 1
6040: | #define PHP_SIGCHILD 0
6041: | #define DEFAULT_SHORT_OPEN_TAG "1"
6042: | #define HAVE_IPV6 1
6043: | #define SIZEOF_LONG 4
6044: | #define SIZEOF_INT 4
6045: | #define HAVE_INT32_T 1
6046: | #define HAVE_UINT32_T 1
6047: | #define HAVE_SYS_TYPES_H 1
6048: | #define HAVE_INTTYPES_H 1
6049: | #define HAVE_STDINT_H 1
6050: | #define HAVE_STRING_H 1
6051: | #define HAVE_STDLIB_H 1
6052: | #define HAVE_STRTOLL 1
6053: | #define HAVE_ATOLL 1
6054: | #define HAVE_STRFTIME 1
6055: | #define HAVE_REGEX_T_RE_MAGIC 1
6056: | #define HSREGEX 1
6057: | #define REGEX 1
6058: | #define HAVE_LIBXML 1
6059: | #define HAVE_LIBXML 1
6060: | #define HAVE_PCRE 1
6061: | #define HAVE_REFLECTION 1
6062: | #define HAVE_PACKED_OBJECT_VALUE 1
6063: | #define HAVE_SPL 1
6064: | #define HAVE_FLUSHIO 1
6065: | #define HAVE_CRYPT 1
6066: | #define HAVE_ALIGNOF 1
6067: | #define HAVE_ATTRIBUTE_ALIGNED 1
6068: | #define PHP_USE_PHP_CRYPT_R 1
6069: | #define PHP_STD_DES_CRYPT 1
6070: | #define PHP_BLOWFISH_CRYPT 1
6071: | #define PHP_EXT_DES_CRYPT 1
6072: | #define PHP_MD5_CRYPT 1
6073: | #define PHP_SHA512_CRYPT 1
6074: | #define PHP_SHA256_CRYPT 1
6075: | #define HAVE_GETCWD 1
6076: | #define HAVE_GETWD 1
6077: | #define HAVE_ASINH 1
6078: | #define HAVE_ACOSH 1
6079: | #define HAVE_ATANH 1
6080: | #define HAVE_LOG1P 1
6081: | #define HAVE_HYPOT 1
6082: | #define HAVE_GLOB 1
6083: | #define HAVE_STRFMON 1
6084: | #define HAVE_NICE 1
6085: | #define HAVE_ISINF 1
6086: | #define HAVE_ISNAN 1
6087: | /* end confdefs.h. */
6088: | /* Define strpncpy to an innocuous variant, in case <limits.h> declares strpncpy.
6089: | For example, HP-UX 11i <limits.h> declares gettimeofday. */
6090: | #define strpncpy innocuous_strpncpy
6091: |
6092: | /* System header to define __stub macros and hopefully few prototypes,
6093: | which can conflict with char strpncpy (); below.
6094: | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6095: | <limits.h> exists even on freestanding compilers. */
6096: |
6097: | #ifdef __STDC__
6098: | # include <limits.h>
6099: | #else
6100: | # include <assert.h>
6101: | #endif
6102: |
6103: | #undef strpncpy
6104: |
6105: | /* Override any GCC internal prototype to avoid an error.
6106: | Use char because int might match the return type of a GCC
6107: | builtin and then its argument prototype would still apply. */
6108: | #ifdef __cplusplus
6109: | extern "C"
6110: | #endif
6111: | char strpncpy ();
6112: | /* The GNU C library defines this for functions which it implements
6113: | to always fail with ENOSYS. Some functions are actually named
6114: | something starting with __ and the normal name is an alias. */
6115: | #if defined __stub_strpncpy || defined __stub___strpncpy
6116: | choke me
6117: | #endif
6118: |
6119: | int
6120: | main ()
6121: | {
6122: | return strpncpy ();
6123: | ;
6124: | return 0;
6125: | }
6126: configure:89778: result: no
6127: configure:89787: checking for working POSIX fnmatch
6128: configure:89820: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
6129: configure:89820: $? = 0
6130: configure:89820: ./conftest
6131: configure:89820: $? = 0
6132: configure:89830: result: yes
6133: configure:89843: checking for fork
6134: configure:89843: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
6135: conftest.c:270: warning: conflicting types for built-in function 'fork'
6136: configure:89843: $? = 0
6137: configure:89843: result: yes
6138: configure:89859: checking if your OS can spawn processes with inherited handles
6139: configure:89862: result: yes
6140: configure:89883: checking for res_nsearch
6141: configure:89883: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
6142: /tmp//ccUj3bWr.o: In function `main':
6143: conftest.c:(.text+0x12): undefined reference to `res_nsearch'
6144: configure:89883: $? = 1
6145: configure: failed program was:
6146: | /* confdefs.h */
6147: | #define PACKAGE_NAME ""
6148: | #define PACKAGE_TARNAME ""
6149: | #define PACKAGE_VERSION ""
6150: | #define PACKAGE_STRING ""
6151: | #define PACKAGE_BUGREPORT ""
6152: | #define PACKAGE_URL ""
6153: | #define STDC_HEADERS 1
6154: | #define HAVE_SYS_TYPES_H 1
6155: | #define HAVE_SYS_STAT_H 1
6156: | #define HAVE_STDLIB_H 1
6157: | #define HAVE_STRING_H 1
6158: | #define HAVE_MEMORY_H 1
6159: | #define HAVE_STRINGS_H 1
6160: | #define HAVE_INTTYPES_H 1
6161: | #define HAVE_STDINT_H 1
6162: | #define HAVE_UNISTD_H 1
6163: | #define __EXTENSIONS__ 1
6164: | #define _ALL_SOURCE 1
6165: | #define _GNU_SOURCE 1
6166: | #define _POSIX_PTHREAD_SEMANTICS 1
6167: | #define _TANDEM_SOURCE 1
6168: | #define HAVE_DEV_URANDOM 1
6169: | #define HAVE_SOCKLEN_T 1
6170: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
6171: | #define PHP_WRITE_STDOUT 1
6172: | #define HAVE_SOCKET 1
6173: | #define HAVE_SOCKETPAIR 1
6174: | #define HAVE_HTONL 1
6175: | #define HAVE_GETHOSTNAME 1
6176: | #define HAVE_GETHOSTBYADDR 1
6177: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
6178: | #define HAVE_DLOPEN 1
6179: | #define HAVE_LIBDL 1
6180: | #define HAVE_LIBM 1
6181: | #define HAVE_INET_ATON 1
6182: | #define STDC_HEADERS 1
6183: | #define HAVE_DIRENT_H 1
6184: | #define HAVE_INTTYPES_H 1
6185: | #define HAVE_STDINT_H 1
6186: | #define HAVE_DIRENT_H 1
6187: | #define HAVE_SYS_PARAM_H 1
6188: | #define HAVE_SYS_TYPES_H 1
6189: | #define HAVE_SYS_TIME_H 1
6190: | #define HAVE_NETINET_IN_H 1
6191: | #define HAVE_ARPA_INET_H 1
6192: | #define HAVE_ARPA_NAMESER_H 1
6193: | #define HAVE_ASSERT_H 1
6194: | #define HAVE_FCNTL_H 1
6195: | #define HAVE_GRP_H 1
6196: | #define HAVE_IEEEFP_H 1
6197: | #define HAVE_LANGINFO_H 1
6198: | #define HAVE_LIMITS_H 1
6199: | #define HAVE_LOCALE_H 1
6200: | #define HAVE_MONETARY_H 1
6201: | #define HAVE_NETDB_H 1
6202: | #define HAVE_PWD_H 1
6203: | #define HAVE_RESOLV_H 1
6204: | #define HAVE_SIGNAL_H 1
6205: | #define HAVE_STDARG_H 1
6206: | #define HAVE_STDLIB_H 1
6207: | #define HAVE_STRING_H 1
6208: | #define HAVE_SYSLOG_H 1
6209: | #define HAVE_SYSEXITS_H 1
6210: | #define HAVE_SYS_IOCTL_H 1
6211: | #define HAVE_SYS_FILE_H 1
6212: | #define HAVE_SYS_MMAN_H 1
6213: | #define HAVE_SYS_MOUNT_H 1
6214: | #define HAVE_SYS_POLL_H 1
6215: | #define HAVE_SYS_RESOURCE_H 1
6216: | #define HAVE_SYS_SELECT_H 1
6217: | #define HAVE_SYS_SOCKET_H 1
6218: | #define HAVE_SYS_STAT_H 1
6219: | #define HAVE_SYS_STATVFS_H 1
6220: | #define HAVE_SYS_WAIT_H 1
6221: | #define HAVE_TERMIOS_H 1
6222: | #define HAVE_UNISTD_H 1
6223: | #define HAVE_UTIME_H 1
6224: | #define HAVE_SYS_UTSNAME_H 1
6225: | #define HAVE_SYS_IPC_H 1
6226: | #define HAVE_DLFCN_H 1
6227: | #define HAVE_ASSERT_H 1
6228: | #define HAVE_STRUCT_TM_TM_ZONE 1
6229: | #define HAVE_TM_ZONE 1
6230: | #define MISSING_FCLOSE_DECL 0
6231: | #define HAVE_TM_GMTOFF 1
6232: | #define HAVE_STRUCT_FLOCK 1
6233: | #define HAVE_SOCKLEN_T 1
6234: | #define SIZEOF_SIZE_T 4
6235: | #define SIZEOF_LONG_LONG 8
6236: | #define SIZEOF_LONG_LONG_INT 8
6237: | #define SIZEOF_LONG 4
6238: | #define SIZEOF_INT 4
6239: | #define SIZEOF_INTMAX_T 8
6240: | #define HAVE_INTMAX_T 1
6241: | #define SIZEOF_SSIZE_T 4
6242: | #define HAVE_SSIZE_T 1
6243: | #define SIZEOF_PTRDIFF_T 4
6244: | #define HAVE_PTRDIFF_T 1
6245: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
6246: | #define HAVE_ST_BLKSIZE 1
6247: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
6248: | #define HAVE_ST_BLOCKS 1
6249: | #define HAVE_STRUCT_STAT_ST_RDEV 1
6250: | #define HAVE_ST_RDEV 1
6251: | #define HAVE_SOCKADDR_STORAGE 1
6252: | #define HAVE_SOCKADDR_SA_LEN 1
6253: | #define HAVE_VPRINTF 1
6254: | #define HAVE_ALPHASORT 1
6255: | #define HAVE_ASCTIME_R 1
6256: | #define HAVE_CHROOT 1
6257: | #define HAVE_CTIME_R 1
6258: | #define HAVE_FLOCK 1
6259: | #define HAVE_FTOK 1
6260: | #define HAVE_FUNOPEN 1
6261: | #define HAVE_GAI_STRERROR 1
6262: | #define HAVE_GETLOADAVG 1
6263: | #define HAVE_GETLOGIN 1
6264: | #define HAVE_GETPROTOBYNAME 1
6265: | #define HAVE_GETPROTOBYNUMBER 1
6266: | #define HAVE_GETSERVBYNAME 1
6267: | #define HAVE_GETSERVBYPORT 1
6268: | #define HAVE_GETHOSTNAME 1
6269: | #define HAVE_GETRUSAGE 1
6270: | #define HAVE_GETTIMEOFDAY 1
6271: | #define HAVE_GMTIME_R 1
6272: | #define HAVE_GETPWNAM_R 1
6273: | #define HAVE_GETGRNAM_R 1
6274: | #define HAVE_GETPWUID_R 1
6275: | #define HAVE_GRANTPT 1
6276: | #define HAVE_INET_NTOA 1
6277: | #define HAVE_INET_NTOP 1
6278: | #define HAVE_INET_PTON 1
6279: | #define HAVE_ISASCII 1
6280: | #define HAVE_LINK 1
6281: | #define HAVE_LOCALTIME_R 1
6282: | #define HAVE_LOCKF 1
6283: | #define HAVE_LCHOWN 1
6284: | #define HAVE_LRAND48 1
6285: | #define HAVE_MEMCPY 1
6286: | #define HAVE_MEMMOVE 1
6287: | #define HAVE_MKSTEMP 1
6288: | #define HAVE_MMAP 1
6289: | #define HAVE_NL_LANGINFO 1
6290: | #define HAVE_PERROR 1
6291: | #define HAVE_POLL 1
6292: | #define HAVE_PTSNAME 1
6293: | #define HAVE_PUTENV 1
6294: | #define HAVE_REALPATH 1
6295: | #define HAVE_RANDOM 1
6296: | #define HAVE_RAND_R 1
6297: | #define HAVE_SCANDIR 1
6298: | #define HAVE_SETITIMER 1
6299: | #define HAVE_SETLOCALE 1
6300: | #define HAVE_LOCALECONV 1
6301: | #define HAVE_SETENV 1
6302: | #define HAVE_SETPGID 1
6303: | #define HAVE_SETSOCKOPT 1
6304: | #define HAVE_SETVBUF 1
6305: | #define HAVE_SHUTDOWN 1
6306: | #define HAVE_SIN 1
6307: | #define HAVE_SNPRINTF 1
6308: | #define HAVE_SRAND48 1
6309: | #define HAVE_SRANDOM 1
6310: | #define HAVE_STATFS 1
6311: | #define HAVE_STATVFS 1
6312: | #define HAVE_STRCASECMP 1
6313: | #define HAVE_STRCOLL 1
6314: | #define HAVE_STRDUP 1
6315: | #define HAVE_STRERROR 1
6316: | #define HAVE_STRFTIME 1
6317: | #define HAVE_STRNLEN 1
6318: | #define HAVE_STRPTIME 1
6319: | #define HAVE_STRSTR 1
6320: | #define HAVE_STRTOK_R 1
6321: | #define HAVE_SYMLINK 1
6322: | #define HAVE_TEMPNAM 1
6323: | #define HAVE_TZSET 1
6324: | #define HAVE_UNLOCKPT 1
6325: | #define HAVE_UNSETENV 1
6326: | #define HAVE_USLEEP 1
6327: | #define HAVE_UTIME 1
6328: | #define HAVE_VSNPRINTF 1
6329: | #define HAVE_VASPRINTF 1
6330: | #define HAVE_ASPRINTF 1
6331: | #define HAVE_NANOSLEEP 1
6332: | #define HAVE_NANOSLEEP 1
6333: | #define HAVE_GETADDRINFO 1
6334: | #define HAVE_SYNC_FETCH_AND_ADD 1
6335: | #define HAVE_STRLCAT 1
6336: | #define HAVE_STRLCPY 1
6337: | #define HAVE_GETOPT 1
6338: | #define HAVE_UTIME_H 1
6339: | #define HAVE_UTIME_NULL 1
6340: | #define HAVE_ALLOCA 1
6341: | #define HAVE_DECLARED_TIMEZONE 1
6342: | #define HAVE_POSIX_READDIR_R 1
6343: | #define PHP_SIGCHILD 0
6344: | #define DEFAULT_SHORT_OPEN_TAG "1"
6345: | #define HAVE_IPV6 1
6346: | #define SIZEOF_LONG 4
6347: | #define SIZEOF_INT 4
6348: | #define HAVE_INT32_T 1
6349: | #define HAVE_UINT32_T 1
6350: | #define HAVE_SYS_TYPES_H 1
6351: | #define HAVE_INTTYPES_H 1
6352: | #define HAVE_STDINT_H 1
6353: | #define HAVE_STRING_H 1
6354: | #define HAVE_STDLIB_H 1
6355: | #define HAVE_STRTOLL 1
6356: | #define HAVE_ATOLL 1
6357: | #define HAVE_STRFTIME 1
6358: | #define HAVE_REGEX_T_RE_MAGIC 1
6359: | #define HSREGEX 1
6360: | #define REGEX 1
6361: | #define HAVE_LIBXML 1
6362: | #define HAVE_LIBXML 1
6363: | #define HAVE_PCRE 1
6364: | #define HAVE_REFLECTION 1
6365: | #define HAVE_PACKED_OBJECT_VALUE 1
6366: | #define HAVE_SPL 1
6367: | #define HAVE_FLUSHIO 1
6368: | #define HAVE_CRYPT 1
6369: | #define HAVE_ALIGNOF 1
6370: | #define HAVE_ATTRIBUTE_ALIGNED 1
6371: | #define PHP_USE_PHP_CRYPT_R 1
6372: | #define PHP_STD_DES_CRYPT 1
6373: | #define PHP_BLOWFISH_CRYPT 1
6374: | #define PHP_EXT_DES_CRYPT 1
6375: | #define PHP_MD5_CRYPT 1
6376: | #define PHP_SHA512_CRYPT 1
6377: | #define PHP_SHA256_CRYPT 1
6378: | #define HAVE_GETCWD 1
6379: | #define HAVE_GETWD 1
6380: | #define HAVE_ASINH 1
6381: | #define HAVE_ACOSH 1
6382: | #define HAVE_ATANH 1
6383: | #define HAVE_LOG1P 1
6384: | #define HAVE_HYPOT 1
6385: | #define HAVE_GLOB 1
6386: | #define HAVE_STRFMON 1
6387: | #define HAVE_NICE 1
6388: | #define HAVE_ISINF 1
6389: | #define HAVE_ISNAN 1
6390: | #define HAVE_FNMATCH 1
6391: | #define HAVE_FORK 1
6392: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
6393: | #define ENABLE_CHROOT_FUNC 1
6394: | /* end confdefs.h. */
6395: | /* Define res_nsearch to an innocuous variant, in case <limits.h> declares res_nsearch.
6396: | For example, HP-UX 11i <limits.h> declares gettimeofday. */
6397: | #define res_nsearch innocuous_res_nsearch
6398: |
6399: | /* System header to define __stub macros and hopefully few prototypes,
6400: | which can conflict with char res_nsearch (); below.
6401: | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6402: | <limits.h> exists even on freestanding compilers. */
6403: |
6404: | #ifdef __STDC__
6405: | # include <limits.h>
6406: | #else
6407: | # include <assert.h>
6408: | #endif
6409: |
6410: | #undef res_nsearch
6411: |
6412: | /* Override any GCC internal prototype to avoid an error.
6413: | Use char because int might match the return type of a GCC
6414: | builtin and then its argument prototype would still apply. */
6415: | #ifdef __cplusplus
6416: | extern "C"
6417: | #endif
6418: | char res_nsearch ();
6419: | /* The GNU C library defines this for functions which it implements
6420: | to always fail with ENOSYS. Some functions are actually named
6421: | something starting with __ and the normal name is an alias. */
6422: | #if defined __stub_res_nsearch || defined __stub___res_nsearch
6423: | choke me
6424: | #endif
6425: |
6426: | int
6427: | main ()
6428: | {
6429: | return res_nsearch ();
6430: | ;
6431: | return 0;
6432: | }
6433: configure:89883: result: no
6434: configure:89887: checking for __res_nsearch
6435: configure:89887: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
6436: configure:89887: $? = 0
6437: configure:89887: result: yes
6438: configure:90321: checking for dns_search
6439: configure:90321: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
6440: /tmp//cc0s8USJ.o: In function `main':
6441: conftest.c:(.text+0x12): undefined reference to `dns_search'
6442: configure:90321: $? = 1
6443: configure: failed program was:
6444: | /* confdefs.h */
6445: | #define PACKAGE_NAME ""
6446: | #define PACKAGE_TARNAME ""
6447: | #define PACKAGE_VERSION ""
6448: | #define PACKAGE_STRING ""
6449: | #define PACKAGE_BUGREPORT ""
6450: | #define PACKAGE_URL ""
6451: | #define STDC_HEADERS 1
6452: | #define HAVE_SYS_TYPES_H 1
6453: | #define HAVE_SYS_STAT_H 1
6454: | #define HAVE_STDLIB_H 1
6455: | #define HAVE_STRING_H 1
6456: | #define HAVE_MEMORY_H 1
6457: | #define HAVE_STRINGS_H 1
6458: | #define HAVE_INTTYPES_H 1
6459: | #define HAVE_STDINT_H 1
6460: | #define HAVE_UNISTD_H 1
6461: | #define __EXTENSIONS__ 1
6462: | #define _ALL_SOURCE 1
6463: | #define _GNU_SOURCE 1
6464: | #define _POSIX_PTHREAD_SEMANTICS 1
6465: | #define _TANDEM_SOURCE 1
6466: | #define HAVE_DEV_URANDOM 1
6467: | #define HAVE_SOCKLEN_T 1
6468: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
6469: | #define PHP_WRITE_STDOUT 1
6470: | #define HAVE_SOCKET 1
6471: | #define HAVE_SOCKETPAIR 1
6472: | #define HAVE_HTONL 1
6473: | #define HAVE_GETHOSTNAME 1
6474: | #define HAVE_GETHOSTBYADDR 1
6475: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
6476: | #define HAVE_DLOPEN 1
6477: | #define HAVE_LIBDL 1
6478: | #define HAVE_LIBM 1
6479: | #define HAVE_INET_ATON 1
6480: | #define STDC_HEADERS 1
6481: | #define HAVE_DIRENT_H 1
6482: | #define HAVE_INTTYPES_H 1
6483: | #define HAVE_STDINT_H 1
6484: | #define HAVE_DIRENT_H 1
6485: | #define HAVE_SYS_PARAM_H 1
6486: | #define HAVE_SYS_TYPES_H 1
6487: | #define HAVE_SYS_TIME_H 1
6488: | #define HAVE_NETINET_IN_H 1
6489: | #define HAVE_ARPA_INET_H 1
6490: | #define HAVE_ARPA_NAMESER_H 1
6491: | #define HAVE_ASSERT_H 1
6492: | #define HAVE_FCNTL_H 1
6493: | #define HAVE_GRP_H 1
6494: | #define HAVE_IEEEFP_H 1
6495: | #define HAVE_LANGINFO_H 1
6496: | #define HAVE_LIMITS_H 1
6497: | #define HAVE_LOCALE_H 1
6498: | #define HAVE_MONETARY_H 1
6499: | #define HAVE_NETDB_H 1
6500: | #define HAVE_PWD_H 1
6501: | #define HAVE_RESOLV_H 1
6502: | #define HAVE_SIGNAL_H 1
6503: | #define HAVE_STDARG_H 1
6504: | #define HAVE_STDLIB_H 1
6505: | #define HAVE_STRING_H 1
6506: | #define HAVE_SYSLOG_H 1
6507: | #define HAVE_SYSEXITS_H 1
6508: | #define HAVE_SYS_IOCTL_H 1
6509: | #define HAVE_SYS_FILE_H 1
6510: | #define HAVE_SYS_MMAN_H 1
6511: | #define HAVE_SYS_MOUNT_H 1
6512: | #define HAVE_SYS_POLL_H 1
6513: | #define HAVE_SYS_RESOURCE_H 1
6514: | #define HAVE_SYS_SELECT_H 1
6515: | #define HAVE_SYS_SOCKET_H 1
6516: | #define HAVE_SYS_STAT_H 1
6517: | #define HAVE_SYS_STATVFS_H 1
6518: | #define HAVE_SYS_WAIT_H 1
6519: | #define HAVE_TERMIOS_H 1
6520: | #define HAVE_UNISTD_H 1
6521: | #define HAVE_UTIME_H 1
6522: | #define HAVE_SYS_UTSNAME_H 1
6523: | #define HAVE_SYS_IPC_H 1
6524: | #define HAVE_DLFCN_H 1
6525: | #define HAVE_ASSERT_H 1
6526: | #define HAVE_STRUCT_TM_TM_ZONE 1
6527: | #define HAVE_TM_ZONE 1
6528: | #define MISSING_FCLOSE_DECL 0
6529: | #define HAVE_TM_GMTOFF 1
6530: | #define HAVE_STRUCT_FLOCK 1
6531: | #define HAVE_SOCKLEN_T 1
6532: | #define SIZEOF_SIZE_T 4
6533: | #define SIZEOF_LONG_LONG 8
6534: | #define SIZEOF_LONG_LONG_INT 8
6535: | #define SIZEOF_LONG 4
6536: | #define SIZEOF_INT 4
6537: | #define SIZEOF_INTMAX_T 8
6538: | #define HAVE_INTMAX_T 1
6539: | #define SIZEOF_SSIZE_T 4
6540: | #define HAVE_SSIZE_T 1
6541: | #define SIZEOF_PTRDIFF_T 4
6542: | #define HAVE_PTRDIFF_T 1
6543: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
6544: | #define HAVE_ST_BLKSIZE 1
6545: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
6546: | #define HAVE_ST_BLOCKS 1
6547: | #define HAVE_STRUCT_STAT_ST_RDEV 1
6548: | #define HAVE_ST_RDEV 1
6549: | #define HAVE_SOCKADDR_STORAGE 1
6550: | #define HAVE_SOCKADDR_SA_LEN 1
6551: | #define HAVE_VPRINTF 1
6552: | #define HAVE_ALPHASORT 1
6553: | #define HAVE_ASCTIME_R 1
6554: | #define HAVE_CHROOT 1
6555: | #define HAVE_CTIME_R 1
6556: | #define HAVE_FLOCK 1
6557: | #define HAVE_FTOK 1
6558: | #define HAVE_FUNOPEN 1
6559: | #define HAVE_GAI_STRERROR 1
6560: | #define HAVE_GETLOADAVG 1
6561: | #define HAVE_GETLOGIN 1
6562: | #define HAVE_GETPROTOBYNAME 1
6563: | #define HAVE_GETPROTOBYNUMBER 1
6564: | #define HAVE_GETSERVBYNAME 1
6565: | #define HAVE_GETSERVBYPORT 1
6566: | #define HAVE_GETHOSTNAME 1
6567: | #define HAVE_GETRUSAGE 1
6568: | #define HAVE_GETTIMEOFDAY 1
6569: | #define HAVE_GMTIME_R 1
6570: | #define HAVE_GETPWNAM_R 1
6571: | #define HAVE_GETGRNAM_R 1
6572: | #define HAVE_GETPWUID_R 1
6573: | #define HAVE_GRANTPT 1
6574: | #define HAVE_INET_NTOA 1
6575: | #define HAVE_INET_NTOP 1
6576: | #define HAVE_INET_PTON 1
6577: | #define HAVE_ISASCII 1
6578: | #define HAVE_LINK 1
6579: | #define HAVE_LOCALTIME_R 1
6580: | #define HAVE_LOCKF 1
6581: | #define HAVE_LCHOWN 1
6582: | #define HAVE_LRAND48 1
6583: | #define HAVE_MEMCPY 1
6584: | #define HAVE_MEMMOVE 1
6585: | #define HAVE_MKSTEMP 1
6586: | #define HAVE_MMAP 1
6587: | #define HAVE_NL_LANGINFO 1
6588: | #define HAVE_PERROR 1
6589: | #define HAVE_POLL 1
6590: | #define HAVE_PTSNAME 1
6591: | #define HAVE_PUTENV 1
6592: | #define HAVE_REALPATH 1
6593: | #define HAVE_RANDOM 1
6594: | #define HAVE_RAND_R 1
6595: | #define HAVE_SCANDIR 1
6596: | #define HAVE_SETITIMER 1
6597: | #define HAVE_SETLOCALE 1
6598: | #define HAVE_LOCALECONV 1
6599: | #define HAVE_SETENV 1
6600: | #define HAVE_SETPGID 1
6601: | #define HAVE_SETSOCKOPT 1
6602: | #define HAVE_SETVBUF 1
6603: | #define HAVE_SHUTDOWN 1
6604: | #define HAVE_SIN 1
6605: | #define HAVE_SNPRINTF 1
6606: | #define HAVE_SRAND48 1
6607: | #define HAVE_SRANDOM 1
6608: | #define HAVE_STATFS 1
6609: | #define HAVE_STATVFS 1
6610: | #define HAVE_STRCASECMP 1
6611: | #define HAVE_STRCOLL 1
6612: | #define HAVE_STRDUP 1
6613: | #define HAVE_STRERROR 1
6614: | #define HAVE_STRFTIME 1
6615: | #define HAVE_STRNLEN 1
6616: | #define HAVE_STRPTIME 1
6617: | #define HAVE_STRSTR 1
6618: | #define HAVE_STRTOK_R 1
6619: | #define HAVE_SYMLINK 1
6620: | #define HAVE_TEMPNAM 1
6621: | #define HAVE_TZSET 1
6622: | #define HAVE_UNLOCKPT 1
6623: | #define HAVE_UNSETENV 1
6624: | #define HAVE_USLEEP 1
6625: | #define HAVE_UTIME 1
6626: | #define HAVE_VSNPRINTF 1
6627: | #define HAVE_VASPRINTF 1
6628: | #define HAVE_ASPRINTF 1
6629: | #define HAVE_NANOSLEEP 1
6630: | #define HAVE_NANOSLEEP 1
6631: | #define HAVE_GETADDRINFO 1
6632: | #define HAVE_SYNC_FETCH_AND_ADD 1
6633: | #define HAVE_STRLCAT 1
6634: | #define HAVE_STRLCPY 1
6635: | #define HAVE_GETOPT 1
6636: | #define HAVE_UTIME_H 1
6637: | #define HAVE_UTIME_NULL 1
6638: | #define HAVE_ALLOCA 1
6639: | #define HAVE_DECLARED_TIMEZONE 1
6640: | #define HAVE_POSIX_READDIR_R 1
6641: | #define PHP_SIGCHILD 0
6642: | #define DEFAULT_SHORT_OPEN_TAG "1"
6643: | #define HAVE_IPV6 1
6644: | #define SIZEOF_LONG 4
6645: | #define SIZEOF_INT 4
6646: | #define HAVE_INT32_T 1
6647: | #define HAVE_UINT32_T 1
6648: | #define HAVE_SYS_TYPES_H 1
6649: | #define HAVE_INTTYPES_H 1
6650: | #define HAVE_STDINT_H 1
6651: | #define HAVE_STRING_H 1
6652: | #define HAVE_STDLIB_H 1
6653: | #define HAVE_STRTOLL 1
6654: | #define HAVE_ATOLL 1
6655: | #define HAVE_STRFTIME 1
6656: | #define HAVE_REGEX_T_RE_MAGIC 1
6657: | #define HSREGEX 1
6658: | #define REGEX 1
6659: | #define HAVE_LIBXML 1
6660: | #define HAVE_LIBXML 1
6661: | #define HAVE_PCRE 1
6662: | #define HAVE_REFLECTION 1
6663: | #define HAVE_PACKED_OBJECT_VALUE 1
6664: | #define HAVE_SPL 1
6665: | #define HAVE_FLUSHIO 1
6666: | #define HAVE_CRYPT 1
6667: | #define HAVE_ALIGNOF 1
6668: | #define HAVE_ATTRIBUTE_ALIGNED 1
6669: | #define PHP_USE_PHP_CRYPT_R 1
6670: | #define PHP_STD_DES_CRYPT 1
6671: | #define PHP_BLOWFISH_CRYPT 1
6672: | #define PHP_EXT_DES_CRYPT 1
6673: | #define PHP_MD5_CRYPT 1
6674: | #define PHP_SHA512_CRYPT 1
6675: | #define PHP_SHA256_CRYPT 1
6676: | #define HAVE_GETCWD 1
6677: | #define HAVE_GETWD 1
6678: | #define HAVE_ASINH 1
6679: | #define HAVE_ACOSH 1
6680: | #define HAVE_ATANH 1
6681: | #define HAVE_LOG1P 1
6682: | #define HAVE_HYPOT 1
6683: | #define HAVE_GLOB 1
6684: | #define HAVE_STRFMON 1
6685: | #define HAVE_NICE 1
6686: | #define HAVE_ISINF 1
6687: | #define HAVE_ISNAN 1
6688: | #define HAVE_FNMATCH 1
6689: | #define HAVE_FORK 1
6690: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
6691: | #define ENABLE_CHROOT_FUNC 1
6692: | #define HAVE_RES_NSEARCH 1
6693: | /* end confdefs.h. */
6694: | /* Define dns_search to an innocuous variant, in case <limits.h> declares dns_search.
6695: | For example, HP-UX 11i <limits.h> declares gettimeofday. */
6696: | #define dns_search innocuous_dns_search
6697: |
6698: | /* System header to define __stub macros and hopefully few prototypes,
6699: | which can conflict with char dns_search (); below.
6700: | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6701: | <limits.h> exists even on freestanding compilers. */
6702: |
6703: | #ifdef __STDC__
6704: | # include <limits.h>
6705: | #else
6706: | # include <assert.h>
6707: | #endif
6708: |
6709: | #undef dns_search
6710: |
6711: | /* Override any GCC internal prototype to avoid an error.
6712: | Use char because int might match the return type of a GCC
6713: | builtin and then its argument prototype would still apply. */
6714: | #ifdef __cplusplus
6715: | extern "C"
6716: | #endif
6717: | char dns_search ();
6718: | /* The GNU C library defines this for functions which it implements
6719: | to always fail with ENOSYS. Some functions are actually named
6720: | something starting with __ and the normal name is an alias. */
6721: | #if defined __stub_dns_search || defined __stub___dns_search
6722: | choke me
6723: | #endif
6724: |
6725: | int
6726: | main ()
6727: | {
6728: | return dns_search ();
6729: | ;
6730: | return 0;
6731: | }
6732: configure:90321: result: no
6733: configure:90325: checking for __dns_search
6734: configure:90325: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
6735: /tmp//ccfyFKwa.o: In function `main':
6736: conftest.c:(.text+0x12): undefined reference to `__dns_search'
6737: configure:90325: $? = 1
6738: configure: failed program was:
6739: | /* confdefs.h */
6740: | #define PACKAGE_NAME ""
6741: | #define PACKAGE_TARNAME ""
6742: | #define PACKAGE_VERSION ""
6743: | #define PACKAGE_STRING ""
6744: | #define PACKAGE_BUGREPORT ""
6745: | #define PACKAGE_URL ""
6746: | #define STDC_HEADERS 1
6747: | #define HAVE_SYS_TYPES_H 1
6748: | #define HAVE_SYS_STAT_H 1
6749: | #define HAVE_STDLIB_H 1
6750: | #define HAVE_STRING_H 1
6751: | #define HAVE_MEMORY_H 1
6752: | #define HAVE_STRINGS_H 1
6753: | #define HAVE_INTTYPES_H 1
6754: | #define HAVE_STDINT_H 1
6755: | #define HAVE_UNISTD_H 1
6756: | #define __EXTENSIONS__ 1
6757: | #define _ALL_SOURCE 1
6758: | #define _GNU_SOURCE 1
6759: | #define _POSIX_PTHREAD_SEMANTICS 1
6760: | #define _TANDEM_SOURCE 1
6761: | #define HAVE_DEV_URANDOM 1
6762: | #define HAVE_SOCKLEN_T 1
6763: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
6764: | #define PHP_WRITE_STDOUT 1
6765: | #define HAVE_SOCKET 1
6766: | #define HAVE_SOCKETPAIR 1
6767: | #define HAVE_HTONL 1
6768: | #define HAVE_GETHOSTNAME 1
6769: | #define HAVE_GETHOSTBYADDR 1
6770: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
6771: | #define HAVE_DLOPEN 1
6772: | #define HAVE_LIBDL 1
6773: | #define HAVE_LIBM 1
6774: | #define HAVE_INET_ATON 1
6775: | #define STDC_HEADERS 1
6776: | #define HAVE_DIRENT_H 1
6777: | #define HAVE_INTTYPES_H 1
6778: | #define HAVE_STDINT_H 1
6779: | #define HAVE_DIRENT_H 1
6780: | #define HAVE_SYS_PARAM_H 1
6781: | #define HAVE_SYS_TYPES_H 1
6782: | #define HAVE_SYS_TIME_H 1
6783: | #define HAVE_NETINET_IN_H 1
6784: | #define HAVE_ARPA_INET_H 1
6785: | #define HAVE_ARPA_NAMESER_H 1
6786: | #define HAVE_ASSERT_H 1
6787: | #define HAVE_FCNTL_H 1
6788: | #define HAVE_GRP_H 1
6789: | #define HAVE_IEEEFP_H 1
6790: | #define HAVE_LANGINFO_H 1
6791: | #define HAVE_LIMITS_H 1
6792: | #define HAVE_LOCALE_H 1
6793: | #define HAVE_MONETARY_H 1
6794: | #define HAVE_NETDB_H 1
6795: | #define HAVE_PWD_H 1
6796: | #define HAVE_RESOLV_H 1
6797: | #define HAVE_SIGNAL_H 1
6798: | #define HAVE_STDARG_H 1
6799: | #define HAVE_STDLIB_H 1
6800: | #define HAVE_STRING_H 1
6801: | #define HAVE_SYSLOG_H 1
6802: | #define HAVE_SYSEXITS_H 1
6803: | #define HAVE_SYS_IOCTL_H 1
6804: | #define HAVE_SYS_FILE_H 1
6805: | #define HAVE_SYS_MMAN_H 1
6806: | #define HAVE_SYS_MOUNT_H 1
6807: | #define HAVE_SYS_POLL_H 1
6808: | #define HAVE_SYS_RESOURCE_H 1
6809: | #define HAVE_SYS_SELECT_H 1
6810: | #define HAVE_SYS_SOCKET_H 1
6811: | #define HAVE_SYS_STAT_H 1
6812: | #define HAVE_SYS_STATVFS_H 1
6813: | #define HAVE_SYS_WAIT_H 1
6814: | #define HAVE_TERMIOS_H 1
6815: | #define HAVE_UNISTD_H 1
6816: | #define HAVE_UTIME_H 1
6817: | #define HAVE_SYS_UTSNAME_H 1
6818: | #define HAVE_SYS_IPC_H 1
6819: | #define HAVE_DLFCN_H 1
6820: | #define HAVE_ASSERT_H 1
6821: | #define HAVE_STRUCT_TM_TM_ZONE 1
6822: | #define HAVE_TM_ZONE 1
6823: | #define MISSING_FCLOSE_DECL 0
6824: | #define HAVE_TM_GMTOFF 1
6825: | #define HAVE_STRUCT_FLOCK 1
6826: | #define HAVE_SOCKLEN_T 1
6827: | #define SIZEOF_SIZE_T 4
6828: | #define SIZEOF_LONG_LONG 8
6829: | #define SIZEOF_LONG_LONG_INT 8
6830: | #define SIZEOF_LONG 4
6831: | #define SIZEOF_INT 4
6832: | #define SIZEOF_INTMAX_T 8
6833: | #define HAVE_INTMAX_T 1
6834: | #define SIZEOF_SSIZE_T 4
6835: | #define HAVE_SSIZE_T 1
6836: | #define SIZEOF_PTRDIFF_T 4
6837: | #define HAVE_PTRDIFF_T 1
6838: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
6839: | #define HAVE_ST_BLKSIZE 1
6840: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
6841: | #define HAVE_ST_BLOCKS 1
6842: | #define HAVE_STRUCT_STAT_ST_RDEV 1
6843: | #define HAVE_ST_RDEV 1
6844: | #define HAVE_SOCKADDR_STORAGE 1
6845: | #define HAVE_SOCKADDR_SA_LEN 1
6846: | #define HAVE_VPRINTF 1
6847: | #define HAVE_ALPHASORT 1
6848: | #define HAVE_ASCTIME_R 1
6849: | #define HAVE_CHROOT 1
6850: | #define HAVE_CTIME_R 1
6851: | #define HAVE_FLOCK 1
6852: | #define HAVE_FTOK 1
6853: | #define HAVE_FUNOPEN 1
6854: | #define HAVE_GAI_STRERROR 1
6855: | #define HAVE_GETLOADAVG 1
6856: | #define HAVE_GETLOGIN 1
6857: | #define HAVE_GETPROTOBYNAME 1
6858: | #define HAVE_GETPROTOBYNUMBER 1
6859: | #define HAVE_GETSERVBYNAME 1
6860: | #define HAVE_GETSERVBYPORT 1
6861: | #define HAVE_GETHOSTNAME 1
6862: | #define HAVE_GETRUSAGE 1
6863: | #define HAVE_GETTIMEOFDAY 1
6864: | #define HAVE_GMTIME_R 1
6865: | #define HAVE_GETPWNAM_R 1
6866: | #define HAVE_GETGRNAM_R 1
6867: | #define HAVE_GETPWUID_R 1
6868: | #define HAVE_GRANTPT 1
6869: | #define HAVE_INET_NTOA 1
6870: | #define HAVE_INET_NTOP 1
6871: | #define HAVE_INET_PTON 1
6872: | #define HAVE_ISASCII 1
6873: | #define HAVE_LINK 1
6874: | #define HAVE_LOCALTIME_R 1
6875: | #define HAVE_LOCKF 1
6876: | #define HAVE_LCHOWN 1
6877: | #define HAVE_LRAND48 1
6878: | #define HAVE_MEMCPY 1
6879: | #define HAVE_MEMMOVE 1
6880: | #define HAVE_MKSTEMP 1
6881: | #define HAVE_MMAP 1
6882: | #define HAVE_NL_LANGINFO 1
6883: | #define HAVE_PERROR 1
6884: | #define HAVE_POLL 1
6885: | #define HAVE_PTSNAME 1
6886: | #define HAVE_PUTENV 1
6887: | #define HAVE_REALPATH 1
6888: | #define HAVE_RANDOM 1
6889: | #define HAVE_RAND_R 1
6890: | #define HAVE_SCANDIR 1
6891: | #define HAVE_SETITIMER 1
6892: | #define HAVE_SETLOCALE 1
6893: | #define HAVE_LOCALECONV 1
6894: | #define HAVE_SETENV 1
6895: | #define HAVE_SETPGID 1
6896: | #define HAVE_SETSOCKOPT 1
6897: | #define HAVE_SETVBUF 1
6898: | #define HAVE_SHUTDOWN 1
6899: | #define HAVE_SIN 1
6900: | #define HAVE_SNPRINTF 1
6901: | #define HAVE_SRAND48 1
6902: | #define HAVE_SRANDOM 1
6903: | #define HAVE_STATFS 1
6904: | #define HAVE_STATVFS 1
6905: | #define HAVE_STRCASECMP 1
6906: | #define HAVE_STRCOLL 1
6907: | #define HAVE_STRDUP 1
6908: | #define HAVE_STRERROR 1
6909: | #define HAVE_STRFTIME 1
6910: | #define HAVE_STRNLEN 1
6911: | #define HAVE_STRPTIME 1
6912: | #define HAVE_STRSTR 1
6913: | #define HAVE_STRTOK_R 1
6914: | #define HAVE_SYMLINK 1
6915: | #define HAVE_TEMPNAM 1
6916: | #define HAVE_TZSET 1
6917: | #define HAVE_UNLOCKPT 1
6918: | #define HAVE_UNSETENV 1
6919: | #define HAVE_USLEEP 1
6920: | #define HAVE_UTIME 1
6921: | #define HAVE_VSNPRINTF 1
6922: | #define HAVE_VASPRINTF 1
6923: | #define HAVE_ASPRINTF 1
6924: | #define HAVE_NANOSLEEP 1
6925: | #define HAVE_NANOSLEEP 1
6926: | #define HAVE_GETADDRINFO 1
6927: | #define HAVE_SYNC_FETCH_AND_ADD 1
6928: | #define HAVE_STRLCAT 1
6929: | #define HAVE_STRLCPY 1
6930: | #define HAVE_GETOPT 1
6931: | #define HAVE_UTIME_H 1
6932: | #define HAVE_UTIME_NULL 1
6933: | #define HAVE_ALLOCA 1
6934: | #define HAVE_DECLARED_TIMEZONE 1
6935: | #define HAVE_POSIX_READDIR_R 1
6936: | #define PHP_SIGCHILD 0
6937: | #define DEFAULT_SHORT_OPEN_TAG "1"
6938: | #define HAVE_IPV6 1
6939: | #define SIZEOF_LONG 4
6940: | #define SIZEOF_INT 4
6941: | #define HAVE_INT32_T 1
6942: | #define HAVE_UINT32_T 1
6943: | #define HAVE_SYS_TYPES_H 1
6944: | #define HAVE_INTTYPES_H 1
6945: | #define HAVE_STDINT_H 1
6946: | #define HAVE_STRING_H 1
6947: | #define HAVE_STDLIB_H 1
6948: | #define HAVE_STRTOLL 1
6949: | #define HAVE_ATOLL 1
6950: | #define HAVE_STRFTIME 1
6951: | #define HAVE_REGEX_T_RE_MAGIC 1
6952: | #define HSREGEX 1
6953: | #define REGEX 1
6954: | #define HAVE_LIBXML 1
6955: | #define HAVE_LIBXML 1
6956: | #define HAVE_PCRE 1
6957: | #define HAVE_REFLECTION 1
6958: | #define HAVE_PACKED_OBJECT_VALUE 1
6959: | #define HAVE_SPL 1
6960: | #define HAVE_FLUSHIO 1
6961: | #define HAVE_CRYPT 1
6962: | #define HAVE_ALIGNOF 1
6963: | #define HAVE_ATTRIBUTE_ALIGNED 1
6964: | #define PHP_USE_PHP_CRYPT_R 1
6965: | #define PHP_STD_DES_CRYPT 1
6966: | #define PHP_BLOWFISH_CRYPT 1
6967: | #define PHP_EXT_DES_CRYPT 1
6968: | #define PHP_MD5_CRYPT 1
6969: | #define PHP_SHA512_CRYPT 1
6970: | #define PHP_SHA256_CRYPT 1
6971: | #define HAVE_GETCWD 1
6972: | #define HAVE_GETWD 1
6973: | #define HAVE_ASINH 1
6974: | #define HAVE_ACOSH 1
6975: | #define HAVE_ATANH 1
6976: | #define HAVE_LOG1P 1
6977: | #define HAVE_HYPOT 1
6978: | #define HAVE_GLOB 1
6979: | #define HAVE_STRFMON 1
6980: | #define HAVE_NICE 1
6981: | #define HAVE_ISINF 1
6982: | #define HAVE_ISNAN 1
6983: | #define HAVE_FNMATCH 1
6984: | #define HAVE_FORK 1
6985: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
6986: | #define ENABLE_CHROOT_FUNC 1
6987: | #define HAVE_RES_NSEARCH 1
6988: | /* end confdefs.h. */
6989: | /* Define __dns_search to an innocuous variant, in case <limits.h> declares __dns_search.
6990: | For example, HP-UX 11i <limits.h> declares gettimeofday. */
6991: | #define __dns_search innocuous___dns_search
6992: |
6993: | /* System header to define __stub macros and hopefully few prototypes,
6994: | which can conflict with char __dns_search (); below.
6995: | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6996: | <limits.h> exists even on freestanding compilers. */
6997: |
6998: | #ifdef __STDC__
6999: | # include <limits.h>
7000: | #else
7001: | # include <assert.h>
7002: | #endif
7003: |
7004: | #undef __dns_search
7005: |
7006: | /* Override any GCC internal prototype to avoid an error.
7007: | Use char because int might match the return type of a GCC
7008: | builtin and then its argument prototype would still apply. */
7009: | #ifdef __cplusplus
7010: | extern "C"
7011: | #endif
7012: | char __dns_search ();
7013: | /* The GNU C library defines this for functions which it implements
7014: | to always fail with ENOSYS. Some functions are actually named
7015: | something starting with __ and the normal name is an alias. */
7016: | #if defined __stub___dns_search || defined __stub_____dns_search
7017: | choke me
7018: | #endif
7019: |
7020: | int
7021: | main ()
7022: | {
7023: | return __dns_search ();
7024: | ;
7025: | return 0;
7026: | }
7027: configure:90325: result: no
7028: configure:90348: checking for dns_search in -lresolv
7029: configure:90373: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lresolv -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
7030: /usr/bin/ld: cannot find -lresolv
7031: configure:90373: $? = 1
7032: configure: failed program was:
7033: | /* confdefs.h */
7034: | #define PACKAGE_NAME ""
7035: | #define PACKAGE_TARNAME ""
7036: | #define PACKAGE_VERSION ""
7037: | #define PACKAGE_STRING ""
7038: | #define PACKAGE_BUGREPORT ""
7039: | #define PACKAGE_URL ""
7040: | #define STDC_HEADERS 1
7041: | #define HAVE_SYS_TYPES_H 1
7042: | #define HAVE_SYS_STAT_H 1
7043: | #define HAVE_STDLIB_H 1
7044: | #define HAVE_STRING_H 1
7045: | #define HAVE_MEMORY_H 1
7046: | #define HAVE_STRINGS_H 1
7047: | #define HAVE_INTTYPES_H 1
7048: | #define HAVE_STDINT_H 1
7049: | #define HAVE_UNISTD_H 1
7050: | #define __EXTENSIONS__ 1
7051: | #define _ALL_SOURCE 1
7052: | #define _GNU_SOURCE 1
7053: | #define _POSIX_PTHREAD_SEMANTICS 1
7054: | #define _TANDEM_SOURCE 1
7055: | #define HAVE_DEV_URANDOM 1
7056: | #define HAVE_SOCKLEN_T 1
7057: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
7058: | #define PHP_WRITE_STDOUT 1
7059: | #define HAVE_SOCKET 1
7060: | #define HAVE_SOCKETPAIR 1
7061: | #define HAVE_HTONL 1
7062: | #define HAVE_GETHOSTNAME 1
7063: | #define HAVE_GETHOSTBYADDR 1
7064: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
7065: | #define HAVE_DLOPEN 1
7066: | #define HAVE_LIBDL 1
7067: | #define HAVE_LIBM 1
7068: | #define HAVE_INET_ATON 1
7069: | #define STDC_HEADERS 1
7070: | #define HAVE_DIRENT_H 1
7071: | #define HAVE_INTTYPES_H 1
7072: | #define HAVE_STDINT_H 1
7073: | #define HAVE_DIRENT_H 1
7074: | #define HAVE_SYS_PARAM_H 1
7075: | #define HAVE_SYS_TYPES_H 1
7076: | #define HAVE_SYS_TIME_H 1
7077: | #define HAVE_NETINET_IN_H 1
7078: | #define HAVE_ARPA_INET_H 1
7079: | #define HAVE_ARPA_NAMESER_H 1
7080: | #define HAVE_ASSERT_H 1
7081: | #define HAVE_FCNTL_H 1
7082: | #define HAVE_GRP_H 1
7083: | #define HAVE_IEEEFP_H 1
7084: | #define HAVE_LANGINFO_H 1
7085: | #define HAVE_LIMITS_H 1
7086: | #define HAVE_LOCALE_H 1
7087: | #define HAVE_MONETARY_H 1
7088: | #define HAVE_NETDB_H 1
7089: | #define HAVE_PWD_H 1
7090: | #define HAVE_RESOLV_H 1
7091: | #define HAVE_SIGNAL_H 1
7092: | #define HAVE_STDARG_H 1
7093: | #define HAVE_STDLIB_H 1
7094: | #define HAVE_STRING_H 1
7095: | #define HAVE_SYSLOG_H 1
7096: | #define HAVE_SYSEXITS_H 1
7097: | #define HAVE_SYS_IOCTL_H 1
7098: | #define HAVE_SYS_FILE_H 1
7099: | #define HAVE_SYS_MMAN_H 1
7100: | #define HAVE_SYS_MOUNT_H 1
7101: | #define HAVE_SYS_POLL_H 1
7102: | #define HAVE_SYS_RESOURCE_H 1
7103: | #define HAVE_SYS_SELECT_H 1
7104: | #define HAVE_SYS_SOCKET_H 1
7105: | #define HAVE_SYS_STAT_H 1
7106: | #define HAVE_SYS_STATVFS_H 1
7107: | #define HAVE_SYS_WAIT_H 1
7108: | #define HAVE_TERMIOS_H 1
7109: | #define HAVE_UNISTD_H 1
7110: | #define HAVE_UTIME_H 1
7111: | #define HAVE_SYS_UTSNAME_H 1
7112: | #define HAVE_SYS_IPC_H 1
7113: | #define HAVE_DLFCN_H 1
7114: | #define HAVE_ASSERT_H 1
7115: | #define HAVE_STRUCT_TM_TM_ZONE 1
7116: | #define HAVE_TM_ZONE 1
7117: | #define MISSING_FCLOSE_DECL 0
7118: | #define HAVE_TM_GMTOFF 1
7119: | #define HAVE_STRUCT_FLOCK 1
7120: | #define HAVE_SOCKLEN_T 1
7121: | #define SIZEOF_SIZE_T 4
7122: | #define SIZEOF_LONG_LONG 8
7123: | #define SIZEOF_LONG_LONG_INT 8
7124: | #define SIZEOF_LONG 4
7125: | #define SIZEOF_INT 4
7126: | #define SIZEOF_INTMAX_T 8
7127: | #define HAVE_INTMAX_T 1
7128: | #define SIZEOF_SSIZE_T 4
7129: | #define HAVE_SSIZE_T 1
7130: | #define SIZEOF_PTRDIFF_T 4
7131: | #define HAVE_PTRDIFF_T 1
7132: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7133: | #define HAVE_ST_BLKSIZE 1
7134: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
7135: | #define HAVE_ST_BLOCKS 1
7136: | #define HAVE_STRUCT_STAT_ST_RDEV 1
7137: | #define HAVE_ST_RDEV 1
7138: | #define HAVE_SOCKADDR_STORAGE 1
7139: | #define HAVE_SOCKADDR_SA_LEN 1
7140: | #define HAVE_VPRINTF 1
7141: | #define HAVE_ALPHASORT 1
7142: | #define HAVE_ASCTIME_R 1
7143: | #define HAVE_CHROOT 1
7144: | #define HAVE_CTIME_R 1
7145: | #define HAVE_FLOCK 1
7146: | #define HAVE_FTOK 1
7147: | #define HAVE_FUNOPEN 1
7148: | #define HAVE_GAI_STRERROR 1
7149: | #define HAVE_GETLOADAVG 1
7150: | #define HAVE_GETLOGIN 1
7151: | #define HAVE_GETPROTOBYNAME 1
7152: | #define HAVE_GETPROTOBYNUMBER 1
7153: | #define HAVE_GETSERVBYNAME 1
7154: | #define HAVE_GETSERVBYPORT 1
7155: | #define HAVE_GETHOSTNAME 1
7156: | #define HAVE_GETRUSAGE 1
7157: | #define HAVE_GETTIMEOFDAY 1
7158: | #define HAVE_GMTIME_R 1
7159: | #define HAVE_GETPWNAM_R 1
7160: | #define HAVE_GETGRNAM_R 1
7161: | #define HAVE_GETPWUID_R 1
7162: | #define HAVE_GRANTPT 1
7163: | #define HAVE_INET_NTOA 1
7164: | #define HAVE_INET_NTOP 1
7165: | #define HAVE_INET_PTON 1
7166: | #define HAVE_ISASCII 1
7167: | #define HAVE_LINK 1
7168: | #define HAVE_LOCALTIME_R 1
7169: | #define HAVE_LOCKF 1
7170: | #define HAVE_LCHOWN 1
7171: | #define HAVE_LRAND48 1
7172: | #define HAVE_MEMCPY 1
7173: | #define HAVE_MEMMOVE 1
7174: | #define HAVE_MKSTEMP 1
7175: | #define HAVE_MMAP 1
7176: | #define HAVE_NL_LANGINFO 1
7177: | #define HAVE_PERROR 1
7178: | #define HAVE_POLL 1
7179: | #define HAVE_PTSNAME 1
7180: | #define HAVE_PUTENV 1
7181: | #define HAVE_REALPATH 1
7182: | #define HAVE_RANDOM 1
7183: | #define HAVE_RAND_R 1
7184: | #define HAVE_SCANDIR 1
7185: | #define HAVE_SETITIMER 1
7186: | #define HAVE_SETLOCALE 1
7187: | #define HAVE_LOCALECONV 1
7188: | #define HAVE_SETENV 1
7189: | #define HAVE_SETPGID 1
7190: | #define HAVE_SETSOCKOPT 1
7191: | #define HAVE_SETVBUF 1
7192: | #define HAVE_SHUTDOWN 1
7193: | #define HAVE_SIN 1
7194: | #define HAVE_SNPRINTF 1
7195: | #define HAVE_SRAND48 1
7196: | #define HAVE_SRANDOM 1
7197: | #define HAVE_STATFS 1
7198: | #define HAVE_STATVFS 1
7199: | #define HAVE_STRCASECMP 1
7200: | #define HAVE_STRCOLL 1
7201: | #define HAVE_STRDUP 1
7202: | #define HAVE_STRERROR 1
7203: | #define HAVE_STRFTIME 1
7204: | #define HAVE_STRNLEN 1
7205: | #define HAVE_STRPTIME 1
7206: | #define HAVE_STRSTR 1
7207: | #define HAVE_STRTOK_R 1
7208: | #define HAVE_SYMLINK 1
7209: | #define HAVE_TEMPNAM 1
7210: | #define HAVE_TZSET 1
7211: | #define HAVE_UNLOCKPT 1
7212: | #define HAVE_UNSETENV 1
7213: | #define HAVE_USLEEP 1
7214: | #define HAVE_UTIME 1
7215: | #define HAVE_VSNPRINTF 1
7216: | #define HAVE_VASPRINTF 1
7217: | #define HAVE_ASPRINTF 1
7218: | #define HAVE_NANOSLEEP 1
7219: | #define HAVE_NANOSLEEP 1
7220: | #define HAVE_GETADDRINFO 1
7221: | #define HAVE_SYNC_FETCH_AND_ADD 1
7222: | #define HAVE_STRLCAT 1
7223: | #define HAVE_STRLCPY 1
7224: | #define HAVE_GETOPT 1
7225: | #define HAVE_UTIME_H 1
7226: | #define HAVE_UTIME_NULL 1
7227: | #define HAVE_ALLOCA 1
7228: | #define HAVE_DECLARED_TIMEZONE 1
7229: | #define HAVE_POSIX_READDIR_R 1
7230: | #define PHP_SIGCHILD 0
7231: | #define DEFAULT_SHORT_OPEN_TAG "1"
7232: | #define HAVE_IPV6 1
7233: | #define SIZEOF_LONG 4
7234: | #define SIZEOF_INT 4
7235: | #define HAVE_INT32_T 1
7236: | #define HAVE_UINT32_T 1
7237: | #define HAVE_SYS_TYPES_H 1
7238: | #define HAVE_INTTYPES_H 1
7239: | #define HAVE_STDINT_H 1
7240: | #define HAVE_STRING_H 1
7241: | #define HAVE_STDLIB_H 1
7242: | #define HAVE_STRTOLL 1
7243: | #define HAVE_ATOLL 1
7244: | #define HAVE_STRFTIME 1
7245: | #define HAVE_REGEX_T_RE_MAGIC 1
7246: | #define HSREGEX 1
7247: | #define REGEX 1
7248: | #define HAVE_LIBXML 1
7249: | #define HAVE_LIBXML 1
7250: | #define HAVE_PCRE 1
7251: | #define HAVE_REFLECTION 1
7252: | #define HAVE_PACKED_OBJECT_VALUE 1
7253: | #define HAVE_SPL 1
7254: | #define HAVE_FLUSHIO 1
7255: | #define HAVE_CRYPT 1
7256: | #define HAVE_ALIGNOF 1
7257: | #define HAVE_ATTRIBUTE_ALIGNED 1
7258: | #define PHP_USE_PHP_CRYPT_R 1
7259: | #define PHP_STD_DES_CRYPT 1
7260: | #define PHP_BLOWFISH_CRYPT 1
7261: | #define PHP_EXT_DES_CRYPT 1
7262: | #define PHP_MD5_CRYPT 1
7263: | #define PHP_SHA512_CRYPT 1
7264: | #define PHP_SHA256_CRYPT 1
7265: | #define HAVE_GETCWD 1
7266: | #define HAVE_GETWD 1
7267: | #define HAVE_ASINH 1
7268: | #define HAVE_ACOSH 1
7269: | #define HAVE_ATANH 1
7270: | #define HAVE_LOG1P 1
7271: | #define HAVE_HYPOT 1
7272: | #define HAVE_GLOB 1
7273: | #define HAVE_STRFMON 1
7274: | #define HAVE_NICE 1
7275: | #define HAVE_ISINF 1
7276: | #define HAVE_ISNAN 1
7277: | #define HAVE_FNMATCH 1
7278: | #define HAVE_FORK 1
7279: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
7280: | #define ENABLE_CHROOT_FUNC 1
7281: | #define HAVE_RES_NSEARCH 1
7282: | /* end confdefs.h. */
7283: |
7284: | /* Override any GCC internal prototype to avoid an error.
7285: | Use char because int might match the return type of a GCC
7286: | builtin and then its argument prototype would still apply. */
7287: | #ifdef __cplusplus
7288: | extern "C"
7289: | #endif
7290: | char dns_search ();
7291: | int
7292: | main ()
7293: | {
7294: | return dns_search ();
7295: | ;
7296: | return 0;
7297: | }
7298: configure:90382: result: no
7299: configure:90388: checking for __dns_search in -lresolv
7300: configure:90413: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lresolv -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
7301: /usr/bin/ld: cannot find -lresolv
7302: configure:90413: $? = 1
7303: configure: failed program was:
7304: | /* confdefs.h */
7305: | #define PACKAGE_NAME ""
7306: | #define PACKAGE_TARNAME ""
7307: | #define PACKAGE_VERSION ""
7308: | #define PACKAGE_STRING ""
7309: | #define PACKAGE_BUGREPORT ""
7310: | #define PACKAGE_URL ""
7311: | #define STDC_HEADERS 1
7312: | #define HAVE_SYS_TYPES_H 1
7313: | #define HAVE_SYS_STAT_H 1
7314: | #define HAVE_STDLIB_H 1
7315: | #define HAVE_STRING_H 1
7316: | #define HAVE_MEMORY_H 1
7317: | #define HAVE_STRINGS_H 1
7318: | #define HAVE_INTTYPES_H 1
7319: | #define HAVE_STDINT_H 1
7320: | #define HAVE_UNISTD_H 1
7321: | #define __EXTENSIONS__ 1
7322: | #define _ALL_SOURCE 1
7323: | #define _GNU_SOURCE 1
7324: | #define _POSIX_PTHREAD_SEMANTICS 1
7325: | #define _TANDEM_SOURCE 1
7326: | #define HAVE_DEV_URANDOM 1
7327: | #define HAVE_SOCKLEN_T 1
7328: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
7329: | #define PHP_WRITE_STDOUT 1
7330: | #define HAVE_SOCKET 1
7331: | #define HAVE_SOCKETPAIR 1
7332: | #define HAVE_HTONL 1
7333: | #define HAVE_GETHOSTNAME 1
7334: | #define HAVE_GETHOSTBYADDR 1
7335: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
7336: | #define HAVE_DLOPEN 1
7337: | #define HAVE_LIBDL 1
7338: | #define HAVE_LIBM 1
7339: | #define HAVE_INET_ATON 1
7340: | #define STDC_HEADERS 1
7341: | #define HAVE_DIRENT_H 1
7342: | #define HAVE_INTTYPES_H 1
7343: | #define HAVE_STDINT_H 1
7344: | #define HAVE_DIRENT_H 1
7345: | #define HAVE_SYS_PARAM_H 1
7346: | #define HAVE_SYS_TYPES_H 1
7347: | #define HAVE_SYS_TIME_H 1
7348: | #define HAVE_NETINET_IN_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_FCNTL_H 1
7353: | #define HAVE_GRP_H 1
7354: | #define HAVE_IEEEFP_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_PWD_H 1
7361: | #define HAVE_RESOLV_H 1
7362: | #define HAVE_SIGNAL_H 1
7363: | #define HAVE_STDARG_H 1
7364: | #define HAVE_STDLIB_H 1
7365: | #define HAVE_STRING_H 1
7366: | #define HAVE_SYSLOG_H 1
7367: | #define HAVE_SYSEXITS_H 1
7368: | #define HAVE_SYS_IOCTL_H 1
7369: | #define HAVE_SYS_FILE_H 1
7370: | #define HAVE_SYS_MMAN_H 1
7371: | #define HAVE_SYS_MOUNT_H 1
7372: | #define HAVE_SYS_POLL_H 1
7373: | #define HAVE_SYS_RESOURCE_H 1
7374: | #define HAVE_SYS_SELECT_H 1
7375: | #define HAVE_SYS_SOCKET_H 1
7376: | #define HAVE_SYS_STAT_H 1
7377: | #define HAVE_SYS_STATVFS_H 1
7378: | #define HAVE_SYS_WAIT_H 1
7379: | #define HAVE_TERMIOS_H 1
7380: | #define HAVE_UNISTD_H 1
7381: | #define HAVE_UTIME_H 1
7382: | #define HAVE_SYS_UTSNAME_H 1
7383: | #define HAVE_SYS_IPC_H 1
7384: | #define HAVE_DLFCN_H 1
7385: | #define HAVE_ASSERT_H 1
7386: | #define HAVE_STRUCT_TM_TM_ZONE 1
7387: | #define HAVE_TM_ZONE 1
7388: | #define MISSING_FCLOSE_DECL 0
7389: | #define HAVE_TM_GMTOFF 1
7390: | #define HAVE_STRUCT_FLOCK 1
7391: | #define HAVE_SOCKLEN_T 1
7392: | #define SIZEOF_SIZE_T 4
7393: | #define SIZEOF_LONG_LONG 8
7394: | #define SIZEOF_LONG_LONG_INT 8
7395: | #define SIZEOF_LONG 4
7396: | #define SIZEOF_INT 4
7397: | #define SIZEOF_INTMAX_T 8
7398: | #define HAVE_INTMAX_T 1
7399: | #define SIZEOF_SSIZE_T 4
7400: | #define HAVE_SSIZE_T 1
7401: | #define SIZEOF_PTRDIFF_T 4
7402: | #define HAVE_PTRDIFF_T 1
7403: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7404: | #define HAVE_ST_BLKSIZE 1
7405: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
7406: | #define HAVE_ST_BLOCKS 1
7407: | #define HAVE_STRUCT_STAT_ST_RDEV 1
7408: | #define HAVE_ST_RDEV 1
7409: | #define HAVE_SOCKADDR_STORAGE 1
7410: | #define HAVE_SOCKADDR_SA_LEN 1
7411: | #define HAVE_VPRINTF 1
7412: | #define HAVE_ALPHASORT 1
7413: | #define HAVE_ASCTIME_R 1
7414: | #define HAVE_CHROOT 1
7415: | #define HAVE_CTIME_R 1
7416: | #define HAVE_FLOCK 1
7417: | #define HAVE_FTOK 1
7418: | #define HAVE_FUNOPEN 1
7419: | #define HAVE_GAI_STRERROR 1
7420: | #define HAVE_GETLOADAVG 1
7421: | #define HAVE_GETLOGIN 1
7422: | #define HAVE_GETPROTOBYNAME 1
7423: | #define HAVE_GETPROTOBYNUMBER 1
7424: | #define HAVE_GETSERVBYNAME 1
7425: | #define HAVE_GETSERVBYPORT 1
7426: | #define HAVE_GETHOSTNAME 1
7427: | #define HAVE_GETRUSAGE 1
7428: | #define HAVE_GETTIMEOFDAY 1
7429: | #define HAVE_GMTIME_R 1
7430: | #define HAVE_GETPWNAM_R 1
7431: | #define HAVE_GETGRNAM_R 1
7432: | #define HAVE_GETPWUID_R 1
7433: | #define HAVE_GRANTPT 1
7434: | #define HAVE_INET_NTOA 1
7435: | #define HAVE_INET_NTOP 1
7436: | #define HAVE_INET_PTON 1
7437: | #define HAVE_ISASCII 1
7438: | #define HAVE_LINK 1
7439: | #define HAVE_LOCALTIME_R 1
7440: | #define HAVE_LOCKF 1
7441: | #define HAVE_LCHOWN 1
7442: | #define HAVE_LRAND48 1
7443: | #define HAVE_MEMCPY 1
7444: | #define HAVE_MEMMOVE 1
7445: | #define HAVE_MKSTEMP 1
7446: | #define HAVE_MMAP 1
7447: | #define HAVE_NL_LANGINFO 1
7448: | #define HAVE_PERROR 1
7449: | #define HAVE_POLL 1
7450: | #define HAVE_PTSNAME 1
7451: | #define HAVE_PUTENV 1
7452: | #define HAVE_REALPATH 1
7453: | #define HAVE_RANDOM 1
7454: | #define HAVE_RAND_R 1
7455: | #define HAVE_SCANDIR 1
7456: | #define HAVE_SETITIMER 1
7457: | #define HAVE_SETLOCALE 1
7458: | #define HAVE_LOCALECONV 1
7459: | #define HAVE_SETENV 1
7460: | #define HAVE_SETPGID 1
7461: | #define HAVE_SETSOCKOPT 1
7462: | #define HAVE_SETVBUF 1
7463: | #define HAVE_SHUTDOWN 1
7464: | #define HAVE_SIN 1
7465: | #define HAVE_SNPRINTF 1
7466: | #define HAVE_SRAND48 1
7467: | #define HAVE_SRANDOM 1
7468: | #define HAVE_STATFS 1
7469: | #define HAVE_STATVFS 1
7470: | #define HAVE_STRCASECMP 1
7471: | #define HAVE_STRCOLL 1
7472: | #define HAVE_STRDUP 1
7473: | #define HAVE_STRERROR 1
7474: | #define HAVE_STRFTIME 1
7475: | #define HAVE_STRNLEN 1
7476: | #define HAVE_STRPTIME 1
7477: | #define HAVE_STRSTR 1
7478: | #define HAVE_STRTOK_R 1
7479: | #define HAVE_SYMLINK 1
7480: | #define HAVE_TEMPNAM 1
7481: | #define HAVE_TZSET 1
7482: | #define HAVE_UNLOCKPT 1
7483: | #define HAVE_UNSETENV 1
7484: | #define HAVE_USLEEP 1
7485: | #define HAVE_UTIME 1
7486: | #define HAVE_VSNPRINTF 1
7487: | #define HAVE_VASPRINTF 1
7488: | #define HAVE_ASPRINTF 1
7489: | #define HAVE_NANOSLEEP 1
7490: | #define HAVE_NANOSLEEP 1
7491: | #define HAVE_GETADDRINFO 1
7492: | #define HAVE_SYNC_FETCH_AND_ADD 1
7493: | #define HAVE_STRLCAT 1
7494: | #define HAVE_STRLCPY 1
7495: | #define HAVE_GETOPT 1
7496: | #define HAVE_UTIME_H 1
7497: | #define HAVE_UTIME_NULL 1
7498: | #define HAVE_ALLOCA 1
7499: | #define HAVE_DECLARED_TIMEZONE 1
7500: | #define HAVE_POSIX_READDIR_R 1
7501: | #define PHP_SIGCHILD 0
7502: | #define DEFAULT_SHORT_OPEN_TAG "1"
7503: | #define HAVE_IPV6 1
7504: | #define SIZEOF_LONG 4
7505: | #define SIZEOF_INT 4
7506: | #define HAVE_INT32_T 1
7507: | #define HAVE_UINT32_T 1
7508: | #define HAVE_SYS_TYPES_H 1
7509: | #define HAVE_INTTYPES_H 1
7510: | #define HAVE_STDINT_H 1
7511: | #define HAVE_STRING_H 1
7512: | #define HAVE_STDLIB_H 1
7513: | #define HAVE_STRTOLL 1
7514: | #define HAVE_ATOLL 1
7515: | #define HAVE_STRFTIME 1
7516: | #define HAVE_REGEX_T_RE_MAGIC 1
7517: | #define HSREGEX 1
7518: | #define REGEX 1
7519: | #define HAVE_LIBXML 1
7520: | #define HAVE_LIBXML 1
7521: | #define HAVE_PCRE 1
7522: | #define HAVE_REFLECTION 1
7523: | #define HAVE_PACKED_OBJECT_VALUE 1
7524: | #define HAVE_SPL 1
7525: | #define HAVE_FLUSHIO 1
7526: | #define HAVE_CRYPT 1
7527: | #define HAVE_ALIGNOF 1
7528: | #define HAVE_ATTRIBUTE_ALIGNED 1
7529: | #define PHP_USE_PHP_CRYPT_R 1
7530: | #define PHP_STD_DES_CRYPT 1
7531: | #define PHP_BLOWFISH_CRYPT 1
7532: | #define PHP_EXT_DES_CRYPT 1
7533: | #define PHP_MD5_CRYPT 1
7534: | #define PHP_SHA512_CRYPT 1
7535: | #define PHP_SHA256_CRYPT 1
7536: | #define HAVE_GETCWD 1
7537: | #define HAVE_GETWD 1
7538: | #define HAVE_ASINH 1
7539: | #define HAVE_ACOSH 1
7540: | #define HAVE_ATANH 1
7541: | #define HAVE_LOG1P 1
7542: | #define HAVE_HYPOT 1
7543: | #define HAVE_GLOB 1
7544: | #define HAVE_STRFMON 1
7545: | #define HAVE_NICE 1
7546: | #define HAVE_ISINF 1
7547: | #define HAVE_ISNAN 1
7548: | #define HAVE_FNMATCH 1
7549: | #define HAVE_FORK 1
7550: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
7551: | #define ENABLE_CHROOT_FUNC 1
7552: | #define HAVE_RES_NSEARCH 1
7553: | /* end confdefs.h. */
7554: |
7555: | /* Override any GCC internal prototype to avoid an error.
7556: | Use char because int might match the return type of a GCC
7557: | builtin and then its argument prototype would still apply. */
7558: | #ifdef __cplusplus
7559: | extern "C"
7560: | #endif
7561: | char __dns_search ();
7562: | int
7563: | main ()
7564: | {
7565: | return __dns_search ();
7566: | ;
7567: | return 0;
7568: | }
7569: configure:90422: result: no
7570: configure:90480: checking for dns_search in -lbind
7571: configure:90505: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lbind -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
7572: /usr/bin/ld: cannot find -lbind
7573: configure:90505: $? = 1
7574: configure: failed program was:
7575: | /* confdefs.h */
7576: | #define PACKAGE_NAME ""
7577: | #define PACKAGE_TARNAME ""
7578: | #define PACKAGE_VERSION ""
7579: | #define PACKAGE_STRING ""
7580: | #define PACKAGE_BUGREPORT ""
7581: | #define PACKAGE_URL ""
7582: | #define STDC_HEADERS 1
7583: | #define HAVE_SYS_TYPES_H 1
7584: | #define HAVE_SYS_STAT_H 1
7585: | #define HAVE_STDLIB_H 1
7586: | #define HAVE_STRING_H 1
7587: | #define HAVE_MEMORY_H 1
7588: | #define HAVE_STRINGS_H 1
7589: | #define HAVE_INTTYPES_H 1
7590: | #define HAVE_STDINT_H 1
7591: | #define HAVE_UNISTD_H 1
7592: | #define __EXTENSIONS__ 1
7593: | #define _ALL_SOURCE 1
7594: | #define _GNU_SOURCE 1
7595: | #define _POSIX_PTHREAD_SEMANTICS 1
7596: | #define _TANDEM_SOURCE 1
7597: | #define HAVE_DEV_URANDOM 1
7598: | #define HAVE_SOCKLEN_T 1
7599: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
7600: | #define PHP_WRITE_STDOUT 1
7601: | #define HAVE_SOCKET 1
7602: | #define HAVE_SOCKETPAIR 1
7603: | #define HAVE_HTONL 1
7604: | #define HAVE_GETHOSTNAME 1
7605: | #define HAVE_GETHOSTBYADDR 1
7606: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
7607: | #define HAVE_DLOPEN 1
7608: | #define HAVE_LIBDL 1
7609: | #define HAVE_LIBM 1
7610: | #define HAVE_INET_ATON 1
7611: | #define STDC_HEADERS 1
7612: | #define HAVE_DIRENT_H 1
7613: | #define HAVE_INTTYPES_H 1
7614: | #define HAVE_STDINT_H 1
7615: | #define HAVE_DIRENT_H 1
7616: | #define HAVE_SYS_PARAM_H 1
7617: | #define HAVE_SYS_TYPES_H 1
7618: | #define HAVE_SYS_TIME_H 1
7619: | #define HAVE_NETINET_IN_H 1
7620: | #define HAVE_ARPA_INET_H 1
7621: | #define HAVE_ARPA_NAMESER_H 1
7622: | #define HAVE_ASSERT_H 1
7623: | #define HAVE_FCNTL_H 1
7624: | #define HAVE_GRP_H 1
7625: | #define HAVE_IEEEFP_H 1
7626: | #define HAVE_LANGINFO_H 1
7627: | #define HAVE_LIMITS_H 1
7628: | #define HAVE_LOCALE_H 1
7629: | #define HAVE_MONETARY_H 1
7630: | #define HAVE_NETDB_H 1
7631: | #define HAVE_PWD_H 1
7632: | #define HAVE_RESOLV_H 1
7633: | #define HAVE_SIGNAL_H 1
7634: | #define HAVE_STDARG_H 1
7635: | #define HAVE_STDLIB_H 1
7636: | #define HAVE_STRING_H 1
7637: | #define HAVE_SYSLOG_H 1
7638: | #define HAVE_SYSEXITS_H 1
7639: | #define HAVE_SYS_IOCTL_H 1
7640: | #define HAVE_SYS_FILE_H 1
7641: | #define HAVE_SYS_MMAN_H 1
7642: | #define HAVE_SYS_MOUNT_H 1
7643: | #define HAVE_SYS_POLL_H 1
7644: | #define HAVE_SYS_RESOURCE_H 1
7645: | #define HAVE_SYS_SELECT_H 1
7646: | #define HAVE_SYS_SOCKET_H 1
7647: | #define HAVE_SYS_STAT_H 1
7648: | #define HAVE_SYS_STATVFS_H 1
7649: | #define HAVE_SYS_WAIT_H 1
7650: | #define HAVE_TERMIOS_H 1
7651: | #define HAVE_UNISTD_H 1
7652: | #define HAVE_UTIME_H 1
7653: | #define HAVE_SYS_UTSNAME_H 1
7654: | #define HAVE_SYS_IPC_H 1
7655: | #define HAVE_DLFCN_H 1
7656: | #define HAVE_ASSERT_H 1
7657: | #define HAVE_STRUCT_TM_TM_ZONE 1
7658: | #define HAVE_TM_ZONE 1
7659: | #define MISSING_FCLOSE_DECL 0
7660: | #define HAVE_TM_GMTOFF 1
7661: | #define HAVE_STRUCT_FLOCK 1
7662: | #define HAVE_SOCKLEN_T 1
7663: | #define SIZEOF_SIZE_T 4
7664: | #define SIZEOF_LONG_LONG 8
7665: | #define SIZEOF_LONG_LONG_INT 8
7666: | #define SIZEOF_LONG 4
7667: | #define SIZEOF_INT 4
7668: | #define SIZEOF_INTMAX_T 8
7669: | #define HAVE_INTMAX_T 1
7670: | #define SIZEOF_SSIZE_T 4
7671: | #define HAVE_SSIZE_T 1
7672: | #define SIZEOF_PTRDIFF_T 4
7673: | #define HAVE_PTRDIFF_T 1
7674: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7675: | #define HAVE_ST_BLKSIZE 1
7676: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
7677: | #define HAVE_ST_BLOCKS 1
7678: | #define HAVE_STRUCT_STAT_ST_RDEV 1
7679: | #define HAVE_ST_RDEV 1
7680: | #define HAVE_SOCKADDR_STORAGE 1
7681: | #define HAVE_SOCKADDR_SA_LEN 1
7682: | #define HAVE_VPRINTF 1
7683: | #define HAVE_ALPHASORT 1
7684: | #define HAVE_ASCTIME_R 1
7685: | #define HAVE_CHROOT 1
7686: | #define HAVE_CTIME_R 1
7687: | #define HAVE_FLOCK 1
7688: | #define HAVE_FTOK 1
7689: | #define HAVE_FUNOPEN 1
7690: | #define HAVE_GAI_STRERROR 1
7691: | #define HAVE_GETLOADAVG 1
7692: | #define HAVE_GETLOGIN 1
7693: | #define HAVE_GETPROTOBYNAME 1
7694: | #define HAVE_GETPROTOBYNUMBER 1
7695: | #define HAVE_GETSERVBYNAME 1
7696: | #define HAVE_GETSERVBYPORT 1
7697: | #define HAVE_GETHOSTNAME 1
7698: | #define HAVE_GETRUSAGE 1
7699: | #define HAVE_GETTIMEOFDAY 1
7700: | #define HAVE_GMTIME_R 1
7701: | #define HAVE_GETPWNAM_R 1
7702: | #define HAVE_GETGRNAM_R 1
7703: | #define HAVE_GETPWUID_R 1
7704: | #define HAVE_GRANTPT 1
7705: | #define HAVE_INET_NTOA 1
7706: | #define HAVE_INET_NTOP 1
7707: | #define HAVE_INET_PTON 1
7708: | #define HAVE_ISASCII 1
7709: | #define HAVE_LINK 1
7710: | #define HAVE_LOCALTIME_R 1
7711: | #define HAVE_LOCKF 1
7712: | #define HAVE_LCHOWN 1
7713: | #define HAVE_LRAND48 1
7714: | #define HAVE_MEMCPY 1
7715: | #define HAVE_MEMMOVE 1
7716: | #define HAVE_MKSTEMP 1
7717: | #define HAVE_MMAP 1
7718: | #define HAVE_NL_LANGINFO 1
7719: | #define HAVE_PERROR 1
7720: | #define HAVE_POLL 1
7721: | #define HAVE_PTSNAME 1
7722: | #define HAVE_PUTENV 1
7723: | #define HAVE_REALPATH 1
7724: | #define HAVE_RANDOM 1
7725: | #define HAVE_RAND_R 1
7726: | #define HAVE_SCANDIR 1
7727: | #define HAVE_SETITIMER 1
7728: | #define HAVE_SETLOCALE 1
7729: | #define HAVE_LOCALECONV 1
7730: | #define HAVE_SETENV 1
7731: | #define HAVE_SETPGID 1
7732: | #define HAVE_SETSOCKOPT 1
7733: | #define HAVE_SETVBUF 1
7734: | #define HAVE_SHUTDOWN 1
7735: | #define HAVE_SIN 1
7736: | #define HAVE_SNPRINTF 1
7737: | #define HAVE_SRAND48 1
7738: | #define HAVE_SRANDOM 1
7739: | #define HAVE_STATFS 1
7740: | #define HAVE_STATVFS 1
7741: | #define HAVE_STRCASECMP 1
7742: | #define HAVE_STRCOLL 1
7743: | #define HAVE_STRDUP 1
7744: | #define HAVE_STRERROR 1
7745: | #define HAVE_STRFTIME 1
7746: | #define HAVE_STRNLEN 1
7747: | #define HAVE_STRPTIME 1
7748: | #define HAVE_STRSTR 1
7749: | #define HAVE_STRTOK_R 1
7750: | #define HAVE_SYMLINK 1
7751: | #define HAVE_TEMPNAM 1
7752: | #define HAVE_TZSET 1
7753: | #define HAVE_UNLOCKPT 1
7754: | #define HAVE_UNSETENV 1
7755: | #define HAVE_USLEEP 1
7756: | #define HAVE_UTIME 1
7757: | #define HAVE_VSNPRINTF 1
7758: | #define HAVE_VASPRINTF 1
7759: | #define HAVE_ASPRINTF 1
7760: | #define HAVE_NANOSLEEP 1
7761: | #define HAVE_NANOSLEEP 1
7762: | #define HAVE_GETADDRINFO 1
7763: | #define HAVE_SYNC_FETCH_AND_ADD 1
7764: | #define HAVE_STRLCAT 1
7765: | #define HAVE_STRLCPY 1
7766: | #define HAVE_GETOPT 1
7767: | #define HAVE_UTIME_H 1
7768: | #define HAVE_UTIME_NULL 1
7769: | #define HAVE_ALLOCA 1
7770: | #define HAVE_DECLARED_TIMEZONE 1
7771: | #define HAVE_POSIX_READDIR_R 1
7772: | #define PHP_SIGCHILD 0
7773: | #define DEFAULT_SHORT_OPEN_TAG "1"
7774: | #define HAVE_IPV6 1
7775: | #define SIZEOF_LONG 4
7776: | #define SIZEOF_INT 4
7777: | #define HAVE_INT32_T 1
7778: | #define HAVE_UINT32_T 1
7779: | #define HAVE_SYS_TYPES_H 1
7780: | #define HAVE_INTTYPES_H 1
7781: | #define HAVE_STDINT_H 1
7782: | #define HAVE_STRING_H 1
7783: | #define HAVE_STDLIB_H 1
7784: | #define HAVE_STRTOLL 1
7785: | #define HAVE_ATOLL 1
7786: | #define HAVE_STRFTIME 1
7787: | #define HAVE_REGEX_T_RE_MAGIC 1
7788: | #define HSREGEX 1
7789: | #define REGEX 1
7790: | #define HAVE_LIBXML 1
7791: | #define HAVE_LIBXML 1
7792: | #define HAVE_PCRE 1
7793: | #define HAVE_REFLECTION 1
7794: | #define HAVE_PACKED_OBJECT_VALUE 1
7795: | #define HAVE_SPL 1
7796: | #define HAVE_FLUSHIO 1
7797: | #define HAVE_CRYPT 1
7798: | #define HAVE_ALIGNOF 1
7799: | #define HAVE_ATTRIBUTE_ALIGNED 1
7800: | #define PHP_USE_PHP_CRYPT_R 1
7801: | #define PHP_STD_DES_CRYPT 1
7802: | #define PHP_BLOWFISH_CRYPT 1
7803: | #define PHP_EXT_DES_CRYPT 1
7804: | #define PHP_MD5_CRYPT 1
7805: | #define PHP_SHA512_CRYPT 1
7806: | #define PHP_SHA256_CRYPT 1
7807: | #define HAVE_GETCWD 1
7808: | #define HAVE_GETWD 1
7809: | #define HAVE_ASINH 1
7810: | #define HAVE_ACOSH 1
7811: | #define HAVE_ATANH 1
7812: | #define HAVE_LOG1P 1
7813: | #define HAVE_HYPOT 1
7814: | #define HAVE_GLOB 1
7815: | #define HAVE_STRFMON 1
7816: | #define HAVE_NICE 1
7817: | #define HAVE_ISINF 1
7818: | #define HAVE_ISNAN 1
7819: | #define HAVE_FNMATCH 1
7820: | #define HAVE_FORK 1
7821: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
7822: | #define ENABLE_CHROOT_FUNC 1
7823: | #define HAVE_RES_NSEARCH 1
7824: | /* end confdefs.h. */
7825: |
7826: | /* Override any GCC internal prototype to avoid an error.
7827: | Use char because int might match the return type of a GCC
7828: | builtin and then its argument prototype would still apply. */
7829: | #ifdef __cplusplus
7830: | extern "C"
7831: | #endif
7832: | char dns_search ();
7833: | int
7834: | main ()
7835: | {
7836: | return dns_search ();
7837: | ;
7838: | return 0;
7839: | }
7840: configure:90514: result: no
7841: configure:90520: checking for __dns_search in -lbind
7842: configure:90545: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lbind -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
7843: /usr/bin/ld: cannot find -lbind
7844: configure:90545: $? = 1
7845: configure: failed program was:
7846: | /* confdefs.h */
7847: | #define PACKAGE_NAME ""
7848: | #define PACKAGE_TARNAME ""
7849: | #define PACKAGE_VERSION ""
7850: | #define PACKAGE_STRING ""
7851: | #define PACKAGE_BUGREPORT ""
7852: | #define PACKAGE_URL ""
7853: | #define STDC_HEADERS 1
7854: | #define HAVE_SYS_TYPES_H 1
7855: | #define HAVE_SYS_STAT_H 1
7856: | #define HAVE_STDLIB_H 1
7857: | #define HAVE_STRING_H 1
7858: | #define HAVE_MEMORY_H 1
7859: | #define HAVE_STRINGS_H 1
7860: | #define HAVE_INTTYPES_H 1
7861: | #define HAVE_STDINT_H 1
7862: | #define HAVE_UNISTD_H 1
7863: | #define __EXTENSIONS__ 1
7864: | #define _ALL_SOURCE 1
7865: | #define _GNU_SOURCE 1
7866: | #define _POSIX_PTHREAD_SEMANTICS 1
7867: | #define _TANDEM_SOURCE 1
7868: | #define HAVE_DEV_URANDOM 1
7869: | #define HAVE_SOCKLEN_T 1
7870: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
7871: | #define PHP_WRITE_STDOUT 1
7872: | #define HAVE_SOCKET 1
7873: | #define HAVE_SOCKETPAIR 1
7874: | #define HAVE_HTONL 1
7875: | #define HAVE_GETHOSTNAME 1
7876: | #define HAVE_GETHOSTBYADDR 1
7877: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
7878: | #define HAVE_DLOPEN 1
7879: | #define HAVE_LIBDL 1
7880: | #define HAVE_LIBM 1
7881: | #define HAVE_INET_ATON 1
7882: | #define STDC_HEADERS 1
7883: | #define HAVE_DIRENT_H 1
7884: | #define HAVE_INTTYPES_H 1
7885: | #define HAVE_STDINT_H 1
7886: | #define HAVE_DIRENT_H 1
7887: | #define HAVE_SYS_PARAM_H 1
7888: | #define HAVE_SYS_TYPES_H 1
7889: | #define HAVE_SYS_TIME_H 1
7890: | #define HAVE_NETINET_IN_H 1
7891: | #define HAVE_ARPA_INET_H 1
7892: | #define HAVE_ARPA_NAMESER_H 1
7893: | #define HAVE_ASSERT_H 1
7894: | #define HAVE_FCNTL_H 1
7895: | #define HAVE_GRP_H 1
7896: | #define HAVE_IEEEFP_H 1
7897: | #define HAVE_LANGINFO_H 1
7898: | #define HAVE_LIMITS_H 1
7899: | #define HAVE_LOCALE_H 1
7900: | #define HAVE_MONETARY_H 1
7901: | #define HAVE_NETDB_H 1
7902: | #define HAVE_PWD_H 1
7903: | #define HAVE_RESOLV_H 1
7904: | #define HAVE_SIGNAL_H 1
7905: | #define HAVE_STDARG_H 1
7906: | #define HAVE_STDLIB_H 1
7907: | #define HAVE_STRING_H 1
7908: | #define HAVE_SYSLOG_H 1
7909: | #define HAVE_SYSEXITS_H 1
7910: | #define HAVE_SYS_IOCTL_H 1
7911: | #define HAVE_SYS_FILE_H 1
7912: | #define HAVE_SYS_MMAN_H 1
7913: | #define HAVE_SYS_MOUNT_H 1
7914: | #define HAVE_SYS_POLL_H 1
7915: | #define HAVE_SYS_RESOURCE_H 1
7916: | #define HAVE_SYS_SELECT_H 1
7917: | #define HAVE_SYS_SOCKET_H 1
7918: | #define HAVE_SYS_STAT_H 1
7919: | #define HAVE_SYS_STATVFS_H 1
7920: | #define HAVE_SYS_WAIT_H 1
7921: | #define HAVE_TERMIOS_H 1
7922: | #define HAVE_UNISTD_H 1
7923: | #define HAVE_UTIME_H 1
7924: | #define HAVE_SYS_UTSNAME_H 1
7925: | #define HAVE_SYS_IPC_H 1
7926: | #define HAVE_DLFCN_H 1
7927: | #define HAVE_ASSERT_H 1
7928: | #define HAVE_STRUCT_TM_TM_ZONE 1
7929: | #define HAVE_TM_ZONE 1
7930: | #define MISSING_FCLOSE_DECL 0
7931: | #define HAVE_TM_GMTOFF 1
7932: | #define HAVE_STRUCT_FLOCK 1
7933: | #define HAVE_SOCKLEN_T 1
7934: | #define SIZEOF_SIZE_T 4
7935: | #define SIZEOF_LONG_LONG 8
7936: | #define SIZEOF_LONG_LONG_INT 8
7937: | #define SIZEOF_LONG 4
7938: | #define SIZEOF_INT 4
7939: | #define SIZEOF_INTMAX_T 8
7940: | #define HAVE_INTMAX_T 1
7941: | #define SIZEOF_SSIZE_T 4
7942: | #define HAVE_SSIZE_T 1
7943: | #define SIZEOF_PTRDIFF_T 4
7944: | #define HAVE_PTRDIFF_T 1
7945: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7946: | #define HAVE_ST_BLKSIZE 1
7947: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
7948: | #define HAVE_ST_BLOCKS 1
7949: | #define HAVE_STRUCT_STAT_ST_RDEV 1
7950: | #define HAVE_ST_RDEV 1
7951: | #define HAVE_SOCKADDR_STORAGE 1
7952: | #define HAVE_SOCKADDR_SA_LEN 1
7953: | #define HAVE_VPRINTF 1
7954: | #define HAVE_ALPHASORT 1
7955: | #define HAVE_ASCTIME_R 1
7956: | #define HAVE_CHROOT 1
7957: | #define HAVE_CTIME_R 1
7958: | #define HAVE_FLOCK 1
7959: | #define HAVE_FTOK 1
7960: | #define HAVE_FUNOPEN 1
7961: | #define HAVE_GAI_STRERROR 1
7962: | #define HAVE_GETLOADAVG 1
7963: | #define HAVE_GETLOGIN 1
7964: | #define HAVE_GETPROTOBYNAME 1
7965: | #define HAVE_GETPROTOBYNUMBER 1
7966: | #define HAVE_GETSERVBYNAME 1
7967: | #define HAVE_GETSERVBYPORT 1
7968: | #define HAVE_GETHOSTNAME 1
7969: | #define HAVE_GETRUSAGE 1
7970: | #define HAVE_GETTIMEOFDAY 1
7971: | #define HAVE_GMTIME_R 1
7972: | #define HAVE_GETPWNAM_R 1
7973: | #define HAVE_GETGRNAM_R 1
7974: | #define HAVE_GETPWUID_R 1
7975: | #define HAVE_GRANTPT 1
7976: | #define HAVE_INET_NTOA 1
7977: | #define HAVE_INET_NTOP 1
7978: | #define HAVE_INET_PTON 1
7979: | #define HAVE_ISASCII 1
7980: | #define HAVE_LINK 1
7981: | #define HAVE_LOCALTIME_R 1
7982: | #define HAVE_LOCKF 1
7983: | #define HAVE_LCHOWN 1
7984: | #define HAVE_LRAND48 1
7985: | #define HAVE_MEMCPY 1
7986: | #define HAVE_MEMMOVE 1
7987: | #define HAVE_MKSTEMP 1
7988: | #define HAVE_MMAP 1
7989: | #define HAVE_NL_LANGINFO 1
7990: | #define HAVE_PERROR 1
7991: | #define HAVE_POLL 1
7992: | #define HAVE_PTSNAME 1
7993: | #define HAVE_PUTENV 1
7994: | #define HAVE_REALPATH 1
7995: | #define HAVE_RANDOM 1
7996: | #define HAVE_RAND_R 1
7997: | #define HAVE_SCANDIR 1
7998: | #define HAVE_SETITIMER 1
7999: | #define HAVE_SETLOCALE 1
8000: | #define HAVE_LOCALECONV 1
8001: | #define HAVE_SETENV 1
8002: | #define HAVE_SETPGID 1
8003: | #define HAVE_SETSOCKOPT 1
8004: | #define HAVE_SETVBUF 1
8005: | #define HAVE_SHUTDOWN 1
8006: | #define HAVE_SIN 1
8007: | #define HAVE_SNPRINTF 1
8008: | #define HAVE_SRAND48 1
8009: | #define HAVE_SRANDOM 1
8010: | #define HAVE_STATFS 1
8011: | #define HAVE_STATVFS 1
8012: | #define HAVE_STRCASECMP 1
8013: | #define HAVE_STRCOLL 1
8014: | #define HAVE_STRDUP 1
8015: | #define HAVE_STRERROR 1
8016: | #define HAVE_STRFTIME 1
8017: | #define HAVE_STRNLEN 1
8018: | #define HAVE_STRPTIME 1
8019: | #define HAVE_STRSTR 1
8020: | #define HAVE_STRTOK_R 1
8021: | #define HAVE_SYMLINK 1
8022: | #define HAVE_TEMPNAM 1
8023: | #define HAVE_TZSET 1
8024: | #define HAVE_UNLOCKPT 1
8025: | #define HAVE_UNSETENV 1
8026: | #define HAVE_USLEEP 1
8027: | #define HAVE_UTIME 1
8028: | #define HAVE_VSNPRINTF 1
8029: | #define HAVE_VASPRINTF 1
8030: | #define HAVE_ASPRINTF 1
8031: | #define HAVE_NANOSLEEP 1
8032: | #define HAVE_NANOSLEEP 1
8033: | #define HAVE_GETADDRINFO 1
8034: | #define HAVE_SYNC_FETCH_AND_ADD 1
8035: | #define HAVE_STRLCAT 1
8036: | #define HAVE_STRLCPY 1
8037: | #define HAVE_GETOPT 1
8038: | #define HAVE_UTIME_H 1
8039: | #define HAVE_UTIME_NULL 1
8040: | #define HAVE_ALLOCA 1
8041: | #define HAVE_DECLARED_TIMEZONE 1
8042: | #define HAVE_POSIX_READDIR_R 1
8043: | #define PHP_SIGCHILD 0
8044: | #define DEFAULT_SHORT_OPEN_TAG "1"
8045: | #define HAVE_IPV6 1
8046: | #define SIZEOF_LONG 4
8047: | #define SIZEOF_INT 4
8048: | #define HAVE_INT32_T 1
8049: | #define HAVE_UINT32_T 1
8050: | #define HAVE_SYS_TYPES_H 1
8051: | #define HAVE_INTTYPES_H 1
8052: | #define HAVE_STDINT_H 1
8053: | #define HAVE_STRING_H 1
8054: | #define HAVE_STDLIB_H 1
8055: | #define HAVE_STRTOLL 1
8056: | #define HAVE_ATOLL 1
8057: | #define HAVE_STRFTIME 1
8058: | #define HAVE_REGEX_T_RE_MAGIC 1
8059: | #define HSREGEX 1
8060: | #define REGEX 1
8061: | #define HAVE_LIBXML 1
8062: | #define HAVE_LIBXML 1
8063: | #define HAVE_PCRE 1
8064: | #define HAVE_REFLECTION 1
8065: | #define HAVE_PACKED_OBJECT_VALUE 1
8066: | #define HAVE_SPL 1
8067: | #define HAVE_FLUSHIO 1
8068: | #define HAVE_CRYPT 1
8069: | #define HAVE_ALIGNOF 1
8070: | #define HAVE_ATTRIBUTE_ALIGNED 1
8071: | #define PHP_USE_PHP_CRYPT_R 1
8072: | #define PHP_STD_DES_CRYPT 1
8073: | #define PHP_BLOWFISH_CRYPT 1
8074: | #define PHP_EXT_DES_CRYPT 1
8075: | #define PHP_MD5_CRYPT 1
8076: | #define PHP_SHA512_CRYPT 1
8077: | #define PHP_SHA256_CRYPT 1
8078: | #define HAVE_GETCWD 1
8079: | #define HAVE_GETWD 1
8080: | #define HAVE_ASINH 1
8081: | #define HAVE_ACOSH 1
8082: | #define HAVE_ATANH 1
8083: | #define HAVE_LOG1P 1
8084: | #define HAVE_HYPOT 1
8085: | #define HAVE_GLOB 1
8086: | #define HAVE_STRFMON 1
8087: | #define HAVE_NICE 1
8088: | #define HAVE_ISINF 1
8089: | #define HAVE_ISNAN 1
8090: | #define HAVE_FNMATCH 1
8091: | #define HAVE_FORK 1
8092: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
8093: | #define ENABLE_CHROOT_FUNC 1
8094: | #define HAVE_RES_NSEARCH 1
8095: | /* end confdefs.h. */
8096: |
8097: | /* Override any GCC internal prototype to avoid an error.
8098: | Use char because int might match the return type of a GCC
8099: | builtin and then its argument prototype would still apply. */
8100: | #ifdef __cplusplus
8101: | extern "C"
8102: | #endif
8103: | char __dns_search ();
8104: | int
8105: | main ()
8106: | {
8107: | return __dns_search ();
8108: | ;
8109: | return 0;
8110: | }
8111: configure:90554: result: no
8112: configure:90612: checking for dns_search in -lsocket
8113: configure:90637: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lsocket -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
8114: /usr/bin/ld: cannot find -lsocket
8115: configure:90637: $? = 1
8116: configure: failed program was:
8117: | /* confdefs.h */
8118: | #define PACKAGE_NAME ""
8119: | #define PACKAGE_TARNAME ""
8120: | #define PACKAGE_VERSION ""
8121: | #define PACKAGE_STRING ""
8122: | #define PACKAGE_BUGREPORT ""
8123: | #define PACKAGE_URL ""
8124: | #define STDC_HEADERS 1
8125: | #define HAVE_SYS_TYPES_H 1
8126: | #define HAVE_SYS_STAT_H 1
8127: | #define HAVE_STDLIB_H 1
8128: | #define HAVE_STRING_H 1
8129: | #define HAVE_MEMORY_H 1
8130: | #define HAVE_STRINGS_H 1
8131: | #define HAVE_INTTYPES_H 1
8132: | #define HAVE_STDINT_H 1
8133: | #define HAVE_UNISTD_H 1
8134: | #define __EXTENSIONS__ 1
8135: | #define _ALL_SOURCE 1
8136: | #define _GNU_SOURCE 1
8137: | #define _POSIX_PTHREAD_SEMANTICS 1
8138: | #define _TANDEM_SOURCE 1
8139: | #define HAVE_DEV_URANDOM 1
8140: | #define HAVE_SOCKLEN_T 1
8141: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
8142: | #define PHP_WRITE_STDOUT 1
8143: | #define HAVE_SOCKET 1
8144: | #define HAVE_SOCKETPAIR 1
8145: | #define HAVE_HTONL 1
8146: | #define HAVE_GETHOSTNAME 1
8147: | #define HAVE_GETHOSTBYADDR 1
8148: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
8149: | #define HAVE_DLOPEN 1
8150: | #define HAVE_LIBDL 1
8151: | #define HAVE_LIBM 1
8152: | #define HAVE_INET_ATON 1
8153: | #define STDC_HEADERS 1
8154: | #define HAVE_DIRENT_H 1
8155: | #define HAVE_INTTYPES_H 1
8156: | #define HAVE_STDINT_H 1
8157: | #define HAVE_DIRENT_H 1
8158: | #define HAVE_SYS_PARAM_H 1
8159: | #define HAVE_SYS_TYPES_H 1
8160: | #define HAVE_SYS_TIME_H 1
8161: | #define HAVE_NETINET_IN_H 1
8162: | #define HAVE_ARPA_INET_H 1
8163: | #define HAVE_ARPA_NAMESER_H 1
8164: | #define HAVE_ASSERT_H 1
8165: | #define HAVE_FCNTL_H 1
8166: | #define HAVE_GRP_H 1
8167: | #define HAVE_IEEEFP_H 1
8168: | #define HAVE_LANGINFO_H 1
8169: | #define HAVE_LIMITS_H 1
8170: | #define HAVE_LOCALE_H 1
8171: | #define HAVE_MONETARY_H 1
8172: | #define HAVE_NETDB_H 1
8173: | #define HAVE_PWD_H 1
8174: | #define HAVE_RESOLV_H 1
8175: | #define HAVE_SIGNAL_H 1
8176: | #define HAVE_STDARG_H 1
8177: | #define HAVE_STDLIB_H 1
8178: | #define HAVE_STRING_H 1
8179: | #define HAVE_SYSLOG_H 1
8180: | #define HAVE_SYSEXITS_H 1
8181: | #define HAVE_SYS_IOCTL_H 1
8182: | #define HAVE_SYS_FILE_H 1
8183: | #define HAVE_SYS_MMAN_H 1
8184: | #define HAVE_SYS_MOUNT_H 1
8185: | #define HAVE_SYS_POLL_H 1
8186: | #define HAVE_SYS_RESOURCE_H 1
8187: | #define HAVE_SYS_SELECT_H 1
8188: | #define HAVE_SYS_SOCKET_H 1
8189: | #define HAVE_SYS_STAT_H 1
8190: | #define HAVE_SYS_STATVFS_H 1
8191: | #define HAVE_SYS_WAIT_H 1
8192: | #define HAVE_TERMIOS_H 1
8193: | #define HAVE_UNISTD_H 1
8194: | #define HAVE_UTIME_H 1
8195: | #define HAVE_SYS_UTSNAME_H 1
8196: | #define HAVE_SYS_IPC_H 1
8197: | #define HAVE_DLFCN_H 1
8198: | #define HAVE_ASSERT_H 1
8199: | #define HAVE_STRUCT_TM_TM_ZONE 1
8200: | #define HAVE_TM_ZONE 1
8201: | #define MISSING_FCLOSE_DECL 0
8202: | #define HAVE_TM_GMTOFF 1
8203: | #define HAVE_STRUCT_FLOCK 1
8204: | #define HAVE_SOCKLEN_T 1
8205: | #define SIZEOF_SIZE_T 4
8206: | #define SIZEOF_LONG_LONG 8
8207: | #define SIZEOF_LONG_LONG_INT 8
8208: | #define SIZEOF_LONG 4
8209: | #define SIZEOF_INT 4
8210: | #define SIZEOF_INTMAX_T 8
8211: | #define HAVE_INTMAX_T 1
8212: | #define SIZEOF_SSIZE_T 4
8213: | #define HAVE_SSIZE_T 1
8214: | #define SIZEOF_PTRDIFF_T 4
8215: | #define HAVE_PTRDIFF_T 1
8216: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
8217: | #define HAVE_ST_BLKSIZE 1
8218: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
8219: | #define HAVE_ST_BLOCKS 1
8220: | #define HAVE_STRUCT_STAT_ST_RDEV 1
8221: | #define HAVE_ST_RDEV 1
8222: | #define HAVE_SOCKADDR_STORAGE 1
8223: | #define HAVE_SOCKADDR_SA_LEN 1
8224: | #define HAVE_VPRINTF 1
8225: | #define HAVE_ALPHASORT 1
8226: | #define HAVE_ASCTIME_R 1
8227: | #define HAVE_CHROOT 1
8228: | #define HAVE_CTIME_R 1
8229: | #define HAVE_FLOCK 1
8230: | #define HAVE_FTOK 1
8231: | #define HAVE_FUNOPEN 1
8232: | #define HAVE_GAI_STRERROR 1
8233: | #define HAVE_GETLOADAVG 1
8234: | #define HAVE_GETLOGIN 1
8235: | #define HAVE_GETPROTOBYNAME 1
8236: | #define HAVE_GETPROTOBYNUMBER 1
8237: | #define HAVE_GETSERVBYNAME 1
8238: | #define HAVE_GETSERVBYPORT 1
8239: | #define HAVE_GETHOSTNAME 1
8240: | #define HAVE_GETRUSAGE 1
8241: | #define HAVE_GETTIMEOFDAY 1
8242: | #define HAVE_GMTIME_R 1
8243: | #define HAVE_GETPWNAM_R 1
8244: | #define HAVE_GETGRNAM_R 1
8245: | #define HAVE_GETPWUID_R 1
8246: | #define HAVE_GRANTPT 1
8247: | #define HAVE_INET_NTOA 1
8248: | #define HAVE_INET_NTOP 1
8249: | #define HAVE_INET_PTON 1
8250: | #define HAVE_ISASCII 1
8251: | #define HAVE_LINK 1
8252: | #define HAVE_LOCALTIME_R 1
8253: | #define HAVE_LOCKF 1
8254: | #define HAVE_LCHOWN 1
8255: | #define HAVE_LRAND48 1
8256: | #define HAVE_MEMCPY 1
8257: | #define HAVE_MEMMOVE 1
8258: | #define HAVE_MKSTEMP 1
8259: | #define HAVE_MMAP 1
8260: | #define HAVE_NL_LANGINFO 1
8261: | #define HAVE_PERROR 1
8262: | #define HAVE_POLL 1
8263: | #define HAVE_PTSNAME 1
8264: | #define HAVE_PUTENV 1
8265: | #define HAVE_REALPATH 1
8266: | #define HAVE_RANDOM 1
8267: | #define HAVE_RAND_R 1
8268: | #define HAVE_SCANDIR 1
8269: | #define HAVE_SETITIMER 1
8270: | #define HAVE_SETLOCALE 1
8271: | #define HAVE_LOCALECONV 1
8272: | #define HAVE_SETENV 1
8273: | #define HAVE_SETPGID 1
8274: | #define HAVE_SETSOCKOPT 1
8275: | #define HAVE_SETVBUF 1
8276: | #define HAVE_SHUTDOWN 1
8277: | #define HAVE_SIN 1
8278: | #define HAVE_SNPRINTF 1
8279: | #define HAVE_SRAND48 1
8280: | #define HAVE_SRANDOM 1
8281: | #define HAVE_STATFS 1
8282: | #define HAVE_STATVFS 1
8283: | #define HAVE_STRCASECMP 1
8284: | #define HAVE_STRCOLL 1
8285: | #define HAVE_STRDUP 1
8286: | #define HAVE_STRERROR 1
8287: | #define HAVE_STRFTIME 1
8288: | #define HAVE_STRNLEN 1
8289: | #define HAVE_STRPTIME 1
8290: | #define HAVE_STRSTR 1
8291: | #define HAVE_STRTOK_R 1
8292: | #define HAVE_SYMLINK 1
8293: | #define HAVE_TEMPNAM 1
8294: | #define HAVE_TZSET 1
8295: | #define HAVE_UNLOCKPT 1
8296: | #define HAVE_UNSETENV 1
8297: | #define HAVE_USLEEP 1
8298: | #define HAVE_UTIME 1
8299: | #define HAVE_VSNPRINTF 1
8300: | #define HAVE_VASPRINTF 1
8301: | #define HAVE_ASPRINTF 1
8302: | #define HAVE_NANOSLEEP 1
8303: | #define HAVE_NANOSLEEP 1
8304: | #define HAVE_GETADDRINFO 1
8305: | #define HAVE_SYNC_FETCH_AND_ADD 1
8306: | #define HAVE_STRLCAT 1
8307: | #define HAVE_STRLCPY 1
8308: | #define HAVE_GETOPT 1
8309: | #define HAVE_UTIME_H 1
8310: | #define HAVE_UTIME_NULL 1
8311: | #define HAVE_ALLOCA 1
8312: | #define HAVE_DECLARED_TIMEZONE 1
8313: | #define HAVE_POSIX_READDIR_R 1
8314: | #define PHP_SIGCHILD 0
8315: | #define DEFAULT_SHORT_OPEN_TAG "1"
8316: | #define HAVE_IPV6 1
8317: | #define SIZEOF_LONG 4
8318: | #define SIZEOF_INT 4
8319: | #define HAVE_INT32_T 1
8320: | #define HAVE_UINT32_T 1
8321: | #define HAVE_SYS_TYPES_H 1
8322: | #define HAVE_INTTYPES_H 1
8323: | #define HAVE_STDINT_H 1
8324: | #define HAVE_STRING_H 1
8325: | #define HAVE_STDLIB_H 1
8326: | #define HAVE_STRTOLL 1
8327: | #define HAVE_ATOLL 1
8328: | #define HAVE_STRFTIME 1
8329: | #define HAVE_REGEX_T_RE_MAGIC 1
8330: | #define HSREGEX 1
8331: | #define REGEX 1
8332: | #define HAVE_LIBXML 1
8333: | #define HAVE_LIBXML 1
8334: | #define HAVE_PCRE 1
8335: | #define HAVE_REFLECTION 1
8336: | #define HAVE_PACKED_OBJECT_VALUE 1
8337: | #define HAVE_SPL 1
8338: | #define HAVE_FLUSHIO 1
8339: | #define HAVE_CRYPT 1
8340: | #define HAVE_ALIGNOF 1
8341: | #define HAVE_ATTRIBUTE_ALIGNED 1
8342: | #define PHP_USE_PHP_CRYPT_R 1
8343: | #define PHP_STD_DES_CRYPT 1
8344: | #define PHP_BLOWFISH_CRYPT 1
8345: | #define PHP_EXT_DES_CRYPT 1
8346: | #define PHP_MD5_CRYPT 1
8347: | #define PHP_SHA512_CRYPT 1
8348: | #define PHP_SHA256_CRYPT 1
8349: | #define HAVE_GETCWD 1
8350: | #define HAVE_GETWD 1
8351: | #define HAVE_ASINH 1
8352: | #define HAVE_ACOSH 1
8353: | #define HAVE_ATANH 1
8354: | #define HAVE_LOG1P 1
8355: | #define HAVE_HYPOT 1
8356: | #define HAVE_GLOB 1
8357: | #define HAVE_STRFMON 1
8358: | #define HAVE_NICE 1
8359: | #define HAVE_ISINF 1
8360: | #define HAVE_ISNAN 1
8361: | #define HAVE_FNMATCH 1
8362: | #define HAVE_FORK 1
8363: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
8364: | #define ENABLE_CHROOT_FUNC 1
8365: | #define HAVE_RES_NSEARCH 1
8366: | /* end confdefs.h. */
8367: |
8368: | /* Override any GCC internal prototype to avoid an error.
8369: | Use char because int might match the return type of a GCC
8370: | builtin and then its argument prototype would still apply. */
8371: | #ifdef __cplusplus
8372: | extern "C"
8373: | #endif
8374: | char dns_search ();
8375: | int
8376: | main ()
8377: | {
8378: | return dns_search ();
8379: | ;
8380: | return 0;
8381: | }
8382: configure:90646: result: no
8383: configure:90652: checking for __dns_search in -lsocket
8384: configure:90677: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lsocket -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
8385: /usr/bin/ld: cannot find -lsocket
8386: configure:90677: $? = 1
8387: configure: failed program was:
8388: | /* confdefs.h */
8389: | #define PACKAGE_NAME ""
8390: | #define PACKAGE_TARNAME ""
8391: | #define PACKAGE_VERSION ""
8392: | #define PACKAGE_STRING ""
8393: | #define PACKAGE_BUGREPORT ""
8394: | #define PACKAGE_URL ""
8395: | #define STDC_HEADERS 1
8396: | #define HAVE_SYS_TYPES_H 1
8397: | #define HAVE_SYS_STAT_H 1
8398: | #define HAVE_STDLIB_H 1
8399: | #define HAVE_STRING_H 1
8400: | #define HAVE_MEMORY_H 1
8401: | #define HAVE_STRINGS_H 1
8402: | #define HAVE_INTTYPES_H 1
8403: | #define HAVE_STDINT_H 1
8404: | #define HAVE_UNISTD_H 1
8405: | #define __EXTENSIONS__ 1
8406: | #define _ALL_SOURCE 1
8407: | #define _GNU_SOURCE 1
8408: | #define _POSIX_PTHREAD_SEMANTICS 1
8409: | #define _TANDEM_SOURCE 1
8410: | #define HAVE_DEV_URANDOM 1
8411: | #define HAVE_SOCKLEN_T 1
8412: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
8413: | #define PHP_WRITE_STDOUT 1
8414: | #define HAVE_SOCKET 1
8415: | #define HAVE_SOCKETPAIR 1
8416: | #define HAVE_HTONL 1
8417: | #define HAVE_GETHOSTNAME 1
8418: | #define HAVE_GETHOSTBYADDR 1
8419: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
8420: | #define HAVE_DLOPEN 1
8421: | #define HAVE_LIBDL 1
8422: | #define HAVE_LIBM 1
8423: | #define HAVE_INET_ATON 1
8424: | #define STDC_HEADERS 1
8425: | #define HAVE_DIRENT_H 1
8426: | #define HAVE_INTTYPES_H 1
8427: | #define HAVE_STDINT_H 1
8428: | #define HAVE_DIRENT_H 1
8429: | #define HAVE_SYS_PARAM_H 1
8430: | #define HAVE_SYS_TYPES_H 1
8431: | #define HAVE_SYS_TIME_H 1
8432: | #define HAVE_NETINET_IN_H 1
8433: | #define HAVE_ARPA_INET_H 1
8434: | #define HAVE_ARPA_NAMESER_H 1
8435: | #define HAVE_ASSERT_H 1
8436: | #define HAVE_FCNTL_H 1
8437: | #define HAVE_GRP_H 1
8438: | #define HAVE_IEEEFP_H 1
8439: | #define HAVE_LANGINFO_H 1
8440: | #define HAVE_LIMITS_H 1
8441: | #define HAVE_LOCALE_H 1
8442: | #define HAVE_MONETARY_H 1
8443: | #define HAVE_NETDB_H 1
8444: | #define HAVE_PWD_H 1
8445: | #define HAVE_RESOLV_H 1
8446: | #define HAVE_SIGNAL_H 1
8447: | #define HAVE_STDARG_H 1
8448: | #define HAVE_STDLIB_H 1
8449: | #define HAVE_STRING_H 1
8450: | #define HAVE_SYSLOG_H 1
8451: | #define HAVE_SYSEXITS_H 1
8452: | #define HAVE_SYS_IOCTL_H 1
8453: | #define HAVE_SYS_FILE_H 1
8454: | #define HAVE_SYS_MMAN_H 1
8455: | #define HAVE_SYS_MOUNT_H 1
8456: | #define HAVE_SYS_POLL_H 1
8457: | #define HAVE_SYS_RESOURCE_H 1
8458: | #define HAVE_SYS_SELECT_H 1
8459: | #define HAVE_SYS_SOCKET_H 1
8460: | #define HAVE_SYS_STAT_H 1
8461: | #define HAVE_SYS_STATVFS_H 1
8462: | #define HAVE_SYS_WAIT_H 1
8463: | #define HAVE_TERMIOS_H 1
8464: | #define HAVE_UNISTD_H 1
8465: | #define HAVE_UTIME_H 1
8466: | #define HAVE_SYS_UTSNAME_H 1
8467: | #define HAVE_SYS_IPC_H 1
8468: | #define HAVE_DLFCN_H 1
8469: | #define HAVE_ASSERT_H 1
8470: | #define HAVE_STRUCT_TM_TM_ZONE 1
8471: | #define HAVE_TM_ZONE 1
8472: | #define MISSING_FCLOSE_DECL 0
8473: | #define HAVE_TM_GMTOFF 1
8474: | #define HAVE_STRUCT_FLOCK 1
8475: | #define HAVE_SOCKLEN_T 1
8476: | #define SIZEOF_SIZE_T 4
8477: | #define SIZEOF_LONG_LONG 8
8478: | #define SIZEOF_LONG_LONG_INT 8
8479: | #define SIZEOF_LONG 4
8480: | #define SIZEOF_INT 4
8481: | #define SIZEOF_INTMAX_T 8
8482: | #define HAVE_INTMAX_T 1
8483: | #define SIZEOF_SSIZE_T 4
8484: | #define HAVE_SSIZE_T 1
8485: | #define SIZEOF_PTRDIFF_T 4
8486: | #define HAVE_PTRDIFF_T 1
8487: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
8488: | #define HAVE_ST_BLKSIZE 1
8489: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
8490: | #define HAVE_ST_BLOCKS 1
8491: | #define HAVE_STRUCT_STAT_ST_RDEV 1
8492: | #define HAVE_ST_RDEV 1
8493: | #define HAVE_SOCKADDR_STORAGE 1
8494: | #define HAVE_SOCKADDR_SA_LEN 1
8495: | #define HAVE_VPRINTF 1
8496: | #define HAVE_ALPHASORT 1
8497: | #define HAVE_ASCTIME_R 1
8498: | #define HAVE_CHROOT 1
8499: | #define HAVE_CTIME_R 1
8500: | #define HAVE_FLOCK 1
8501: | #define HAVE_FTOK 1
8502: | #define HAVE_FUNOPEN 1
8503: | #define HAVE_GAI_STRERROR 1
8504: | #define HAVE_GETLOADAVG 1
8505: | #define HAVE_GETLOGIN 1
8506: | #define HAVE_GETPROTOBYNAME 1
8507: | #define HAVE_GETPROTOBYNUMBER 1
8508: | #define HAVE_GETSERVBYNAME 1
8509: | #define HAVE_GETSERVBYPORT 1
8510: | #define HAVE_GETHOSTNAME 1
8511: | #define HAVE_GETRUSAGE 1
8512: | #define HAVE_GETTIMEOFDAY 1
8513: | #define HAVE_GMTIME_R 1
8514: | #define HAVE_GETPWNAM_R 1
8515: | #define HAVE_GETGRNAM_R 1
8516: | #define HAVE_GETPWUID_R 1
8517: | #define HAVE_GRANTPT 1
8518: | #define HAVE_INET_NTOA 1
8519: | #define HAVE_INET_NTOP 1
8520: | #define HAVE_INET_PTON 1
8521: | #define HAVE_ISASCII 1
8522: | #define HAVE_LINK 1
8523: | #define HAVE_LOCALTIME_R 1
8524: | #define HAVE_LOCKF 1
8525: | #define HAVE_LCHOWN 1
8526: | #define HAVE_LRAND48 1
8527: | #define HAVE_MEMCPY 1
8528: | #define HAVE_MEMMOVE 1
8529: | #define HAVE_MKSTEMP 1
8530: | #define HAVE_MMAP 1
8531: | #define HAVE_NL_LANGINFO 1
8532: | #define HAVE_PERROR 1
8533: | #define HAVE_POLL 1
8534: | #define HAVE_PTSNAME 1
8535: | #define HAVE_PUTENV 1
8536: | #define HAVE_REALPATH 1
8537: | #define HAVE_RANDOM 1
8538: | #define HAVE_RAND_R 1
8539: | #define HAVE_SCANDIR 1
8540: | #define HAVE_SETITIMER 1
8541: | #define HAVE_SETLOCALE 1
8542: | #define HAVE_LOCALECONV 1
8543: | #define HAVE_SETENV 1
8544: | #define HAVE_SETPGID 1
8545: | #define HAVE_SETSOCKOPT 1
8546: | #define HAVE_SETVBUF 1
8547: | #define HAVE_SHUTDOWN 1
8548: | #define HAVE_SIN 1
8549: | #define HAVE_SNPRINTF 1
8550: | #define HAVE_SRAND48 1
8551: | #define HAVE_SRANDOM 1
8552: | #define HAVE_STATFS 1
8553: | #define HAVE_STATVFS 1
8554: | #define HAVE_STRCASECMP 1
8555: | #define HAVE_STRCOLL 1
8556: | #define HAVE_STRDUP 1
8557: | #define HAVE_STRERROR 1
8558: | #define HAVE_STRFTIME 1
8559: | #define HAVE_STRNLEN 1
8560: | #define HAVE_STRPTIME 1
8561: | #define HAVE_STRSTR 1
8562: | #define HAVE_STRTOK_R 1
8563: | #define HAVE_SYMLINK 1
8564: | #define HAVE_TEMPNAM 1
8565: | #define HAVE_TZSET 1
8566: | #define HAVE_UNLOCKPT 1
8567: | #define HAVE_UNSETENV 1
8568: | #define HAVE_USLEEP 1
8569: | #define HAVE_UTIME 1
8570: | #define HAVE_VSNPRINTF 1
8571: | #define HAVE_VASPRINTF 1
8572: | #define HAVE_ASPRINTF 1
8573: | #define HAVE_NANOSLEEP 1
8574: | #define HAVE_NANOSLEEP 1
8575: | #define HAVE_GETADDRINFO 1
8576: | #define HAVE_SYNC_FETCH_AND_ADD 1
8577: | #define HAVE_STRLCAT 1
8578: | #define HAVE_STRLCPY 1
8579: | #define HAVE_GETOPT 1
8580: | #define HAVE_UTIME_H 1
8581: | #define HAVE_UTIME_NULL 1
8582: | #define HAVE_ALLOCA 1
8583: | #define HAVE_DECLARED_TIMEZONE 1
8584: | #define HAVE_POSIX_READDIR_R 1
8585: | #define PHP_SIGCHILD 0
8586: | #define DEFAULT_SHORT_OPEN_TAG "1"
8587: | #define HAVE_IPV6 1
8588: | #define SIZEOF_LONG 4
8589: | #define SIZEOF_INT 4
8590: | #define HAVE_INT32_T 1
8591: | #define HAVE_UINT32_T 1
8592: | #define HAVE_SYS_TYPES_H 1
8593: | #define HAVE_INTTYPES_H 1
8594: | #define HAVE_STDINT_H 1
8595: | #define HAVE_STRING_H 1
8596: | #define HAVE_STDLIB_H 1
8597: | #define HAVE_STRTOLL 1
8598: | #define HAVE_ATOLL 1
8599: | #define HAVE_STRFTIME 1
8600: | #define HAVE_REGEX_T_RE_MAGIC 1
8601: | #define HSREGEX 1
8602: | #define REGEX 1
8603: | #define HAVE_LIBXML 1
8604: | #define HAVE_LIBXML 1
8605: | #define HAVE_PCRE 1
8606: | #define HAVE_REFLECTION 1
8607: | #define HAVE_PACKED_OBJECT_VALUE 1
8608: | #define HAVE_SPL 1
8609: | #define HAVE_FLUSHIO 1
8610: | #define HAVE_CRYPT 1
8611: | #define HAVE_ALIGNOF 1
8612: | #define HAVE_ATTRIBUTE_ALIGNED 1
8613: | #define PHP_USE_PHP_CRYPT_R 1
8614: | #define PHP_STD_DES_CRYPT 1
8615: | #define PHP_BLOWFISH_CRYPT 1
8616: | #define PHP_EXT_DES_CRYPT 1
8617: | #define PHP_MD5_CRYPT 1
8618: | #define PHP_SHA512_CRYPT 1
8619: | #define PHP_SHA256_CRYPT 1
8620: | #define HAVE_GETCWD 1
8621: | #define HAVE_GETWD 1
8622: | #define HAVE_ASINH 1
8623: | #define HAVE_ACOSH 1
8624: | #define HAVE_ATANH 1
8625: | #define HAVE_LOG1P 1
8626: | #define HAVE_HYPOT 1
8627: | #define HAVE_GLOB 1
8628: | #define HAVE_STRFMON 1
8629: | #define HAVE_NICE 1
8630: | #define HAVE_ISINF 1
8631: | #define HAVE_ISNAN 1
8632: | #define HAVE_FNMATCH 1
8633: | #define HAVE_FORK 1
8634: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
8635: | #define ENABLE_CHROOT_FUNC 1
8636: | #define HAVE_RES_NSEARCH 1
8637: | /* end confdefs.h. */
8638: |
8639: | /* Override any GCC internal prototype to avoid an error.
8640: | Use char because int might match the return type of a GCC
8641: | builtin and then its argument prototype would still apply. */
8642: | #ifdef __cplusplus
8643: | extern "C"
8644: | #endif
8645: | char __dns_search ();
8646: | int
8647: | main ()
8648: | {
8649: | return __dns_search ();
8650: | ;
8651: | return 0;
8652: | }
8653: configure:90686: result: no
8654: configure:90759: checking for dn_expand
8655: configure:90759: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
8656: configure:90759: $? = 0
8657: configure:90759: result: yes
8658: configure:91197: checking for dn_skipname
8659: configure:91197: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
8660: /tmp//ccQRQjTi.o: In function `main':
8661: conftest.c:(.text+0x12): undefined reference to `dn_skipname'
8662: configure:91197: $? = 1
8663: configure: failed program was:
8664: | /* confdefs.h */
8665: | #define PACKAGE_NAME ""
8666: | #define PACKAGE_TARNAME ""
8667: | #define PACKAGE_VERSION ""
8668: | #define PACKAGE_STRING ""
8669: | #define PACKAGE_BUGREPORT ""
8670: | #define PACKAGE_URL ""
8671: | #define STDC_HEADERS 1
8672: | #define HAVE_SYS_TYPES_H 1
8673: | #define HAVE_SYS_STAT_H 1
8674: | #define HAVE_STDLIB_H 1
8675: | #define HAVE_STRING_H 1
8676: | #define HAVE_MEMORY_H 1
8677: | #define HAVE_STRINGS_H 1
8678: | #define HAVE_INTTYPES_H 1
8679: | #define HAVE_STDINT_H 1
8680: | #define HAVE_UNISTD_H 1
8681: | #define __EXTENSIONS__ 1
8682: | #define _ALL_SOURCE 1
8683: | #define _GNU_SOURCE 1
8684: | #define _POSIX_PTHREAD_SEMANTICS 1
8685: | #define _TANDEM_SOURCE 1
8686: | #define HAVE_DEV_URANDOM 1
8687: | #define HAVE_SOCKLEN_T 1
8688: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
8689: | #define PHP_WRITE_STDOUT 1
8690: | #define HAVE_SOCKET 1
8691: | #define HAVE_SOCKETPAIR 1
8692: | #define HAVE_HTONL 1
8693: | #define HAVE_GETHOSTNAME 1
8694: | #define HAVE_GETHOSTBYADDR 1
8695: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
8696: | #define HAVE_DLOPEN 1
8697: | #define HAVE_LIBDL 1
8698: | #define HAVE_LIBM 1
8699: | #define HAVE_INET_ATON 1
8700: | #define STDC_HEADERS 1
8701: | #define HAVE_DIRENT_H 1
8702: | #define HAVE_INTTYPES_H 1
8703: | #define HAVE_STDINT_H 1
8704: | #define HAVE_DIRENT_H 1
8705: | #define HAVE_SYS_PARAM_H 1
8706: | #define HAVE_SYS_TYPES_H 1
8707: | #define HAVE_SYS_TIME_H 1
8708: | #define HAVE_NETINET_IN_H 1
8709: | #define HAVE_ARPA_INET_H 1
8710: | #define HAVE_ARPA_NAMESER_H 1
8711: | #define HAVE_ASSERT_H 1
8712: | #define HAVE_FCNTL_H 1
8713: | #define HAVE_GRP_H 1
8714: | #define HAVE_IEEEFP_H 1
8715: | #define HAVE_LANGINFO_H 1
8716: | #define HAVE_LIMITS_H 1
8717: | #define HAVE_LOCALE_H 1
8718: | #define HAVE_MONETARY_H 1
8719: | #define HAVE_NETDB_H 1
8720: | #define HAVE_PWD_H 1
8721: | #define HAVE_RESOLV_H 1
8722: | #define HAVE_SIGNAL_H 1
8723: | #define HAVE_STDARG_H 1
8724: | #define HAVE_STDLIB_H 1
8725: | #define HAVE_STRING_H 1
8726: | #define HAVE_SYSLOG_H 1
8727: | #define HAVE_SYSEXITS_H 1
8728: | #define HAVE_SYS_IOCTL_H 1
8729: | #define HAVE_SYS_FILE_H 1
8730: | #define HAVE_SYS_MMAN_H 1
8731: | #define HAVE_SYS_MOUNT_H 1
8732: | #define HAVE_SYS_POLL_H 1
8733: | #define HAVE_SYS_RESOURCE_H 1
8734: | #define HAVE_SYS_SELECT_H 1
8735: | #define HAVE_SYS_SOCKET_H 1
8736: | #define HAVE_SYS_STAT_H 1
8737: | #define HAVE_SYS_STATVFS_H 1
8738: | #define HAVE_SYS_WAIT_H 1
8739: | #define HAVE_TERMIOS_H 1
8740: | #define HAVE_UNISTD_H 1
8741: | #define HAVE_UTIME_H 1
8742: | #define HAVE_SYS_UTSNAME_H 1
8743: | #define HAVE_SYS_IPC_H 1
8744: | #define HAVE_DLFCN_H 1
8745: | #define HAVE_ASSERT_H 1
8746: | #define HAVE_STRUCT_TM_TM_ZONE 1
8747: | #define HAVE_TM_ZONE 1
8748: | #define MISSING_FCLOSE_DECL 0
8749: | #define HAVE_TM_GMTOFF 1
8750: | #define HAVE_STRUCT_FLOCK 1
8751: | #define HAVE_SOCKLEN_T 1
8752: | #define SIZEOF_SIZE_T 4
8753: | #define SIZEOF_LONG_LONG 8
8754: | #define SIZEOF_LONG_LONG_INT 8
8755: | #define SIZEOF_LONG 4
8756: | #define SIZEOF_INT 4
8757: | #define SIZEOF_INTMAX_T 8
8758: | #define HAVE_INTMAX_T 1
8759: | #define SIZEOF_SSIZE_T 4
8760: | #define HAVE_SSIZE_T 1
8761: | #define SIZEOF_PTRDIFF_T 4
8762: | #define HAVE_PTRDIFF_T 1
8763: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
8764: | #define HAVE_ST_BLKSIZE 1
8765: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
8766: | #define HAVE_ST_BLOCKS 1
8767: | #define HAVE_STRUCT_STAT_ST_RDEV 1
8768: | #define HAVE_ST_RDEV 1
8769: | #define HAVE_SOCKADDR_STORAGE 1
8770: | #define HAVE_SOCKADDR_SA_LEN 1
8771: | #define HAVE_VPRINTF 1
8772: | #define HAVE_ALPHASORT 1
8773: | #define HAVE_ASCTIME_R 1
8774: | #define HAVE_CHROOT 1
8775: | #define HAVE_CTIME_R 1
8776: | #define HAVE_FLOCK 1
8777: | #define HAVE_FTOK 1
8778: | #define HAVE_FUNOPEN 1
8779: | #define HAVE_GAI_STRERROR 1
8780: | #define HAVE_GETLOADAVG 1
8781: | #define HAVE_GETLOGIN 1
8782: | #define HAVE_GETPROTOBYNAME 1
8783: | #define HAVE_GETPROTOBYNUMBER 1
8784: | #define HAVE_GETSERVBYNAME 1
8785: | #define HAVE_GETSERVBYPORT 1
8786: | #define HAVE_GETHOSTNAME 1
8787: | #define HAVE_GETRUSAGE 1
8788: | #define HAVE_GETTIMEOFDAY 1
8789: | #define HAVE_GMTIME_R 1
8790: | #define HAVE_GETPWNAM_R 1
8791: | #define HAVE_GETGRNAM_R 1
8792: | #define HAVE_GETPWUID_R 1
8793: | #define HAVE_GRANTPT 1
8794: | #define HAVE_INET_NTOA 1
8795: | #define HAVE_INET_NTOP 1
8796: | #define HAVE_INET_PTON 1
8797: | #define HAVE_ISASCII 1
8798: | #define HAVE_LINK 1
8799: | #define HAVE_LOCALTIME_R 1
8800: | #define HAVE_LOCKF 1
8801: | #define HAVE_LCHOWN 1
8802: | #define HAVE_LRAND48 1
8803: | #define HAVE_MEMCPY 1
8804: | #define HAVE_MEMMOVE 1
8805: | #define HAVE_MKSTEMP 1
8806: | #define HAVE_MMAP 1
8807: | #define HAVE_NL_LANGINFO 1
8808: | #define HAVE_PERROR 1
8809: | #define HAVE_POLL 1
8810: | #define HAVE_PTSNAME 1
8811: | #define HAVE_PUTENV 1
8812: | #define HAVE_REALPATH 1
8813: | #define HAVE_RANDOM 1
8814: | #define HAVE_RAND_R 1
8815: | #define HAVE_SCANDIR 1
8816: | #define HAVE_SETITIMER 1
8817: | #define HAVE_SETLOCALE 1
8818: | #define HAVE_LOCALECONV 1
8819: | #define HAVE_SETENV 1
8820: | #define HAVE_SETPGID 1
8821: | #define HAVE_SETSOCKOPT 1
8822: | #define HAVE_SETVBUF 1
8823: | #define HAVE_SHUTDOWN 1
8824: | #define HAVE_SIN 1
8825: | #define HAVE_SNPRINTF 1
8826: | #define HAVE_SRAND48 1
8827: | #define HAVE_SRANDOM 1
8828: | #define HAVE_STATFS 1
8829: | #define HAVE_STATVFS 1
8830: | #define HAVE_STRCASECMP 1
8831: | #define HAVE_STRCOLL 1
8832: | #define HAVE_STRDUP 1
8833: | #define HAVE_STRERROR 1
8834: | #define HAVE_STRFTIME 1
8835: | #define HAVE_STRNLEN 1
8836: | #define HAVE_STRPTIME 1
8837: | #define HAVE_STRSTR 1
8838: | #define HAVE_STRTOK_R 1
8839: | #define HAVE_SYMLINK 1
8840: | #define HAVE_TEMPNAM 1
8841: | #define HAVE_TZSET 1
8842: | #define HAVE_UNLOCKPT 1
8843: | #define HAVE_UNSETENV 1
8844: | #define HAVE_USLEEP 1
8845: | #define HAVE_UTIME 1
8846: | #define HAVE_VSNPRINTF 1
8847: | #define HAVE_VASPRINTF 1
8848: | #define HAVE_ASPRINTF 1
8849: | #define HAVE_NANOSLEEP 1
8850: | #define HAVE_NANOSLEEP 1
8851: | #define HAVE_GETADDRINFO 1
8852: | #define HAVE_SYNC_FETCH_AND_ADD 1
8853: | #define HAVE_STRLCAT 1
8854: | #define HAVE_STRLCPY 1
8855: | #define HAVE_GETOPT 1
8856: | #define HAVE_UTIME_H 1
8857: | #define HAVE_UTIME_NULL 1
8858: | #define HAVE_ALLOCA 1
8859: | #define HAVE_DECLARED_TIMEZONE 1
8860: | #define HAVE_POSIX_READDIR_R 1
8861: | #define PHP_SIGCHILD 0
8862: | #define DEFAULT_SHORT_OPEN_TAG "1"
8863: | #define HAVE_IPV6 1
8864: | #define SIZEOF_LONG 4
8865: | #define SIZEOF_INT 4
8866: | #define HAVE_INT32_T 1
8867: | #define HAVE_UINT32_T 1
8868: | #define HAVE_SYS_TYPES_H 1
8869: | #define HAVE_INTTYPES_H 1
8870: | #define HAVE_STDINT_H 1
8871: | #define HAVE_STRING_H 1
8872: | #define HAVE_STDLIB_H 1
8873: | #define HAVE_STRTOLL 1
8874: | #define HAVE_ATOLL 1
8875: | #define HAVE_STRFTIME 1
8876: | #define HAVE_REGEX_T_RE_MAGIC 1
8877: | #define HSREGEX 1
8878: | #define REGEX 1
8879: | #define HAVE_LIBXML 1
8880: | #define HAVE_LIBXML 1
8881: | #define HAVE_PCRE 1
8882: | #define HAVE_REFLECTION 1
8883: | #define HAVE_PACKED_OBJECT_VALUE 1
8884: | #define HAVE_SPL 1
8885: | #define HAVE_FLUSHIO 1
8886: | #define HAVE_CRYPT 1
8887: | #define HAVE_ALIGNOF 1
8888: | #define HAVE_ATTRIBUTE_ALIGNED 1
8889: | #define PHP_USE_PHP_CRYPT_R 1
8890: | #define PHP_STD_DES_CRYPT 1
8891: | #define PHP_BLOWFISH_CRYPT 1
8892: | #define PHP_EXT_DES_CRYPT 1
8893: | #define PHP_MD5_CRYPT 1
8894: | #define PHP_SHA512_CRYPT 1
8895: | #define PHP_SHA256_CRYPT 1
8896: | #define HAVE_GETCWD 1
8897: | #define HAVE_GETWD 1
8898: | #define HAVE_ASINH 1
8899: | #define HAVE_ACOSH 1
8900: | #define HAVE_ATANH 1
8901: | #define HAVE_LOG1P 1
8902: | #define HAVE_HYPOT 1
8903: | #define HAVE_GLOB 1
8904: | #define HAVE_STRFMON 1
8905: | #define HAVE_NICE 1
8906: | #define HAVE_ISINF 1
8907: | #define HAVE_ISNAN 1
8908: | #define HAVE_FNMATCH 1
8909: | #define HAVE_FORK 1
8910: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
8911: | #define ENABLE_CHROOT_FUNC 1
8912: | #define HAVE_RES_NSEARCH 1
8913: | #define HAVE_DN_EXPAND 1
8914: | /* end confdefs.h. */
8915: | /* Define dn_skipname to an innocuous variant, in case <limits.h> declares dn_skipname.
8916: | For example, HP-UX 11i <limits.h> declares gettimeofday. */
8917: | #define dn_skipname innocuous_dn_skipname
8918: |
8919: | /* System header to define __stub macros and hopefully few prototypes,
8920: | which can conflict with char dn_skipname (); below.
8921: | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8922: | <limits.h> exists even on freestanding compilers. */
8923: |
8924: | #ifdef __STDC__
8925: | # include <limits.h>
8926: | #else
8927: | # include <assert.h>
8928: | #endif
8929: |
8930: | #undef dn_skipname
8931: |
8932: | /* Override any GCC internal prototype to avoid an error.
8933: | Use char because int might match the return type of a GCC
8934: | builtin and then its argument prototype would still apply. */
8935: | #ifdef __cplusplus
8936: | extern "C"
8937: | #endif
8938: | char dn_skipname ();
8939: | /* The GNU C library defines this for functions which it implements
8940: | to always fail with ENOSYS. Some functions are actually named
8941: | something starting with __ and the normal name is an alias. */
8942: | #if defined __stub_dn_skipname || defined __stub___dn_skipname
8943: | choke me
8944: | #endif
8945: |
8946: | int
8947: | main ()
8948: | {
8949: | return dn_skipname ();
8950: | ;
8951: | return 0;
8952: | }
8953: configure:91197: result: no
8954: configure:91201: checking for __dn_skipname
8955: configure:91201: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
8956: configure:91201: $? = 0
8957: configure:91201: result: yes
8958: configure:91637: checking for res_search
8959: configure:91637: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
8960: configure:91637: $? = 0
8961: configure:91637: result: yes
8962: configure:92071: checking whether atof() accepts NAN
8963: configure:92102: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
8964: configure:92102: $? = 0
8965: configure:92102: ./conftest
8966: configure:92102: $? = 0
8967: configure:92116: result: yes
8968: configure:92124: checking whether atof() accepts INF
8969: configure:92158: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
8970: configure:92158: $? = 0
8971: configure:92158: ./conftest
8972: configure:92158: $? = 0
8973: configure:92172: result: yes
8974: configure:92180: checking whether HUGE_VAL == INF
8975: configure:92214: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
8976: configure:92214: $? = 0
8977: configure:92214: ./conftest
8978: configure:92214: $? = 0
8979: configure:92228: result: yes
8980: configure:92236: checking whether HUGE_VAL + -HUGEVAL == NAN
8981: configure:92272: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
8982: configure:92272: $? = 0
8983: configure:92272: ./conftest
8984: configure:92272: $? = 0
8985: configure:92286: result: yes
8986: configure:92294: checking whether strptime() declaration fails
8987: configure:92320: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
8988: conftest.c: In function 'main':
8989: conftest.c:269: error: conflicting types for 'strptime'
8990: /usr/include/time.h:177: error: previous declaration of 'strptime' was here
8991: configure:92320: $? = 1
8992: configure: failed program was:
8993: | /* confdefs.h */
8994: | #define PACKAGE_NAME ""
8995: | #define PACKAGE_TARNAME ""
8996: | #define PACKAGE_VERSION ""
8997: | #define PACKAGE_STRING ""
8998: | #define PACKAGE_BUGREPORT ""
8999: | #define PACKAGE_URL ""
9000: | #define STDC_HEADERS 1
9001: | #define HAVE_SYS_TYPES_H 1
9002: | #define HAVE_SYS_STAT_H 1
9003: | #define HAVE_STDLIB_H 1
9004: | #define HAVE_STRING_H 1
9005: | #define HAVE_MEMORY_H 1
9006: | #define HAVE_STRINGS_H 1
9007: | #define HAVE_INTTYPES_H 1
9008: | #define HAVE_STDINT_H 1
9009: | #define HAVE_UNISTD_H 1
9010: | #define __EXTENSIONS__ 1
9011: | #define _ALL_SOURCE 1
9012: | #define _GNU_SOURCE 1
9013: | #define _POSIX_PTHREAD_SEMANTICS 1
9014: | #define _TANDEM_SOURCE 1
9015: | #define HAVE_DEV_URANDOM 1
9016: | #define HAVE_SOCKLEN_T 1
9017: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
9018: | #define PHP_WRITE_STDOUT 1
9019: | #define HAVE_SOCKET 1
9020: | #define HAVE_SOCKETPAIR 1
9021: | #define HAVE_HTONL 1
9022: | #define HAVE_GETHOSTNAME 1
9023: | #define HAVE_GETHOSTBYADDR 1
9024: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
9025: | #define HAVE_DLOPEN 1
9026: | #define HAVE_LIBDL 1
9027: | #define HAVE_LIBM 1
9028: | #define HAVE_INET_ATON 1
9029: | #define STDC_HEADERS 1
9030: | #define HAVE_DIRENT_H 1
9031: | #define HAVE_INTTYPES_H 1
9032: | #define HAVE_STDINT_H 1
9033: | #define HAVE_DIRENT_H 1
9034: | #define HAVE_SYS_PARAM_H 1
9035: | #define HAVE_SYS_TYPES_H 1
9036: | #define HAVE_SYS_TIME_H 1
9037: | #define HAVE_NETINET_IN_H 1
9038: | #define HAVE_ARPA_INET_H 1
9039: | #define HAVE_ARPA_NAMESER_H 1
9040: | #define HAVE_ASSERT_H 1
9041: | #define HAVE_FCNTL_H 1
9042: | #define HAVE_GRP_H 1
9043: | #define HAVE_IEEEFP_H 1
9044: | #define HAVE_LANGINFO_H 1
9045: | #define HAVE_LIMITS_H 1
9046: | #define HAVE_LOCALE_H 1
9047: | #define HAVE_MONETARY_H 1
9048: | #define HAVE_NETDB_H 1
9049: | #define HAVE_PWD_H 1
9050: | #define HAVE_RESOLV_H 1
9051: | #define HAVE_SIGNAL_H 1
9052: | #define HAVE_STDARG_H 1
9053: | #define HAVE_STDLIB_H 1
9054: | #define HAVE_STRING_H 1
9055: | #define HAVE_SYSLOG_H 1
9056: | #define HAVE_SYSEXITS_H 1
9057: | #define HAVE_SYS_IOCTL_H 1
9058: | #define HAVE_SYS_FILE_H 1
9059: | #define HAVE_SYS_MMAN_H 1
9060: | #define HAVE_SYS_MOUNT_H 1
9061: | #define HAVE_SYS_POLL_H 1
9062: | #define HAVE_SYS_RESOURCE_H 1
9063: | #define HAVE_SYS_SELECT_H 1
9064: | #define HAVE_SYS_SOCKET_H 1
9065: | #define HAVE_SYS_STAT_H 1
9066: | #define HAVE_SYS_STATVFS_H 1
9067: | #define HAVE_SYS_WAIT_H 1
9068: | #define HAVE_TERMIOS_H 1
9069: | #define HAVE_UNISTD_H 1
9070: | #define HAVE_UTIME_H 1
9071: | #define HAVE_SYS_UTSNAME_H 1
9072: | #define HAVE_SYS_IPC_H 1
9073: | #define HAVE_DLFCN_H 1
9074: | #define HAVE_ASSERT_H 1
9075: | #define HAVE_STRUCT_TM_TM_ZONE 1
9076: | #define HAVE_TM_ZONE 1
9077: | #define MISSING_FCLOSE_DECL 0
9078: | #define HAVE_TM_GMTOFF 1
9079: | #define HAVE_STRUCT_FLOCK 1
9080: | #define HAVE_SOCKLEN_T 1
9081: | #define SIZEOF_SIZE_T 4
9082: | #define SIZEOF_LONG_LONG 8
9083: | #define SIZEOF_LONG_LONG_INT 8
9084: | #define SIZEOF_LONG 4
9085: | #define SIZEOF_INT 4
9086: | #define SIZEOF_INTMAX_T 8
9087: | #define HAVE_INTMAX_T 1
9088: | #define SIZEOF_SSIZE_T 4
9089: | #define HAVE_SSIZE_T 1
9090: | #define SIZEOF_PTRDIFF_T 4
9091: | #define HAVE_PTRDIFF_T 1
9092: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9093: | #define HAVE_ST_BLKSIZE 1
9094: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
9095: | #define HAVE_ST_BLOCKS 1
9096: | #define HAVE_STRUCT_STAT_ST_RDEV 1
9097: | #define HAVE_ST_RDEV 1
9098: | #define HAVE_SOCKADDR_STORAGE 1
9099: | #define HAVE_SOCKADDR_SA_LEN 1
9100: | #define HAVE_VPRINTF 1
9101: | #define HAVE_ALPHASORT 1
9102: | #define HAVE_ASCTIME_R 1
9103: | #define HAVE_CHROOT 1
9104: | #define HAVE_CTIME_R 1
9105: | #define HAVE_FLOCK 1
9106: | #define HAVE_FTOK 1
9107: | #define HAVE_FUNOPEN 1
9108: | #define HAVE_GAI_STRERROR 1
9109: | #define HAVE_GETLOADAVG 1
9110: | #define HAVE_GETLOGIN 1
9111: | #define HAVE_GETPROTOBYNAME 1
9112: | #define HAVE_GETPROTOBYNUMBER 1
9113: | #define HAVE_GETSERVBYNAME 1
9114: | #define HAVE_GETSERVBYPORT 1
9115: | #define HAVE_GETHOSTNAME 1
9116: | #define HAVE_GETRUSAGE 1
9117: | #define HAVE_GETTIMEOFDAY 1
9118: | #define HAVE_GMTIME_R 1
9119: | #define HAVE_GETPWNAM_R 1
9120: | #define HAVE_GETGRNAM_R 1
9121: | #define HAVE_GETPWUID_R 1
9122: | #define HAVE_GRANTPT 1
9123: | #define HAVE_INET_NTOA 1
9124: | #define HAVE_INET_NTOP 1
9125: | #define HAVE_INET_PTON 1
9126: | #define HAVE_ISASCII 1
9127: | #define HAVE_LINK 1
9128: | #define HAVE_LOCALTIME_R 1
9129: | #define HAVE_LOCKF 1
9130: | #define HAVE_LCHOWN 1
9131: | #define HAVE_LRAND48 1
9132: | #define HAVE_MEMCPY 1
9133: | #define HAVE_MEMMOVE 1
9134: | #define HAVE_MKSTEMP 1
9135: | #define HAVE_MMAP 1
9136: | #define HAVE_NL_LANGINFO 1
9137: | #define HAVE_PERROR 1
9138: | #define HAVE_POLL 1
9139: | #define HAVE_PTSNAME 1
9140: | #define HAVE_PUTENV 1
9141: | #define HAVE_REALPATH 1
9142: | #define HAVE_RANDOM 1
9143: | #define HAVE_RAND_R 1
9144: | #define HAVE_SCANDIR 1
9145: | #define HAVE_SETITIMER 1
9146: | #define HAVE_SETLOCALE 1
9147: | #define HAVE_LOCALECONV 1
9148: | #define HAVE_SETENV 1
9149: | #define HAVE_SETPGID 1
9150: | #define HAVE_SETSOCKOPT 1
9151: | #define HAVE_SETVBUF 1
9152: | #define HAVE_SHUTDOWN 1
9153: | #define HAVE_SIN 1
9154: | #define HAVE_SNPRINTF 1
9155: | #define HAVE_SRAND48 1
9156: | #define HAVE_SRANDOM 1
9157: | #define HAVE_STATFS 1
9158: | #define HAVE_STATVFS 1
9159: | #define HAVE_STRCASECMP 1
9160: | #define HAVE_STRCOLL 1
9161: | #define HAVE_STRDUP 1
9162: | #define HAVE_STRERROR 1
9163: | #define HAVE_STRFTIME 1
9164: | #define HAVE_STRNLEN 1
9165: | #define HAVE_STRPTIME 1
9166: | #define HAVE_STRSTR 1
9167: | #define HAVE_STRTOK_R 1
9168: | #define HAVE_SYMLINK 1
9169: | #define HAVE_TEMPNAM 1
9170: | #define HAVE_TZSET 1
9171: | #define HAVE_UNLOCKPT 1
9172: | #define HAVE_UNSETENV 1
9173: | #define HAVE_USLEEP 1
9174: | #define HAVE_UTIME 1
9175: | #define HAVE_VSNPRINTF 1
9176: | #define HAVE_VASPRINTF 1
9177: | #define HAVE_ASPRINTF 1
9178: | #define HAVE_NANOSLEEP 1
9179: | #define HAVE_NANOSLEEP 1
9180: | #define HAVE_GETADDRINFO 1
9181: | #define HAVE_SYNC_FETCH_AND_ADD 1
9182: | #define HAVE_STRLCAT 1
9183: | #define HAVE_STRLCPY 1
9184: | #define HAVE_GETOPT 1
9185: | #define HAVE_UTIME_H 1
9186: | #define HAVE_UTIME_NULL 1
9187: | #define HAVE_ALLOCA 1
9188: | #define HAVE_DECLARED_TIMEZONE 1
9189: | #define HAVE_POSIX_READDIR_R 1
9190: | #define PHP_SIGCHILD 0
9191: | #define DEFAULT_SHORT_OPEN_TAG "1"
9192: | #define HAVE_IPV6 1
9193: | #define SIZEOF_LONG 4
9194: | #define SIZEOF_INT 4
9195: | #define HAVE_INT32_T 1
9196: | #define HAVE_UINT32_T 1
9197: | #define HAVE_SYS_TYPES_H 1
9198: | #define HAVE_INTTYPES_H 1
9199: | #define HAVE_STDINT_H 1
9200: | #define HAVE_STRING_H 1
9201: | #define HAVE_STDLIB_H 1
9202: | #define HAVE_STRTOLL 1
9203: | #define HAVE_ATOLL 1
9204: | #define HAVE_STRFTIME 1
9205: | #define HAVE_REGEX_T_RE_MAGIC 1
9206: | #define HSREGEX 1
9207: | #define REGEX 1
9208: | #define HAVE_LIBXML 1
9209: | #define HAVE_LIBXML 1
9210: | #define HAVE_PCRE 1
9211: | #define HAVE_REFLECTION 1
9212: | #define HAVE_PACKED_OBJECT_VALUE 1
9213: | #define HAVE_SPL 1
9214: | #define HAVE_FLUSHIO 1
9215: | #define HAVE_CRYPT 1
9216: | #define HAVE_ALIGNOF 1
9217: | #define HAVE_ATTRIBUTE_ALIGNED 1
9218: | #define PHP_USE_PHP_CRYPT_R 1
9219: | #define PHP_STD_DES_CRYPT 1
9220: | #define PHP_BLOWFISH_CRYPT 1
9221: | #define PHP_EXT_DES_CRYPT 1
9222: | #define PHP_MD5_CRYPT 1
9223: | #define PHP_SHA512_CRYPT 1
9224: | #define PHP_SHA256_CRYPT 1
9225: | #define HAVE_GETCWD 1
9226: | #define HAVE_GETWD 1
9227: | #define HAVE_ASINH 1
9228: | #define HAVE_ACOSH 1
9229: | #define HAVE_ATANH 1
9230: | #define HAVE_LOG1P 1
9231: | #define HAVE_HYPOT 1
9232: | #define HAVE_GLOB 1
9233: | #define HAVE_STRFMON 1
9234: | #define HAVE_NICE 1
9235: | #define HAVE_ISINF 1
9236: | #define HAVE_ISNAN 1
9237: | #define HAVE_FNMATCH 1
9238: | #define HAVE_FORK 1
9239: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
9240: | #define ENABLE_CHROOT_FUNC 1
9241: | #define HAVE_RES_NSEARCH 1
9242: | #define HAVE_DN_EXPAND 1
9243: | #define HAVE_DN_SKIPNAME 1
9244: | #define HAVE_RES_SEARCH 1
9245: | #define HAVE_ATOF_ACCEPTS_NAN 1
9246: | #define HAVE_ATOF_ACCEPTS_INF 1
9247: | #define HAVE_HUGE_VAL_INF 1
9248: | #define HAVE_HUGE_VAL_NAN 1
9249: | /* end confdefs.h. */
9250: |
9251: | #include <time.h>
9252: |
9253: | int
9254: | main ()
9255: | {
9256: |
9257: | #ifndef HAVE_STRPTIME
9258: | #error no strptime() on this platform
9259: | #else
9260: | /* use invalid strptime() declaration to see if it fails to compile */
9261: | int strptime(const char *s, const char *format, struct tm *tm);
9262: | #endif
9263: |
9264: | ;
9265: | return 0;
9266: | }
9267: configure:92331: result: yes
9268: configure:92341: checking wchar.h usability
9269: configure:92341: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
9270: configure:92341: $? = 0
9271: configure:92341: result: yes
9272: configure:92341: checking wchar.h presence
9273: configure:92341: cpp conftest.c
9274: configure:92341: $? = 0
9275: configure:92341: result: yes
9276: configure:92341: checking for wchar.h
9277: configure:92341: result: yes
9278: configure:92353: checking for mblen
9279: configure:92353: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
9280: configure:92353: $? = 0
9281: configure:92353: result: yes
9282: configure:92365: checking for mbrlen
9283: configure:92365: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
9284: configure:92365: $? = 0
9285: configure:92365: result: yes
9286: configure:92365: checking for mbsinit
9287: configure:92365: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt >&5
9288: configure:92365: $? = 0
9289: configure:92365: result: yes
9290: configure:92374: checking for mbstate_t
9291: configure:92397: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
9292: configure:92397: $? = 0
9293: configure:92408: result: yes
9294: configure:92418: checking atomic.h usability
9295: configure:92418: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
9296: conftest.c:297:20: error: atomic.h: No such file or directory
9297: configure:92418: $? = 1
9298: configure: failed program was:
9299: | /* confdefs.h */
9300: | #define PACKAGE_NAME ""
9301: | #define PACKAGE_TARNAME ""
9302: | #define PACKAGE_VERSION ""
9303: | #define PACKAGE_STRING ""
9304: | #define PACKAGE_BUGREPORT ""
9305: | #define PACKAGE_URL ""
9306: | #define STDC_HEADERS 1
9307: | #define HAVE_SYS_TYPES_H 1
9308: | #define HAVE_SYS_STAT_H 1
9309: | #define HAVE_STDLIB_H 1
9310: | #define HAVE_STRING_H 1
9311: | #define HAVE_MEMORY_H 1
9312: | #define HAVE_STRINGS_H 1
9313: | #define HAVE_INTTYPES_H 1
9314: | #define HAVE_STDINT_H 1
9315: | #define HAVE_UNISTD_H 1
9316: | #define __EXTENSIONS__ 1
9317: | #define _ALL_SOURCE 1
9318: | #define _GNU_SOURCE 1
9319: | #define _POSIX_PTHREAD_SEMANTICS 1
9320: | #define _TANDEM_SOURCE 1
9321: | #define HAVE_DEV_URANDOM 1
9322: | #define HAVE_SOCKLEN_T 1
9323: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
9324: | #define PHP_WRITE_STDOUT 1
9325: | #define HAVE_SOCKET 1
9326: | #define HAVE_SOCKETPAIR 1
9327: | #define HAVE_HTONL 1
9328: | #define HAVE_GETHOSTNAME 1
9329: | #define HAVE_GETHOSTBYADDR 1
9330: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
9331: | #define HAVE_DLOPEN 1
9332: | #define HAVE_LIBDL 1
9333: | #define HAVE_LIBM 1
9334: | #define HAVE_INET_ATON 1
9335: | #define STDC_HEADERS 1
9336: | #define HAVE_DIRENT_H 1
9337: | #define HAVE_INTTYPES_H 1
9338: | #define HAVE_STDINT_H 1
9339: | #define HAVE_DIRENT_H 1
9340: | #define HAVE_SYS_PARAM_H 1
9341: | #define HAVE_SYS_TYPES_H 1
9342: | #define HAVE_SYS_TIME_H 1
9343: | #define HAVE_NETINET_IN_H 1
9344: | #define HAVE_ARPA_INET_H 1
9345: | #define HAVE_ARPA_NAMESER_H 1
9346: | #define HAVE_ASSERT_H 1
9347: | #define HAVE_FCNTL_H 1
9348: | #define HAVE_GRP_H 1
9349: | #define HAVE_IEEEFP_H 1
9350: | #define HAVE_LANGINFO_H 1
9351: | #define HAVE_LIMITS_H 1
9352: | #define HAVE_LOCALE_H 1
9353: | #define HAVE_MONETARY_H 1
9354: | #define HAVE_NETDB_H 1
9355: | #define HAVE_PWD_H 1
9356: | #define HAVE_RESOLV_H 1
9357: | #define HAVE_SIGNAL_H 1
9358: | #define HAVE_STDARG_H 1
9359: | #define HAVE_STDLIB_H 1
9360: | #define HAVE_STRING_H 1
9361: | #define HAVE_SYSLOG_H 1
9362: | #define HAVE_SYSEXITS_H 1
9363: | #define HAVE_SYS_IOCTL_H 1
9364: | #define HAVE_SYS_FILE_H 1
9365: | #define HAVE_SYS_MMAN_H 1
9366: | #define HAVE_SYS_MOUNT_H 1
9367: | #define HAVE_SYS_POLL_H 1
9368: | #define HAVE_SYS_RESOURCE_H 1
9369: | #define HAVE_SYS_SELECT_H 1
9370: | #define HAVE_SYS_SOCKET_H 1
9371: | #define HAVE_SYS_STAT_H 1
9372: | #define HAVE_SYS_STATVFS_H 1
9373: | #define HAVE_SYS_WAIT_H 1
9374: | #define HAVE_TERMIOS_H 1
9375: | #define HAVE_UNISTD_H 1
9376: | #define HAVE_UTIME_H 1
9377: | #define HAVE_SYS_UTSNAME_H 1
9378: | #define HAVE_SYS_IPC_H 1
9379: | #define HAVE_DLFCN_H 1
9380: | #define HAVE_ASSERT_H 1
9381: | #define HAVE_STRUCT_TM_TM_ZONE 1
9382: | #define HAVE_TM_ZONE 1
9383: | #define MISSING_FCLOSE_DECL 0
9384: | #define HAVE_TM_GMTOFF 1
9385: | #define HAVE_STRUCT_FLOCK 1
9386: | #define HAVE_SOCKLEN_T 1
9387: | #define SIZEOF_SIZE_T 4
9388: | #define SIZEOF_LONG_LONG 8
9389: | #define SIZEOF_LONG_LONG_INT 8
9390: | #define SIZEOF_LONG 4
9391: | #define SIZEOF_INT 4
9392: | #define SIZEOF_INTMAX_T 8
9393: | #define HAVE_INTMAX_T 1
9394: | #define SIZEOF_SSIZE_T 4
9395: | #define HAVE_SSIZE_T 1
9396: | #define SIZEOF_PTRDIFF_T 4
9397: | #define HAVE_PTRDIFF_T 1
9398: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9399: | #define HAVE_ST_BLKSIZE 1
9400: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
9401: | #define HAVE_ST_BLOCKS 1
9402: | #define HAVE_STRUCT_STAT_ST_RDEV 1
9403: | #define HAVE_ST_RDEV 1
9404: | #define HAVE_SOCKADDR_STORAGE 1
9405: | #define HAVE_SOCKADDR_SA_LEN 1
9406: | #define HAVE_VPRINTF 1
9407: | #define HAVE_ALPHASORT 1
9408: | #define HAVE_ASCTIME_R 1
9409: | #define HAVE_CHROOT 1
9410: | #define HAVE_CTIME_R 1
9411: | #define HAVE_FLOCK 1
9412: | #define HAVE_FTOK 1
9413: | #define HAVE_FUNOPEN 1
9414: | #define HAVE_GAI_STRERROR 1
9415: | #define HAVE_GETLOADAVG 1
9416: | #define HAVE_GETLOGIN 1
9417: | #define HAVE_GETPROTOBYNAME 1
9418: | #define HAVE_GETPROTOBYNUMBER 1
9419: | #define HAVE_GETSERVBYNAME 1
9420: | #define HAVE_GETSERVBYPORT 1
9421: | #define HAVE_GETHOSTNAME 1
9422: | #define HAVE_GETRUSAGE 1
9423: | #define HAVE_GETTIMEOFDAY 1
9424: | #define HAVE_GMTIME_R 1
9425: | #define HAVE_GETPWNAM_R 1
9426: | #define HAVE_GETGRNAM_R 1
9427: | #define HAVE_GETPWUID_R 1
9428: | #define HAVE_GRANTPT 1
9429: | #define HAVE_INET_NTOA 1
9430: | #define HAVE_INET_NTOP 1
9431: | #define HAVE_INET_PTON 1
9432: | #define HAVE_ISASCII 1
9433: | #define HAVE_LINK 1
9434: | #define HAVE_LOCALTIME_R 1
9435: | #define HAVE_LOCKF 1
9436: | #define HAVE_LCHOWN 1
9437: | #define HAVE_LRAND48 1
9438: | #define HAVE_MEMCPY 1
9439: | #define HAVE_MEMMOVE 1
9440: | #define HAVE_MKSTEMP 1
9441: | #define HAVE_MMAP 1
9442: | #define HAVE_NL_LANGINFO 1
9443: | #define HAVE_PERROR 1
9444: | #define HAVE_POLL 1
9445: | #define HAVE_PTSNAME 1
9446: | #define HAVE_PUTENV 1
9447: | #define HAVE_REALPATH 1
9448: | #define HAVE_RANDOM 1
9449: | #define HAVE_RAND_R 1
9450: | #define HAVE_SCANDIR 1
9451: | #define HAVE_SETITIMER 1
9452: | #define HAVE_SETLOCALE 1
9453: | #define HAVE_LOCALECONV 1
9454: | #define HAVE_SETENV 1
9455: | #define HAVE_SETPGID 1
9456: | #define HAVE_SETSOCKOPT 1
9457: | #define HAVE_SETVBUF 1
9458: | #define HAVE_SHUTDOWN 1
9459: | #define HAVE_SIN 1
9460: | #define HAVE_SNPRINTF 1
9461: | #define HAVE_SRAND48 1
9462: | #define HAVE_SRANDOM 1
9463: | #define HAVE_STATFS 1
9464: | #define HAVE_STATVFS 1
9465: | #define HAVE_STRCASECMP 1
9466: | #define HAVE_STRCOLL 1
9467: | #define HAVE_STRDUP 1
9468: | #define HAVE_STRERROR 1
9469: | #define HAVE_STRFTIME 1
9470: | #define HAVE_STRNLEN 1
9471: | #define HAVE_STRPTIME 1
9472: | #define HAVE_STRSTR 1
9473: | #define HAVE_STRTOK_R 1
9474: | #define HAVE_SYMLINK 1
9475: | #define HAVE_TEMPNAM 1
9476: | #define HAVE_TZSET 1
9477: | #define HAVE_UNLOCKPT 1
9478: | #define HAVE_UNSETENV 1
9479: | #define HAVE_USLEEP 1
9480: | #define HAVE_UTIME 1
9481: | #define HAVE_VSNPRINTF 1
9482: | #define HAVE_VASPRINTF 1
9483: | #define HAVE_ASPRINTF 1
9484: | #define HAVE_NANOSLEEP 1
9485: | #define HAVE_NANOSLEEP 1
9486: | #define HAVE_GETADDRINFO 1
9487: | #define HAVE_SYNC_FETCH_AND_ADD 1
9488: | #define HAVE_STRLCAT 1
9489: | #define HAVE_STRLCPY 1
9490: | #define HAVE_GETOPT 1
9491: | #define HAVE_UTIME_H 1
9492: | #define HAVE_UTIME_NULL 1
9493: | #define HAVE_ALLOCA 1
9494: | #define HAVE_DECLARED_TIMEZONE 1
9495: | #define HAVE_POSIX_READDIR_R 1
9496: | #define PHP_SIGCHILD 0
9497: | #define DEFAULT_SHORT_OPEN_TAG "1"
9498: | #define HAVE_IPV6 1
9499: | #define SIZEOF_LONG 4
9500: | #define SIZEOF_INT 4
9501: | #define HAVE_INT32_T 1
9502: | #define HAVE_UINT32_T 1
9503: | #define HAVE_SYS_TYPES_H 1
9504: | #define HAVE_INTTYPES_H 1
9505: | #define HAVE_STDINT_H 1
9506: | #define HAVE_STRING_H 1
9507: | #define HAVE_STDLIB_H 1
9508: | #define HAVE_STRTOLL 1
9509: | #define HAVE_ATOLL 1
9510: | #define HAVE_STRFTIME 1
9511: | #define HAVE_REGEX_T_RE_MAGIC 1
9512: | #define HSREGEX 1
9513: | #define REGEX 1
9514: | #define HAVE_LIBXML 1
9515: | #define HAVE_LIBXML 1
9516: | #define HAVE_PCRE 1
9517: | #define HAVE_REFLECTION 1
9518: | #define HAVE_PACKED_OBJECT_VALUE 1
9519: | #define HAVE_SPL 1
9520: | #define HAVE_FLUSHIO 1
9521: | #define HAVE_CRYPT 1
9522: | #define HAVE_ALIGNOF 1
9523: | #define HAVE_ATTRIBUTE_ALIGNED 1
9524: | #define PHP_USE_PHP_CRYPT_R 1
9525: | #define PHP_STD_DES_CRYPT 1
9526: | #define PHP_BLOWFISH_CRYPT 1
9527: | #define PHP_EXT_DES_CRYPT 1
9528: | #define PHP_MD5_CRYPT 1
9529: | #define PHP_SHA512_CRYPT 1
9530: | #define PHP_SHA256_CRYPT 1
9531: | #define HAVE_GETCWD 1
9532: | #define HAVE_GETWD 1
9533: | #define HAVE_ASINH 1
9534: | #define HAVE_ACOSH 1
9535: | #define HAVE_ATANH 1
9536: | #define HAVE_LOG1P 1
9537: | #define HAVE_HYPOT 1
9538: | #define HAVE_GLOB 1
9539: | #define HAVE_STRFMON 1
9540: | #define HAVE_NICE 1
9541: | #define HAVE_ISINF 1
9542: | #define HAVE_ISNAN 1
9543: | #define HAVE_FNMATCH 1
9544: | #define HAVE_FORK 1
9545: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
9546: | #define ENABLE_CHROOT_FUNC 1
9547: | #define HAVE_RES_NSEARCH 1
9548: | #define HAVE_DN_EXPAND 1
9549: | #define HAVE_DN_SKIPNAME 1
9550: | #define HAVE_RES_SEARCH 1
9551: | #define HAVE_ATOF_ACCEPTS_NAN 1
9552: | #define HAVE_ATOF_ACCEPTS_INF 1
9553: | #define HAVE_HUGE_VAL_INF 1
9554: | #define HAVE_HUGE_VAL_NAN 1
9555: | #define HAVE_STRPTIME_DECL_FAILS 1
9556: | #define HAVE_WCHAR_H 1
9557: | #define HAVE_MBLEN 1
9558: | #define HAVE_MBRLEN 1
9559: | #define HAVE_MBSINIT 1
9560: | #define HAVE_MBSTATE_T 1
9561: | /* end confdefs.h. */
9562: | #include <stdio.h>
9563: | #ifdef HAVE_SYS_TYPES_H
9564: | # include <sys/types.h>
9565: | #endif
9566: | #ifdef HAVE_SYS_STAT_H
9567: | # include <sys/stat.h>
9568: | #endif
9569: | #ifdef STDC_HEADERS
9570: | # include <stdlib.h>
9571: | # include <stddef.h>
9572: | #else
9573: | # ifdef HAVE_STDLIB_H
9574: | # include <stdlib.h>
9575: | # endif
9576: | #endif
9577: | #ifdef HAVE_STRING_H
9578: | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
9579: | # include <memory.h>
9580: | # endif
9581: | # include <string.h>
9582: | #endif
9583: | #ifdef HAVE_STRINGS_H
9584: | # include <strings.h>
9585: | #endif
9586: | #ifdef HAVE_INTTYPES_H
9587: | # include <inttypes.h>
9588: | #endif
9589: | #ifdef HAVE_STDINT_H
9590: | # include <stdint.h>
9591: | #endif
9592: | #ifdef HAVE_UNISTD_H
9593: | # include <unistd.h>
9594: | #endif
9595: | #include <atomic.h>
9596: configure:92418: result: no
9597: configure:92418: checking atomic.h presence
9598: configure:92418: cpp conftest.c
9599: conftest.c:264:20: error: atomic.h: No such file or directory
9600: configure:92418: $? = 1
9601: configure: failed program was:
9602: | /* confdefs.h */
9603: | #define PACKAGE_NAME ""
9604: | #define PACKAGE_TARNAME ""
9605: | #define PACKAGE_VERSION ""
9606: | #define PACKAGE_STRING ""
9607: | #define PACKAGE_BUGREPORT ""
9608: | #define PACKAGE_URL ""
9609: | #define STDC_HEADERS 1
9610: | #define HAVE_SYS_TYPES_H 1
9611: | #define HAVE_SYS_STAT_H 1
9612: | #define HAVE_STDLIB_H 1
9613: | #define HAVE_STRING_H 1
9614: | #define HAVE_MEMORY_H 1
9615: | #define HAVE_STRINGS_H 1
9616: | #define HAVE_INTTYPES_H 1
9617: | #define HAVE_STDINT_H 1
9618: | #define HAVE_UNISTD_H 1
9619: | #define __EXTENSIONS__ 1
9620: | #define _ALL_SOURCE 1
9621: | #define _GNU_SOURCE 1
9622: | #define _POSIX_PTHREAD_SEMANTICS 1
9623: | #define _TANDEM_SOURCE 1
9624: | #define HAVE_DEV_URANDOM 1
9625: | #define HAVE_SOCKLEN_T 1
9626: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
9627: | #define PHP_WRITE_STDOUT 1
9628: | #define HAVE_SOCKET 1
9629: | #define HAVE_SOCKETPAIR 1
9630: | #define HAVE_HTONL 1
9631: | #define HAVE_GETHOSTNAME 1
9632: | #define HAVE_GETHOSTBYADDR 1
9633: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
9634: | #define HAVE_DLOPEN 1
9635: | #define HAVE_LIBDL 1
9636: | #define HAVE_LIBM 1
9637: | #define HAVE_INET_ATON 1
9638: | #define STDC_HEADERS 1
9639: | #define HAVE_DIRENT_H 1
9640: | #define HAVE_INTTYPES_H 1
9641: | #define HAVE_STDINT_H 1
9642: | #define HAVE_DIRENT_H 1
9643: | #define HAVE_SYS_PARAM_H 1
9644: | #define HAVE_SYS_TYPES_H 1
9645: | #define HAVE_SYS_TIME_H 1
9646: | #define HAVE_NETINET_IN_H 1
9647: | #define HAVE_ARPA_INET_H 1
9648: | #define HAVE_ARPA_NAMESER_H 1
9649: | #define HAVE_ASSERT_H 1
9650: | #define HAVE_FCNTL_H 1
9651: | #define HAVE_GRP_H 1
9652: | #define HAVE_IEEEFP_H 1
9653: | #define HAVE_LANGINFO_H 1
9654: | #define HAVE_LIMITS_H 1
9655: | #define HAVE_LOCALE_H 1
9656: | #define HAVE_MONETARY_H 1
9657: | #define HAVE_NETDB_H 1
9658: | #define HAVE_PWD_H 1
9659: | #define HAVE_RESOLV_H 1
9660: | #define HAVE_SIGNAL_H 1
9661: | #define HAVE_STDARG_H 1
9662: | #define HAVE_STDLIB_H 1
9663: | #define HAVE_STRING_H 1
9664: | #define HAVE_SYSLOG_H 1
9665: | #define HAVE_SYSEXITS_H 1
9666: | #define HAVE_SYS_IOCTL_H 1
9667: | #define HAVE_SYS_FILE_H 1
9668: | #define HAVE_SYS_MMAN_H 1
9669: | #define HAVE_SYS_MOUNT_H 1
9670: | #define HAVE_SYS_POLL_H 1
9671: | #define HAVE_SYS_RESOURCE_H 1
9672: | #define HAVE_SYS_SELECT_H 1
9673: | #define HAVE_SYS_SOCKET_H 1
9674: | #define HAVE_SYS_STAT_H 1
9675: | #define HAVE_SYS_STATVFS_H 1
9676: | #define HAVE_SYS_WAIT_H 1
9677: | #define HAVE_TERMIOS_H 1
9678: | #define HAVE_UNISTD_H 1
9679: | #define HAVE_UTIME_H 1
9680: | #define HAVE_SYS_UTSNAME_H 1
9681: | #define HAVE_SYS_IPC_H 1
9682: | #define HAVE_DLFCN_H 1
9683: | #define HAVE_ASSERT_H 1
9684: | #define HAVE_STRUCT_TM_TM_ZONE 1
9685: | #define HAVE_TM_ZONE 1
9686: | #define MISSING_FCLOSE_DECL 0
9687: | #define HAVE_TM_GMTOFF 1
9688: | #define HAVE_STRUCT_FLOCK 1
9689: | #define HAVE_SOCKLEN_T 1
9690: | #define SIZEOF_SIZE_T 4
9691: | #define SIZEOF_LONG_LONG 8
9692: | #define SIZEOF_LONG_LONG_INT 8
9693: | #define SIZEOF_LONG 4
9694: | #define SIZEOF_INT 4
9695: | #define SIZEOF_INTMAX_T 8
9696: | #define HAVE_INTMAX_T 1
9697: | #define SIZEOF_SSIZE_T 4
9698: | #define HAVE_SSIZE_T 1
9699: | #define SIZEOF_PTRDIFF_T 4
9700: | #define HAVE_PTRDIFF_T 1
9701: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9702: | #define HAVE_ST_BLKSIZE 1
9703: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
9704: | #define HAVE_ST_BLOCKS 1
9705: | #define HAVE_STRUCT_STAT_ST_RDEV 1
9706: | #define HAVE_ST_RDEV 1
9707: | #define HAVE_SOCKADDR_STORAGE 1
9708: | #define HAVE_SOCKADDR_SA_LEN 1
9709: | #define HAVE_VPRINTF 1
9710: | #define HAVE_ALPHASORT 1
9711: | #define HAVE_ASCTIME_R 1
9712: | #define HAVE_CHROOT 1
9713: | #define HAVE_CTIME_R 1
9714: | #define HAVE_FLOCK 1
9715: | #define HAVE_FTOK 1
9716: | #define HAVE_FUNOPEN 1
9717: | #define HAVE_GAI_STRERROR 1
9718: | #define HAVE_GETLOADAVG 1
9719: | #define HAVE_GETLOGIN 1
9720: | #define HAVE_GETPROTOBYNAME 1
9721: | #define HAVE_GETPROTOBYNUMBER 1
9722: | #define HAVE_GETSERVBYNAME 1
9723: | #define HAVE_GETSERVBYPORT 1
9724: | #define HAVE_GETHOSTNAME 1
9725: | #define HAVE_GETRUSAGE 1
9726: | #define HAVE_GETTIMEOFDAY 1
9727: | #define HAVE_GMTIME_R 1
9728: | #define HAVE_GETPWNAM_R 1
9729: | #define HAVE_GETGRNAM_R 1
9730: | #define HAVE_GETPWUID_R 1
9731: | #define HAVE_GRANTPT 1
9732: | #define HAVE_INET_NTOA 1
9733: | #define HAVE_INET_NTOP 1
9734: | #define HAVE_INET_PTON 1
9735: | #define HAVE_ISASCII 1
9736: | #define HAVE_LINK 1
9737: | #define HAVE_LOCALTIME_R 1
9738: | #define HAVE_LOCKF 1
9739: | #define HAVE_LCHOWN 1
9740: | #define HAVE_LRAND48 1
9741: | #define HAVE_MEMCPY 1
9742: | #define HAVE_MEMMOVE 1
9743: | #define HAVE_MKSTEMP 1
9744: | #define HAVE_MMAP 1
9745: | #define HAVE_NL_LANGINFO 1
9746: | #define HAVE_PERROR 1
9747: | #define HAVE_POLL 1
9748: | #define HAVE_PTSNAME 1
9749: | #define HAVE_PUTENV 1
9750: | #define HAVE_REALPATH 1
9751: | #define HAVE_RANDOM 1
9752: | #define HAVE_RAND_R 1
9753: | #define HAVE_SCANDIR 1
9754: | #define HAVE_SETITIMER 1
9755: | #define HAVE_SETLOCALE 1
9756: | #define HAVE_LOCALECONV 1
9757: | #define HAVE_SETENV 1
9758: | #define HAVE_SETPGID 1
9759: | #define HAVE_SETSOCKOPT 1
9760: | #define HAVE_SETVBUF 1
9761: | #define HAVE_SHUTDOWN 1
9762: | #define HAVE_SIN 1
9763: | #define HAVE_SNPRINTF 1
9764: | #define HAVE_SRAND48 1
9765: | #define HAVE_SRANDOM 1
9766: | #define HAVE_STATFS 1
9767: | #define HAVE_STATVFS 1
9768: | #define HAVE_STRCASECMP 1
9769: | #define HAVE_STRCOLL 1
9770: | #define HAVE_STRDUP 1
9771: | #define HAVE_STRERROR 1
9772: | #define HAVE_STRFTIME 1
9773: | #define HAVE_STRNLEN 1
9774: | #define HAVE_STRPTIME 1
9775: | #define HAVE_STRSTR 1
9776: | #define HAVE_STRTOK_R 1
9777: | #define HAVE_SYMLINK 1
9778: | #define HAVE_TEMPNAM 1
9779: | #define HAVE_TZSET 1
9780: | #define HAVE_UNLOCKPT 1
9781: | #define HAVE_UNSETENV 1
9782: | #define HAVE_USLEEP 1
9783: | #define HAVE_UTIME 1
9784: | #define HAVE_VSNPRINTF 1
9785: | #define HAVE_VASPRINTF 1
9786: | #define HAVE_ASPRINTF 1
9787: | #define HAVE_NANOSLEEP 1
9788: | #define HAVE_NANOSLEEP 1
9789: | #define HAVE_GETADDRINFO 1
9790: | #define HAVE_SYNC_FETCH_AND_ADD 1
9791: | #define HAVE_STRLCAT 1
9792: | #define HAVE_STRLCPY 1
9793: | #define HAVE_GETOPT 1
9794: | #define HAVE_UTIME_H 1
9795: | #define HAVE_UTIME_NULL 1
9796: | #define HAVE_ALLOCA 1
9797: | #define HAVE_DECLARED_TIMEZONE 1
9798: | #define HAVE_POSIX_READDIR_R 1
9799: | #define PHP_SIGCHILD 0
9800: | #define DEFAULT_SHORT_OPEN_TAG "1"
9801: | #define HAVE_IPV6 1
9802: | #define SIZEOF_LONG 4
9803: | #define SIZEOF_INT 4
9804: | #define HAVE_INT32_T 1
9805: | #define HAVE_UINT32_T 1
9806: | #define HAVE_SYS_TYPES_H 1
9807: | #define HAVE_INTTYPES_H 1
9808: | #define HAVE_STDINT_H 1
9809: | #define HAVE_STRING_H 1
9810: | #define HAVE_STDLIB_H 1
9811: | #define HAVE_STRTOLL 1
9812: | #define HAVE_ATOLL 1
9813: | #define HAVE_STRFTIME 1
9814: | #define HAVE_REGEX_T_RE_MAGIC 1
9815: | #define HSREGEX 1
9816: | #define REGEX 1
9817: | #define HAVE_LIBXML 1
9818: | #define HAVE_LIBXML 1
9819: | #define HAVE_PCRE 1
9820: | #define HAVE_REFLECTION 1
9821: | #define HAVE_PACKED_OBJECT_VALUE 1
9822: | #define HAVE_SPL 1
9823: | #define HAVE_FLUSHIO 1
9824: | #define HAVE_CRYPT 1
9825: | #define HAVE_ALIGNOF 1
9826: | #define HAVE_ATTRIBUTE_ALIGNED 1
9827: | #define PHP_USE_PHP_CRYPT_R 1
9828: | #define PHP_STD_DES_CRYPT 1
9829: | #define PHP_BLOWFISH_CRYPT 1
9830: | #define PHP_EXT_DES_CRYPT 1
9831: | #define PHP_MD5_CRYPT 1
9832: | #define PHP_SHA512_CRYPT 1
9833: | #define PHP_SHA256_CRYPT 1
9834: | #define HAVE_GETCWD 1
9835: | #define HAVE_GETWD 1
9836: | #define HAVE_ASINH 1
9837: | #define HAVE_ACOSH 1
9838: | #define HAVE_ATANH 1
9839: | #define HAVE_LOG1P 1
9840: | #define HAVE_HYPOT 1
9841: | #define HAVE_GLOB 1
9842: | #define HAVE_STRFMON 1
9843: | #define HAVE_NICE 1
9844: | #define HAVE_ISINF 1
9845: | #define HAVE_ISNAN 1
9846: | #define HAVE_FNMATCH 1
9847: | #define HAVE_FORK 1
9848: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
9849: | #define ENABLE_CHROOT_FUNC 1
9850: | #define HAVE_RES_NSEARCH 1
9851: | #define HAVE_DN_EXPAND 1
9852: | #define HAVE_DN_SKIPNAME 1
9853: | #define HAVE_RES_SEARCH 1
9854: | #define HAVE_ATOF_ACCEPTS_NAN 1
9855: | #define HAVE_ATOF_ACCEPTS_INF 1
9856: | #define HAVE_HUGE_VAL_INF 1
9857: | #define HAVE_HUGE_VAL_NAN 1
9858: | #define HAVE_STRPTIME_DECL_FAILS 1
9859: | #define HAVE_WCHAR_H 1
9860: | #define HAVE_MBLEN 1
9861: | #define HAVE_MBRLEN 1
9862: | #define HAVE_MBSINIT 1
9863: | #define HAVE_MBSTATE_T 1
9864: | /* end confdefs.h. */
9865: | #include <atomic.h>
9866: configure:92418: result: no
9867: configure:92418: checking for atomic.h
9868: configure:92418: result: no
9869: configure:92838: checking for Sybase-CT support
9870: configure:92874: result: no
9871: configure:95294: checking whether to enable System V IPC support
9872: configure:95329: result: no
9873: configure:95684: checking whether to enable System V semaphore support
9874: configure:95719: result: no
9875: configure:96107: checking whether to enable System V shared memory support
9876: configure:96142: result: no
9877: configure:96487: checking for TIDY support
9878: configure:96523: result: no
9879: configure:97176: checking whether to enable tokenizer support
9880: configure:97211: result: no
9881: configure:97559: checking whether to enable WDDX support
9882: configure:97594: result: no
9883: configure:97629: checking libexpat dir for WDDX
9884: configure:97644: result: no
9885: configure:98435: checking whether to enable XML support
9886: configure:98470: result: no
9887: configure:98505: checking libexpat install dir
9888: configure:98520: result: no
9889: configure:99281: checking whether to enable XMLReader support
9890: configure:99316: result: no
9891: configure:99948: checking for XMLRPC-EPI support
9892: configure:99984: result: no
9893: configure:100019: checking libexpat dir for XMLRPC-EPI
9894: configure:100034: result: no
9895: configure:100043: checking iconv dir for XMLRPC-EPI
9896: configure:100058: result: no
9897: configure:102416: checking whether to enable XMLWriter support
9898: configure:102451: result: no
9899: configure:103057: checking for XSL support
9900: configure:103093: result: no
9901: configure:103765: checking for zip archive read/writesupport
9902: configure:103800: result: no
9903: configure:103835: checking pcre install prefix
9904: configure:103850: result: no
9905: configure:104435: checking whether to enable mysqlnd
9906: configure:104470: result: yes
9907: configure:104479: checking whether to disable compressed protocol support in mysqlnd
9908: configure:104493: result: yes
9909: configure:104907: checking whether int8 exists
9910: configure:104954: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
9911: conftest.c: In function 'main':
9912: conftest.c:289: error: 'int8' undeclared (first use in this function)
9913: conftest.c:289: error: (Each undeclared identifier is reported only once
9914: conftest.c:289: error: for each function it appears in.)
9915: configure:104954: $? = 1
9916: configure: program exited with status 1
9917: configure: failed program was:
9918: | /* confdefs.h */
9919: | #define PACKAGE_NAME ""
9920: | #define PACKAGE_TARNAME ""
9921: | #define PACKAGE_VERSION ""
9922: | #define PACKAGE_STRING ""
9923: | #define PACKAGE_BUGREPORT ""
9924: | #define PACKAGE_URL ""
9925: | #define STDC_HEADERS 1
9926: | #define HAVE_SYS_TYPES_H 1
9927: | #define HAVE_SYS_STAT_H 1
9928: | #define HAVE_STDLIB_H 1
9929: | #define HAVE_STRING_H 1
9930: | #define HAVE_MEMORY_H 1
9931: | #define HAVE_STRINGS_H 1
9932: | #define HAVE_INTTYPES_H 1
9933: | #define HAVE_STDINT_H 1
9934: | #define HAVE_UNISTD_H 1
9935: | #define __EXTENSIONS__ 1
9936: | #define _ALL_SOURCE 1
9937: | #define _GNU_SOURCE 1
9938: | #define _POSIX_PTHREAD_SEMANTICS 1
9939: | #define _TANDEM_SOURCE 1
9940: | #define HAVE_DEV_URANDOM 1
9941: | #define HAVE_SOCKLEN_T 1
9942: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
9943: | #define PHP_WRITE_STDOUT 1
9944: | #define HAVE_SOCKET 1
9945: | #define HAVE_SOCKETPAIR 1
9946: | #define HAVE_HTONL 1
9947: | #define HAVE_GETHOSTNAME 1
9948: | #define HAVE_GETHOSTBYADDR 1
9949: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
9950: | #define HAVE_DLOPEN 1
9951: | #define HAVE_LIBDL 1
9952: | #define HAVE_LIBM 1
9953: | #define HAVE_INET_ATON 1
9954: | #define STDC_HEADERS 1
9955: | #define HAVE_DIRENT_H 1
9956: | #define HAVE_INTTYPES_H 1
9957: | #define HAVE_STDINT_H 1
9958: | #define HAVE_DIRENT_H 1
9959: | #define HAVE_SYS_PARAM_H 1
9960: | #define HAVE_SYS_TYPES_H 1
9961: | #define HAVE_SYS_TIME_H 1
9962: | #define HAVE_NETINET_IN_H 1
9963: | #define HAVE_ARPA_INET_H 1
9964: | #define HAVE_ARPA_NAMESER_H 1
9965: | #define HAVE_ASSERT_H 1
9966: | #define HAVE_FCNTL_H 1
9967: | #define HAVE_GRP_H 1
9968: | #define HAVE_IEEEFP_H 1
9969: | #define HAVE_LANGINFO_H 1
9970: | #define HAVE_LIMITS_H 1
9971: | #define HAVE_LOCALE_H 1
9972: | #define HAVE_MONETARY_H 1
9973: | #define HAVE_NETDB_H 1
9974: | #define HAVE_PWD_H 1
9975: | #define HAVE_RESOLV_H 1
9976: | #define HAVE_SIGNAL_H 1
9977: | #define HAVE_STDARG_H 1
9978: | #define HAVE_STDLIB_H 1
9979: | #define HAVE_STRING_H 1
9980: | #define HAVE_SYSLOG_H 1
9981: | #define HAVE_SYSEXITS_H 1
9982: | #define HAVE_SYS_IOCTL_H 1
9983: | #define HAVE_SYS_FILE_H 1
9984: | #define HAVE_SYS_MMAN_H 1
9985: | #define HAVE_SYS_MOUNT_H 1
9986: | #define HAVE_SYS_POLL_H 1
9987: | #define HAVE_SYS_RESOURCE_H 1
9988: | #define HAVE_SYS_SELECT_H 1
9989: | #define HAVE_SYS_SOCKET_H 1
9990: | #define HAVE_SYS_STAT_H 1
9991: | #define HAVE_SYS_STATVFS_H 1
9992: | #define HAVE_SYS_WAIT_H 1
9993: | #define HAVE_TERMIOS_H 1
9994: | #define HAVE_UNISTD_H 1
9995: | #define HAVE_UTIME_H 1
9996: | #define HAVE_SYS_UTSNAME_H 1
9997: | #define HAVE_SYS_IPC_H 1
9998: | #define HAVE_DLFCN_H 1
9999: | #define HAVE_ASSERT_H 1
10000: | #define HAVE_STRUCT_TM_TM_ZONE 1
10001: | #define HAVE_TM_ZONE 1
10002: | #define MISSING_FCLOSE_DECL 0
10003: | #define HAVE_TM_GMTOFF 1
10004: | #define HAVE_STRUCT_FLOCK 1
10005: | #define HAVE_SOCKLEN_T 1
10006: | #define SIZEOF_SIZE_T 4
10007: | #define SIZEOF_LONG_LONG 8
10008: | #define SIZEOF_LONG_LONG_INT 8
10009: | #define SIZEOF_LONG 4
10010: | #define SIZEOF_INT 4
10011: | #define SIZEOF_INTMAX_T 8
10012: | #define HAVE_INTMAX_T 1
10013: | #define SIZEOF_SSIZE_T 4
10014: | #define HAVE_SSIZE_T 1
10015: | #define SIZEOF_PTRDIFF_T 4
10016: | #define HAVE_PTRDIFF_T 1
10017: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
10018: | #define HAVE_ST_BLKSIZE 1
10019: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
10020: | #define HAVE_ST_BLOCKS 1
10021: | #define HAVE_STRUCT_STAT_ST_RDEV 1
10022: | #define HAVE_ST_RDEV 1
10023: | #define HAVE_SOCKADDR_STORAGE 1
10024: | #define HAVE_SOCKADDR_SA_LEN 1
10025: | #define HAVE_VPRINTF 1
10026: | #define HAVE_ALPHASORT 1
10027: | #define HAVE_ASCTIME_R 1
10028: | #define HAVE_CHROOT 1
10029: | #define HAVE_CTIME_R 1
10030: | #define HAVE_FLOCK 1
10031: | #define HAVE_FTOK 1
10032: | #define HAVE_FUNOPEN 1
10033: | #define HAVE_GAI_STRERROR 1
10034: | #define HAVE_GETLOADAVG 1
10035: | #define HAVE_GETLOGIN 1
10036: | #define HAVE_GETPROTOBYNAME 1
10037: | #define HAVE_GETPROTOBYNUMBER 1
10038: | #define HAVE_GETSERVBYNAME 1
10039: | #define HAVE_GETSERVBYPORT 1
10040: | #define HAVE_GETHOSTNAME 1
10041: | #define HAVE_GETRUSAGE 1
10042: | #define HAVE_GETTIMEOFDAY 1
10043: | #define HAVE_GMTIME_R 1
10044: | #define HAVE_GETPWNAM_R 1
10045: | #define HAVE_GETGRNAM_R 1
10046: | #define HAVE_GETPWUID_R 1
10047: | #define HAVE_GRANTPT 1
10048: | #define HAVE_INET_NTOA 1
10049: | #define HAVE_INET_NTOP 1
10050: | #define HAVE_INET_PTON 1
10051: | #define HAVE_ISASCII 1
10052: | #define HAVE_LINK 1
10053: | #define HAVE_LOCALTIME_R 1
10054: | #define HAVE_LOCKF 1
10055: | #define HAVE_LCHOWN 1
10056: | #define HAVE_LRAND48 1
10057: | #define HAVE_MEMCPY 1
10058: | #define HAVE_MEMMOVE 1
10059: | #define HAVE_MKSTEMP 1
10060: | #define HAVE_MMAP 1
10061: | #define HAVE_NL_LANGINFO 1
10062: | #define HAVE_PERROR 1
10063: | #define HAVE_POLL 1
10064: | #define HAVE_PTSNAME 1
10065: | #define HAVE_PUTENV 1
10066: | #define HAVE_REALPATH 1
10067: | #define HAVE_RANDOM 1
10068: | #define HAVE_RAND_R 1
10069: | #define HAVE_SCANDIR 1
10070: | #define HAVE_SETITIMER 1
10071: | #define HAVE_SETLOCALE 1
10072: | #define HAVE_LOCALECONV 1
10073: | #define HAVE_SETENV 1
10074: | #define HAVE_SETPGID 1
10075: | #define HAVE_SETSOCKOPT 1
10076: | #define HAVE_SETVBUF 1
10077: | #define HAVE_SHUTDOWN 1
10078: | #define HAVE_SIN 1
10079: | #define HAVE_SNPRINTF 1
10080: | #define HAVE_SRAND48 1
10081: | #define HAVE_SRANDOM 1
10082: | #define HAVE_STATFS 1
10083: | #define HAVE_STATVFS 1
10084: | #define HAVE_STRCASECMP 1
10085: | #define HAVE_STRCOLL 1
10086: | #define HAVE_STRDUP 1
10087: | #define HAVE_STRERROR 1
10088: | #define HAVE_STRFTIME 1
10089: | #define HAVE_STRNLEN 1
10090: | #define HAVE_STRPTIME 1
10091: | #define HAVE_STRSTR 1
10092: | #define HAVE_STRTOK_R 1
10093: | #define HAVE_SYMLINK 1
10094: | #define HAVE_TEMPNAM 1
10095: | #define HAVE_TZSET 1
10096: | #define HAVE_UNLOCKPT 1
10097: | #define HAVE_UNSETENV 1
10098: | #define HAVE_USLEEP 1
10099: | #define HAVE_UTIME 1
10100: | #define HAVE_VSNPRINTF 1
10101: | #define HAVE_VASPRINTF 1
10102: | #define HAVE_ASPRINTF 1
10103: | #define HAVE_NANOSLEEP 1
10104: | #define HAVE_NANOSLEEP 1
10105: | #define HAVE_GETADDRINFO 1
10106: | #define HAVE_SYNC_FETCH_AND_ADD 1
10107: | #define HAVE_STRLCAT 1
10108: | #define HAVE_STRLCPY 1
10109: | #define HAVE_GETOPT 1
10110: | #define HAVE_UTIME_H 1
10111: | #define HAVE_UTIME_NULL 1
10112: | #define HAVE_ALLOCA 1
10113: | #define HAVE_DECLARED_TIMEZONE 1
10114: | #define HAVE_POSIX_READDIR_R 1
10115: | #define PHP_SIGCHILD 0
10116: | #define DEFAULT_SHORT_OPEN_TAG "1"
10117: | #define HAVE_IPV6 1
10118: | #define SIZEOF_LONG 4
10119: | #define SIZEOF_INT 4
10120: | #define HAVE_INT32_T 1
10121: | #define HAVE_UINT32_T 1
10122: | #define HAVE_SYS_TYPES_H 1
10123: | #define HAVE_INTTYPES_H 1
10124: | #define HAVE_STDINT_H 1
10125: | #define HAVE_STRING_H 1
10126: | #define HAVE_STDLIB_H 1
10127: | #define HAVE_STRTOLL 1
10128: | #define HAVE_ATOLL 1
10129: | #define HAVE_STRFTIME 1
10130: | #define HAVE_REGEX_T_RE_MAGIC 1
10131: | #define HSREGEX 1
10132: | #define REGEX 1
10133: | #define HAVE_LIBXML 1
10134: | #define HAVE_LIBXML 1
10135: | #define HAVE_PCRE 1
10136: | #define HAVE_REFLECTION 1
10137: | #define HAVE_PACKED_OBJECT_VALUE 1
10138: | #define HAVE_SPL 1
10139: | #define HAVE_FLUSHIO 1
10140: | #define HAVE_CRYPT 1
10141: | #define HAVE_ALIGNOF 1
10142: | #define HAVE_ATTRIBUTE_ALIGNED 1
10143: | #define PHP_USE_PHP_CRYPT_R 1
10144: | #define PHP_STD_DES_CRYPT 1
10145: | #define PHP_BLOWFISH_CRYPT 1
10146: | #define PHP_EXT_DES_CRYPT 1
10147: | #define PHP_MD5_CRYPT 1
10148: | #define PHP_SHA512_CRYPT 1
10149: | #define PHP_SHA256_CRYPT 1
10150: | #define HAVE_GETCWD 1
10151: | #define HAVE_GETWD 1
10152: | #define HAVE_ASINH 1
10153: | #define HAVE_ACOSH 1
10154: | #define HAVE_ATANH 1
10155: | #define HAVE_LOG1P 1
10156: | #define HAVE_HYPOT 1
10157: | #define HAVE_GLOB 1
10158: | #define HAVE_STRFMON 1
10159: | #define HAVE_NICE 1
10160: | #define HAVE_ISINF 1
10161: | #define HAVE_ISNAN 1
10162: | #define HAVE_FNMATCH 1
10163: | #define HAVE_FORK 1
10164: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
10165: | #define ENABLE_CHROOT_FUNC 1
10166: | #define HAVE_RES_NSEARCH 1
10167: | #define HAVE_DN_EXPAND 1
10168: | #define HAVE_DN_SKIPNAME 1
10169: | #define HAVE_RES_SEARCH 1
10170: | #define HAVE_ATOF_ACCEPTS_NAN 1
10171: | #define HAVE_ATOF_ACCEPTS_INF 1
10172: | #define HAVE_HUGE_VAL_INF 1
10173: | #define HAVE_HUGE_VAL_NAN 1
10174: | #define HAVE_STRPTIME_DECL_FAILS 1
10175: | #define HAVE_WCHAR_H 1
10176: | #define HAVE_MBLEN 1
10177: | #define HAVE_MBRLEN 1
10178: | #define HAVE_MBSINIT 1
10179: | #define HAVE_MBSTATE_T 1
10180: | #define MYSQLND_COMPRESSION_WANTED 1
10181: | #define MYSQLND_SSL_SUPPORTED 1
10182: | /* end confdefs.h. */
10183: | #include <stdio.h>
10184: | #if STDC_HEADERS
10185: | #include <stdlib.h>
10186: | #include <stddef.h>
10187: | #endif
10188: | #ifdef HAVE_INTTYPES_H
10189: | #include <inttypes.h>
10190: | #endif
10191: | #ifdef HAVE_UNISTD_H
10192: | #include <unistd.h>
10193: | #endif
10194: | #ifdef HAVE_SYS_TYPES_H
10195: | #include <sys/types.h>
10196: | #endif
10197: | #ifdef HAVE_STDINT_H
10198: | #include <stdint.h>
10199: | #endif
10200: |
10201: |
10202: | int main()
10203: | {
10204: | FILE *fp = fopen("conftestval", "w");
10205: | if (!fp) return(1);
10206: | fprintf(fp, "%d\n", sizeof(int8));
10207: | return(0);
10208: | }
10209: |
10210: configure:104983: result: no
10211: configure:104907: checking whether uint8 exists
10212: configure:104954: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
10213: conftest.c: In function 'main':
10214: conftest.c:289: error: 'uint8' undeclared (first use in this function)
10215: conftest.c:289: error: (Each undeclared identifier is reported only once
10216: conftest.c:289: error: for each function it appears in.)
10217: configure:104954: $? = 1
10218: configure: program exited with status 1
10219: configure: failed program was:
10220: | /* confdefs.h */
10221: | #define PACKAGE_NAME ""
10222: | #define PACKAGE_TARNAME ""
10223: | #define PACKAGE_VERSION ""
10224: | #define PACKAGE_STRING ""
10225: | #define PACKAGE_BUGREPORT ""
10226: | #define PACKAGE_URL ""
10227: | #define STDC_HEADERS 1
10228: | #define HAVE_SYS_TYPES_H 1
10229: | #define HAVE_SYS_STAT_H 1
10230: | #define HAVE_STDLIB_H 1
10231: | #define HAVE_STRING_H 1
10232: | #define HAVE_MEMORY_H 1
10233: | #define HAVE_STRINGS_H 1
10234: | #define HAVE_INTTYPES_H 1
10235: | #define HAVE_STDINT_H 1
10236: | #define HAVE_UNISTD_H 1
10237: | #define __EXTENSIONS__ 1
10238: | #define _ALL_SOURCE 1
10239: | #define _GNU_SOURCE 1
10240: | #define _POSIX_PTHREAD_SEMANTICS 1
10241: | #define _TANDEM_SOURCE 1
10242: | #define HAVE_DEV_URANDOM 1
10243: | #define HAVE_SOCKLEN_T 1
10244: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
10245: | #define PHP_WRITE_STDOUT 1
10246: | #define HAVE_SOCKET 1
10247: | #define HAVE_SOCKETPAIR 1
10248: | #define HAVE_HTONL 1
10249: | #define HAVE_GETHOSTNAME 1
10250: | #define HAVE_GETHOSTBYADDR 1
10251: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
10252: | #define HAVE_DLOPEN 1
10253: | #define HAVE_LIBDL 1
10254: | #define HAVE_LIBM 1
10255: | #define HAVE_INET_ATON 1
10256: | #define STDC_HEADERS 1
10257: | #define HAVE_DIRENT_H 1
10258: | #define HAVE_INTTYPES_H 1
10259: | #define HAVE_STDINT_H 1
10260: | #define HAVE_DIRENT_H 1
10261: | #define HAVE_SYS_PARAM_H 1
10262: | #define HAVE_SYS_TYPES_H 1
10263: | #define HAVE_SYS_TIME_H 1
10264: | #define HAVE_NETINET_IN_H 1
10265: | #define HAVE_ARPA_INET_H 1
10266: | #define HAVE_ARPA_NAMESER_H 1
10267: | #define HAVE_ASSERT_H 1
10268: | #define HAVE_FCNTL_H 1
10269: | #define HAVE_GRP_H 1
10270: | #define HAVE_IEEEFP_H 1
10271: | #define HAVE_LANGINFO_H 1
10272: | #define HAVE_LIMITS_H 1
10273: | #define HAVE_LOCALE_H 1
10274: | #define HAVE_MONETARY_H 1
10275: | #define HAVE_NETDB_H 1
10276: | #define HAVE_PWD_H 1
10277: | #define HAVE_RESOLV_H 1
10278: | #define HAVE_SIGNAL_H 1
10279: | #define HAVE_STDARG_H 1
10280: | #define HAVE_STDLIB_H 1
10281: | #define HAVE_STRING_H 1
10282: | #define HAVE_SYSLOG_H 1
10283: | #define HAVE_SYSEXITS_H 1
10284: | #define HAVE_SYS_IOCTL_H 1
10285: | #define HAVE_SYS_FILE_H 1
10286: | #define HAVE_SYS_MMAN_H 1
10287: | #define HAVE_SYS_MOUNT_H 1
10288: | #define HAVE_SYS_POLL_H 1
10289: | #define HAVE_SYS_RESOURCE_H 1
10290: | #define HAVE_SYS_SELECT_H 1
10291: | #define HAVE_SYS_SOCKET_H 1
10292: | #define HAVE_SYS_STAT_H 1
10293: | #define HAVE_SYS_STATVFS_H 1
10294: | #define HAVE_SYS_WAIT_H 1
10295: | #define HAVE_TERMIOS_H 1
10296: | #define HAVE_UNISTD_H 1
10297: | #define HAVE_UTIME_H 1
10298: | #define HAVE_SYS_UTSNAME_H 1
10299: | #define HAVE_SYS_IPC_H 1
10300: | #define HAVE_DLFCN_H 1
10301: | #define HAVE_ASSERT_H 1
10302: | #define HAVE_STRUCT_TM_TM_ZONE 1
10303: | #define HAVE_TM_ZONE 1
10304: | #define MISSING_FCLOSE_DECL 0
10305: | #define HAVE_TM_GMTOFF 1
10306: | #define HAVE_STRUCT_FLOCK 1
10307: | #define HAVE_SOCKLEN_T 1
10308: | #define SIZEOF_SIZE_T 4
10309: | #define SIZEOF_LONG_LONG 8
10310: | #define SIZEOF_LONG_LONG_INT 8
10311: | #define SIZEOF_LONG 4
10312: | #define SIZEOF_INT 4
10313: | #define SIZEOF_INTMAX_T 8
10314: | #define HAVE_INTMAX_T 1
10315: | #define SIZEOF_SSIZE_T 4
10316: | #define HAVE_SSIZE_T 1
10317: | #define SIZEOF_PTRDIFF_T 4
10318: | #define HAVE_PTRDIFF_T 1
10319: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
10320: | #define HAVE_ST_BLKSIZE 1
10321: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
10322: | #define HAVE_ST_BLOCKS 1
10323: | #define HAVE_STRUCT_STAT_ST_RDEV 1
10324: | #define HAVE_ST_RDEV 1
10325: | #define HAVE_SOCKADDR_STORAGE 1
10326: | #define HAVE_SOCKADDR_SA_LEN 1
10327: | #define HAVE_VPRINTF 1
10328: | #define HAVE_ALPHASORT 1
10329: | #define HAVE_ASCTIME_R 1
10330: | #define HAVE_CHROOT 1
10331: | #define HAVE_CTIME_R 1
10332: | #define HAVE_FLOCK 1
10333: | #define HAVE_FTOK 1
10334: | #define HAVE_FUNOPEN 1
10335: | #define HAVE_GAI_STRERROR 1
10336: | #define HAVE_GETLOADAVG 1
10337: | #define HAVE_GETLOGIN 1
10338: | #define HAVE_GETPROTOBYNAME 1
10339: | #define HAVE_GETPROTOBYNUMBER 1
10340: | #define HAVE_GETSERVBYNAME 1
10341: | #define HAVE_GETSERVBYPORT 1
10342: | #define HAVE_GETHOSTNAME 1
10343: | #define HAVE_GETRUSAGE 1
10344: | #define HAVE_GETTIMEOFDAY 1
10345: | #define HAVE_GMTIME_R 1
10346: | #define HAVE_GETPWNAM_R 1
10347: | #define HAVE_GETGRNAM_R 1
10348: | #define HAVE_GETPWUID_R 1
10349: | #define HAVE_GRANTPT 1
10350: | #define HAVE_INET_NTOA 1
10351: | #define HAVE_INET_NTOP 1
10352: | #define HAVE_INET_PTON 1
10353: | #define HAVE_ISASCII 1
10354: | #define HAVE_LINK 1
10355: | #define HAVE_LOCALTIME_R 1
10356: | #define HAVE_LOCKF 1
10357: | #define HAVE_LCHOWN 1
10358: | #define HAVE_LRAND48 1
10359: | #define HAVE_MEMCPY 1
10360: | #define HAVE_MEMMOVE 1
10361: | #define HAVE_MKSTEMP 1
10362: | #define HAVE_MMAP 1
10363: | #define HAVE_NL_LANGINFO 1
10364: | #define HAVE_PERROR 1
10365: | #define HAVE_POLL 1
10366: | #define HAVE_PTSNAME 1
10367: | #define HAVE_PUTENV 1
10368: | #define HAVE_REALPATH 1
10369: | #define HAVE_RANDOM 1
10370: | #define HAVE_RAND_R 1
10371: | #define HAVE_SCANDIR 1
10372: | #define HAVE_SETITIMER 1
10373: | #define HAVE_SETLOCALE 1
10374: | #define HAVE_LOCALECONV 1
10375: | #define HAVE_SETENV 1
10376: | #define HAVE_SETPGID 1
10377: | #define HAVE_SETSOCKOPT 1
10378: | #define HAVE_SETVBUF 1
10379: | #define HAVE_SHUTDOWN 1
10380: | #define HAVE_SIN 1
10381: | #define HAVE_SNPRINTF 1
10382: | #define HAVE_SRAND48 1
10383: | #define HAVE_SRANDOM 1
10384: | #define HAVE_STATFS 1
10385: | #define HAVE_STATVFS 1
10386: | #define HAVE_STRCASECMP 1
10387: | #define HAVE_STRCOLL 1
10388: | #define HAVE_STRDUP 1
10389: | #define HAVE_STRERROR 1
10390: | #define HAVE_STRFTIME 1
10391: | #define HAVE_STRNLEN 1
10392: | #define HAVE_STRPTIME 1
10393: | #define HAVE_STRSTR 1
10394: | #define HAVE_STRTOK_R 1
10395: | #define HAVE_SYMLINK 1
10396: | #define HAVE_TEMPNAM 1
10397: | #define HAVE_TZSET 1
10398: | #define HAVE_UNLOCKPT 1
10399: | #define HAVE_UNSETENV 1
10400: | #define HAVE_USLEEP 1
10401: | #define HAVE_UTIME 1
10402: | #define HAVE_VSNPRINTF 1
10403: | #define HAVE_VASPRINTF 1
10404: | #define HAVE_ASPRINTF 1
10405: | #define HAVE_NANOSLEEP 1
10406: | #define HAVE_NANOSLEEP 1
10407: | #define HAVE_GETADDRINFO 1
10408: | #define HAVE_SYNC_FETCH_AND_ADD 1
10409: | #define HAVE_STRLCAT 1
10410: | #define HAVE_STRLCPY 1
10411: | #define HAVE_GETOPT 1
10412: | #define HAVE_UTIME_H 1
10413: | #define HAVE_UTIME_NULL 1
10414: | #define HAVE_ALLOCA 1
10415: | #define HAVE_DECLARED_TIMEZONE 1
10416: | #define HAVE_POSIX_READDIR_R 1
10417: | #define PHP_SIGCHILD 0
10418: | #define DEFAULT_SHORT_OPEN_TAG "1"
10419: | #define HAVE_IPV6 1
10420: | #define SIZEOF_LONG 4
10421: | #define SIZEOF_INT 4
10422: | #define HAVE_INT32_T 1
10423: | #define HAVE_UINT32_T 1
10424: | #define HAVE_SYS_TYPES_H 1
10425: | #define HAVE_INTTYPES_H 1
10426: | #define HAVE_STDINT_H 1
10427: | #define HAVE_STRING_H 1
10428: | #define HAVE_STDLIB_H 1
10429: | #define HAVE_STRTOLL 1
10430: | #define HAVE_ATOLL 1
10431: | #define HAVE_STRFTIME 1
10432: | #define HAVE_REGEX_T_RE_MAGIC 1
10433: | #define HSREGEX 1
10434: | #define REGEX 1
10435: | #define HAVE_LIBXML 1
10436: | #define HAVE_LIBXML 1
10437: | #define HAVE_PCRE 1
10438: | #define HAVE_REFLECTION 1
10439: | #define HAVE_PACKED_OBJECT_VALUE 1
10440: | #define HAVE_SPL 1
10441: | #define HAVE_FLUSHIO 1
10442: | #define HAVE_CRYPT 1
10443: | #define HAVE_ALIGNOF 1
10444: | #define HAVE_ATTRIBUTE_ALIGNED 1
10445: | #define PHP_USE_PHP_CRYPT_R 1
10446: | #define PHP_STD_DES_CRYPT 1
10447: | #define PHP_BLOWFISH_CRYPT 1
10448: | #define PHP_EXT_DES_CRYPT 1
10449: | #define PHP_MD5_CRYPT 1
10450: | #define PHP_SHA512_CRYPT 1
10451: | #define PHP_SHA256_CRYPT 1
10452: | #define HAVE_GETCWD 1
10453: | #define HAVE_GETWD 1
10454: | #define HAVE_ASINH 1
10455: | #define HAVE_ACOSH 1
10456: | #define HAVE_ATANH 1
10457: | #define HAVE_LOG1P 1
10458: | #define HAVE_HYPOT 1
10459: | #define HAVE_GLOB 1
10460: | #define HAVE_STRFMON 1
10461: | #define HAVE_NICE 1
10462: | #define HAVE_ISINF 1
10463: | #define HAVE_ISNAN 1
10464: | #define HAVE_FNMATCH 1
10465: | #define HAVE_FORK 1
10466: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
10467: | #define ENABLE_CHROOT_FUNC 1
10468: | #define HAVE_RES_NSEARCH 1
10469: | #define HAVE_DN_EXPAND 1
10470: | #define HAVE_DN_SKIPNAME 1
10471: | #define HAVE_RES_SEARCH 1
10472: | #define HAVE_ATOF_ACCEPTS_NAN 1
10473: | #define HAVE_ATOF_ACCEPTS_INF 1
10474: | #define HAVE_HUGE_VAL_INF 1
10475: | #define HAVE_HUGE_VAL_NAN 1
10476: | #define HAVE_STRPTIME_DECL_FAILS 1
10477: | #define HAVE_WCHAR_H 1
10478: | #define HAVE_MBLEN 1
10479: | #define HAVE_MBRLEN 1
10480: | #define HAVE_MBSINIT 1
10481: | #define HAVE_MBSTATE_T 1
10482: | #define MYSQLND_COMPRESSION_WANTED 1
10483: | #define MYSQLND_SSL_SUPPORTED 1
10484: | /* end confdefs.h. */
10485: | #include <stdio.h>
10486: | #if STDC_HEADERS
10487: | #include <stdlib.h>
10488: | #include <stddef.h>
10489: | #endif
10490: | #ifdef HAVE_INTTYPES_H
10491: | #include <inttypes.h>
10492: | #endif
10493: | #ifdef HAVE_UNISTD_H
10494: | #include <unistd.h>
10495: | #endif
10496: | #ifdef HAVE_SYS_TYPES_H
10497: | #include <sys/types.h>
10498: | #endif
10499: | #ifdef HAVE_STDINT_H
10500: | #include <stdint.h>
10501: | #endif
10502: |
10503: |
10504: | int main()
10505: | {
10506: | FILE *fp = fopen("conftestval", "w");
10507: | if (!fp) return(1);
10508: | fprintf(fp, "%d\n", sizeof(uint8));
10509: | return(0);
10510: | }
10511: |
10512: configure:104983: result: no
10513: configure:104907: checking whether int16 exists
10514: configure:104954: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
10515: conftest.c: In function 'main':
10516: conftest.c:289: error: 'int16' undeclared (first use in this function)
10517: conftest.c:289: error: (Each undeclared identifier is reported only once
10518: conftest.c:289: error: for each function it appears in.)
10519: configure:104954: $? = 1
10520: configure: program exited with status 1
10521: configure: failed program was:
10522: | /* confdefs.h */
10523: | #define PACKAGE_NAME ""
10524: | #define PACKAGE_TARNAME ""
10525: | #define PACKAGE_VERSION ""
10526: | #define PACKAGE_STRING ""
10527: | #define PACKAGE_BUGREPORT ""
10528: | #define PACKAGE_URL ""
10529: | #define STDC_HEADERS 1
10530: | #define HAVE_SYS_TYPES_H 1
10531: | #define HAVE_SYS_STAT_H 1
10532: | #define HAVE_STDLIB_H 1
10533: | #define HAVE_STRING_H 1
10534: | #define HAVE_MEMORY_H 1
10535: | #define HAVE_STRINGS_H 1
10536: | #define HAVE_INTTYPES_H 1
10537: | #define HAVE_STDINT_H 1
10538: | #define HAVE_UNISTD_H 1
10539: | #define __EXTENSIONS__ 1
10540: | #define _ALL_SOURCE 1
10541: | #define _GNU_SOURCE 1
10542: | #define _POSIX_PTHREAD_SEMANTICS 1
10543: | #define _TANDEM_SOURCE 1
10544: | #define HAVE_DEV_URANDOM 1
10545: | #define HAVE_SOCKLEN_T 1
10546: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
10547: | #define PHP_WRITE_STDOUT 1
10548: | #define HAVE_SOCKET 1
10549: | #define HAVE_SOCKETPAIR 1
10550: | #define HAVE_HTONL 1
10551: | #define HAVE_GETHOSTNAME 1
10552: | #define HAVE_GETHOSTBYADDR 1
10553: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
10554: | #define HAVE_DLOPEN 1
10555: | #define HAVE_LIBDL 1
10556: | #define HAVE_LIBM 1
10557: | #define HAVE_INET_ATON 1
10558: | #define STDC_HEADERS 1
10559: | #define HAVE_DIRENT_H 1
10560: | #define HAVE_INTTYPES_H 1
10561: | #define HAVE_STDINT_H 1
10562: | #define HAVE_DIRENT_H 1
10563: | #define HAVE_SYS_PARAM_H 1
10564: | #define HAVE_SYS_TYPES_H 1
10565: | #define HAVE_SYS_TIME_H 1
10566: | #define HAVE_NETINET_IN_H 1
10567: | #define HAVE_ARPA_INET_H 1
10568: | #define HAVE_ARPA_NAMESER_H 1
10569: | #define HAVE_ASSERT_H 1
10570: | #define HAVE_FCNTL_H 1
10571: | #define HAVE_GRP_H 1
10572: | #define HAVE_IEEEFP_H 1
10573: | #define HAVE_LANGINFO_H 1
10574: | #define HAVE_LIMITS_H 1
10575: | #define HAVE_LOCALE_H 1
10576: | #define HAVE_MONETARY_H 1
10577: | #define HAVE_NETDB_H 1
10578: | #define HAVE_PWD_H 1
10579: | #define HAVE_RESOLV_H 1
10580: | #define HAVE_SIGNAL_H 1
10581: | #define HAVE_STDARG_H 1
10582: | #define HAVE_STDLIB_H 1
10583: | #define HAVE_STRING_H 1
10584: | #define HAVE_SYSLOG_H 1
10585: | #define HAVE_SYSEXITS_H 1
10586: | #define HAVE_SYS_IOCTL_H 1
10587: | #define HAVE_SYS_FILE_H 1
10588: | #define HAVE_SYS_MMAN_H 1
10589: | #define HAVE_SYS_MOUNT_H 1
10590: | #define HAVE_SYS_POLL_H 1
10591: | #define HAVE_SYS_RESOURCE_H 1
10592: | #define HAVE_SYS_SELECT_H 1
10593: | #define HAVE_SYS_SOCKET_H 1
10594: | #define HAVE_SYS_STAT_H 1
10595: | #define HAVE_SYS_STATVFS_H 1
10596: | #define HAVE_SYS_WAIT_H 1
10597: | #define HAVE_TERMIOS_H 1
10598: | #define HAVE_UNISTD_H 1
10599: | #define HAVE_UTIME_H 1
10600: | #define HAVE_SYS_UTSNAME_H 1
10601: | #define HAVE_SYS_IPC_H 1
10602: | #define HAVE_DLFCN_H 1
10603: | #define HAVE_ASSERT_H 1
10604: | #define HAVE_STRUCT_TM_TM_ZONE 1
10605: | #define HAVE_TM_ZONE 1
10606: | #define MISSING_FCLOSE_DECL 0
10607: | #define HAVE_TM_GMTOFF 1
10608: | #define HAVE_STRUCT_FLOCK 1
10609: | #define HAVE_SOCKLEN_T 1
10610: | #define SIZEOF_SIZE_T 4
10611: | #define SIZEOF_LONG_LONG 8
10612: | #define SIZEOF_LONG_LONG_INT 8
10613: | #define SIZEOF_LONG 4
10614: | #define SIZEOF_INT 4
10615: | #define SIZEOF_INTMAX_T 8
10616: | #define HAVE_INTMAX_T 1
10617: | #define SIZEOF_SSIZE_T 4
10618: | #define HAVE_SSIZE_T 1
10619: | #define SIZEOF_PTRDIFF_T 4
10620: | #define HAVE_PTRDIFF_T 1
10621: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
10622: | #define HAVE_ST_BLKSIZE 1
10623: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
10624: | #define HAVE_ST_BLOCKS 1
10625: | #define HAVE_STRUCT_STAT_ST_RDEV 1
10626: | #define HAVE_ST_RDEV 1
10627: | #define HAVE_SOCKADDR_STORAGE 1
10628: | #define HAVE_SOCKADDR_SA_LEN 1
10629: | #define HAVE_VPRINTF 1
10630: | #define HAVE_ALPHASORT 1
10631: | #define HAVE_ASCTIME_R 1
10632: | #define HAVE_CHROOT 1
10633: | #define HAVE_CTIME_R 1
10634: | #define HAVE_FLOCK 1
10635: | #define HAVE_FTOK 1
10636: | #define HAVE_FUNOPEN 1
10637: | #define HAVE_GAI_STRERROR 1
10638: | #define HAVE_GETLOADAVG 1
10639: | #define HAVE_GETLOGIN 1
10640: | #define HAVE_GETPROTOBYNAME 1
10641: | #define HAVE_GETPROTOBYNUMBER 1
10642: | #define HAVE_GETSERVBYNAME 1
10643: | #define HAVE_GETSERVBYPORT 1
10644: | #define HAVE_GETHOSTNAME 1
10645: | #define HAVE_GETRUSAGE 1
10646: | #define HAVE_GETTIMEOFDAY 1
10647: | #define HAVE_GMTIME_R 1
10648: | #define HAVE_GETPWNAM_R 1
10649: | #define HAVE_GETGRNAM_R 1
10650: | #define HAVE_GETPWUID_R 1
10651: | #define HAVE_GRANTPT 1
10652: | #define HAVE_INET_NTOA 1
10653: | #define HAVE_INET_NTOP 1
10654: | #define HAVE_INET_PTON 1
10655: | #define HAVE_ISASCII 1
10656: | #define HAVE_LINK 1
10657: | #define HAVE_LOCALTIME_R 1
10658: | #define HAVE_LOCKF 1
10659: | #define HAVE_LCHOWN 1
10660: | #define HAVE_LRAND48 1
10661: | #define HAVE_MEMCPY 1
10662: | #define HAVE_MEMMOVE 1
10663: | #define HAVE_MKSTEMP 1
10664: | #define HAVE_MMAP 1
10665: | #define HAVE_NL_LANGINFO 1
10666: | #define HAVE_PERROR 1
10667: | #define HAVE_POLL 1
10668: | #define HAVE_PTSNAME 1
10669: | #define HAVE_PUTENV 1
10670: | #define HAVE_REALPATH 1
10671: | #define HAVE_RANDOM 1
10672: | #define HAVE_RAND_R 1
10673: | #define HAVE_SCANDIR 1
10674: | #define HAVE_SETITIMER 1
10675: | #define HAVE_SETLOCALE 1
10676: | #define HAVE_LOCALECONV 1
10677: | #define HAVE_SETENV 1
10678: | #define HAVE_SETPGID 1
10679: | #define HAVE_SETSOCKOPT 1
10680: | #define HAVE_SETVBUF 1
10681: | #define HAVE_SHUTDOWN 1
10682: | #define HAVE_SIN 1
10683: | #define HAVE_SNPRINTF 1
10684: | #define HAVE_SRAND48 1
10685: | #define HAVE_SRANDOM 1
10686: | #define HAVE_STATFS 1
10687: | #define HAVE_STATVFS 1
10688: | #define HAVE_STRCASECMP 1
10689: | #define HAVE_STRCOLL 1
10690: | #define HAVE_STRDUP 1
10691: | #define HAVE_STRERROR 1
10692: | #define HAVE_STRFTIME 1
10693: | #define HAVE_STRNLEN 1
10694: | #define HAVE_STRPTIME 1
10695: | #define HAVE_STRSTR 1
10696: | #define HAVE_STRTOK_R 1
10697: | #define HAVE_SYMLINK 1
10698: | #define HAVE_TEMPNAM 1
10699: | #define HAVE_TZSET 1
10700: | #define HAVE_UNLOCKPT 1
10701: | #define HAVE_UNSETENV 1
10702: | #define HAVE_USLEEP 1
10703: | #define HAVE_UTIME 1
10704: | #define HAVE_VSNPRINTF 1
10705: | #define HAVE_VASPRINTF 1
10706: | #define HAVE_ASPRINTF 1
10707: | #define HAVE_NANOSLEEP 1
10708: | #define HAVE_NANOSLEEP 1
10709: | #define HAVE_GETADDRINFO 1
10710: | #define HAVE_SYNC_FETCH_AND_ADD 1
10711: | #define HAVE_STRLCAT 1
10712: | #define HAVE_STRLCPY 1
10713: | #define HAVE_GETOPT 1
10714: | #define HAVE_UTIME_H 1
10715: | #define HAVE_UTIME_NULL 1
10716: | #define HAVE_ALLOCA 1
10717: | #define HAVE_DECLARED_TIMEZONE 1
10718: | #define HAVE_POSIX_READDIR_R 1
10719: | #define PHP_SIGCHILD 0
10720: | #define DEFAULT_SHORT_OPEN_TAG "1"
10721: | #define HAVE_IPV6 1
10722: | #define SIZEOF_LONG 4
10723: | #define SIZEOF_INT 4
10724: | #define HAVE_INT32_T 1
10725: | #define HAVE_UINT32_T 1
10726: | #define HAVE_SYS_TYPES_H 1
10727: | #define HAVE_INTTYPES_H 1
10728: | #define HAVE_STDINT_H 1
10729: | #define HAVE_STRING_H 1
10730: | #define HAVE_STDLIB_H 1
10731: | #define HAVE_STRTOLL 1
10732: | #define HAVE_ATOLL 1
10733: | #define HAVE_STRFTIME 1
10734: | #define HAVE_REGEX_T_RE_MAGIC 1
10735: | #define HSREGEX 1
10736: | #define REGEX 1
10737: | #define HAVE_LIBXML 1
10738: | #define HAVE_LIBXML 1
10739: | #define HAVE_PCRE 1
10740: | #define HAVE_REFLECTION 1
10741: | #define HAVE_PACKED_OBJECT_VALUE 1
10742: | #define HAVE_SPL 1
10743: | #define HAVE_FLUSHIO 1
10744: | #define HAVE_CRYPT 1
10745: | #define HAVE_ALIGNOF 1
10746: | #define HAVE_ATTRIBUTE_ALIGNED 1
10747: | #define PHP_USE_PHP_CRYPT_R 1
10748: | #define PHP_STD_DES_CRYPT 1
10749: | #define PHP_BLOWFISH_CRYPT 1
10750: | #define PHP_EXT_DES_CRYPT 1
10751: | #define PHP_MD5_CRYPT 1
10752: | #define PHP_SHA512_CRYPT 1
10753: | #define PHP_SHA256_CRYPT 1
10754: | #define HAVE_GETCWD 1
10755: | #define HAVE_GETWD 1
10756: | #define HAVE_ASINH 1
10757: | #define HAVE_ACOSH 1
10758: | #define HAVE_ATANH 1
10759: | #define HAVE_LOG1P 1
10760: | #define HAVE_HYPOT 1
10761: | #define HAVE_GLOB 1
10762: | #define HAVE_STRFMON 1
10763: | #define HAVE_NICE 1
10764: | #define HAVE_ISINF 1
10765: | #define HAVE_ISNAN 1
10766: | #define HAVE_FNMATCH 1
10767: | #define HAVE_FORK 1
10768: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
10769: | #define ENABLE_CHROOT_FUNC 1
10770: | #define HAVE_RES_NSEARCH 1
10771: | #define HAVE_DN_EXPAND 1
10772: | #define HAVE_DN_SKIPNAME 1
10773: | #define HAVE_RES_SEARCH 1
10774: | #define HAVE_ATOF_ACCEPTS_NAN 1
10775: | #define HAVE_ATOF_ACCEPTS_INF 1
10776: | #define HAVE_HUGE_VAL_INF 1
10777: | #define HAVE_HUGE_VAL_NAN 1
10778: | #define HAVE_STRPTIME_DECL_FAILS 1
10779: | #define HAVE_WCHAR_H 1
10780: | #define HAVE_MBLEN 1
10781: | #define HAVE_MBRLEN 1
10782: | #define HAVE_MBSINIT 1
10783: | #define HAVE_MBSTATE_T 1
10784: | #define MYSQLND_COMPRESSION_WANTED 1
10785: | #define MYSQLND_SSL_SUPPORTED 1
10786: | /* end confdefs.h. */
10787: | #include <stdio.h>
10788: | #if STDC_HEADERS
10789: | #include <stdlib.h>
10790: | #include <stddef.h>
10791: | #endif
10792: | #ifdef HAVE_INTTYPES_H
10793: | #include <inttypes.h>
10794: | #endif
10795: | #ifdef HAVE_UNISTD_H
10796: | #include <unistd.h>
10797: | #endif
10798: | #ifdef HAVE_SYS_TYPES_H
10799: | #include <sys/types.h>
10800: | #endif
10801: | #ifdef HAVE_STDINT_H
10802: | #include <stdint.h>
10803: | #endif
10804: |
10805: |
10806: | int main()
10807: | {
10808: | FILE *fp = fopen("conftestval", "w");
10809: | if (!fp) return(1);
10810: | fprintf(fp, "%d\n", sizeof(int16));
10811: | return(0);
10812: | }
10813: |
10814: configure:104983: result: no
10815: configure:104907: checking whether uint16 exists
10816: configure:104954: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
10817: conftest.c: In function 'main':
10818: conftest.c:289: error: 'uint16' undeclared (first use in this function)
10819: conftest.c:289: error: (Each undeclared identifier is reported only once
10820: conftest.c:289: error: for each function it appears in.)
10821: configure:104954: $? = 1
10822: configure: program exited with status 1
10823: configure: failed program was:
10824: | /* confdefs.h */
10825: | #define PACKAGE_NAME ""
10826: | #define PACKAGE_TARNAME ""
10827: | #define PACKAGE_VERSION ""
10828: | #define PACKAGE_STRING ""
10829: | #define PACKAGE_BUGREPORT ""
10830: | #define PACKAGE_URL ""
10831: | #define STDC_HEADERS 1
10832: | #define HAVE_SYS_TYPES_H 1
10833: | #define HAVE_SYS_STAT_H 1
10834: | #define HAVE_STDLIB_H 1
10835: | #define HAVE_STRING_H 1
10836: | #define HAVE_MEMORY_H 1
10837: | #define HAVE_STRINGS_H 1
10838: | #define HAVE_INTTYPES_H 1
10839: | #define HAVE_STDINT_H 1
10840: | #define HAVE_UNISTD_H 1
10841: | #define __EXTENSIONS__ 1
10842: | #define _ALL_SOURCE 1
10843: | #define _GNU_SOURCE 1
10844: | #define _POSIX_PTHREAD_SEMANTICS 1
10845: | #define _TANDEM_SOURCE 1
10846: | #define HAVE_DEV_URANDOM 1
10847: | #define HAVE_SOCKLEN_T 1
10848: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
10849: | #define PHP_WRITE_STDOUT 1
10850: | #define HAVE_SOCKET 1
10851: | #define HAVE_SOCKETPAIR 1
10852: | #define HAVE_HTONL 1
10853: | #define HAVE_GETHOSTNAME 1
10854: | #define HAVE_GETHOSTBYADDR 1
10855: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
10856: | #define HAVE_DLOPEN 1
10857: | #define HAVE_LIBDL 1
10858: | #define HAVE_LIBM 1
10859: | #define HAVE_INET_ATON 1
10860: | #define STDC_HEADERS 1
10861: | #define HAVE_DIRENT_H 1
10862: | #define HAVE_INTTYPES_H 1
10863: | #define HAVE_STDINT_H 1
10864: | #define HAVE_DIRENT_H 1
10865: | #define HAVE_SYS_PARAM_H 1
10866: | #define HAVE_SYS_TYPES_H 1
10867: | #define HAVE_SYS_TIME_H 1
10868: | #define HAVE_NETINET_IN_H 1
10869: | #define HAVE_ARPA_INET_H 1
10870: | #define HAVE_ARPA_NAMESER_H 1
10871: | #define HAVE_ASSERT_H 1
10872: | #define HAVE_FCNTL_H 1
10873: | #define HAVE_GRP_H 1
10874: | #define HAVE_IEEEFP_H 1
10875: | #define HAVE_LANGINFO_H 1
10876: | #define HAVE_LIMITS_H 1
10877: | #define HAVE_LOCALE_H 1
10878: | #define HAVE_MONETARY_H 1
10879: | #define HAVE_NETDB_H 1
10880: | #define HAVE_PWD_H 1
10881: | #define HAVE_RESOLV_H 1
10882: | #define HAVE_SIGNAL_H 1
10883: | #define HAVE_STDARG_H 1
10884: | #define HAVE_STDLIB_H 1
10885: | #define HAVE_STRING_H 1
10886: | #define HAVE_SYSLOG_H 1
10887: | #define HAVE_SYSEXITS_H 1
10888: | #define HAVE_SYS_IOCTL_H 1
10889: | #define HAVE_SYS_FILE_H 1
10890: | #define HAVE_SYS_MMAN_H 1
10891: | #define HAVE_SYS_MOUNT_H 1
10892: | #define HAVE_SYS_POLL_H 1
10893: | #define HAVE_SYS_RESOURCE_H 1
10894: | #define HAVE_SYS_SELECT_H 1
10895: | #define HAVE_SYS_SOCKET_H 1
10896: | #define HAVE_SYS_STAT_H 1
10897: | #define HAVE_SYS_STATVFS_H 1
10898: | #define HAVE_SYS_WAIT_H 1
10899: | #define HAVE_TERMIOS_H 1
10900: | #define HAVE_UNISTD_H 1
10901: | #define HAVE_UTIME_H 1
10902: | #define HAVE_SYS_UTSNAME_H 1
10903: | #define HAVE_SYS_IPC_H 1
10904: | #define HAVE_DLFCN_H 1
10905: | #define HAVE_ASSERT_H 1
10906: | #define HAVE_STRUCT_TM_TM_ZONE 1
10907: | #define HAVE_TM_ZONE 1
10908: | #define MISSING_FCLOSE_DECL 0
10909: | #define HAVE_TM_GMTOFF 1
10910: | #define HAVE_STRUCT_FLOCK 1
10911: | #define HAVE_SOCKLEN_T 1
10912: | #define SIZEOF_SIZE_T 4
10913: | #define SIZEOF_LONG_LONG 8
10914: | #define SIZEOF_LONG_LONG_INT 8
10915: | #define SIZEOF_LONG 4
10916: | #define SIZEOF_INT 4
10917: | #define SIZEOF_INTMAX_T 8
10918: | #define HAVE_INTMAX_T 1
10919: | #define SIZEOF_SSIZE_T 4
10920: | #define HAVE_SSIZE_T 1
10921: | #define SIZEOF_PTRDIFF_T 4
10922: | #define HAVE_PTRDIFF_T 1
10923: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
10924: | #define HAVE_ST_BLKSIZE 1
10925: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
10926: | #define HAVE_ST_BLOCKS 1
10927: | #define HAVE_STRUCT_STAT_ST_RDEV 1
10928: | #define HAVE_ST_RDEV 1
10929: | #define HAVE_SOCKADDR_STORAGE 1
10930: | #define HAVE_SOCKADDR_SA_LEN 1
10931: | #define HAVE_VPRINTF 1
10932: | #define HAVE_ALPHASORT 1
10933: | #define HAVE_ASCTIME_R 1
10934: | #define HAVE_CHROOT 1
10935: | #define HAVE_CTIME_R 1
10936: | #define HAVE_FLOCK 1
10937: | #define HAVE_FTOK 1
10938: | #define HAVE_FUNOPEN 1
10939: | #define HAVE_GAI_STRERROR 1
10940: | #define HAVE_GETLOADAVG 1
10941: | #define HAVE_GETLOGIN 1
10942: | #define HAVE_GETPROTOBYNAME 1
10943: | #define HAVE_GETPROTOBYNUMBER 1
10944: | #define HAVE_GETSERVBYNAME 1
10945: | #define HAVE_GETSERVBYPORT 1
10946: | #define HAVE_GETHOSTNAME 1
10947: | #define HAVE_GETRUSAGE 1
10948: | #define HAVE_GETTIMEOFDAY 1
10949: | #define HAVE_GMTIME_R 1
10950: | #define HAVE_GETPWNAM_R 1
10951: | #define HAVE_GETGRNAM_R 1
10952: | #define HAVE_GETPWUID_R 1
10953: | #define HAVE_GRANTPT 1
10954: | #define HAVE_INET_NTOA 1
10955: | #define HAVE_INET_NTOP 1
10956: | #define HAVE_INET_PTON 1
10957: | #define HAVE_ISASCII 1
10958: | #define HAVE_LINK 1
10959: | #define HAVE_LOCALTIME_R 1
10960: | #define HAVE_LOCKF 1
10961: | #define HAVE_LCHOWN 1
10962: | #define HAVE_LRAND48 1
10963: | #define HAVE_MEMCPY 1
10964: | #define HAVE_MEMMOVE 1
10965: | #define HAVE_MKSTEMP 1
10966: | #define HAVE_MMAP 1
10967: | #define HAVE_NL_LANGINFO 1
10968: | #define HAVE_PERROR 1
10969: | #define HAVE_POLL 1
10970: | #define HAVE_PTSNAME 1
10971: | #define HAVE_PUTENV 1
10972: | #define HAVE_REALPATH 1
10973: | #define HAVE_RANDOM 1
10974: | #define HAVE_RAND_R 1
10975: | #define HAVE_SCANDIR 1
10976: | #define HAVE_SETITIMER 1
10977: | #define HAVE_SETLOCALE 1
10978: | #define HAVE_LOCALECONV 1
10979: | #define HAVE_SETENV 1
10980: | #define HAVE_SETPGID 1
10981: | #define HAVE_SETSOCKOPT 1
10982: | #define HAVE_SETVBUF 1
10983: | #define HAVE_SHUTDOWN 1
10984: | #define HAVE_SIN 1
10985: | #define HAVE_SNPRINTF 1
10986: | #define HAVE_SRAND48 1
10987: | #define HAVE_SRANDOM 1
10988: | #define HAVE_STATFS 1
10989: | #define HAVE_STATVFS 1
10990: | #define HAVE_STRCASECMP 1
10991: | #define HAVE_STRCOLL 1
10992: | #define HAVE_STRDUP 1
10993: | #define HAVE_STRERROR 1
10994: | #define HAVE_STRFTIME 1
10995: | #define HAVE_STRNLEN 1
10996: | #define HAVE_STRPTIME 1
10997: | #define HAVE_STRSTR 1
10998: | #define HAVE_STRTOK_R 1
10999: | #define HAVE_SYMLINK 1
11000: | #define HAVE_TEMPNAM 1
11001: | #define HAVE_TZSET 1
11002: | #define HAVE_UNLOCKPT 1
11003: | #define HAVE_UNSETENV 1
11004: | #define HAVE_USLEEP 1
11005: | #define HAVE_UTIME 1
11006: | #define HAVE_VSNPRINTF 1
11007: | #define HAVE_VASPRINTF 1
11008: | #define HAVE_ASPRINTF 1
11009: | #define HAVE_NANOSLEEP 1
11010: | #define HAVE_NANOSLEEP 1
11011: | #define HAVE_GETADDRINFO 1
11012: | #define HAVE_SYNC_FETCH_AND_ADD 1
11013: | #define HAVE_STRLCAT 1
11014: | #define HAVE_STRLCPY 1
11015: | #define HAVE_GETOPT 1
11016: | #define HAVE_UTIME_H 1
11017: | #define HAVE_UTIME_NULL 1
11018: | #define HAVE_ALLOCA 1
11019: | #define HAVE_DECLARED_TIMEZONE 1
11020: | #define HAVE_POSIX_READDIR_R 1
11021: | #define PHP_SIGCHILD 0
11022: | #define DEFAULT_SHORT_OPEN_TAG "1"
11023: | #define HAVE_IPV6 1
11024: | #define SIZEOF_LONG 4
11025: | #define SIZEOF_INT 4
11026: | #define HAVE_INT32_T 1
11027: | #define HAVE_UINT32_T 1
11028: | #define HAVE_SYS_TYPES_H 1
11029: | #define HAVE_INTTYPES_H 1
11030: | #define HAVE_STDINT_H 1
11031: | #define HAVE_STRING_H 1
11032: | #define HAVE_STDLIB_H 1
11033: | #define HAVE_STRTOLL 1
11034: | #define HAVE_ATOLL 1
11035: | #define HAVE_STRFTIME 1
11036: | #define HAVE_REGEX_T_RE_MAGIC 1
11037: | #define HSREGEX 1
11038: | #define REGEX 1
11039: | #define HAVE_LIBXML 1
11040: | #define HAVE_LIBXML 1
11041: | #define HAVE_PCRE 1
11042: | #define HAVE_REFLECTION 1
11043: | #define HAVE_PACKED_OBJECT_VALUE 1
11044: | #define HAVE_SPL 1
11045: | #define HAVE_FLUSHIO 1
11046: | #define HAVE_CRYPT 1
11047: | #define HAVE_ALIGNOF 1
11048: | #define HAVE_ATTRIBUTE_ALIGNED 1
11049: | #define PHP_USE_PHP_CRYPT_R 1
11050: | #define PHP_STD_DES_CRYPT 1
11051: | #define PHP_BLOWFISH_CRYPT 1
11052: | #define PHP_EXT_DES_CRYPT 1
11053: | #define PHP_MD5_CRYPT 1
11054: | #define PHP_SHA512_CRYPT 1
11055: | #define PHP_SHA256_CRYPT 1
11056: | #define HAVE_GETCWD 1
11057: | #define HAVE_GETWD 1
11058: | #define HAVE_ASINH 1
11059: | #define HAVE_ACOSH 1
11060: | #define HAVE_ATANH 1
11061: | #define HAVE_LOG1P 1
11062: | #define HAVE_HYPOT 1
11063: | #define HAVE_GLOB 1
11064: | #define HAVE_STRFMON 1
11065: | #define HAVE_NICE 1
11066: | #define HAVE_ISINF 1
11067: | #define HAVE_ISNAN 1
11068: | #define HAVE_FNMATCH 1
11069: | #define HAVE_FORK 1
11070: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
11071: | #define ENABLE_CHROOT_FUNC 1
11072: | #define HAVE_RES_NSEARCH 1
11073: | #define HAVE_DN_EXPAND 1
11074: | #define HAVE_DN_SKIPNAME 1
11075: | #define HAVE_RES_SEARCH 1
11076: | #define HAVE_ATOF_ACCEPTS_NAN 1
11077: | #define HAVE_ATOF_ACCEPTS_INF 1
11078: | #define HAVE_HUGE_VAL_INF 1
11079: | #define HAVE_HUGE_VAL_NAN 1
11080: | #define HAVE_STRPTIME_DECL_FAILS 1
11081: | #define HAVE_WCHAR_H 1
11082: | #define HAVE_MBLEN 1
11083: | #define HAVE_MBRLEN 1
11084: | #define HAVE_MBSINIT 1
11085: | #define HAVE_MBSTATE_T 1
11086: | #define MYSQLND_COMPRESSION_WANTED 1
11087: | #define MYSQLND_SSL_SUPPORTED 1
11088: | /* end confdefs.h. */
11089: | #include <stdio.h>
11090: | #if STDC_HEADERS
11091: | #include <stdlib.h>
11092: | #include <stddef.h>
11093: | #endif
11094: | #ifdef HAVE_INTTYPES_H
11095: | #include <inttypes.h>
11096: | #endif
11097: | #ifdef HAVE_UNISTD_H
11098: | #include <unistd.h>
11099: | #endif
11100: | #ifdef HAVE_SYS_TYPES_H
11101: | #include <sys/types.h>
11102: | #endif
11103: | #ifdef HAVE_STDINT_H
11104: | #include <stdint.h>
11105: | #endif
11106: |
11107: |
11108: | int main()
11109: | {
11110: | FILE *fp = fopen("conftestval", "w");
11111: | if (!fp) return(1);
11112: | fprintf(fp, "%d\n", sizeof(uint16));
11113: | return(0);
11114: | }
11115: |
11116: configure:104983: result: no
11117: configure:104907: checking whether int32 exists
11118: configure:104954: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
11119: conftest.c: In function 'main':
11120: conftest.c:289: error: 'int32' undeclared (first use in this function)
11121: conftest.c:289: error: (Each undeclared identifier is reported only once
11122: conftest.c:289: error: for each function it appears in.)
11123: configure:104954: $? = 1
11124: configure: program exited with status 1
11125: configure: failed program was:
11126: | /* confdefs.h */
11127: | #define PACKAGE_NAME ""
11128: | #define PACKAGE_TARNAME ""
11129: | #define PACKAGE_VERSION ""
11130: | #define PACKAGE_STRING ""
11131: | #define PACKAGE_BUGREPORT ""
11132: | #define PACKAGE_URL ""
11133: | #define STDC_HEADERS 1
11134: | #define HAVE_SYS_TYPES_H 1
11135: | #define HAVE_SYS_STAT_H 1
11136: | #define HAVE_STDLIB_H 1
11137: | #define HAVE_STRING_H 1
11138: | #define HAVE_MEMORY_H 1
11139: | #define HAVE_STRINGS_H 1
11140: | #define HAVE_INTTYPES_H 1
11141: | #define HAVE_STDINT_H 1
11142: | #define HAVE_UNISTD_H 1
11143: | #define __EXTENSIONS__ 1
11144: | #define _ALL_SOURCE 1
11145: | #define _GNU_SOURCE 1
11146: | #define _POSIX_PTHREAD_SEMANTICS 1
11147: | #define _TANDEM_SOURCE 1
11148: | #define HAVE_DEV_URANDOM 1
11149: | #define HAVE_SOCKLEN_T 1
11150: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
11151: | #define PHP_WRITE_STDOUT 1
11152: | #define HAVE_SOCKET 1
11153: | #define HAVE_SOCKETPAIR 1
11154: | #define HAVE_HTONL 1
11155: | #define HAVE_GETHOSTNAME 1
11156: | #define HAVE_GETHOSTBYADDR 1
11157: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
11158: | #define HAVE_DLOPEN 1
11159: | #define HAVE_LIBDL 1
11160: | #define HAVE_LIBM 1
11161: | #define HAVE_INET_ATON 1
11162: | #define STDC_HEADERS 1
11163: | #define HAVE_DIRENT_H 1
11164: | #define HAVE_INTTYPES_H 1
11165: | #define HAVE_STDINT_H 1
11166: | #define HAVE_DIRENT_H 1
11167: | #define HAVE_SYS_PARAM_H 1
11168: | #define HAVE_SYS_TYPES_H 1
11169: | #define HAVE_SYS_TIME_H 1
11170: | #define HAVE_NETINET_IN_H 1
11171: | #define HAVE_ARPA_INET_H 1
11172: | #define HAVE_ARPA_NAMESER_H 1
11173: | #define HAVE_ASSERT_H 1
11174: | #define HAVE_FCNTL_H 1
11175: | #define HAVE_GRP_H 1
11176: | #define HAVE_IEEEFP_H 1
11177: | #define HAVE_LANGINFO_H 1
11178: | #define HAVE_LIMITS_H 1
11179: | #define HAVE_LOCALE_H 1
11180: | #define HAVE_MONETARY_H 1
11181: | #define HAVE_NETDB_H 1
11182: | #define HAVE_PWD_H 1
11183: | #define HAVE_RESOLV_H 1
11184: | #define HAVE_SIGNAL_H 1
11185: | #define HAVE_STDARG_H 1
11186: | #define HAVE_STDLIB_H 1
11187: | #define HAVE_STRING_H 1
11188: | #define HAVE_SYSLOG_H 1
11189: | #define HAVE_SYSEXITS_H 1
11190: | #define HAVE_SYS_IOCTL_H 1
11191: | #define HAVE_SYS_FILE_H 1
11192: | #define HAVE_SYS_MMAN_H 1
11193: | #define HAVE_SYS_MOUNT_H 1
11194: | #define HAVE_SYS_POLL_H 1
11195: | #define HAVE_SYS_RESOURCE_H 1
11196: | #define HAVE_SYS_SELECT_H 1
11197: | #define HAVE_SYS_SOCKET_H 1
11198: | #define HAVE_SYS_STAT_H 1
11199: | #define HAVE_SYS_STATVFS_H 1
11200: | #define HAVE_SYS_WAIT_H 1
11201: | #define HAVE_TERMIOS_H 1
11202: | #define HAVE_UNISTD_H 1
11203: | #define HAVE_UTIME_H 1
11204: | #define HAVE_SYS_UTSNAME_H 1
11205: | #define HAVE_SYS_IPC_H 1
11206: | #define HAVE_DLFCN_H 1
11207: | #define HAVE_ASSERT_H 1
11208: | #define HAVE_STRUCT_TM_TM_ZONE 1
11209: | #define HAVE_TM_ZONE 1
11210: | #define MISSING_FCLOSE_DECL 0
11211: | #define HAVE_TM_GMTOFF 1
11212: | #define HAVE_STRUCT_FLOCK 1
11213: | #define HAVE_SOCKLEN_T 1
11214: | #define SIZEOF_SIZE_T 4
11215: | #define SIZEOF_LONG_LONG 8
11216: | #define SIZEOF_LONG_LONG_INT 8
11217: | #define SIZEOF_LONG 4
11218: | #define SIZEOF_INT 4
11219: | #define SIZEOF_INTMAX_T 8
11220: | #define HAVE_INTMAX_T 1
11221: | #define SIZEOF_SSIZE_T 4
11222: | #define HAVE_SSIZE_T 1
11223: | #define SIZEOF_PTRDIFF_T 4
11224: | #define HAVE_PTRDIFF_T 1
11225: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
11226: | #define HAVE_ST_BLKSIZE 1
11227: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
11228: | #define HAVE_ST_BLOCKS 1
11229: | #define HAVE_STRUCT_STAT_ST_RDEV 1
11230: | #define HAVE_ST_RDEV 1
11231: | #define HAVE_SOCKADDR_STORAGE 1
11232: | #define HAVE_SOCKADDR_SA_LEN 1
11233: | #define HAVE_VPRINTF 1
11234: | #define HAVE_ALPHASORT 1
11235: | #define HAVE_ASCTIME_R 1
11236: | #define HAVE_CHROOT 1
11237: | #define HAVE_CTIME_R 1
11238: | #define HAVE_FLOCK 1
11239: | #define HAVE_FTOK 1
11240: | #define HAVE_FUNOPEN 1
11241: | #define HAVE_GAI_STRERROR 1
11242: | #define HAVE_GETLOADAVG 1
11243: | #define HAVE_GETLOGIN 1
11244: | #define HAVE_GETPROTOBYNAME 1
11245: | #define HAVE_GETPROTOBYNUMBER 1
11246: | #define HAVE_GETSERVBYNAME 1
11247: | #define HAVE_GETSERVBYPORT 1
11248: | #define HAVE_GETHOSTNAME 1
11249: | #define HAVE_GETRUSAGE 1
11250: | #define HAVE_GETTIMEOFDAY 1
11251: | #define HAVE_GMTIME_R 1
11252: | #define HAVE_GETPWNAM_R 1
11253: | #define HAVE_GETGRNAM_R 1
11254: | #define HAVE_GETPWUID_R 1
11255: | #define HAVE_GRANTPT 1
11256: | #define HAVE_INET_NTOA 1
11257: | #define HAVE_INET_NTOP 1
11258: | #define HAVE_INET_PTON 1
11259: | #define HAVE_ISASCII 1
11260: | #define HAVE_LINK 1
11261: | #define HAVE_LOCALTIME_R 1
11262: | #define HAVE_LOCKF 1
11263: | #define HAVE_LCHOWN 1
11264: | #define HAVE_LRAND48 1
11265: | #define HAVE_MEMCPY 1
11266: | #define HAVE_MEMMOVE 1
11267: | #define HAVE_MKSTEMP 1
11268: | #define HAVE_MMAP 1
11269: | #define HAVE_NL_LANGINFO 1
11270: | #define HAVE_PERROR 1
11271: | #define HAVE_POLL 1
11272: | #define HAVE_PTSNAME 1
11273: | #define HAVE_PUTENV 1
11274: | #define HAVE_REALPATH 1
11275: | #define HAVE_RANDOM 1
11276: | #define HAVE_RAND_R 1
11277: | #define HAVE_SCANDIR 1
11278: | #define HAVE_SETITIMER 1
11279: | #define HAVE_SETLOCALE 1
11280: | #define HAVE_LOCALECONV 1
11281: | #define HAVE_SETENV 1
11282: | #define HAVE_SETPGID 1
11283: | #define HAVE_SETSOCKOPT 1
11284: | #define HAVE_SETVBUF 1
11285: | #define HAVE_SHUTDOWN 1
11286: | #define HAVE_SIN 1
11287: | #define HAVE_SNPRINTF 1
11288: | #define HAVE_SRAND48 1
11289: | #define HAVE_SRANDOM 1
11290: | #define HAVE_STATFS 1
11291: | #define HAVE_STATVFS 1
11292: | #define HAVE_STRCASECMP 1
11293: | #define HAVE_STRCOLL 1
11294: | #define HAVE_STRDUP 1
11295: | #define HAVE_STRERROR 1
11296: | #define HAVE_STRFTIME 1
11297: | #define HAVE_STRNLEN 1
11298: | #define HAVE_STRPTIME 1
11299: | #define HAVE_STRSTR 1
11300: | #define HAVE_STRTOK_R 1
11301: | #define HAVE_SYMLINK 1
11302: | #define HAVE_TEMPNAM 1
11303: | #define HAVE_TZSET 1
11304: | #define HAVE_UNLOCKPT 1
11305: | #define HAVE_UNSETENV 1
11306: | #define HAVE_USLEEP 1
11307: | #define HAVE_UTIME 1
11308: | #define HAVE_VSNPRINTF 1
11309: | #define HAVE_VASPRINTF 1
11310: | #define HAVE_ASPRINTF 1
11311: | #define HAVE_NANOSLEEP 1
11312: | #define HAVE_NANOSLEEP 1
11313: | #define HAVE_GETADDRINFO 1
11314: | #define HAVE_SYNC_FETCH_AND_ADD 1
11315: | #define HAVE_STRLCAT 1
11316: | #define HAVE_STRLCPY 1
11317: | #define HAVE_GETOPT 1
11318: | #define HAVE_UTIME_H 1
11319: | #define HAVE_UTIME_NULL 1
11320: | #define HAVE_ALLOCA 1
11321: | #define HAVE_DECLARED_TIMEZONE 1
11322: | #define HAVE_POSIX_READDIR_R 1
11323: | #define PHP_SIGCHILD 0
11324: | #define DEFAULT_SHORT_OPEN_TAG "1"
11325: | #define HAVE_IPV6 1
11326: | #define SIZEOF_LONG 4
11327: | #define SIZEOF_INT 4
11328: | #define HAVE_INT32_T 1
11329: | #define HAVE_UINT32_T 1
11330: | #define HAVE_SYS_TYPES_H 1
11331: | #define HAVE_INTTYPES_H 1
11332: | #define HAVE_STDINT_H 1
11333: | #define HAVE_STRING_H 1
11334: | #define HAVE_STDLIB_H 1
11335: | #define HAVE_STRTOLL 1
11336: | #define HAVE_ATOLL 1
11337: | #define HAVE_STRFTIME 1
11338: | #define HAVE_REGEX_T_RE_MAGIC 1
11339: | #define HSREGEX 1
11340: | #define REGEX 1
11341: | #define HAVE_LIBXML 1
11342: | #define HAVE_LIBXML 1
11343: | #define HAVE_PCRE 1
11344: | #define HAVE_REFLECTION 1
11345: | #define HAVE_PACKED_OBJECT_VALUE 1
11346: | #define HAVE_SPL 1
11347: | #define HAVE_FLUSHIO 1
11348: | #define HAVE_CRYPT 1
11349: | #define HAVE_ALIGNOF 1
11350: | #define HAVE_ATTRIBUTE_ALIGNED 1
11351: | #define PHP_USE_PHP_CRYPT_R 1
11352: | #define PHP_STD_DES_CRYPT 1
11353: | #define PHP_BLOWFISH_CRYPT 1
11354: | #define PHP_EXT_DES_CRYPT 1
11355: | #define PHP_MD5_CRYPT 1
11356: | #define PHP_SHA512_CRYPT 1
11357: | #define PHP_SHA256_CRYPT 1
11358: | #define HAVE_GETCWD 1
11359: | #define HAVE_GETWD 1
11360: | #define HAVE_ASINH 1
11361: | #define HAVE_ACOSH 1
11362: | #define HAVE_ATANH 1
11363: | #define HAVE_LOG1P 1
11364: | #define HAVE_HYPOT 1
11365: | #define HAVE_GLOB 1
11366: | #define HAVE_STRFMON 1
11367: | #define HAVE_NICE 1
11368: | #define HAVE_ISINF 1
11369: | #define HAVE_ISNAN 1
11370: | #define HAVE_FNMATCH 1
11371: | #define HAVE_FORK 1
11372: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
11373: | #define ENABLE_CHROOT_FUNC 1
11374: | #define HAVE_RES_NSEARCH 1
11375: | #define HAVE_DN_EXPAND 1
11376: | #define HAVE_DN_SKIPNAME 1
11377: | #define HAVE_RES_SEARCH 1
11378: | #define HAVE_ATOF_ACCEPTS_NAN 1
11379: | #define HAVE_ATOF_ACCEPTS_INF 1
11380: | #define HAVE_HUGE_VAL_INF 1
11381: | #define HAVE_HUGE_VAL_NAN 1
11382: | #define HAVE_STRPTIME_DECL_FAILS 1
11383: | #define HAVE_WCHAR_H 1
11384: | #define HAVE_MBLEN 1
11385: | #define HAVE_MBRLEN 1
11386: | #define HAVE_MBSINIT 1
11387: | #define HAVE_MBSTATE_T 1
11388: | #define MYSQLND_COMPRESSION_WANTED 1
11389: | #define MYSQLND_SSL_SUPPORTED 1
11390: | /* end confdefs.h. */
11391: | #include <stdio.h>
11392: | #if STDC_HEADERS
11393: | #include <stdlib.h>
11394: | #include <stddef.h>
11395: | #endif
11396: | #ifdef HAVE_INTTYPES_H
11397: | #include <inttypes.h>
11398: | #endif
11399: | #ifdef HAVE_UNISTD_H
11400: | #include <unistd.h>
11401: | #endif
11402: | #ifdef HAVE_SYS_TYPES_H
11403: | #include <sys/types.h>
11404: | #endif
11405: | #ifdef HAVE_STDINT_H
11406: | #include <stdint.h>
11407: | #endif
11408: |
11409: |
11410: | int main()
11411: | {
11412: | FILE *fp = fopen("conftestval", "w");
11413: | if (!fp) return(1);
11414: | fprintf(fp, "%d\n", sizeof(int32));
11415: | return(0);
11416: | }
11417: |
11418: configure:104983: result: no
11419: configure:104907: checking whether uint32 exists
11420: configure:104954: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
11421: conftest.c: In function 'main':
11422: conftest.c:289: error: 'uint32' undeclared (first use in this function)
11423: conftest.c:289: error: (Each undeclared identifier is reported only once
11424: conftest.c:289: error: for each function it appears in.)
11425: configure:104954: $? = 1
11426: configure: program exited with status 1
11427: configure: failed program was:
11428: | /* confdefs.h */
11429: | #define PACKAGE_NAME ""
11430: | #define PACKAGE_TARNAME ""
11431: | #define PACKAGE_VERSION ""
11432: | #define PACKAGE_STRING ""
11433: | #define PACKAGE_BUGREPORT ""
11434: | #define PACKAGE_URL ""
11435: | #define STDC_HEADERS 1
11436: | #define HAVE_SYS_TYPES_H 1
11437: | #define HAVE_SYS_STAT_H 1
11438: | #define HAVE_STDLIB_H 1
11439: | #define HAVE_STRING_H 1
11440: | #define HAVE_MEMORY_H 1
11441: | #define HAVE_STRINGS_H 1
11442: | #define HAVE_INTTYPES_H 1
11443: | #define HAVE_STDINT_H 1
11444: | #define HAVE_UNISTD_H 1
11445: | #define __EXTENSIONS__ 1
11446: | #define _ALL_SOURCE 1
11447: | #define _GNU_SOURCE 1
11448: | #define _POSIX_PTHREAD_SEMANTICS 1
11449: | #define _TANDEM_SOURCE 1
11450: | #define HAVE_DEV_URANDOM 1
11451: | #define HAVE_SOCKLEN_T 1
11452: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
11453: | #define PHP_WRITE_STDOUT 1
11454: | #define HAVE_SOCKET 1
11455: | #define HAVE_SOCKETPAIR 1
11456: | #define HAVE_HTONL 1
11457: | #define HAVE_GETHOSTNAME 1
11458: | #define HAVE_GETHOSTBYADDR 1
11459: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
11460: | #define HAVE_DLOPEN 1
11461: | #define HAVE_LIBDL 1
11462: | #define HAVE_LIBM 1
11463: | #define HAVE_INET_ATON 1
11464: | #define STDC_HEADERS 1
11465: | #define HAVE_DIRENT_H 1
11466: | #define HAVE_INTTYPES_H 1
11467: | #define HAVE_STDINT_H 1
11468: | #define HAVE_DIRENT_H 1
11469: | #define HAVE_SYS_PARAM_H 1
11470: | #define HAVE_SYS_TYPES_H 1
11471: | #define HAVE_SYS_TIME_H 1
11472: | #define HAVE_NETINET_IN_H 1
11473: | #define HAVE_ARPA_INET_H 1
11474: | #define HAVE_ARPA_NAMESER_H 1
11475: | #define HAVE_ASSERT_H 1
11476: | #define HAVE_FCNTL_H 1
11477: | #define HAVE_GRP_H 1
11478: | #define HAVE_IEEEFP_H 1
11479: | #define HAVE_LANGINFO_H 1
11480: | #define HAVE_LIMITS_H 1
11481: | #define HAVE_LOCALE_H 1
11482: | #define HAVE_MONETARY_H 1
11483: | #define HAVE_NETDB_H 1
11484: | #define HAVE_PWD_H 1
11485: | #define HAVE_RESOLV_H 1
11486: | #define HAVE_SIGNAL_H 1
11487: | #define HAVE_STDARG_H 1
11488: | #define HAVE_STDLIB_H 1
11489: | #define HAVE_STRING_H 1
11490: | #define HAVE_SYSLOG_H 1
11491: | #define HAVE_SYSEXITS_H 1
11492: | #define HAVE_SYS_IOCTL_H 1
11493: | #define HAVE_SYS_FILE_H 1
11494: | #define HAVE_SYS_MMAN_H 1
11495: | #define HAVE_SYS_MOUNT_H 1
11496: | #define HAVE_SYS_POLL_H 1
11497: | #define HAVE_SYS_RESOURCE_H 1
11498: | #define HAVE_SYS_SELECT_H 1
11499: | #define HAVE_SYS_SOCKET_H 1
11500: | #define HAVE_SYS_STAT_H 1
11501: | #define HAVE_SYS_STATVFS_H 1
11502: | #define HAVE_SYS_WAIT_H 1
11503: | #define HAVE_TERMIOS_H 1
11504: | #define HAVE_UNISTD_H 1
11505: | #define HAVE_UTIME_H 1
11506: | #define HAVE_SYS_UTSNAME_H 1
11507: | #define HAVE_SYS_IPC_H 1
11508: | #define HAVE_DLFCN_H 1
11509: | #define HAVE_ASSERT_H 1
11510: | #define HAVE_STRUCT_TM_TM_ZONE 1
11511: | #define HAVE_TM_ZONE 1
11512: | #define MISSING_FCLOSE_DECL 0
11513: | #define HAVE_TM_GMTOFF 1
11514: | #define HAVE_STRUCT_FLOCK 1
11515: | #define HAVE_SOCKLEN_T 1
11516: | #define SIZEOF_SIZE_T 4
11517: | #define SIZEOF_LONG_LONG 8
11518: | #define SIZEOF_LONG_LONG_INT 8
11519: | #define SIZEOF_LONG 4
11520: | #define SIZEOF_INT 4
11521: | #define SIZEOF_INTMAX_T 8
11522: | #define HAVE_INTMAX_T 1
11523: | #define SIZEOF_SSIZE_T 4
11524: | #define HAVE_SSIZE_T 1
11525: | #define SIZEOF_PTRDIFF_T 4
11526: | #define HAVE_PTRDIFF_T 1
11527: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
11528: | #define HAVE_ST_BLKSIZE 1
11529: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
11530: | #define HAVE_ST_BLOCKS 1
11531: | #define HAVE_STRUCT_STAT_ST_RDEV 1
11532: | #define HAVE_ST_RDEV 1
11533: | #define HAVE_SOCKADDR_STORAGE 1
11534: | #define HAVE_SOCKADDR_SA_LEN 1
11535: | #define HAVE_VPRINTF 1
11536: | #define HAVE_ALPHASORT 1
11537: | #define HAVE_ASCTIME_R 1
11538: | #define HAVE_CHROOT 1
11539: | #define HAVE_CTIME_R 1
11540: | #define HAVE_FLOCK 1
11541: | #define HAVE_FTOK 1
11542: | #define HAVE_FUNOPEN 1
11543: | #define HAVE_GAI_STRERROR 1
11544: | #define HAVE_GETLOADAVG 1
11545: | #define HAVE_GETLOGIN 1
11546: | #define HAVE_GETPROTOBYNAME 1
11547: | #define HAVE_GETPROTOBYNUMBER 1
11548: | #define HAVE_GETSERVBYNAME 1
11549: | #define HAVE_GETSERVBYPORT 1
11550: | #define HAVE_GETHOSTNAME 1
11551: | #define HAVE_GETRUSAGE 1
11552: | #define HAVE_GETTIMEOFDAY 1
11553: | #define HAVE_GMTIME_R 1
11554: | #define HAVE_GETPWNAM_R 1
11555: | #define HAVE_GETGRNAM_R 1
11556: | #define HAVE_GETPWUID_R 1
11557: | #define HAVE_GRANTPT 1
11558: | #define HAVE_INET_NTOA 1
11559: | #define HAVE_INET_NTOP 1
11560: | #define HAVE_INET_PTON 1
11561: | #define HAVE_ISASCII 1
11562: | #define HAVE_LINK 1
11563: | #define HAVE_LOCALTIME_R 1
11564: | #define HAVE_LOCKF 1
11565: | #define HAVE_LCHOWN 1
11566: | #define HAVE_LRAND48 1
11567: | #define HAVE_MEMCPY 1
11568: | #define HAVE_MEMMOVE 1
11569: | #define HAVE_MKSTEMP 1
11570: | #define HAVE_MMAP 1
11571: | #define HAVE_NL_LANGINFO 1
11572: | #define HAVE_PERROR 1
11573: | #define HAVE_POLL 1
11574: | #define HAVE_PTSNAME 1
11575: | #define HAVE_PUTENV 1
11576: | #define HAVE_REALPATH 1
11577: | #define HAVE_RANDOM 1
11578: | #define HAVE_RAND_R 1
11579: | #define HAVE_SCANDIR 1
11580: | #define HAVE_SETITIMER 1
11581: | #define HAVE_SETLOCALE 1
11582: | #define HAVE_LOCALECONV 1
11583: | #define HAVE_SETENV 1
11584: | #define HAVE_SETPGID 1
11585: | #define HAVE_SETSOCKOPT 1
11586: | #define HAVE_SETVBUF 1
11587: | #define HAVE_SHUTDOWN 1
11588: | #define HAVE_SIN 1
11589: | #define HAVE_SNPRINTF 1
11590: | #define HAVE_SRAND48 1
11591: | #define HAVE_SRANDOM 1
11592: | #define HAVE_STATFS 1
11593: | #define HAVE_STATVFS 1
11594: | #define HAVE_STRCASECMP 1
11595: | #define HAVE_STRCOLL 1
11596: | #define HAVE_STRDUP 1
11597: | #define HAVE_STRERROR 1
11598: | #define HAVE_STRFTIME 1
11599: | #define HAVE_STRNLEN 1
11600: | #define HAVE_STRPTIME 1
11601: | #define HAVE_STRSTR 1
11602: | #define HAVE_STRTOK_R 1
11603: | #define HAVE_SYMLINK 1
11604: | #define HAVE_TEMPNAM 1
11605: | #define HAVE_TZSET 1
11606: | #define HAVE_UNLOCKPT 1
11607: | #define HAVE_UNSETENV 1
11608: | #define HAVE_USLEEP 1
11609: | #define HAVE_UTIME 1
11610: | #define HAVE_VSNPRINTF 1
11611: | #define HAVE_VASPRINTF 1
11612: | #define HAVE_ASPRINTF 1
11613: | #define HAVE_NANOSLEEP 1
11614: | #define HAVE_NANOSLEEP 1
11615: | #define HAVE_GETADDRINFO 1
11616: | #define HAVE_SYNC_FETCH_AND_ADD 1
11617: | #define HAVE_STRLCAT 1
11618: | #define HAVE_STRLCPY 1
11619: | #define HAVE_GETOPT 1
11620: | #define HAVE_UTIME_H 1
11621: | #define HAVE_UTIME_NULL 1
11622: | #define HAVE_ALLOCA 1
11623: | #define HAVE_DECLARED_TIMEZONE 1
11624: | #define HAVE_POSIX_READDIR_R 1
11625: | #define PHP_SIGCHILD 0
11626: | #define DEFAULT_SHORT_OPEN_TAG "1"
11627: | #define HAVE_IPV6 1
11628: | #define SIZEOF_LONG 4
11629: | #define SIZEOF_INT 4
11630: | #define HAVE_INT32_T 1
11631: | #define HAVE_UINT32_T 1
11632: | #define HAVE_SYS_TYPES_H 1
11633: | #define HAVE_INTTYPES_H 1
11634: | #define HAVE_STDINT_H 1
11635: | #define HAVE_STRING_H 1
11636: | #define HAVE_STDLIB_H 1
11637: | #define HAVE_STRTOLL 1
11638: | #define HAVE_ATOLL 1
11639: | #define HAVE_STRFTIME 1
11640: | #define HAVE_REGEX_T_RE_MAGIC 1
11641: | #define HSREGEX 1
11642: | #define REGEX 1
11643: | #define HAVE_LIBXML 1
11644: | #define HAVE_LIBXML 1
11645: | #define HAVE_PCRE 1
11646: | #define HAVE_REFLECTION 1
11647: | #define HAVE_PACKED_OBJECT_VALUE 1
11648: | #define HAVE_SPL 1
11649: | #define HAVE_FLUSHIO 1
11650: | #define HAVE_CRYPT 1
11651: | #define HAVE_ALIGNOF 1
11652: | #define HAVE_ATTRIBUTE_ALIGNED 1
11653: | #define PHP_USE_PHP_CRYPT_R 1
11654: | #define PHP_STD_DES_CRYPT 1
11655: | #define PHP_BLOWFISH_CRYPT 1
11656: | #define PHP_EXT_DES_CRYPT 1
11657: | #define PHP_MD5_CRYPT 1
11658: | #define PHP_SHA512_CRYPT 1
11659: | #define PHP_SHA256_CRYPT 1
11660: | #define HAVE_GETCWD 1
11661: | #define HAVE_GETWD 1
11662: | #define HAVE_ASINH 1
11663: | #define HAVE_ACOSH 1
11664: | #define HAVE_ATANH 1
11665: | #define HAVE_LOG1P 1
11666: | #define HAVE_HYPOT 1
11667: | #define HAVE_GLOB 1
11668: | #define HAVE_STRFMON 1
11669: | #define HAVE_NICE 1
11670: | #define HAVE_ISINF 1
11671: | #define HAVE_ISNAN 1
11672: | #define HAVE_FNMATCH 1
11673: | #define HAVE_FORK 1
11674: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
11675: | #define ENABLE_CHROOT_FUNC 1
11676: | #define HAVE_RES_NSEARCH 1
11677: | #define HAVE_DN_EXPAND 1
11678: | #define HAVE_DN_SKIPNAME 1
11679: | #define HAVE_RES_SEARCH 1
11680: | #define HAVE_ATOF_ACCEPTS_NAN 1
11681: | #define HAVE_ATOF_ACCEPTS_INF 1
11682: | #define HAVE_HUGE_VAL_INF 1
11683: | #define HAVE_HUGE_VAL_NAN 1
11684: | #define HAVE_STRPTIME_DECL_FAILS 1
11685: | #define HAVE_WCHAR_H 1
11686: | #define HAVE_MBLEN 1
11687: | #define HAVE_MBRLEN 1
11688: | #define HAVE_MBSINIT 1
11689: | #define HAVE_MBSTATE_T 1
11690: | #define MYSQLND_COMPRESSION_WANTED 1
11691: | #define MYSQLND_SSL_SUPPORTED 1
11692: | /* end confdefs.h. */
11693: | #include <stdio.h>
11694: | #if STDC_HEADERS
11695: | #include <stdlib.h>
11696: | #include <stddef.h>
11697: | #endif
11698: | #ifdef HAVE_INTTYPES_H
11699: | #include <inttypes.h>
11700: | #endif
11701: | #ifdef HAVE_UNISTD_H
11702: | #include <unistd.h>
11703: | #endif
11704: | #ifdef HAVE_SYS_TYPES_H
11705: | #include <sys/types.h>
11706: | #endif
11707: | #ifdef HAVE_STDINT_H
11708: | #include <stdint.h>
11709: | #endif
11710: |
11711: |
11712: | int main()
11713: | {
11714: | FILE *fp = fopen("conftestval", "w");
11715: | if (!fp) return(1);
11716: | fprintf(fp, "%d\n", sizeof(uint32));
11717: | return(0);
11718: | }
11719: |
11720: configure:104983: result: no
11721: configure:104907: checking whether uchar exists
11722: configure:104954: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
11723: conftest.c: In function 'main':
11724: conftest.c:289: error: 'uchar' undeclared (first use in this function)
11725: conftest.c:289: error: (Each undeclared identifier is reported only once
11726: conftest.c:289: error: for each function it appears in.)
11727: configure:104954: $? = 1
11728: configure: program exited with status 1
11729: configure: failed program was:
11730: | /* confdefs.h */
11731: | #define PACKAGE_NAME ""
11732: | #define PACKAGE_TARNAME ""
11733: | #define PACKAGE_VERSION ""
11734: | #define PACKAGE_STRING ""
11735: | #define PACKAGE_BUGREPORT ""
11736: | #define PACKAGE_URL ""
11737: | #define STDC_HEADERS 1
11738: | #define HAVE_SYS_TYPES_H 1
11739: | #define HAVE_SYS_STAT_H 1
11740: | #define HAVE_STDLIB_H 1
11741: | #define HAVE_STRING_H 1
11742: | #define HAVE_MEMORY_H 1
11743: | #define HAVE_STRINGS_H 1
11744: | #define HAVE_INTTYPES_H 1
11745: | #define HAVE_STDINT_H 1
11746: | #define HAVE_UNISTD_H 1
11747: | #define __EXTENSIONS__ 1
11748: | #define _ALL_SOURCE 1
11749: | #define _GNU_SOURCE 1
11750: | #define _POSIX_PTHREAD_SEMANTICS 1
11751: | #define _TANDEM_SOURCE 1
11752: | #define HAVE_DEV_URANDOM 1
11753: | #define HAVE_SOCKLEN_T 1
11754: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
11755: | #define PHP_WRITE_STDOUT 1
11756: | #define HAVE_SOCKET 1
11757: | #define HAVE_SOCKETPAIR 1
11758: | #define HAVE_HTONL 1
11759: | #define HAVE_GETHOSTNAME 1
11760: | #define HAVE_GETHOSTBYADDR 1
11761: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
11762: | #define HAVE_DLOPEN 1
11763: | #define HAVE_LIBDL 1
11764: | #define HAVE_LIBM 1
11765: | #define HAVE_INET_ATON 1
11766: | #define STDC_HEADERS 1
11767: | #define HAVE_DIRENT_H 1
11768: | #define HAVE_INTTYPES_H 1
11769: | #define HAVE_STDINT_H 1
11770: | #define HAVE_DIRENT_H 1
11771: | #define HAVE_SYS_PARAM_H 1
11772: | #define HAVE_SYS_TYPES_H 1
11773: | #define HAVE_SYS_TIME_H 1
11774: | #define HAVE_NETINET_IN_H 1
11775: | #define HAVE_ARPA_INET_H 1
11776: | #define HAVE_ARPA_NAMESER_H 1
11777: | #define HAVE_ASSERT_H 1
11778: | #define HAVE_FCNTL_H 1
11779: | #define HAVE_GRP_H 1
11780: | #define HAVE_IEEEFP_H 1
11781: | #define HAVE_LANGINFO_H 1
11782: | #define HAVE_LIMITS_H 1
11783: | #define HAVE_LOCALE_H 1
11784: | #define HAVE_MONETARY_H 1
11785: | #define HAVE_NETDB_H 1
11786: | #define HAVE_PWD_H 1
11787: | #define HAVE_RESOLV_H 1
11788: | #define HAVE_SIGNAL_H 1
11789: | #define HAVE_STDARG_H 1
11790: | #define HAVE_STDLIB_H 1
11791: | #define HAVE_STRING_H 1
11792: | #define HAVE_SYSLOG_H 1
11793: | #define HAVE_SYSEXITS_H 1
11794: | #define HAVE_SYS_IOCTL_H 1
11795: | #define HAVE_SYS_FILE_H 1
11796: | #define HAVE_SYS_MMAN_H 1
11797: | #define HAVE_SYS_MOUNT_H 1
11798: | #define HAVE_SYS_POLL_H 1
11799: | #define HAVE_SYS_RESOURCE_H 1
11800: | #define HAVE_SYS_SELECT_H 1
11801: | #define HAVE_SYS_SOCKET_H 1
11802: | #define HAVE_SYS_STAT_H 1
11803: | #define HAVE_SYS_STATVFS_H 1
11804: | #define HAVE_SYS_WAIT_H 1
11805: | #define HAVE_TERMIOS_H 1
11806: | #define HAVE_UNISTD_H 1
11807: | #define HAVE_UTIME_H 1
11808: | #define HAVE_SYS_UTSNAME_H 1
11809: | #define HAVE_SYS_IPC_H 1
11810: | #define HAVE_DLFCN_H 1
11811: | #define HAVE_ASSERT_H 1
11812: | #define HAVE_STRUCT_TM_TM_ZONE 1
11813: | #define HAVE_TM_ZONE 1
11814: | #define MISSING_FCLOSE_DECL 0
11815: | #define HAVE_TM_GMTOFF 1
11816: | #define HAVE_STRUCT_FLOCK 1
11817: | #define HAVE_SOCKLEN_T 1
11818: | #define SIZEOF_SIZE_T 4
11819: | #define SIZEOF_LONG_LONG 8
11820: | #define SIZEOF_LONG_LONG_INT 8
11821: | #define SIZEOF_LONG 4
11822: | #define SIZEOF_INT 4
11823: | #define SIZEOF_INTMAX_T 8
11824: | #define HAVE_INTMAX_T 1
11825: | #define SIZEOF_SSIZE_T 4
11826: | #define HAVE_SSIZE_T 1
11827: | #define SIZEOF_PTRDIFF_T 4
11828: | #define HAVE_PTRDIFF_T 1
11829: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
11830: | #define HAVE_ST_BLKSIZE 1
11831: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
11832: | #define HAVE_ST_BLOCKS 1
11833: | #define HAVE_STRUCT_STAT_ST_RDEV 1
11834: | #define HAVE_ST_RDEV 1
11835: | #define HAVE_SOCKADDR_STORAGE 1
11836: | #define HAVE_SOCKADDR_SA_LEN 1
11837: | #define HAVE_VPRINTF 1
11838: | #define HAVE_ALPHASORT 1
11839: | #define HAVE_ASCTIME_R 1
11840: | #define HAVE_CHROOT 1
11841: | #define HAVE_CTIME_R 1
11842: | #define HAVE_FLOCK 1
11843: | #define HAVE_FTOK 1
11844: | #define HAVE_FUNOPEN 1
11845: | #define HAVE_GAI_STRERROR 1
11846: | #define HAVE_GETLOADAVG 1
11847: | #define HAVE_GETLOGIN 1
11848: | #define HAVE_GETPROTOBYNAME 1
11849: | #define HAVE_GETPROTOBYNUMBER 1
11850: | #define HAVE_GETSERVBYNAME 1
11851: | #define HAVE_GETSERVBYPORT 1
11852: | #define HAVE_GETHOSTNAME 1
11853: | #define HAVE_GETRUSAGE 1
11854: | #define HAVE_GETTIMEOFDAY 1
11855: | #define HAVE_GMTIME_R 1
11856: | #define HAVE_GETPWNAM_R 1
11857: | #define HAVE_GETGRNAM_R 1
11858: | #define HAVE_GETPWUID_R 1
11859: | #define HAVE_GRANTPT 1
11860: | #define HAVE_INET_NTOA 1
11861: | #define HAVE_INET_NTOP 1
11862: | #define HAVE_INET_PTON 1
11863: | #define HAVE_ISASCII 1
11864: | #define HAVE_LINK 1
11865: | #define HAVE_LOCALTIME_R 1
11866: | #define HAVE_LOCKF 1
11867: | #define HAVE_LCHOWN 1
11868: | #define HAVE_LRAND48 1
11869: | #define HAVE_MEMCPY 1
11870: | #define HAVE_MEMMOVE 1
11871: | #define HAVE_MKSTEMP 1
11872: | #define HAVE_MMAP 1
11873: | #define HAVE_NL_LANGINFO 1
11874: | #define HAVE_PERROR 1
11875: | #define HAVE_POLL 1
11876: | #define HAVE_PTSNAME 1
11877: | #define HAVE_PUTENV 1
11878: | #define HAVE_REALPATH 1
11879: | #define HAVE_RANDOM 1
11880: | #define HAVE_RAND_R 1
11881: | #define HAVE_SCANDIR 1
11882: | #define HAVE_SETITIMER 1
11883: | #define HAVE_SETLOCALE 1
11884: | #define HAVE_LOCALECONV 1
11885: | #define HAVE_SETENV 1
11886: | #define HAVE_SETPGID 1
11887: | #define HAVE_SETSOCKOPT 1
11888: | #define HAVE_SETVBUF 1
11889: | #define HAVE_SHUTDOWN 1
11890: | #define HAVE_SIN 1
11891: | #define HAVE_SNPRINTF 1
11892: | #define HAVE_SRAND48 1
11893: | #define HAVE_SRANDOM 1
11894: | #define HAVE_STATFS 1
11895: | #define HAVE_STATVFS 1
11896: | #define HAVE_STRCASECMP 1
11897: | #define HAVE_STRCOLL 1
11898: | #define HAVE_STRDUP 1
11899: | #define HAVE_STRERROR 1
11900: | #define HAVE_STRFTIME 1
11901: | #define HAVE_STRNLEN 1
11902: | #define HAVE_STRPTIME 1
11903: | #define HAVE_STRSTR 1
11904: | #define HAVE_STRTOK_R 1
11905: | #define HAVE_SYMLINK 1
11906: | #define HAVE_TEMPNAM 1
11907: | #define HAVE_TZSET 1
11908: | #define HAVE_UNLOCKPT 1
11909: | #define HAVE_UNSETENV 1
11910: | #define HAVE_USLEEP 1
11911: | #define HAVE_UTIME 1
11912: | #define HAVE_VSNPRINTF 1
11913: | #define HAVE_VASPRINTF 1
11914: | #define HAVE_ASPRINTF 1
11915: | #define HAVE_NANOSLEEP 1
11916: | #define HAVE_NANOSLEEP 1
11917: | #define HAVE_GETADDRINFO 1
11918: | #define HAVE_SYNC_FETCH_AND_ADD 1
11919: | #define HAVE_STRLCAT 1
11920: | #define HAVE_STRLCPY 1
11921: | #define HAVE_GETOPT 1
11922: | #define HAVE_UTIME_H 1
11923: | #define HAVE_UTIME_NULL 1
11924: | #define HAVE_ALLOCA 1
11925: | #define HAVE_DECLARED_TIMEZONE 1
11926: | #define HAVE_POSIX_READDIR_R 1
11927: | #define PHP_SIGCHILD 0
11928: | #define DEFAULT_SHORT_OPEN_TAG "1"
11929: | #define HAVE_IPV6 1
11930: | #define SIZEOF_LONG 4
11931: | #define SIZEOF_INT 4
11932: | #define HAVE_INT32_T 1
11933: | #define HAVE_UINT32_T 1
11934: | #define HAVE_SYS_TYPES_H 1
11935: | #define HAVE_INTTYPES_H 1
11936: | #define HAVE_STDINT_H 1
11937: | #define HAVE_STRING_H 1
11938: | #define HAVE_STDLIB_H 1
11939: | #define HAVE_STRTOLL 1
11940: | #define HAVE_ATOLL 1
11941: | #define HAVE_STRFTIME 1
11942: | #define HAVE_REGEX_T_RE_MAGIC 1
11943: | #define HSREGEX 1
11944: | #define REGEX 1
11945: | #define HAVE_LIBXML 1
11946: | #define HAVE_LIBXML 1
11947: | #define HAVE_PCRE 1
11948: | #define HAVE_REFLECTION 1
11949: | #define HAVE_PACKED_OBJECT_VALUE 1
11950: | #define HAVE_SPL 1
11951: | #define HAVE_FLUSHIO 1
11952: | #define HAVE_CRYPT 1
11953: | #define HAVE_ALIGNOF 1
11954: | #define HAVE_ATTRIBUTE_ALIGNED 1
11955: | #define PHP_USE_PHP_CRYPT_R 1
11956: | #define PHP_STD_DES_CRYPT 1
11957: | #define PHP_BLOWFISH_CRYPT 1
11958: | #define PHP_EXT_DES_CRYPT 1
11959: | #define PHP_MD5_CRYPT 1
11960: | #define PHP_SHA512_CRYPT 1
11961: | #define PHP_SHA256_CRYPT 1
11962: | #define HAVE_GETCWD 1
11963: | #define HAVE_GETWD 1
11964: | #define HAVE_ASINH 1
11965: | #define HAVE_ACOSH 1
11966: | #define HAVE_ATANH 1
11967: | #define HAVE_LOG1P 1
11968: | #define HAVE_HYPOT 1
11969: | #define HAVE_GLOB 1
11970: | #define HAVE_STRFMON 1
11971: | #define HAVE_NICE 1
11972: | #define HAVE_ISINF 1
11973: | #define HAVE_ISNAN 1
11974: | #define HAVE_FNMATCH 1
11975: | #define HAVE_FORK 1
11976: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
11977: | #define ENABLE_CHROOT_FUNC 1
11978: | #define HAVE_RES_NSEARCH 1
11979: | #define HAVE_DN_EXPAND 1
11980: | #define HAVE_DN_SKIPNAME 1
11981: | #define HAVE_RES_SEARCH 1
11982: | #define HAVE_ATOF_ACCEPTS_NAN 1
11983: | #define HAVE_ATOF_ACCEPTS_INF 1
11984: | #define HAVE_HUGE_VAL_INF 1
11985: | #define HAVE_HUGE_VAL_NAN 1
11986: | #define HAVE_STRPTIME_DECL_FAILS 1
11987: | #define HAVE_WCHAR_H 1
11988: | #define HAVE_MBLEN 1
11989: | #define HAVE_MBRLEN 1
11990: | #define HAVE_MBSINIT 1
11991: | #define HAVE_MBSTATE_T 1
11992: | #define MYSQLND_COMPRESSION_WANTED 1
11993: | #define MYSQLND_SSL_SUPPORTED 1
11994: | /* end confdefs.h. */
11995: | #include <stdio.h>
11996: | #if STDC_HEADERS
11997: | #include <stdlib.h>
11998: | #include <stddef.h>
11999: | #endif
12000: | #ifdef HAVE_INTTYPES_H
12001: | #include <inttypes.h>
12002: | #endif
12003: | #ifdef HAVE_UNISTD_H
12004: | #include <unistd.h>
12005: | #endif
12006: | #ifdef HAVE_SYS_TYPES_H
12007: | #include <sys/types.h>
12008: | #endif
12009: | #ifdef HAVE_STDINT_H
12010: | #include <stdint.h>
12011: | #endif
12012: |
12013: |
12014: | int main()
12015: | {
12016: | FILE *fp = fopen("conftestval", "w");
12017: | if (!fp) return(1);
12018: | fprintf(fp, "%d\n", sizeof(uchar));
12019: | return(0);
12020: | }
12021: |
12022: configure:104983: result: no
12023: configure:104907: checking whether ulong exists
12024: configure:104954: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
12025: conftest.c: In function 'main':
12026: conftest.c:289: error: 'ulong' undeclared (first use in this function)
12027: conftest.c:289: error: (Each undeclared identifier is reported only once
12028: conftest.c:289: error: for each function it appears in.)
12029: configure:104954: $? = 1
12030: configure: program exited with status 1
12031: configure: failed program was:
12032: | /* confdefs.h */
12033: | #define PACKAGE_NAME ""
12034: | #define PACKAGE_TARNAME ""
12035: | #define PACKAGE_VERSION ""
12036: | #define PACKAGE_STRING ""
12037: | #define PACKAGE_BUGREPORT ""
12038: | #define PACKAGE_URL ""
12039: | #define STDC_HEADERS 1
12040: | #define HAVE_SYS_TYPES_H 1
12041: | #define HAVE_SYS_STAT_H 1
12042: | #define HAVE_STDLIB_H 1
12043: | #define HAVE_STRING_H 1
12044: | #define HAVE_MEMORY_H 1
12045: | #define HAVE_STRINGS_H 1
12046: | #define HAVE_INTTYPES_H 1
12047: | #define HAVE_STDINT_H 1
12048: | #define HAVE_UNISTD_H 1
12049: | #define __EXTENSIONS__ 1
12050: | #define _ALL_SOURCE 1
12051: | #define _GNU_SOURCE 1
12052: | #define _POSIX_PTHREAD_SEMANTICS 1
12053: | #define _TANDEM_SOURCE 1
12054: | #define HAVE_DEV_URANDOM 1
12055: | #define HAVE_SOCKLEN_T 1
12056: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
12057: | #define PHP_WRITE_STDOUT 1
12058: | #define HAVE_SOCKET 1
12059: | #define HAVE_SOCKETPAIR 1
12060: | #define HAVE_HTONL 1
12061: | #define HAVE_GETHOSTNAME 1
12062: | #define HAVE_GETHOSTBYADDR 1
12063: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
12064: | #define HAVE_DLOPEN 1
12065: | #define HAVE_LIBDL 1
12066: | #define HAVE_LIBM 1
12067: | #define HAVE_INET_ATON 1
12068: | #define STDC_HEADERS 1
12069: | #define HAVE_DIRENT_H 1
12070: | #define HAVE_INTTYPES_H 1
12071: | #define HAVE_STDINT_H 1
12072: | #define HAVE_DIRENT_H 1
12073: | #define HAVE_SYS_PARAM_H 1
12074: | #define HAVE_SYS_TYPES_H 1
12075: | #define HAVE_SYS_TIME_H 1
12076: | #define HAVE_NETINET_IN_H 1
12077: | #define HAVE_ARPA_INET_H 1
12078: | #define HAVE_ARPA_NAMESER_H 1
12079: | #define HAVE_ASSERT_H 1
12080: | #define HAVE_FCNTL_H 1
12081: | #define HAVE_GRP_H 1
12082: | #define HAVE_IEEEFP_H 1
12083: | #define HAVE_LANGINFO_H 1
12084: | #define HAVE_LIMITS_H 1
12085: | #define HAVE_LOCALE_H 1
12086: | #define HAVE_MONETARY_H 1
12087: | #define HAVE_NETDB_H 1
12088: | #define HAVE_PWD_H 1
12089: | #define HAVE_RESOLV_H 1
12090: | #define HAVE_SIGNAL_H 1
12091: | #define HAVE_STDARG_H 1
12092: | #define HAVE_STDLIB_H 1
12093: | #define HAVE_STRING_H 1
12094: | #define HAVE_SYSLOG_H 1
12095: | #define HAVE_SYSEXITS_H 1
12096: | #define HAVE_SYS_IOCTL_H 1
12097: | #define HAVE_SYS_FILE_H 1
12098: | #define HAVE_SYS_MMAN_H 1
12099: | #define HAVE_SYS_MOUNT_H 1
12100: | #define HAVE_SYS_POLL_H 1
12101: | #define HAVE_SYS_RESOURCE_H 1
12102: | #define HAVE_SYS_SELECT_H 1
12103: | #define HAVE_SYS_SOCKET_H 1
12104: | #define HAVE_SYS_STAT_H 1
12105: | #define HAVE_SYS_STATVFS_H 1
12106: | #define HAVE_SYS_WAIT_H 1
12107: | #define HAVE_TERMIOS_H 1
12108: | #define HAVE_UNISTD_H 1
12109: | #define HAVE_UTIME_H 1
12110: | #define HAVE_SYS_UTSNAME_H 1
12111: | #define HAVE_SYS_IPC_H 1
12112: | #define HAVE_DLFCN_H 1
12113: | #define HAVE_ASSERT_H 1
12114: | #define HAVE_STRUCT_TM_TM_ZONE 1
12115: | #define HAVE_TM_ZONE 1
12116: | #define MISSING_FCLOSE_DECL 0
12117: | #define HAVE_TM_GMTOFF 1
12118: | #define HAVE_STRUCT_FLOCK 1
12119: | #define HAVE_SOCKLEN_T 1
12120: | #define SIZEOF_SIZE_T 4
12121: | #define SIZEOF_LONG_LONG 8
12122: | #define SIZEOF_LONG_LONG_INT 8
12123: | #define SIZEOF_LONG 4
12124: | #define SIZEOF_INT 4
12125: | #define SIZEOF_INTMAX_T 8
12126: | #define HAVE_INTMAX_T 1
12127: | #define SIZEOF_SSIZE_T 4
12128: | #define HAVE_SSIZE_T 1
12129: | #define SIZEOF_PTRDIFF_T 4
12130: | #define HAVE_PTRDIFF_T 1
12131: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
12132: | #define HAVE_ST_BLKSIZE 1
12133: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
12134: | #define HAVE_ST_BLOCKS 1
12135: | #define HAVE_STRUCT_STAT_ST_RDEV 1
12136: | #define HAVE_ST_RDEV 1
12137: | #define HAVE_SOCKADDR_STORAGE 1
12138: | #define HAVE_SOCKADDR_SA_LEN 1
12139: | #define HAVE_VPRINTF 1
12140: | #define HAVE_ALPHASORT 1
12141: | #define HAVE_ASCTIME_R 1
12142: | #define HAVE_CHROOT 1
12143: | #define HAVE_CTIME_R 1
12144: | #define HAVE_FLOCK 1
12145: | #define HAVE_FTOK 1
12146: | #define HAVE_FUNOPEN 1
12147: | #define HAVE_GAI_STRERROR 1
12148: | #define HAVE_GETLOADAVG 1
12149: | #define HAVE_GETLOGIN 1
12150: | #define HAVE_GETPROTOBYNAME 1
12151: | #define HAVE_GETPROTOBYNUMBER 1
12152: | #define HAVE_GETSERVBYNAME 1
12153: | #define HAVE_GETSERVBYPORT 1
12154: | #define HAVE_GETHOSTNAME 1
12155: | #define HAVE_GETRUSAGE 1
12156: | #define HAVE_GETTIMEOFDAY 1
12157: | #define HAVE_GMTIME_R 1
12158: | #define HAVE_GETPWNAM_R 1
12159: | #define HAVE_GETGRNAM_R 1
12160: | #define HAVE_GETPWUID_R 1
12161: | #define HAVE_GRANTPT 1
12162: | #define HAVE_INET_NTOA 1
12163: | #define HAVE_INET_NTOP 1
12164: | #define HAVE_INET_PTON 1
12165: | #define HAVE_ISASCII 1
12166: | #define HAVE_LINK 1
12167: | #define HAVE_LOCALTIME_R 1
12168: | #define HAVE_LOCKF 1
12169: | #define HAVE_LCHOWN 1
12170: | #define HAVE_LRAND48 1
12171: | #define HAVE_MEMCPY 1
12172: | #define HAVE_MEMMOVE 1
12173: | #define HAVE_MKSTEMP 1
12174: | #define HAVE_MMAP 1
12175: | #define HAVE_NL_LANGINFO 1
12176: | #define HAVE_PERROR 1
12177: | #define HAVE_POLL 1
12178: | #define HAVE_PTSNAME 1
12179: | #define HAVE_PUTENV 1
12180: | #define HAVE_REALPATH 1
12181: | #define HAVE_RANDOM 1
12182: | #define HAVE_RAND_R 1
12183: | #define HAVE_SCANDIR 1
12184: | #define HAVE_SETITIMER 1
12185: | #define HAVE_SETLOCALE 1
12186: | #define HAVE_LOCALECONV 1
12187: | #define HAVE_SETENV 1
12188: | #define HAVE_SETPGID 1
12189: | #define HAVE_SETSOCKOPT 1
12190: | #define HAVE_SETVBUF 1
12191: | #define HAVE_SHUTDOWN 1
12192: | #define HAVE_SIN 1
12193: | #define HAVE_SNPRINTF 1
12194: | #define HAVE_SRAND48 1
12195: | #define HAVE_SRANDOM 1
12196: | #define HAVE_STATFS 1
12197: | #define HAVE_STATVFS 1
12198: | #define HAVE_STRCASECMP 1
12199: | #define HAVE_STRCOLL 1
12200: | #define HAVE_STRDUP 1
12201: | #define HAVE_STRERROR 1
12202: | #define HAVE_STRFTIME 1
12203: | #define HAVE_STRNLEN 1
12204: | #define HAVE_STRPTIME 1
12205: | #define HAVE_STRSTR 1
12206: | #define HAVE_STRTOK_R 1
12207: | #define HAVE_SYMLINK 1
12208: | #define HAVE_TEMPNAM 1
12209: | #define HAVE_TZSET 1
12210: | #define HAVE_UNLOCKPT 1
12211: | #define HAVE_UNSETENV 1
12212: | #define HAVE_USLEEP 1
12213: | #define HAVE_UTIME 1
12214: | #define HAVE_VSNPRINTF 1
12215: | #define HAVE_VASPRINTF 1
12216: | #define HAVE_ASPRINTF 1
12217: | #define HAVE_NANOSLEEP 1
12218: | #define HAVE_NANOSLEEP 1
12219: | #define HAVE_GETADDRINFO 1
12220: | #define HAVE_SYNC_FETCH_AND_ADD 1
12221: | #define HAVE_STRLCAT 1
12222: | #define HAVE_STRLCPY 1
12223: | #define HAVE_GETOPT 1
12224: | #define HAVE_UTIME_H 1
12225: | #define HAVE_UTIME_NULL 1
12226: | #define HAVE_ALLOCA 1
12227: | #define HAVE_DECLARED_TIMEZONE 1
12228: | #define HAVE_POSIX_READDIR_R 1
12229: | #define PHP_SIGCHILD 0
12230: | #define DEFAULT_SHORT_OPEN_TAG "1"
12231: | #define HAVE_IPV6 1
12232: | #define SIZEOF_LONG 4
12233: | #define SIZEOF_INT 4
12234: | #define HAVE_INT32_T 1
12235: | #define HAVE_UINT32_T 1
12236: | #define HAVE_SYS_TYPES_H 1
12237: | #define HAVE_INTTYPES_H 1
12238: | #define HAVE_STDINT_H 1
12239: | #define HAVE_STRING_H 1
12240: | #define HAVE_STDLIB_H 1
12241: | #define HAVE_STRTOLL 1
12242: | #define HAVE_ATOLL 1
12243: | #define HAVE_STRFTIME 1
12244: | #define HAVE_REGEX_T_RE_MAGIC 1
12245: | #define HSREGEX 1
12246: | #define REGEX 1
12247: | #define HAVE_LIBXML 1
12248: | #define HAVE_LIBXML 1
12249: | #define HAVE_PCRE 1
12250: | #define HAVE_REFLECTION 1
12251: | #define HAVE_PACKED_OBJECT_VALUE 1
12252: | #define HAVE_SPL 1
12253: | #define HAVE_FLUSHIO 1
12254: | #define HAVE_CRYPT 1
12255: | #define HAVE_ALIGNOF 1
12256: | #define HAVE_ATTRIBUTE_ALIGNED 1
12257: | #define PHP_USE_PHP_CRYPT_R 1
12258: | #define PHP_STD_DES_CRYPT 1
12259: | #define PHP_BLOWFISH_CRYPT 1
12260: | #define PHP_EXT_DES_CRYPT 1
12261: | #define PHP_MD5_CRYPT 1
12262: | #define PHP_SHA512_CRYPT 1
12263: | #define PHP_SHA256_CRYPT 1
12264: | #define HAVE_GETCWD 1
12265: | #define HAVE_GETWD 1
12266: | #define HAVE_ASINH 1
12267: | #define HAVE_ACOSH 1
12268: | #define HAVE_ATANH 1
12269: | #define HAVE_LOG1P 1
12270: | #define HAVE_HYPOT 1
12271: | #define HAVE_GLOB 1
12272: | #define HAVE_STRFMON 1
12273: | #define HAVE_NICE 1
12274: | #define HAVE_ISINF 1
12275: | #define HAVE_ISNAN 1
12276: | #define HAVE_FNMATCH 1
12277: | #define HAVE_FORK 1
12278: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
12279: | #define ENABLE_CHROOT_FUNC 1
12280: | #define HAVE_RES_NSEARCH 1
12281: | #define HAVE_DN_EXPAND 1
12282: | #define HAVE_DN_SKIPNAME 1
12283: | #define HAVE_RES_SEARCH 1
12284: | #define HAVE_ATOF_ACCEPTS_NAN 1
12285: | #define HAVE_ATOF_ACCEPTS_INF 1
12286: | #define HAVE_HUGE_VAL_INF 1
12287: | #define HAVE_HUGE_VAL_NAN 1
12288: | #define HAVE_STRPTIME_DECL_FAILS 1
12289: | #define HAVE_WCHAR_H 1
12290: | #define HAVE_MBLEN 1
12291: | #define HAVE_MBRLEN 1
12292: | #define HAVE_MBSINIT 1
12293: | #define HAVE_MBSTATE_T 1
12294: | #define MYSQLND_COMPRESSION_WANTED 1
12295: | #define MYSQLND_SSL_SUPPORTED 1
12296: | /* end confdefs.h. */
12297: | #include <stdio.h>
12298: | #if STDC_HEADERS
12299: | #include <stdlib.h>
12300: | #include <stddef.h>
12301: | #endif
12302: | #ifdef HAVE_INTTYPES_H
12303: | #include <inttypes.h>
12304: | #endif
12305: | #ifdef HAVE_UNISTD_H
12306: | #include <unistd.h>
12307: | #endif
12308: | #ifdef HAVE_SYS_TYPES_H
12309: | #include <sys/types.h>
12310: | #endif
12311: | #ifdef HAVE_STDINT_H
12312: | #include <stdint.h>
12313: | #endif
12314: |
12315: |
12316: | int main()
12317: | {
12318: | FILE *fp = fopen("conftestval", "w");
12319: | if (!fp) return(1);
12320: | fprintf(fp, "%d\n", sizeof(ulong));
12321: | return(0);
12322: | }
12323: |
12324: configure:104983: result: no
12325: configure:104907: checking whether int8_t exists
12326: configure:104954: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
12327: configure:104954: $? = 0
12328: configure:104954: ./conftest
12329: configure:104954: $? = 0
12330: configure:104979: result: yes
12331: configure:104907: checking whether uint8_t exists
12332: configure:104954: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
12333: configure:104954: $? = 0
12334: configure:104954: ./conftest
12335: configure:104954: $? = 0
12336: configure:104979: result: yes
12337: configure:104907: checking whether int16_t exists
12338: configure:104954: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
12339: configure:104954: $? = 0
12340: configure:104954: ./conftest
12341: configure:104954: $? = 0
12342: configure:104979: result: yes
12343: configure:104907: checking whether uint16_t exists
12344: configure:104954: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
12345: configure:104954: $? = 0
12346: configure:104954: ./conftest
12347: configure:104954: $? = 0
12348: configure:104979: result: yes
12349: configure:104907: checking whether int32_t exists
12350: configure:104954: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
12351: configure:104954: $? = 0
12352: configure:104954: ./conftest
12353: configure:104954: $? = 0
12354: configure:104979: result: yes
12355: configure:104907: checking whether uint32_t exists
12356: configure:104954: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
12357: configure:104954: $? = 0
12358: configure:104954: ./conftest
12359: configure:104954: $? = 0
12360: configure:104979: result: yes
12361: configure:104907: checking whether int64_t exists
12362: configure:104954: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
12363: configure:104954: $? = 0
12364: configure:104954: ./conftest
12365: configure:104954: $? = 0
12366: configure:104979: result: yes
12367: configure:104907: checking whether uint64_t exists
12368: configure:104954: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
12369: configure:104954: $? = 0
12370: configure:104954: ./conftest
12371: configure:104954: $? = 0
12372: configure:104979: result: yes
12373: configure:105198: result:
12374: configure:105200: result: [1mConfiguring PEAR[m
12375: configure:105217: checking whether to install PEAR
12376: configure:105253: result: no
12377: configure:105299: result:
12378: configure:105301: result: [1mConfiguring Zend[m
12379: configure:105321: checking for bison version
12380: configure:105341: result: 2.4.3 (ok)
12381: configure:105378: checking for inttypes.h
12382: configure:105378: result: yes
12383: configure:105378: checking for stdint.h
12384: configure:105378: result: yes
12385: configure:105378: checking for limits.h
12386: configure:105378: result: yes
12387: configure:105378: checking malloc.h usability
12388: configure:105378: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
12389: In file included from conftest.c:302:
12390: /usr/include/malloc.h:3:2: error: #error "<malloc.h> has been replaced by <stdlib.h>"
12391: configure:105378: $? = 1
12392: configure: failed program was:
12393: | /* confdefs.h */
12394: | #define PACKAGE_NAME ""
12395: | #define PACKAGE_TARNAME ""
12396: | #define PACKAGE_VERSION ""
12397: | #define PACKAGE_STRING ""
12398: | #define PACKAGE_BUGREPORT ""
12399: | #define PACKAGE_URL ""
12400: | #define STDC_HEADERS 1
12401: | #define HAVE_SYS_TYPES_H 1
12402: | #define HAVE_SYS_STAT_H 1
12403: | #define HAVE_STDLIB_H 1
12404: | #define HAVE_STRING_H 1
12405: | #define HAVE_MEMORY_H 1
12406: | #define HAVE_STRINGS_H 1
12407: | #define HAVE_INTTYPES_H 1
12408: | #define HAVE_STDINT_H 1
12409: | #define HAVE_UNISTD_H 1
12410: | #define __EXTENSIONS__ 1
12411: | #define _ALL_SOURCE 1
12412: | #define _GNU_SOURCE 1
12413: | #define _POSIX_PTHREAD_SEMANTICS 1
12414: | #define _TANDEM_SOURCE 1
12415: | #define HAVE_DEV_URANDOM 1
12416: | #define HAVE_SOCKLEN_T 1
12417: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
12418: | #define PHP_WRITE_STDOUT 1
12419: | #define HAVE_SOCKET 1
12420: | #define HAVE_SOCKETPAIR 1
12421: | #define HAVE_HTONL 1
12422: | #define HAVE_GETHOSTNAME 1
12423: | #define HAVE_GETHOSTBYADDR 1
12424: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
12425: | #define HAVE_DLOPEN 1
12426: | #define HAVE_LIBDL 1
12427: | #define HAVE_LIBM 1
12428: | #define HAVE_INET_ATON 1
12429: | #define STDC_HEADERS 1
12430: | #define HAVE_DIRENT_H 1
12431: | #define HAVE_INTTYPES_H 1
12432: | #define HAVE_STDINT_H 1
12433: | #define HAVE_DIRENT_H 1
12434: | #define HAVE_SYS_PARAM_H 1
12435: | #define HAVE_SYS_TYPES_H 1
12436: | #define HAVE_SYS_TIME_H 1
12437: | #define HAVE_NETINET_IN_H 1
12438: | #define HAVE_ARPA_INET_H 1
12439: | #define HAVE_ARPA_NAMESER_H 1
12440: | #define HAVE_ASSERT_H 1
12441: | #define HAVE_FCNTL_H 1
12442: | #define HAVE_GRP_H 1
12443: | #define HAVE_IEEEFP_H 1
12444: | #define HAVE_LANGINFO_H 1
12445: | #define HAVE_LIMITS_H 1
12446: | #define HAVE_LOCALE_H 1
12447: | #define HAVE_MONETARY_H 1
12448: | #define HAVE_NETDB_H 1
12449: | #define HAVE_PWD_H 1
12450: | #define HAVE_RESOLV_H 1
12451: | #define HAVE_SIGNAL_H 1
12452: | #define HAVE_STDARG_H 1
12453: | #define HAVE_STDLIB_H 1
12454: | #define HAVE_STRING_H 1
12455: | #define HAVE_SYSLOG_H 1
12456: | #define HAVE_SYSEXITS_H 1
12457: | #define HAVE_SYS_IOCTL_H 1
12458: | #define HAVE_SYS_FILE_H 1
12459: | #define HAVE_SYS_MMAN_H 1
12460: | #define HAVE_SYS_MOUNT_H 1
12461: | #define HAVE_SYS_POLL_H 1
12462: | #define HAVE_SYS_RESOURCE_H 1
12463: | #define HAVE_SYS_SELECT_H 1
12464: | #define HAVE_SYS_SOCKET_H 1
12465: | #define HAVE_SYS_STAT_H 1
12466: | #define HAVE_SYS_STATVFS_H 1
12467: | #define HAVE_SYS_WAIT_H 1
12468: | #define HAVE_TERMIOS_H 1
12469: | #define HAVE_UNISTD_H 1
12470: | #define HAVE_UTIME_H 1
12471: | #define HAVE_SYS_UTSNAME_H 1
12472: | #define HAVE_SYS_IPC_H 1
12473: | #define HAVE_DLFCN_H 1
12474: | #define HAVE_ASSERT_H 1
12475: | #define HAVE_STRUCT_TM_TM_ZONE 1
12476: | #define HAVE_TM_ZONE 1
12477: | #define MISSING_FCLOSE_DECL 0
12478: | #define HAVE_TM_GMTOFF 1
12479: | #define HAVE_STRUCT_FLOCK 1
12480: | #define HAVE_SOCKLEN_T 1
12481: | #define SIZEOF_SIZE_T 4
12482: | #define SIZEOF_LONG_LONG 8
12483: | #define SIZEOF_LONG_LONG_INT 8
12484: | #define SIZEOF_LONG 4
12485: | #define SIZEOF_INT 4
12486: | #define SIZEOF_INTMAX_T 8
12487: | #define HAVE_INTMAX_T 1
12488: | #define SIZEOF_SSIZE_T 4
12489: | #define HAVE_SSIZE_T 1
12490: | #define SIZEOF_PTRDIFF_T 4
12491: | #define HAVE_PTRDIFF_T 1
12492: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
12493: | #define HAVE_ST_BLKSIZE 1
12494: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
12495: | #define HAVE_ST_BLOCKS 1
12496: | #define HAVE_STRUCT_STAT_ST_RDEV 1
12497: | #define HAVE_ST_RDEV 1
12498: | #define HAVE_SOCKADDR_STORAGE 1
12499: | #define HAVE_SOCKADDR_SA_LEN 1
12500: | #define HAVE_VPRINTF 1
12501: | #define HAVE_ALPHASORT 1
12502: | #define HAVE_ASCTIME_R 1
12503: | #define HAVE_CHROOT 1
12504: | #define HAVE_CTIME_R 1
12505: | #define HAVE_FLOCK 1
12506: | #define HAVE_FTOK 1
12507: | #define HAVE_FUNOPEN 1
12508: | #define HAVE_GAI_STRERROR 1
12509: | #define HAVE_GETLOADAVG 1
12510: | #define HAVE_GETLOGIN 1
12511: | #define HAVE_GETPROTOBYNAME 1
12512: | #define HAVE_GETPROTOBYNUMBER 1
12513: | #define HAVE_GETSERVBYNAME 1
12514: | #define HAVE_GETSERVBYPORT 1
12515: | #define HAVE_GETHOSTNAME 1
12516: | #define HAVE_GETRUSAGE 1
12517: | #define HAVE_GETTIMEOFDAY 1
12518: | #define HAVE_GMTIME_R 1
12519: | #define HAVE_GETPWNAM_R 1
12520: | #define HAVE_GETGRNAM_R 1
12521: | #define HAVE_GETPWUID_R 1
12522: | #define HAVE_GRANTPT 1
12523: | #define HAVE_INET_NTOA 1
12524: | #define HAVE_INET_NTOP 1
12525: | #define HAVE_INET_PTON 1
12526: | #define HAVE_ISASCII 1
12527: | #define HAVE_LINK 1
12528: | #define HAVE_LOCALTIME_R 1
12529: | #define HAVE_LOCKF 1
12530: | #define HAVE_LCHOWN 1
12531: | #define HAVE_LRAND48 1
12532: | #define HAVE_MEMCPY 1
12533: | #define HAVE_MEMMOVE 1
12534: | #define HAVE_MKSTEMP 1
12535: | #define HAVE_MMAP 1
12536: | #define HAVE_NL_LANGINFO 1
12537: | #define HAVE_PERROR 1
12538: | #define HAVE_POLL 1
12539: | #define HAVE_PTSNAME 1
12540: | #define HAVE_PUTENV 1
12541: | #define HAVE_REALPATH 1
12542: | #define HAVE_RANDOM 1
12543: | #define HAVE_RAND_R 1
12544: | #define HAVE_SCANDIR 1
12545: | #define HAVE_SETITIMER 1
12546: | #define HAVE_SETLOCALE 1
12547: | #define HAVE_LOCALECONV 1
12548: | #define HAVE_SETENV 1
12549: | #define HAVE_SETPGID 1
12550: | #define HAVE_SETSOCKOPT 1
12551: | #define HAVE_SETVBUF 1
12552: | #define HAVE_SHUTDOWN 1
12553: | #define HAVE_SIN 1
12554: | #define HAVE_SNPRINTF 1
12555: | #define HAVE_SRAND48 1
12556: | #define HAVE_SRANDOM 1
12557: | #define HAVE_STATFS 1
12558: | #define HAVE_STATVFS 1
12559: | #define HAVE_STRCASECMP 1
12560: | #define HAVE_STRCOLL 1
12561: | #define HAVE_STRDUP 1
12562: | #define HAVE_STRERROR 1
12563: | #define HAVE_STRFTIME 1
12564: | #define HAVE_STRNLEN 1
12565: | #define HAVE_STRPTIME 1
12566: | #define HAVE_STRSTR 1
12567: | #define HAVE_STRTOK_R 1
12568: | #define HAVE_SYMLINK 1
12569: | #define HAVE_TEMPNAM 1
12570: | #define HAVE_TZSET 1
12571: | #define HAVE_UNLOCKPT 1
12572: | #define HAVE_UNSETENV 1
12573: | #define HAVE_USLEEP 1
12574: | #define HAVE_UTIME 1
12575: | #define HAVE_VSNPRINTF 1
12576: | #define HAVE_VASPRINTF 1
12577: | #define HAVE_ASPRINTF 1
12578: | #define HAVE_NANOSLEEP 1
12579: | #define HAVE_NANOSLEEP 1
12580: | #define HAVE_GETADDRINFO 1
12581: | #define HAVE_SYNC_FETCH_AND_ADD 1
12582: | #define HAVE_STRLCAT 1
12583: | #define HAVE_STRLCPY 1
12584: | #define HAVE_GETOPT 1
12585: | #define HAVE_UTIME_H 1
12586: | #define HAVE_UTIME_NULL 1
12587: | #define HAVE_ALLOCA 1
12588: | #define HAVE_DECLARED_TIMEZONE 1
12589: | #define HAVE_POSIX_READDIR_R 1
12590: | #define PHP_SIGCHILD 0
12591: | #define DEFAULT_SHORT_OPEN_TAG "1"
12592: | #define HAVE_IPV6 1
12593: | #define SIZEOF_LONG 4
12594: | #define SIZEOF_INT 4
12595: | #define HAVE_INT32_T 1
12596: | #define HAVE_UINT32_T 1
12597: | #define HAVE_SYS_TYPES_H 1
12598: | #define HAVE_INTTYPES_H 1
12599: | #define HAVE_STDINT_H 1
12600: | #define HAVE_STRING_H 1
12601: | #define HAVE_STDLIB_H 1
12602: | #define HAVE_STRTOLL 1
12603: | #define HAVE_ATOLL 1
12604: | #define HAVE_STRFTIME 1
12605: | #define HAVE_REGEX_T_RE_MAGIC 1
12606: | #define HSREGEX 1
12607: | #define REGEX 1
12608: | #define HAVE_LIBXML 1
12609: | #define HAVE_LIBXML 1
12610: | #define HAVE_PCRE 1
12611: | #define HAVE_REFLECTION 1
12612: | #define HAVE_PACKED_OBJECT_VALUE 1
12613: | #define HAVE_SPL 1
12614: | #define HAVE_FLUSHIO 1
12615: | #define HAVE_CRYPT 1
12616: | #define HAVE_ALIGNOF 1
12617: | #define HAVE_ATTRIBUTE_ALIGNED 1
12618: | #define PHP_USE_PHP_CRYPT_R 1
12619: | #define PHP_STD_DES_CRYPT 1
12620: | #define PHP_BLOWFISH_CRYPT 1
12621: | #define PHP_EXT_DES_CRYPT 1
12622: | #define PHP_MD5_CRYPT 1
12623: | #define PHP_SHA512_CRYPT 1
12624: | #define PHP_SHA256_CRYPT 1
12625: | #define HAVE_GETCWD 1
12626: | #define HAVE_GETWD 1
12627: | #define HAVE_ASINH 1
12628: | #define HAVE_ACOSH 1
12629: | #define HAVE_ATANH 1
12630: | #define HAVE_LOG1P 1
12631: | #define HAVE_HYPOT 1
12632: | #define HAVE_GLOB 1
12633: | #define HAVE_STRFMON 1
12634: | #define HAVE_NICE 1
12635: | #define HAVE_ISINF 1
12636: | #define HAVE_ISNAN 1
12637: | #define HAVE_FNMATCH 1
12638: | #define HAVE_FORK 1
12639: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
12640: | #define ENABLE_CHROOT_FUNC 1
12641: | #define HAVE_RES_NSEARCH 1
12642: | #define HAVE_DN_EXPAND 1
12643: | #define HAVE_DN_SKIPNAME 1
12644: | #define HAVE_RES_SEARCH 1
12645: | #define HAVE_ATOF_ACCEPTS_NAN 1
12646: | #define HAVE_ATOF_ACCEPTS_INF 1
12647: | #define HAVE_HUGE_VAL_INF 1
12648: | #define HAVE_HUGE_VAL_NAN 1
12649: | #define HAVE_STRPTIME_DECL_FAILS 1
12650: | #define HAVE_WCHAR_H 1
12651: | #define HAVE_MBLEN 1
12652: | #define HAVE_MBRLEN 1
12653: | #define HAVE_MBSINIT 1
12654: | #define HAVE_MBSTATE_T 1
12655: | #define MYSQLND_COMPRESSION_WANTED 1
12656: | #define MYSQLND_SSL_SUPPORTED 1
12657: | #define HAVE_INTTYPES_H 1
12658: | #define HAVE_STDINT_H 1
12659: | #define HAVE_LIMITS_H 1
12660: | /* end confdefs.h. */
12661: | #include <stdio.h>
12662: | #ifdef HAVE_SYS_TYPES_H
12663: | # include <sys/types.h>
12664: | #endif
12665: | #ifdef HAVE_SYS_STAT_H
12666: | # include <sys/stat.h>
12667: | #endif
12668: | #ifdef STDC_HEADERS
12669: | # include <stdlib.h>
12670: | # include <stddef.h>
12671: | #else
12672: | # ifdef HAVE_STDLIB_H
12673: | # include <stdlib.h>
12674: | # endif
12675: | #endif
12676: | #ifdef HAVE_STRING_H
12677: | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
12678: | # include <memory.h>
12679: | # endif
12680: | # include <string.h>
12681: | #endif
12682: | #ifdef HAVE_STRINGS_H
12683: | # include <strings.h>
12684: | #endif
12685: | #ifdef HAVE_INTTYPES_H
12686: | # include <inttypes.h>
12687: | #endif
12688: | #ifdef HAVE_STDINT_H
12689: | # include <stdint.h>
12690: | #endif
12691: | #ifdef HAVE_UNISTD_H
12692: | # include <unistd.h>
12693: | #endif
12694: | #include <malloc.h>
12695: configure:105378: result: no
12696: configure:105378: checking malloc.h presence
12697: configure:105378: cpp conftest.c
12698: In file included from conftest.c:269:
12699: /usr/include/malloc.h:3:2: error: #error "<malloc.h> has been replaced by <stdlib.h>"
12700: configure:105378: $? = 1
12701: configure: failed program was:
12702: | /* confdefs.h */
12703: | #define PACKAGE_NAME ""
12704: | #define PACKAGE_TARNAME ""
12705: | #define PACKAGE_VERSION ""
12706: | #define PACKAGE_STRING ""
12707: | #define PACKAGE_BUGREPORT ""
12708: | #define PACKAGE_URL ""
12709: | #define STDC_HEADERS 1
12710: | #define HAVE_SYS_TYPES_H 1
12711: | #define HAVE_SYS_STAT_H 1
12712: | #define HAVE_STDLIB_H 1
12713: | #define HAVE_STRING_H 1
12714: | #define HAVE_MEMORY_H 1
12715: | #define HAVE_STRINGS_H 1
12716: | #define HAVE_INTTYPES_H 1
12717: | #define HAVE_STDINT_H 1
12718: | #define HAVE_UNISTD_H 1
12719: | #define __EXTENSIONS__ 1
12720: | #define _ALL_SOURCE 1
12721: | #define _GNU_SOURCE 1
12722: | #define _POSIX_PTHREAD_SEMANTICS 1
12723: | #define _TANDEM_SOURCE 1
12724: | #define HAVE_DEV_URANDOM 1
12725: | #define HAVE_SOCKLEN_T 1
12726: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
12727: | #define PHP_WRITE_STDOUT 1
12728: | #define HAVE_SOCKET 1
12729: | #define HAVE_SOCKETPAIR 1
12730: | #define HAVE_HTONL 1
12731: | #define HAVE_GETHOSTNAME 1
12732: | #define HAVE_GETHOSTBYADDR 1
12733: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
12734: | #define HAVE_DLOPEN 1
12735: | #define HAVE_LIBDL 1
12736: | #define HAVE_LIBM 1
12737: | #define HAVE_INET_ATON 1
12738: | #define STDC_HEADERS 1
12739: | #define HAVE_DIRENT_H 1
12740: | #define HAVE_INTTYPES_H 1
12741: | #define HAVE_STDINT_H 1
12742: | #define HAVE_DIRENT_H 1
12743: | #define HAVE_SYS_PARAM_H 1
12744: | #define HAVE_SYS_TYPES_H 1
12745: | #define HAVE_SYS_TIME_H 1
12746: | #define HAVE_NETINET_IN_H 1
12747: | #define HAVE_ARPA_INET_H 1
12748: | #define HAVE_ARPA_NAMESER_H 1
12749: | #define HAVE_ASSERT_H 1
12750: | #define HAVE_FCNTL_H 1
12751: | #define HAVE_GRP_H 1
12752: | #define HAVE_IEEEFP_H 1
12753: | #define HAVE_LANGINFO_H 1
12754: | #define HAVE_LIMITS_H 1
12755: | #define HAVE_LOCALE_H 1
12756: | #define HAVE_MONETARY_H 1
12757: | #define HAVE_NETDB_H 1
12758: | #define HAVE_PWD_H 1
12759: | #define HAVE_RESOLV_H 1
12760: | #define HAVE_SIGNAL_H 1
12761: | #define HAVE_STDARG_H 1
12762: | #define HAVE_STDLIB_H 1
12763: | #define HAVE_STRING_H 1
12764: | #define HAVE_SYSLOG_H 1
12765: | #define HAVE_SYSEXITS_H 1
12766: | #define HAVE_SYS_IOCTL_H 1
12767: | #define HAVE_SYS_FILE_H 1
12768: | #define HAVE_SYS_MMAN_H 1
12769: | #define HAVE_SYS_MOUNT_H 1
12770: | #define HAVE_SYS_POLL_H 1
12771: | #define HAVE_SYS_RESOURCE_H 1
12772: | #define HAVE_SYS_SELECT_H 1
12773: | #define HAVE_SYS_SOCKET_H 1
12774: | #define HAVE_SYS_STAT_H 1
12775: | #define HAVE_SYS_STATVFS_H 1
12776: | #define HAVE_SYS_WAIT_H 1
12777: | #define HAVE_TERMIOS_H 1
12778: | #define HAVE_UNISTD_H 1
12779: | #define HAVE_UTIME_H 1
12780: | #define HAVE_SYS_UTSNAME_H 1
12781: | #define HAVE_SYS_IPC_H 1
12782: | #define HAVE_DLFCN_H 1
12783: | #define HAVE_ASSERT_H 1
12784: | #define HAVE_STRUCT_TM_TM_ZONE 1
12785: | #define HAVE_TM_ZONE 1
12786: | #define MISSING_FCLOSE_DECL 0
12787: | #define HAVE_TM_GMTOFF 1
12788: | #define HAVE_STRUCT_FLOCK 1
12789: | #define HAVE_SOCKLEN_T 1
12790: | #define SIZEOF_SIZE_T 4
12791: | #define SIZEOF_LONG_LONG 8
12792: | #define SIZEOF_LONG_LONG_INT 8
12793: | #define SIZEOF_LONG 4
12794: | #define SIZEOF_INT 4
12795: | #define SIZEOF_INTMAX_T 8
12796: | #define HAVE_INTMAX_T 1
12797: | #define SIZEOF_SSIZE_T 4
12798: | #define HAVE_SSIZE_T 1
12799: | #define SIZEOF_PTRDIFF_T 4
12800: | #define HAVE_PTRDIFF_T 1
12801: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
12802: | #define HAVE_ST_BLKSIZE 1
12803: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
12804: | #define HAVE_ST_BLOCKS 1
12805: | #define HAVE_STRUCT_STAT_ST_RDEV 1
12806: | #define HAVE_ST_RDEV 1
12807: | #define HAVE_SOCKADDR_STORAGE 1
12808: | #define HAVE_SOCKADDR_SA_LEN 1
12809: | #define HAVE_VPRINTF 1
12810: | #define HAVE_ALPHASORT 1
12811: | #define HAVE_ASCTIME_R 1
12812: | #define HAVE_CHROOT 1
12813: | #define HAVE_CTIME_R 1
12814: | #define HAVE_FLOCK 1
12815: | #define HAVE_FTOK 1
12816: | #define HAVE_FUNOPEN 1
12817: | #define HAVE_GAI_STRERROR 1
12818: | #define HAVE_GETLOADAVG 1
12819: | #define HAVE_GETLOGIN 1
12820: | #define HAVE_GETPROTOBYNAME 1
12821: | #define HAVE_GETPROTOBYNUMBER 1
12822: | #define HAVE_GETSERVBYNAME 1
12823: | #define HAVE_GETSERVBYPORT 1
12824: | #define HAVE_GETHOSTNAME 1
12825: | #define HAVE_GETRUSAGE 1
12826: | #define HAVE_GETTIMEOFDAY 1
12827: | #define HAVE_GMTIME_R 1
12828: | #define HAVE_GETPWNAM_R 1
12829: | #define HAVE_GETGRNAM_R 1
12830: | #define HAVE_GETPWUID_R 1
12831: | #define HAVE_GRANTPT 1
12832: | #define HAVE_INET_NTOA 1
12833: | #define HAVE_INET_NTOP 1
12834: | #define HAVE_INET_PTON 1
12835: | #define HAVE_ISASCII 1
12836: | #define HAVE_LINK 1
12837: | #define HAVE_LOCALTIME_R 1
12838: | #define HAVE_LOCKF 1
12839: | #define HAVE_LCHOWN 1
12840: | #define HAVE_LRAND48 1
12841: | #define HAVE_MEMCPY 1
12842: | #define HAVE_MEMMOVE 1
12843: | #define HAVE_MKSTEMP 1
12844: | #define HAVE_MMAP 1
12845: | #define HAVE_NL_LANGINFO 1
12846: | #define HAVE_PERROR 1
12847: | #define HAVE_POLL 1
12848: | #define HAVE_PTSNAME 1
12849: | #define HAVE_PUTENV 1
12850: | #define HAVE_REALPATH 1
12851: | #define HAVE_RANDOM 1
12852: | #define HAVE_RAND_R 1
12853: | #define HAVE_SCANDIR 1
12854: | #define HAVE_SETITIMER 1
12855: | #define HAVE_SETLOCALE 1
12856: | #define HAVE_LOCALECONV 1
12857: | #define HAVE_SETENV 1
12858: | #define HAVE_SETPGID 1
12859: | #define HAVE_SETSOCKOPT 1
12860: | #define HAVE_SETVBUF 1
12861: | #define HAVE_SHUTDOWN 1
12862: | #define HAVE_SIN 1
12863: | #define HAVE_SNPRINTF 1
12864: | #define HAVE_SRAND48 1
12865: | #define HAVE_SRANDOM 1
12866: | #define HAVE_STATFS 1
12867: | #define HAVE_STATVFS 1
12868: | #define HAVE_STRCASECMP 1
12869: | #define HAVE_STRCOLL 1
12870: | #define HAVE_STRDUP 1
12871: | #define HAVE_STRERROR 1
12872: | #define HAVE_STRFTIME 1
12873: | #define HAVE_STRNLEN 1
12874: | #define HAVE_STRPTIME 1
12875: | #define HAVE_STRSTR 1
12876: | #define HAVE_STRTOK_R 1
12877: | #define HAVE_SYMLINK 1
12878: | #define HAVE_TEMPNAM 1
12879: | #define HAVE_TZSET 1
12880: | #define HAVE_UNLOCKPT 1
12881: | #define HAVE_UNSETENV 1
12882: | #define HAVE_USLEEP 1
12883: | #define HAVE_UTIME 1
12884: | #define HAVE_VSNPRINTF 1
12885: | #define HAVE_VASPRINTF 1
12886: | #define HAVE_ASPRINTF 1
12887: | #define HAVE_NANOSLEEP 1
12888: | #define HAVE_NANOSLEEP 1
12889: | #define HAVE_GETADDRINFO 1
12890: | #define HAVE_SYNC_FETCH_AND_ADD 1
12891: | #define HAVE_STRLCAT 1
12892: | #define HAVE_STRLCPY 1
12893: | #define HAVE_GETOPT 1
12894: | #define HAVE_UTIME_H 1
12895: | #define HAVE_UTIME_NULL 1
12896: | #define HAVE_ALLOCA 1
12897: | #define HAVE_DECLARED_TIMEZONE 1
12898: | #define HAVE_POSIX_READDIR_R 1
12899: | #define PHP_SIGCHILD 0
12900: | #define DEFAULT_SHORT_OPEN_TAG "1"
12901: | #define HAVE_IPV6 1
12902: | #define SIZEOF_LONG 4
12903: | #define SIZEOF_INT 4
12904: | #define HAVE_INT32_T 1
12905: | #define HAVE_UINT32_T 1
12906: | #define HAVE_SYS_TYPES_H 1
12907: | #define HAVE_INTTYPES_H 1
12908: | #define HAVE_STDINT_H 1
12909: | #define HAVE_STRING_H 1
12910: | #define HAVE_STDLIB_H 1
12911: | #define HAVE_STRTOLL 1
12912: | #define HAVE_ATOLL 1
12913: | #define HAVE_STRFTIME 1
12914: | #define HAVE_REGEX_T_RE_MAGIC 1
12915: | #define HSREGEX 1
12916: | #define REGEX 1
12917: | #define HAVE_LIBXML 1
12918: | #define HAVE_LIBXML 1
12919: | #define HAVE_PCRE 1
12920: | #define HAVE_REFLECTION 1
12921: | #define HAVE_PACKED_OBJECT_VALUE 1
12922: | #define HAVE_SPL 1
12923: | #define HAVE_FLUSHIO 1
12924: | #define HAVE_CRYPT 1
12925: | #define HAVE_ALIGNOF 1
12926: | #define HAVE_ATTRIBUTE_ALIGNED 1
12927: | #define PHP_USE_PHP_CRYPT_R 1
12928: | #define PHP_STD_DES_CRYPT 1
12929: | #define PHP_BLOWFISH_CRYPT 1
12930: | #define PHP_EXT_DES_CRYPT 1
12931: | #define PHP_MD5_CRYPT 1
12932: | #define PHP_SHA512_CRYPT 1
12933: | #define PHP_SHA256_CRYPT 1
12934: | #define HAVE_GETCWD 1
12935: | #define HAVE_GETWD 1
12936: | #define HAVE_ASINH 1
12937: | #define HAVE_ACOSH 1
12938: | #define HAVE_ATANH 1
12939: | #define HAVE_LOG1P 1
12940: | #define HAVE_HYPOT 1
12941: | #define HAVE_GLOB 1
12942: | #define HAVE_STRFMON 1
12943: | #define HAVE_NICE 1
12944: | #define HAVE_ISINF 1
12945: | #define HAVE_ISNAN 1
12946: | #define HAVE_FNMATCH 1
12947: | #define HAVE_FORK 1
12948: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
12949: | #define ENABLE_CHROOT_FUNC 1
12950: | #define HAVE_RES_NSEARCH 1
12951: | #define HAVE_DN_EXPAND 1
12952: | #define HAVE_DN_SKIPNAME 1
12953: | #define HAVE_RES_SEARCH 1
12954: | #define HAVE_ATOF_ACCEPTS_NAN 1
12955: | #define HAVE_ATOF_ACCEPTS_INF 1
12956: | #define HAVE_HUGE_VAL_INF 1
12957: | #define HAVE_HUGE_VAL_NAN 1
12958: | #define HAVE_STRPTIME_DECL_FAILS 1
12959: | #define HAVE_WCHAR_H 1
12960: | #define HAVE_MBLEN 1
12961: | #define HAVE_MBRLEN 1
12962: | #define HAVE_MBSINIT 1
12963: | #define HAVE_MBSTATE_T 1
12964: | #define MYSQLND_COMPRESSION_WANTED 1
12965: | #define MYSQLND_SSL_SUPPORTED 1
12966: | #define HAVE_INTTYPES_H 1
12967: | #define HAVE_STDINT_H 1
12968: | #define HAVE_LIMITS_H 1
12969: | /* end confdefs.h. */
12970: | #include <malloc.h>
12971: configure:105378: result: no
12972: configure:105378: checking for malloc.h
12973: configure:105378: result: no
12974: configure:105378: checking for string.h
12975: configure:105378: result: yes
12976: configure:105378: checking for unistd.h
12977: configure:105378: result: yes
12978: configure:105378: checking for stdarg.h
12979: configure:105378: result: yes
12980: configure:105378: checking for sys/types.h
12981: configure:105378: result: yes
12982: configure:105378: checking for sys/time.h
12983: configure:105378: result: yes
12984: configure:105378: checking for signal.h
12985: configure:105378: result: yes
12986: configure:105378: checking for unix.h
12987: configure:105378: result: no
12988: configure:105378: checking for stdlib.h
12989: configure:105378: result: yes
12990: configure:105378: checking for dlfcn.h
12991: configure:105378: result: yes
12992: configure:105389: checking for size_t
12993: configure:105389: result: yes
12994: configure:105400: checking return type of signal handlers
12995: configure:105418: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
12996: conftest.c: In function 'main':
12997: conftest.c:283: error: void value not ignored as it ought to be
12998: configure:105418: $? = 1
12999: configure: failed program was:
13000: | /* confdefs.h */
13001: | #define PACKAGE_NAME ""
13002: | #define PACKAGE_TARNAME ""
13003: | #define PACKAGE_VERSION ""
13004: | #define PACKAGE_STRING ""
13005: | #define PACKAGE_BUGREPORT ""
13006: | #define PACKAGE_URL ""
13007: | #define STDC_HEADERS 1
13008: | #define HAVE_SYS_TYPES_H 1
13009: | #define HAVE_SYS_STAT_H 1
13010: | #define HAVE_STDLIB_H 1
13011: | #define HAVE_STRING_H 1
13012: | #define HAVE_MEMORY_H 1
13013: | #define HAVE_STRINGS_H 1
13014: | #define HAVE_INTTYPES_H 1
13015: | #define HAVE_STDINT_H 1
13016: | #define HAVE_UNISTD_H 1
13017: | #define __EXTENSIONS__ 1
13018: | #define _ALL_SOURCE 1
13019: | #define _GNU_SOURCE 1
13020: | #define _POSIX_PTHREAD_SEMANTICS 1
13021: | #define _TANDEM_SOURCE 1
13022: | #define HAVE_DEV_URANDOM 1
13023: | #define HAVE_SOCKLEN_T 1
13024: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
13025: | #define PHP_WRITE_STDOUT 1
13026: | #define HAVE_SOCKET 1
13027: | #define HAVE_SOCKETPAIR 1
13028: | #define HAVE_HTONL 1
13029: | #define HAVE_GETHOSTNAME 1
13030: | #define HAVE_GETHOSTBYADDR 1
13031: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
13032: | #define HAVE_DLOPEN 1
13033: | #define HAVE_LIBDL 1
13034: | #define HAVE_LIBM 1
13035: | #define HAVE_INET_ATON 1
13036: | #define STDC_HEADERS 1
13037: | #define HAVE_DIRENT_H 1
13038: | #define HAVE_INTTYPES_H 1
13039: | #define HAVE_STDINT_H 1
13040: | #define HAVE_DIRENT_H 1
13041: | #define HAVE_SYS_PARAM_H 1
13042: | #define HAVE_SYS_TYPES_H 1
13043: | #define HAVE_SYS_TIME_H 1
13044: | #define HAVE_NETINET_IN_H 1
13045: | #define HAVE_ARPA_INET_H 1
13046: | #define HAVE_ARPA_NAMESER_H 1
13047: | #define HAVE_ASSERT_H 1
13048: | #define HAVE_FCNTL_H 1
13049: | #define HAVE_GRP_H 1
13050: | #define HAVE_IEEEFP_H 1
13051: | #define HAVE_LANGINFO_H 1
13052: | #define HAVE_LIMITS_H 1
13053: | #define HAVE_LOCALE_H 1
13054: | #define HAVE_MONETARY_H 1
13055: | #define HAVE_NETDB_H 1
13056: | #define HAVE_PWD_H 1
13057: | #define HAVE_RESOLV_H 1
13058: | #define HAVE_SIGNAL_H 1
13059: | #define HAVE_STDARG_H 1
13060: | #define HAVE_STDLIB_H 1
13061: | #define HAVE_STRING_H 1
13062: | #define HAVE_SYSLOG_H 1
13063: | #define HAVE_SYSEXITS_H 1
13064: | #define HAVE_SYS_IOCTL_H 1
13065: | #define HAVE_SYS_FILE_H 1
13066: | #define HAVE_SYS_MMAN_H 1
13067: | #define HAVE_SYS_MOUNT_H 1
13068: | #define HAVE_SYS_POLL_H 1
13069: | #define HAVE_SYS_RESOURCE_H 1
13070: | #define HAVE_SYS_SELECT_H 1
13071: | #define HAVE_SYS_SOCKET_H 1
13072: | #define HAVE_SYS_STAT_H 1
13073: | #define HAVE_SYS_STATVFS_H 1
13074: | #define HAVE_SYS_WAIT_H 1
13075: | #define HAVE_TERMIOS_H 1
13076: | #define HAVE_UNISTD_H 1
13077: | #define HAVE_UTIME_H 1
13078: | #define HAVE_SYS_UTSNAME_H 1
13079: | #define HAVE_SYS_IPC_H 1
13080: | #define HAVE_DLFCN_H 1
13081: | #define HAVE_ASSERT_H 1
13082: | #define HAVE_STRUCT_TM_TM_ZONE 1
13083: | #define HAVE_TM_ZONE 1
13084: | #define MISSING_FCLOSE_DECL 0
13085: | #define HAVE_TM_GMTOFF 1
13086: | #define HAVE_STRUCT_FLOCK 1
13087: | #define HAVE_SOCKLEN_T 1
13088: | #define SIZEOF_SIZE_T 4
13089: | #define SIZEOF_LONG_LONG 8
13090: | #define SIZEOF_LONG_LONG_INT 8
13091: | #define SIZEOF_LONG 4
13092: | #define SIZEOF_INT 4
13093: | #define SIZEOF_INTMAX_T 8
13094: | #define HAVE_INTMAX_T 1
13095: | #define SIZEOF_SSIZE_T 4
13096: | #define HAVE_SSIZE_T 1
13097: | #define SIZEOF_PTRDIFF_T 4
13098: | #define HAVE_PTRDIFF_T 1
13099: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
13100: | #define HAVE_ST_BLKSIZE 1
13101: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13102: | #define HAVE_ST_BLOCKS 1
13103: | #define HAVE_STRUCT_STAT_ST_RDEV 1
13104: | #define HAVE_ST_RDEV 1
13105: | #define HAVE_SOCKADDR_STORAGE 1
13106: | #define HAVE_SOCKADDR_SA_LEN 1
13107: | #define HAVE_VPRINTF 1
13108: | #define HAVE_ALPHASORT 1
13109: | #define HAVE_ASCTIME_R 1
13110: | #define HAVE_CHROOT 1
13111: | #define HAVE_CTIME_R 1
13112: | #define HAVE_FLOCK 1
13113: | #define HAVE_FTOK 1
13114: | #define HAVE_FUNOPEN 1
13115: | #define HAVE_GAI_STRERROR 1
13116: | #define HAVE_GETLOADAVG 1
13117: | #define HAVE_GETLOGIN 1
13118: | #define HAVE_GETPROTOBYNAME 1
13119: | #define HAVE_GETPROTOBYNUMBER 1
13120: | #define HAVE_GETSERVBYNAME 1
13121: | #define HAVE_GETSERVBYPORT 1
13122: | #define HAVE_GETHOSTNAME 1
13123: | #define HAVE_GETRUSAGE 1
13124: | #define HAVE_GETTIMEOFDAY 1
13125: | #define HAVE_GMTIME_R 1
13126: | #define HAVE_GETPWNAM_R 1
13127: | #define HAVE_GETGRNAM_R 1
13128: | #define HAVE_GETPWUID_R 1
13129: | #define HAVE_GRANTPT 1
13130: | #define HAVE_INET_NTOA 1
13131: | #define HAVE_INET_NTOP 1
13132: | #define HAVE_INET_PTON 1
13133: | #define HAVE_ISASCII 1
13134: | #define HAVE_LINK 1
13135: | #define HAVE_LOCALTIME_R 1
13136: | #define HAVE_LOCKF 1
13137: | #define HAVE_LCHOWN 1
13138: | #define HAVE_LRAND48 1
13139: | #define HAVE_MEMCPY 1
13140: | #define HAVE_MEMMOVE 1
13141: | #define HAVE_MKSTEMP 1
13142: | #define HAVE_MMAP 1
13143: | #define HAVE_NL_LANGINFO 1
13144: | #define HAVE_PERROR 1
13145: | #define HAVE_POLL 1
13146: | #define HAVE_PTSNAME 1
13147: | #define HAVE_PUTENV 1
13148: | #define HAVE_REALPATH 1
13149: | #define HAVE_RANDOM 1
13150: | #define HAVE_RAND_R 1
13151: | #define HAVE_SCANDIR 1
13152: | #define HAVE_SETITIMER 1
13153: | #define HAVE_SETLOCALE 1
13154: | #define HAVE_LOCALECONV 1
13155: | #define HAVE_SETENV 1
13156: | #define HAVE_SETPGID 1
13157: | #define HAVE_SETSOCKOPT 1
13158: | #define HAVE_SETVBUF 1
13159: | #define HAVE_SHUTDOWN 1
13160: | #define HAVE_SIN 1
13161: | #define HAVE_SNPRINTF 1
13162: | #define HAVE_SRAND48 1
13163: | #define HAVE_SRANDOM 1
13164: | #define HAVE_STATFS 1
13165: | #define HAVE_STATVFS 1
13166: | #define HAVE_STRCASECMP 1
13167: | #define HAVE_STRCOLL 1
13168: | #define HAVE_STRDUP 1
13169: | #define HAVE_STRERROR 1
13170: | #define HAVE_STRFTIME 1
13171: | #define HAVE_STRNLEN 1
13172: | #define HAVE_STRPTIME 1
13173: | #define HAVE_STRSTR 1
13174: | #define HAVE_STRTOK_R 1
13175: | #define HAVE_SYMLINK 1
13176: | #define HAVE_TEMPNAM 1
13177: | #define HAVE_TZSET 1
13178: | #define HAVE_UNLOCKPT 1
13179: | #define HAVE_UNSETENV 1
13180: | #define HAVE_USLEEP 1
13181: | #define HAVE_UTIME 1
13182: | #define HAVE_VSNPRINTF 1
13183: | #define HAVE_VASPRINTF 1
13184: | #define HAVE_ASPRINTF 1
13185: | #define HAVE_NANOSLEEP 1
13186: | #define HAVE_NANOSLEEP 1
13187: | #define HAVE_GETADDRINFO 1
13188: | #define HAVE_SYNC_FETCH_AND_ADD 1
13189: | #define HAVE_STRLCAT 1
13190: | #define HAVE_STRLCPY 1
13191: | #define HAVE_GETOPT 1
13192: | #define HAVE_UTIME_H 1
13193: | #define HAVE_UTIME_NULL 1
13194: | #define HAVE_ALLOCA 1
13195: | #define HAVE_DECLARED_TIMEZONE 1
13196: | #define HAVE_POSIX_READDIR_R 1
13197: | #define PHP_SIGCHILD 0
13198: | #define DEFAULT_SHORT_OPEN_TAG "1"
13199: | #define HAVE_IPV6 1
13200: | #define SIZEOF_LONG 4
13201: | #define SIZEOF_INT 4
13202: | #define HAVE_INT32_T 1
13203: | #define HAVE_UINT32_T 1
13204: | #define HAVE_SYS_TYPES_H 1
13205: | #define HAVE_INTTYPES_H 1
13206: | #define HAVE_STDINT_H 1
13207: | #define HAVE_STRING_H 1
13208: | #define HAVE_STDLIB_H 1
13209: | #define HAVE_STRTOLL 1
13210: | #define HAVE_ATOLL 1
13211: | #define HAVE_STRFTIME 1
13212: | #define HAVE_REGEX_T_RE_MAGIC 1
13213: | #define HSREGEX 1
13214: | #define REGEX 1
13215: | #define HAVE_LIBXML 1
13216: | #define HAVE_LIBXML 1
13217: | #define HAVE_PCRE 1
13218: | #define HAVE_REFLECTION 1
13219: | #define HAVE_PACKED_OBJECT_VALUE 1
13220: | #define HAVE_SPL 1
13221: | #define HAVE_FLUSHIO 1
13222: | #define HAVE_CRYPT 1
13223: | #define HAVE_ALIGNOF 1
13224: | #define HAVE_ATTRIBUTE_ALIGNED 1
13225: | #define PHP_USE_PHP_CRYPT_R 1
13226: | #define PHP_STD_DES_CRYPT 1
13227: | #define PHP_BLOWFISH_CRYPT 1
13228: | #define PHP_EXT_DES_CRYPT 1
13229: | #define PHP_MD5_CRYPT 1
13230: | #define PHP_SHA512_CRYPT 1
13231: | #define PHP_SHA256_CRYPT 1
13232: | #define HAVE_GETCWD 1
13233: | #define HAVE_GETWD 1
13234: | #define HAVE_ASINH 1
13235: | #define HAVE_ACOSH 1
13236: | #define HAVE_ATANH 1
13237: | #define HAVE_LOG1P 1
13238: | #define HAVE_HYPOT 1
13239: | #define HAVE_GLOB 1
13240: | #define HAVE_STRFMON 1
13241: | #define HAVE_NICE 1
13242: | #define HAVE_ISINF 1
13243: | #define HAVE_ISNAN 1
13244: | #define HAVE_FNMATCH 1
13245: | #define HAVE_FORK 1
13246: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
13247: | #define ENABLE_CHROOT_FUNC 1
13248: | #define HAVE_RES_NSEARCH 1
13249: | #define HAVE_DN_EXPAND 1
13250: | #define HAVE_DN_SKIPNAME 1
13251: | #define HAVE_RES_SEARCH 1
13252: | #define HAVE_ATOF_ACCEPTS_NAN 1
13253: | #define HAVE_ATOF_ACCEPTS_INF 1
13254: | #define HAVE_HUGE_VAL_INF 1
13255: | #define HAVE_HUGE_VAL_NAN 1
13256: | #define HAVE_STRPTIME_DECL_FAILS 1
13257: | #define HAVE_WCHAR_H 1
13258: | #define HAVE_MBLEN 1
13259: | #define HAVE_MBRLEN 1
13260: | #define HAVE_MBSINIT 1
13261: | #define HAVE_MBSTATE_T 1
13262: | #define MYSQLND_COMPRESSION_WANTED 1
13263: | #define MYSQLND_SSL_SUPPORTED 1
13264: | #define HAVE_INTTYPES_H 1
13265: | #define HAVE_STDINT_H 1
13266: | #define HAVE_LIMITS_H 1
13267: | #define HAVE_STRING_H 1
13268: | #define HAVE_UNISTD_H 1
13269: | #define HAVE_STDARG_H 1
13270: | #define HAVE_SYS_TYPES_H 1
13271: | #define HAVE_SYS_TIME_H 1
13272: | #define HAVE_SIGNAL_H 1
13273: | #define HAVE_STDLIB_H 1
13274: | #define HAVE_DLFCN_H 1
13275: | /* end confdefs.h. */
13276: | #include <sys/types.h>
13277: | #include <signal.h>
13278: |
13279: | int
13280: | main ()
13281: | {
13282: | return *(signal (0, 0)) (0) == 1;
13283: | ;
13284: | return 0;
13285: | }
13286: configure:105425: result: void
13287: configure:105438: checking for uint
13288: configure:105438: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
13289: configure:105438: $? = 0
13290: configure:105438: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
13291: conftest.c: In function 'main':
13292: conftest.c:314: error: expected expression before ')' token
13293: configure:105438: $? = 1
13294: configure: failed program was:
13295: | /* confdefs.h */
13296: | #define PACKAGE_NAME ""
13297: | #define PACKAGE_TARNAME ""
13298: | #define PACKAGE_VERSION ""
13299: | #define PACKAGE_STRING ""
13300: | #define PACKAGE_BUGREPORT ""
13301: | #define PACKAGE_URL ""
13302: | #define STDC_HEADERS 1
13303: | #define HAVE_SYS_TYPES_H 1
13304: | #define HAVE_SYS_STAT_H 1
13305: | #define HAVE_STDLIB_H 1
13306: | #define HAVE_STRING_H 1
13307: | #define HAVE_MEMORY_H 1
13308: | #define HAVE_STRINGS_H 1
13309: | #define HAVE_INTTYPES_H 1
13310: | #define HAVE_STDINT_H 1
13311: | #define HAVE_UNISTD_H 1
13312: | #define __EXTENSIONS__ 1
13313: | #define _ALL_SOURCE 1
13314: | #define _GNU_SOURCE 1
13315: | #define _POSIX_PTHREAD_SEMANTICS 1
13316: | #define _TANDEM_SOURCE 1
13317: | #define HAVE_DEV_URANDOM 1
13318: | #define HAVE_SOCKLEN_T 1
13319: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
13320: | #define PHP_WRITE_STDOUT 1
13321: | #define HAVE_SOCKET 1
13322: | #define HAVE_SOCKETPAIR 1
13323: | #define HAVE_HTONL 1
13324: | #define HAVE_GETHOSTNAME 1
13325: | #define HAVE_GETHOSTBYADDR 1
13326: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
13327: | #define HAVE_DLOPEN 1
13328: | #define HAVE_LIBDL 1
13329: | #define HAVE_LIBM 1
13330: | #define HAVE_INET_ATON 1
13331: | #define STDC_HEADERS 1
13332: | #define HAVE_DIRENT_H 1
13333: | #define HAVE_INTTYPES_H 1
13334: | #define HAVE_STDINT_H 1
13335: | #define HAVE_DIRENT_H 1
13336: | #define HAVE_SYS_PARAM_H 1
13337: | #define HAVE_SYS_TYPES_H 1
13338: | #define HAVE_SYS_TIME_H 1
13339: | #define HAVE_NETINET_IN_H 1
13340: | #define HAVE_ARPA_INET_H 1
13341: | #define HAVE_ARPA_NAMESER_H 1
13342: | #define HAVE_ASSERT_H 1
13343: | #define HAVE_FCNTL_H 1
13344: | #define HAVE_GRP_H 1
13345: | #define HAVE_IEEEFP_H 1
13346: | #define HAVE_LANGINFO_H 1
13347: | #define HAVE_LIMITS_H 1
13348: | #define HAVE_LOCALE_H 1
13349: | #define HAVE_MONETARY_H 1
13350: | #define HAVE_NETDB_H 1
13351: | #define HAVE_PWD_H 1
13352: | #define HAVE_RESOLV_H 1
13353: | #define HAVE_SIGNAL_H 1
13354: | #define HAVE_STDARG_H 1
13355: | #define HAVE_STDLIB_H 1
13356: | #define HAVE_STRING_H 1
13357: | #define HAVE_SYSLOG_H 1
13358: | #define HAVE_SYSEXITS_H 1
13359: | #define HAVE_SYS_IOCTL_H 1
13360: | #define HAVE_SYS_FILE_H 1
13361: | #define HAVE_SYS_MMAN_H 1
13362: | #define HAVE_SYS_MOUNT_H 1
13363: | #define HAVE_SYS_POLL_H 1
13364: | #define HAVE_SYS_RESOURCE_H 1
13365: | #define HAVE_SYS_SELECT_H 1
13366: | #define HAVE_SYS_SOCKET_H 1
13367: | #define HAVE_SYS_STAT_H 1
13368: | #define HAVE_SYS_STATVFS_H 1
13369: | #define HAVE_SYS_WAIT_H 1
13370: | #define HAVE_TERMIOS_H 1
13371: | #define HAVE_UNISTD_H 1
13372: | #define HAVE_UTIME_H 1
13373: | #define HAVE_SYS_UTSNAME_H 1
13374: | #define HAVE_SYS_IPC_H 1
13375: | #define HAVE_DLFCN_H 1
13376: | #define HAVE_ASSERT_H 1
13377: | #define HAVE_STRUCT_TM_TM_ZONE 1
13378: | #define HAVE_TM_ZONE 1
13379: | #define MISSING_FCLOSE_DECL 0
13380: | #define HAVE_TM_GMTOFF 1
13381: | #define HAVE_STRUCT_FLOCK 1
13382: | #define HAVE_SOCKLEN_T 1
13383: | #define SIZEOF_SIZE_T 4
13384: | #define SIZEOF_LONG_LONG 8
13385: | #define SIZEOF_LONG_LONG_INT 8
13386: | #define SIZEOF_LONG 4
13387: | #define SIZEOF_INT 4
13388: | #define SIZEOF_INTMAX_T 8
13389: | #define HAVE_INTMAX_T 1
13390: | #define SIZEOF_SSIZE_T 4
13391: | #define HAVE_SSIZE_T 1
13392: | #define SIZEOF_PTRDIFF_T 4
13393: | #define HAVE_PTRDIFF_T 1
13394: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
13395: | #define HAVE_ST_BLKSIZE 1
13396: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13397: | #define HAVE_ST_BLOCKS 1
13398: | #define HAVE_STRUCT_STAT_ST_RDEV 1
13399: | #define HAVE_ST_RDEV 1
13400: | #define HAVE_SOCKADDR_STORAGE 1
13401: | #define HAVE_SOCKADDR_SA_LEN 1
13402: | #define HAVE_VPRINTF 1
13403: | #define HAVE_ALPHASORT 1
13404: | #define HAVE_ASCTIME_R 1
13405: | #define HAVE_CHROOT 1
13406: | #define HAVE_CTIME_R 1
13407: | #define HAVE_FLOCK 1
13408: | #define HAVE_FTOK 1
13409: | #define HAVE_FUNOPEN 1
13410: | #define HAVE_GAI_STRERROR 1
13411: | #define HAVE_GETLOADAVG 1
13412: | #define HAVE_GETLOGIN 1
13413: | #define HAVE_GETPROTOBYNAME 1
13414: | #define HAVE_GETPROTOBYNUMBER 1
13415: | #define HAVE_GETSERVBYNAME 1
13416: | #define HAVE_GETSERVBYPORT 1
13417: | #define HAVE_GETHOSTNAME 1
13418: | #define HAVE_GETRUSAGE 1
13419: | #define HAVE_GETTIMEOFDAY 1
13420: | #define HAVE_GMTIME_R 1
13421: | #define HAVE_GETPWNAM_R 1
13422: | #define HAVE_GETGRNAM_R 1
13423: | #define HAVE_GETPWUID_R 1
13424: | #define HAVE_GRANTPT 1
13425: | #define HAVE_INET_NTOA 1
13426: | #define HAVE_INET_NTOP 1
13427: | #define HAVE_INET_PTON 1
13428: | #define HAVE_ISASCII 1
13429: | #define HAVE_LINK 1
13430: | #define HAVE_LOCALTIME_R 1
13431: | #define HAVE_LOCKF 1
13432: | #define HAVE_LCHOWN 1
13433: | #define HAVE_LRAND48 1
13434: | #define HAVE_MEMCPY 1
13435: | #define HAVE_MEMMOVE 1
13436: | #define HAVE_MKSTEMP 1
13437: | #define HAVE_MMAP 1
13438: | #define HAVE_NL_LANGINFO 1
13439: | #define HAVE_PERROR 1
13440: | #define HAVE_POLL 1
13441: | #define HAVE_PTSNAME 1
13442: | #define HAVE_PUTENV 1
13443: | #define HAVE_REALPATH 1
13444: | #define HAVE_RANDOM 1
13445: | #define HAVE_RAND_R 1
13446: | #define HAVE_SCANDIR 1
13447: | #define HAVE_SETITIMER 1
13448: | #define HAVE_SETLOCALE 1
13449: | #define HAVE_LOCALECONV 1
13450: | #define HAVE_SETENV 1
13451: | #define HAVE_SETPGID 1
13452: | #define HAVE_SETSOCKOPT 1
13453: | #define HAVE_SETVBUF 1
13454: | #define HAVE_SHUTDOWN 1
13455: | #define HAVE_SIN 1
13456: | #define HAVE_SNPRINTF 1
13457: | #define HAVE_SRAND48 1
13458: | #define HAVE_SRANDOM 1
13459: | #define HAVE_STATFS 1
13460: | #define HAVE_STATVFS 1
13461: | #define HAVE_STRCASECMP 1
13462: | #define HAVE_STRCOLL 1
13463: | #define HAVE_STRDUP 1
13464: | #define HAVE_STRERROR 1
13465: | #define HAVE_STRFTIME 1
13466: | #define HAVE_STRNLEN 1
13467: | #define HAVE_STRPTIME 1
13468: | #define HAVE_STRSTR 1
13469: | #define HAVE_STRTOK_R 1
13470: | #define HAVE_SYMLINK 1
13471: | #define HAVE_TEMPNAM 1
13472: | #define HAVE_TZSET 1
13473: | #define HAVE_UNLOCKPT 1
13474: | #define HAVE_UNSETENV 1
13475: | #define HAVE_USLEEP 1
13476: | #define HAVE_UTIME 1
13477: | #define HAVE_VSNPRINTF 1
13478: | #define HAVE_VASPRINTF 1
13479: | #define HAVE_ASPRINTF 1
13480: | #define HAVE_NANOSLEEP 1
13481: | #define HAVE_NANOSLEEP 1
13482: | #define HAVE_GETADDRINFO 1
13483: | #define HAVE_SYNC_FETCH_AND_ADD 1
13484: | #define HAVE_STRLCAT 1
13485: | #define HAVE_STRLCPY 1
13486: | #define HAVE_GETOPT 1
13487: | #define HAVE_UTIME_H 1
13488: | #define HAVE_UTIME_NULL 1
13489: | #define HAVE_ALLOCA 1
13490: | #define HAVE_DECLARED_TIMEZONE 1
13491: | #define HAVE_POSIX_READDIR_R 1
13492: | #define PHP_SIGCHILD 0
13493: | #define DEFAULT_SHORT_OPEN_TAG "1"
13494: | #define HAVE_IPV6 1
13495: | #define SIZEOF_LONG 4
13496: | #define SIZEOF_INT 4
13497: | #define HAVE_INT32_T 1
13498: | #define HAVE_UINT32_T 1
13499: | #define HAVE_SYS_TYPES_H 1
13500: | #define HAVE_INTTYPES_H 1
13501: | #define HAVE_STDINT_H 1
13502: | #define HAVE_STRING_H 1
13503: | #define HAVE_STDLIB_H 1
13504: | #define HAVE_STRTOLL 1
13505: | #define HAVE_ATOLL 1
13506: | #define HAVE_STRFTIME 1
13507: | #define HAVE_REGEX_T_RE_MAGIC 1
13508: | #define HSREGEX 1
13509: | #define REGEX 1
13510: | #define HAVE_LIBXML 1
13511: | #define HAVE_LIBXML 1
13512: | #define HAVE_PCRE 1
13513: | #define HAVE_REFLECTION 1
13514: | #define HAVE_PACKED_OBJECT_VALUE 1
13515: | #define HAVE_SPL 1
13516: | #define HAVE_FLUSHIO 1
13517: | #define HAVE_CRYPT 1
13518: | #define HAVE_ALIGNOF 1
13519: | #define HAVE_ATTRIBUTE_ALIGNED 1
13520: | #define PHP_USE_PHP_CRYPT_R 1
13521: | #define PHP_STD_DES_CRYPT 1
13522: | #define PHP_BLOWFISH_CRYPT 1
13523: | #define PHP_EXT_DES_CRYPT 1
13524: | #define PHP_MD5_CRYPT 1
13525: | #define PHP_SHA512_CRYPT 1
13526: | #define PHP_SHA256_CRYPT 1
13527: | #define HAVE_GETCWD 1
13528: | #define HAVE_GETWD 1
13529: | #define HAVE_ASINH 1
13530: | #define HAVE_ACOSH 1
13531: | #define HAVE_ATANH 1
13532: | #define HAVE_LOG1P 1
13533: | #define HAVE_HYPOT 1
13534: | #define HAVE_GLOB 1
13535: | #define HAVE_STRFMON 1
13536: | #define HAVE_NICE 1
13537: | #define HAVE_ISINF 1
13538: | #define HAVE_ISNAN 1
13539: | #define HAVE_FNMATCH 1
13540: | #define HAVE_FORK 1
13541: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
13542: | #define ENABLE_CHROOT_FUNC 1
13543: | #define HAVE_RES_NSEARCH 1
13544: | #define HAVE_DN_EXPAND 1
13545: | #define HAVE_DN_SKIPNAME 1
13546: | #define HAVE_RES_SEARCH 1
13547: | #define HAVE_ATOF_ACCEPTS_NAN 1
13548: | #define HAVE_ATOF_ACCEPTS_INF 1
13549: | #define HAVE_HUGE_VAL_INF 1
13550: | #define HAVE_HUGE_VAL_NAN 1
13551: | #define HAVE_STRPTIME_DECL_FAILS 1
13552: | #define HAVE_WCHAR_H 1
13553: | #define HAVE_MBLEN 1
13554: | #define HAVE_MBRLEN 1
13555: | #define HAVE_MBSINIT 1
13556: | #define HAVE_MBSTATE_T 1
13557: | #define MYSQLND_COMPRESSION_WANTED 1
13558: | #define MYSQLND_SSL_SUPPORTED 1
13559: | #define HAVE_INTTYPES_H 1
13560: | #define HAVE_STDINT_H 1
13561: | #define HAVE_LIMITS_H 1
13562: | #define HAVE_STRING_H 1
13563: | #define HAVE_UNISTD_H 1
13564: | #define HAVE_STDARG_H 1
13565: | #define HAVE_SYS_TYPES_H 1
13566: | #define HAVE_SYS_TIME_H 1
13567: | #define HAVE_SIGNAL_H 1
13568: | #define HAVE_STDLIB_H 1
13569: | #define HAVE_DLFCN_H 1
13570: | #define RETSIGTYPE void
13571: | /* end confdefs.h. */
13572: | #include <stdio.h>
13573: | #ifdef HAVE_SYS_TYPES_H
13574: | # include <sys/types.h>
13575: | #endif
13576: | #ifdef HAVE_SYS_STAT_H
13577: | # include <sys/stat.h>
13578: | #endif
13579: | #ifdef STDC_HEADERS
13580: | # include <stdlib.h>
13581: | # include <stddef.h>
13582: | #else
13583: | # ifdef HAVE_STDLIB_H
13584: | # include <stdlib.h>
13585: | # endif
13586: | #endif
13587: | #ifdef HAVE_STRING_H
13588: | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
13589: | # include <memory.h>
13590: | # endif
13591: | # include <string.h>
13592: | #endif
13593: | #ifdef HAVE_STRINGS_H
13594: | # include <strings.h>
13595: | #endif
13596: | #ifdef HAVE_INTTYPES_H
13597: | # include <inttypes.h>
13598: | #endif
13599: | #ifdef HAVE_STDINT_H
13600: | # include <stdint.h>
13601: | #endif
13602: | #ifdef HAVE_UNISTD_H
13603: | # include <unistd.h>
13604: | #endif
13605: | int
13606: | main ()
13607: | {
13608: | if (sizeof ((uint)))
13609: | return 0;
13610: | ;
13611: | return 0;
13612: | }
13613: configure:105438: result: yes
13614: configure:105449: checking for ulong
13615: configure:105449: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
13616: conftest.c: In function 'main':
13617: conftest.c:314: error: 'ulong' undeclared (first use in this function)
13618: conftest.c:314: error: (Each undeclared identifier is reported only once
13619: conftest.c:314: error: for each function it appears in.)
13620: configure:105449: $? = 1
13621: configure: failed program was:
13622: | /* confdefs.h */
13623: | #define PACKAGE_NAME ""
13624: | #define PACKAGE_TARNAME ""
13625: | #define PACKAGE_VERSION ""
13626: | #define PACKAGE_STRING ""
13627: | #define PACKAGE_BUGREPORT ""
13628: | #define PACKAGE_URL ""
13629: | #define STDC_HEADERS 1
13630: | #define HAVE_SYS_TYPES_H 1
13631: | #define HAVE_SYS_STAT_H 1
13632: | #define HAVE_STDLIB_H 1
13633: | #define HAVE_STRING_H 1
13634: | #define HAVE_MEMORY_H 1
13635: | #define HAVE_STRINGS_H 1
13636: | #define HAVE_INTTYPES_H 1
13637: | #define HAVE_STDINT_H 1
13638: | #define HAVE_UNISTD_H 1
13639: | #define __EXTENSIONS__ 1
13640: | #define _ALL_SOURCE 1
13641: | #define _GNU_SOURCE 1
13642: | #define _POSIX_PTHREAD_SEMANTICS 1
13643: | #define _TANDEM_SOURCE 1
13644: | #define HAVE_DEV_URANDOM 1
13645: | #define HAVE_SOCKLEN_T 1
13646: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
13647: | #define PHP_WRITE_STDOUT 1
13648: | #define HAVE_SOCKET 1
13649: | #define HAVE_SOCKETPAIR 1
13650: | #define HAVE_HTONL 1
13651: | #define HAVE_GETHOSTNAME 1
13652: | #define HAVE_GETHOSTBYADDR 1
13653: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
13654: | #define HAVE_DLOPEN 1
13655: | #define HAVE_LIBDL 1
13656: | #define HAVE_LIBM 1
13657: | #define HAVE_INET_ATON 1
13658: | #define STDC_HEADERS 1
13659: | #define HAVE_DIRENT_H 1
13660: | #define HAVE_INTTYPES_H 1
13661: | #define HAVE_STDINT_H 1
13662: | #define HAVE_DIRENT_H 1
13663: | #define HAVE_SYS_PARAM_H 1
13664: | #define HAVE_SYS_TYPES_H 1
13665: | #define HAVE_SYS_TIME_H 1
13666: | #define HAVE_NETINET_IN_H 1
13667: | #define HAVE_ARPA_INET_H 1
13668: | #define HAVE_ARPA_NAMESER_H 1
13669: | #define HAVE_ASSERT_H 1
13670: | #define HAVE_FCNTL_H 1
13671: | #define HAVE_GRP_H 1
13672: | #define HAVE_IEEEFP_H 1
13673: | #define HAVE_LANGINFO_H 1
13674: | #define HAVE_LIMITS_H 1
13675: | #define HAVE_LOCALE_H 1
13676: | #define HAVE_MONETARY_H 1
13677: | #define HAVE_NETDB_H 1
13678: | #define HAVE_PWD_H 1
13679: | #define HAVE_RESOLV_H 1
13680: | #define HAVE_SIGNAL_H 1
13681: | #define HAVE_STDARG_H 1
13682: | #define HAVE_STDLIB_H 1
13683: | #define HAVE_STRING_H 1
13684: | #define HAVE_SYSLOG_H 1
13685: | #define HAVE_SYSEXITS_H 1
13686: | #define HAVE_SYS_IOCTL_H 1
13687: | #define HAVE_SYS_FILE_H 1
13688: | #define HAVE_SYS_MMAN_H 1
13689: | #define HAVE_SYS_MOUNT_H 1
13690: | #define HAVE_SYS_POLL_H 1
13691: | #define HAVE_SYS_RESOURCE_H 1
13692: | #define HAVE_SYS_SELECT_H 1
13693: | #define HAVE_SYS_SOCKET_H 1
13694: | #define HAVE_SYS_STAT_H 1
13695: | #define HAVE_SYS_STATVFS_H 1
13696: | #define HAVE_SYS_WAIT_H 1
13697: | #define HAVE_TERMIOS_H 1
13698: | #define HAVE_UNISTD_H 1
13699: | #define HAVE_UTIME_H 1
13700: | #define HAVE_SYS_UTSNAME_H 1
13701: | #define HAVE_SYS_IPC_H 1
13702: | #define HAVE_DLFCN_H 1
13703: | #define HAVE_ASSERT_H 1
13704: | #define HAVE_STRUCT_TM_TM_ZONE 1
13705: | #define HAVE_TM_ZONE 1
13706: | #define MISSING_FCLOSE_DECL 0
13707: | #define HAVE_TM_GMTOFF 1
13708: | #define HAVE_STRUCT_FLOCK 1
13709: | #define HAVE_SOCKLEN_T 1
13710: | #define SIZEOF_SIZE_T 4
13711: | #define SIZEOF_LONG_LONG 8
13712: | #define SIZEOF_LONG_LONG_INT 8
13713: | #define SIZEOF_LONG 4
13714: | #define SIZEOF_INT 4
13715: | #define SIZEOF_INTMAX_T 8
13716: | #define HAVE_INTMAX_T 1
13717: | #define SIZEOF_SSIZE_T 4
13718: | #define HAVE_SSIZE_T 1
13719: | #define SIZEOF_PTRDIFF_T 4
13720: | #define HAVE_PTRDIFF_T 1
13721: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
13722: | #define HAVE_ST_BLKSIZE 1
13723: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13724: | #define HAVE_ST_BLOCKS 1
13725: | #define HAVE_STRUCT_STAT_ST_RDEV 1
13726: | #define HAVE_ST_RDEV 1
13727: | #define HAVE_SOCKADDR_STORAGE 1
13728: | #define HAVE_SOCKADDR_SA_LEN 1
13729: | #define HAVE_VPRINTF 1
13730: | #define HAVE_ALPHASORT 1
13731: | #define HAVE_ASCTIME_R 1
13732: | #define HAVE_CHROOT 1
13733: | #define HAVE_CTIME_R 1
13734: | #define HAVE_FLOCK 1
13735: | #define HAVE_FTOK 1
13736: | #define HAVE_FUNOPEN 1
13737: | #define HAVE_GAI_STRERROR 1
13738: | #define HAVE_GETLOADAVG 1
13739: | #define HAVE_GETLOGIN 1
13740: | #define HAVE_GETPROTOBYNAME 1
13741: | #define HAVE_GETPROTOBYNUMBER 1
13742: | #define HAVE_GETSERVBYNAME 1
13743: | #define HAVE_GETSERVBYPORT 1
13744: | #define HAVE_GETHOSTNAME 1
13745: | #define HAVE_GETRUSAGE 1
13746: | #define HAVE_GETTIMEOFDAY 1
13747: | #define HAVE_GMTIME_R 1
13748: | #define HAVE_GETPWNAM_R 1
13749: | #define HAVE_GETGRNAM_R 1
13750: | #define HAVE_GETPWUID_R 1
13751: | #define HAVE_GRANTPT 1
13752: | #define HAVE_INET_NTOA 1
13753: | #define HAVE_INET_NTOP 1
13754: | #define HAVE_INET_PTON 1
13755: | #define HAVE_ISASCII 1
13756: | #define HAVE_LINK 1
13757: | #define HAVE_LOCALTIME_R 1
13758: | #define HAVE_LOCKF 1
13759: | #define HAVE_LCHOWN 1
13760: | #define HAVE_LRAND48 1
13761: | #define HAVE_MEMCPY 1
13762: | #define HAVE_MEMMOVE 1
13763: | #define HAVE_MKSTEMP 1
13764: | #define HAVE_MMAP 1
13765: | #define HAVE_NL_LANGINFO 1
13766: | #define HAVE_PERROR 1
13767: | #define HAVE_POLL 1
13768: | #define HAVE_PTSNAME 1
13769: | #define HAVE_PUTENV 1
13770: | #define HAVE_REALPATH 1
13771: | #define HAVE_RANDOM 1
13772: | #define HAVE_RAND_R 1
13773: | #define HAVE_SCANDIR 1
13774: | #define HAVE_SETITIMER 1
13775: | #define HAVE_SETLOCALE 1
13776: | #define HAVE_LOCALECONV 1
13777: | #define HAVE_SETENV 1
13778: | #define HAVE_SETPGID 1
13779: | #define HAVE_SETSOCKOPT 1
13780: | #define HAVE_SETVBUF 1
13781: | #define HAVE_SHUTDOWN 1
13782: | #define HAVE_SIN 1
13783: | #define HAVE_SNPRINTF 1
13784: | #define HAVE_SRAND48 1
13785: | #define HAVE_SRANDOM 1
13786: | #define HAVE_STATFS 1
13787: | #define HAVE_STATVFS 1
13788: | #define HAVE_STRCASECMP 1
13789: | #define HAVE_STRCOLL 1
13790: | #define HAVE_STRDUP 1
13791: | #define HAVE_STRERROR 1
13792: | #define HAVE_STRFTIME 1
13793: | #define HAVE_STRNLEN 1
13794: | #define HAVE_STRPTIME 1
13795: | #define HAVE_STRSTR 1
13796: | #define HAVE_STRTOK_R 1
13797: | #define HAVE_SYMLINK 1
13798: | #define HAVE_TEMPNAM 1
13799: | #define HAVE_TZSET 1
13800: | #define HAVE_UNLOCKPT 1
13801: | #define HAVE_UNSETENV 1
13802: | #define HAVE_USLEEP 1
13803: | #define HAVE_UTIME 1
13804: | #define HAVE_VSNPRINTF 1
13805: | #define HAVE_VASPRINTF 1
13806: | #define HAVE_ASPRINTF 1
13807: | #define HAVE_NANOSLEEP 1
13808: | #define HAVE_NANOSLEEP 1
13809: | #define HAVE_GETADDRINFO 1
13810: | #define HAVE_SYNC_FETCH_AND_ADD 1
13811: | #define HAVE_STRLCAT 1
13812: | #define HAVE_STRLCPY 1
13813: | #define HAVE_GETOPT 1
13814: | #define HAVE_UTIME_H 1
13815: | #define HAVE_UTIME_NULL 1
13816: | #define HAVE_ALLOCA 1
13817: | #define HAVE_DECLARED_TIMEZONE 1
13818: | #define HAVE_POSIX_READDIR_R 1
13819: | #define PHP_SIGCHILD 0
13820: | #define DEFAULT_SHORT_OPEN_TAG "1"
13821: | #define HAVE_IPV6 1
13822: | #define SIZEOF_LONG 4
13823: | #define SIZEOF_INT 4
13824: | #define HAVE_INT32_T 1
13825: | #define HAVE_UINT32_T 1
13826: | #define HAVE_SYS_TYPES_H 1
13827: | #define HAVE_INTTYPES_H 1
13828: | #define HAVE_STDINT_H 1
13829: | #define HAVE_STRING_H 1
13830: | #define HAVE_STDLIB_H 1
13831: | #define HAVE_STRTOLL 1
13832: | #define HAVE_ATOLL 1
13833: | #define HAVE_STRFTIME 1
13834: | #define HAVE_REGEX_T_RE_MAGIC 1
13835: | #define HSREGEX 1
13836: | #define REGEX 1
13837: | #define HAVE_LIBXML 1
13838: | #define HAVE_LIBXML 1
13839: | #define HAVE_PCRE 1
13840: | #define HAVE_REFLECTION 1
13841: | #define HAVE_PACKED_OBJECT_VALUE 1
13842: | #define HAVE_SPL 1
13843: | #define HAVE_FLUSHIO 1
13844: | #define HAVE_CRYPT 1
13845: | #define HAVE_ALIGNOF 1
13846: | #define HAVE_ATTRIBUTE_ALIGNED 1
13847: | #define PHP_USE_PHP_CRYPT_R 1
13848: | #define PHP_STD_DES_CRYPT 1
13849: | #define PHP_BLOWFISH_CRYPT 1
13850: | #define PHP_EXT_DES_CRYPT 1
13851: | #define PHP_MD5_CRYPT 1
13852: | #define PHP_SHA512_CRYPT 1
13853: | #define PHP_SHA256_CRYPT 1
13854: | #define HAVE_GETCWD 1
13855: | #define HAVE_GETWD 1
13856: | #define HAVE_ASINH 1
13857: | #define HAVE_ACOSH 1
13858: | #define HAVE_ATANH 1
13859: | #define HAVE_LOG1P 1
13860: | #define HAVE_HYPOT 1
13861: | #define HAVE_GLOB 1
13862: | #define HAVE_STRFMON 1
13863: | #define HAVE_NICE 1
13864: | #define HAVE_ISINF 1
13865: | #define HAVE_ISNAN 1
13866: | #define HAVE_FNMATCH 1
13867: | #define HAVE_FORK 1
13868: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
13869: | #define ENABLE_CHROOT_FUNC 1
13870: | #define HAVE_RES_NSEARCH 1
13871: | #define HAVE_DN_EXPAND 1
13872: | #define HAVE_DN_SKIPNAME 1
13873: | #define HAVE_RES_SEARCH 1
13874: | #define HAVE_ATOF_ACCEPTS_NAN 1
13875: | #define HAVE_ATOF_ACCEPTS_INF 1
13876: | #define HAVE_HUGE_VAL_INF 1
13877: | #define HAVE_HUGE_VAL_NAN 1
13878: | #define HAVE_STRPTIME_DECL_FAILS 1
13879: | #define HAVE_WCHAR_H 1
13880: | #define HAVE_MBLEN 1
13881: | #define HAVE_MBRLEN 1
13882: | #define HAVE_MBSINIT 1
13883: | #define HAVE_MBSTATE_T 1
13884: | #define MYSQLND_COMPRESSION_WANTED 1
13885: | #define MYSQLND_SSL_SUPPORTED 1
13886: | #define HAVE_INTTYPES_H 1
13887: | #define HAVE_STDINT_H 1
13888: | #define HAVE_LIMITS_H 1
13889: | #define HAVE_STRING_H 1
13890: | #define HAVE_UNISTD_H 1
13891: | #define HAVE_STDARG_H 1
13892: | #define HAVE_SYS_TYPES_H 1
13893: | #define HAVE_SYS_TIME_H 1
13894: | #define HAVE_SIGNAL_H 1
13895: | #define HAVE_STDLIB_H 1
13896: | #define HAVE_DLFCN_H 1
13897: | #define RETSIGTYPE void
13898: | /* end confdefs.h. */
13899: | #include <stdio.h>
13900: | #ifdef HAVE_SYS_TYPES_H
13901: | # include <sys/types.h>
13902: | #endif
13903: | #ifdef HAVE_SYS_STAT_H
13904: | # include <sys/stat.h>
13905: | #endif
13906: | #ifdef STDC_HEADERS
13907: | # include <stdlib.h>
13908: | # include <stddef.h>
13909: | #else
13910: | # ifdef HAVE_STDLIB_H
13911: | # include <stdlib.h>
13912: | # endif
13913: | #endif
13914: | #ifdef HAVE_STRING_H
13915: | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
13916: | # include <memory.h>
13917: | # endif
13918: | # include <string.h>
13919: | #endif
13920: | #ifdef HAVE_STRINGS_H
13921: | # include <strings.h>
13922: | #endif
13923: | #ifdef HAVE_INTTYPES_H
13924: | # include <inttypes.h>
13925: | #endif
13926: | #ifdef HAVE_STDINT_H
13927: | # include <stdint.h>
13928: | #endif
13929: | #ifdef HAVE_UNISTD_H
13930: | # include <unistd.h>
13931: | #endif
13932: | int
13933: | main ()
13934: | {
13935: | if (sizeof (ulong))
13936: | return 0;
13937: | ;
13938: | return 0;
13939: | }
13940: configure:105449: result: no
13941: configure:105462: checking for int32_t
13942: configure:105487: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
13943: configure:105487: $? = 0
13944: configure:105494: result: yes
13945: configure:105504: checking for uint32_t
13946: configure:105529: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
13947: configure:105529: $? = 0
13948: configure:105536: result: yes
13949: configure:105548: checking for vprintf
13950: configure:105548: result: yes
13951: configure:105554: checking for _doprnt
13952: configure:105554: result: no
13953: configure:105565: checking for working memcmp
13954: configure:105608: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
13955: configure:105608: $? = 0
13956: configure:105608: ./conftest
13957: configure:105608: $? = 0
13958: configure:105618: result: yes
13959: configure:105629: checking for working alloca.h
13960: configure:105654: result: no
13961: configure:105662: checking for alloca
13962: configure:105707: result: yes
13963: configure:105816: checking for memcpy
13964: configure:105816: result: yes
13965: configure:105816: checking for strdup
13966: configure:105816: result: yes
13967: configure:105816: checking for getpid
13968: configure:105816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
13969: configure:105816: $? = 0
13970: configure:105816: result: yes
13971: configure:105816: checking for kill
13972: configure:105816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
13973: configure:105816: $? = 0
13974: configure:105816: result: yes
13975: configure:105816: checking for strtod
13976: configure:105816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
13977: configure:105816: $? = 0
13978: configure:105816: result: yes
13979: configure:105816: checking for strtol
13980: configure:105816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
13981: configure:105816: $? = 0
13982: configure:105816: result: yes
13983: configure:105816: checking for finite
13984: configure:105816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
13985: conftest.c:312: warning: conflicting types for built-in function 'finite'
13986: /tmp//ccGab6he.o: In function `main':
13987: conftest.c:(.text+0x12): undefined reference to `finite'
13988: configure:105816: $? = 1
13989: configure: failed program was:
13990: | /* confdefs.h */
13991: | #define PACKAGE_NAME ""
13992: | #define PACKAGE_TARNAME ""
13993: | #define PACKAGE_VERSION ""
13994: | #define PACKAGE_STRING ""
13995: | #define PACKAGE_BUGREPORT ""
13996: | #define PACKAGE_URL ""
13997: | #define STDC_HEADERS 1
13998: | #define HAVE_SYS_TYPES_H 1
13999: | #define HAVE_SYS_STAT_H 1
14000: | #define HAVE_STDLIB_H 1
14001: | #define HAVE_STRING_H 1
14002: | #define HAVE_MEMORY_H 1
14003: | #define HAVE_STRINGS_H 1
14004: | #define HAVE_INTTYPES_H 1
14005: | #define HAVE_STDINT_H 1
14006: | #define HAVE_UNISTD_H 1
14007: | #define __EXTENSIONS__ 1
14008: | #define _ALL_SOURCE 1
14009: | #define _GNU_SOURCE 1
14010: | #define _POSIX_PTHREAD_SEMANTICS 1
14011: | #define _TANDEM_SOURCE 1
14012: | #define HAVE_DEV_URANDOM 1
14013: | #define HAVE_SOCKLEN_T 1
14014: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
14015: | #define PHP_WRITE_STDOUT 1
14016: | #define HAVE_SOCKET 1
14017: | #define HAVE_SOCKETPAIR 1
14018: | #define HAVE_HTONL 1
14019: | #define HAVE_GETHOSTNAME 1
14020: | #define HAVE_GETHOSTBYADDR 1
14021: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
14022: | #define HAVE_DLOPEN 1
14023: | #define HAVE_LIBDL 1
14024: | #define HAVE_LIBM 1
14025: | #define HAVE_INET_ATON 1
14026: | #define STDC_HEADERS 1
14027: | #define HAVE_DIRENT_H 1
14028: | #define HAVE_INTTYPES_H 1
14029: | #define HAVE_STDINT_H 1
14030: | #define HAVE_DIRENT_H 1
14031: | #define HAVE_SYS_PARAM_H 1
14032: | #define HAVE_SYS_TYPES_H 1
14033: | #define HAVE_SYS_TIME_H 1
14034: | #define HAVE_NETINET_IN_H 1
14035: | #define HAVE_ARPA_INET_H 1
14036: | #define HAVE_ARPA_NAMESER_H 1
14037: | #define HAVE_ASSERT_H 1
14038: | #define HAVE_FCNTL_H 1
14039: | #define HAVE_GRP_H 1
14040: | #define HAVE_IEEEFP_H 1
14041: | #define HAVE_LANGINFO_H 1
14042: | #define HAVE_LIMITS_H 1
14043: | #define HAVE_LOCALE_H 1
14044: | #define HAVE_MONETARY_H 1
14045: | #define HAVE_NETDB_H 1
14046: | #define HAVE_PWD_H 1
14047: | #define HAVE_RESOLV_H 1
14048: | #define HAVE_SIGNAL_H 1
14049: | #define HAVE_STDARG_H 1
14050: | #define HAVE_STDLIB_H 1
14051: | #define HAVE_STRING_H 1
14052: | #define HAVE_SYSLOG_H 1
14053: | #define HAVE_SYSEXITS_H 1
14054: | #define HAVE_SYS_IOCTL_H 1
14055: | #define HAVE_SYS_FILE_H 1
14056: | #define HAVE_SYS_MMAN_H 1
14057: | #define HAVE_SYS_MOUNT_H 1
14058: | #define HAVE_SYS_POLL_H 1
14059: | #define HAVE_SYS_RESOURCE_H 1
14060: | #define HAVE_SYS_SELECT_H 1
14061: | #define HAVE_SYS_SOCKET_H 1
14062: | #define HAVE_SYS_STAT_H 1
14063: | #define HAVE_SYS_STATVFS_H 1
14064: | #define HAVE_SYS_WAIT_H 1
14065: | #define HAVE_TERMIOS_H 1
14066: | #define HAVE_UNISTD_H 1
14067: | #define HAVE_UTIME_H 1
14068: | #define HAVE_SYS_UTSNAME_H 1
14069: | #define HAVE_SYS_IPC_H 1
14070: | #define HAVE_DLFCN_H 1
14071: | #define HAVE_ASSERT_H 1
14072: | #define HAVE_STRUCT_TM_TM_ZONE 1
14073: | #define HAVE_TM_ZONE 1
14074: | #define MISSING_FCLOSE_DECL 0
14075: | #define HAVE_TM_GMTOFF 1
14076: | #define HAVE_STRUCT_FLOCK 1
14077: | #define HAVE_SOCKLEN_T 1
14078: | #define SIZEOF_SIZE_T 4
14079: | #define SIZEOF_LONG_LONG 8
14080: | #define SIZEOF_LONG_LONG_INT 8
14081: | #define SIZEOF_LONG 4
14082: | #define SIZEOF_INT 4
14083: | #define SIZEOF_INTMAX_T 8
14084: | #define HAVE_INTMAX_T 1
14085: | #define SIZEOF_SSIZE_T 4
14086: | #define HAVE_SSIZE_T 1
14087: | #define SIZEOF_PTRDIFF_T 4
14088: | #define HAVE_PTRDIFF_T 1
14089: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
14090: | #define HAVE_ST_BLKSIZE 1
14091: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
14092: | #define HAVE_ST_BLOCKS 1
14093: | #define HAVE_STRUCT_STAT_ST_RDEV 1
14094: | #define HAVE_ST_RDEV 1
14095: | #define HAVE_SOCKADDR_STORAGE 1
14096: | #define HAVE_SOCKADDR_SA_LEN 1
14097: | #define HAVE_VPRINTF 1
14098: | #define HAVE_ALPHASORT 1
14099: | #define HAVE_ASCTIME_R 1
14100: | #define HAVE_CHROOT 1
14101: | #define HAVE_CTIME_R 1
14102: | #define HAVE_FLOCK 1
14103: | #define HAVE_FTOK 1
14104: | #define HAVE_FUNOPEN 1
14105: | #define HAVE_GAI_STRERROR 1
14106: | #define HAVE_GETLOADAVG 1
14107: | #define HAVE_GETLOGIN 1
14108: | #define HAVE_GETPROTOBYNAME 1
14109: | #define HAVE_GETPROTOBYNUMBER 1
14110: | #define HAVE_GETSERVBYNAME 1
14111: | #define HAVE_GETSERVBYPORT 1
14112: | #define HAVE_GETHOSTNAME 1
14113: | #define HAVE_GETRUSAGE 1
14114: | #define HAVE_GETTIMEOFDAY 1
14115: | #define HAVE_GMTIME_R 1
14116: | #define HAVE_GETPWNAM_R 1
14117: | #define HAVE_GETGRNAM_R 1
14118: | #define HAVE_GETPWUID_R 1
14119: | #define HAVE_GRANTPT 1
14120: | #define HAVE_INET_NTOA 1
14121: | #define HAVE_INET_NTOP 1
14122: | #define HAVE_INET_PTON 1
14123: | #define HAVE_ISASCII 1
14124: | #define HAVE_LINK 1
14125: | #define HAVE_LOCALTIME_R 1
14126: | #define HAVE_LOCKF 1
14127: | #define HAVE_LCHOWN 1
14128: | #define HAVE_LRAND48 1
14129: | #define HAVE_MEMCPY 1
14130: | #define HAVE_MEMMOVE 1
14131: | #define HAVE_MKSTEMP 1
14132: | #define HAVE_MMAP 1
14133: | #define HAVE_NL_LANGINFO 1
14134: | #define HAVE_PERROR 1
14135: | #define HAVE_POLL 1
14136: | #define HAVE_PTSNAME 1
14137: | #define HAVE_PUTENV 1
14138: | #define HAVE_REALPATH 1
14139: | #define HAVE_RANDOM 1
14140: | #define HAVE_RAND_R 1
14141: | #define HAVE_SCANDIR 1
14142: | #define HAVE_SETITIMER 1
14143: | #define HAVE_SETLOCALE 1
14144: | #define HAVE_LOCALECONV 1
14145: | #define HAVE_SETENV 1
14146: | #define HAVE_SETPGID 1
14147: | #define HAVE_SETSOCKOPT 1
14148: | #define HAVE_SETVBUF 1
14149: | #define HAVE_SHUTDOWN 1
14150: | #define HAVE_SIN 1
14151: | #define HAVE_SNPRINTF 1
14152: | #define HAVE_SRAND48 1
14153: | #define HAVE_SRANDOM 1
14154: | #define HAVE_STATFS 1
14155: | #define HAVE_STATVFS 1
14156: | #define HAVE_STRCASECMP 1
14157: | #define HAVE_STRCOLL 1
14158: | #define HAVE_STRDUP 1
14159: | #define HAVE_STRERROR 1
14160: | #define HAVE_STRFTIME 1
14161: | #define HAVE_STRNLEN 1
14162: | #define HAVE_STRPTIME 1
14163: | #define HAVE_STRSTR 1
14164: | #define HAVE_STRTOK_R 1
14165: | #define HAVE_SYMLINK 1
14166: | #define HAVE_TEMPNAM 1
14167: | #define HAVE_TZSET 1
14168: | #define HAVE_UNLOCKPT 1
14169: | #define HAVE_UNSETENV 1
14170: | #define HAVE_USLEEP 1
14171: | #define HAVE_UTIME 1
14172: | #define HAVE_VSNPRINTF 1
14173: | #define HAVE_VASPRINTF 1
14174: | #define HAVE_ASPRINTF 1
14175: | #define HAVE_NANOSLEEP 1
14176: | #define HAVE_NANOSLEEP 1
14177: | #define HAVE_GETADDRINFO 1
14178: | #define HAVE_SYNC_FETCH_AND_ADD 1
14179: | #define HAVE_STRLCAT 1
14180: | #define HAVE_STRLCPY 1
14181: | #define HAVE_GETOPT 1
14182: | #define HAVE_UTIME_H 1
14183: | #define HAVE_UTIME_NULL 1
14184: | #define HAVE_ALLOCA 1
14185: | #define HAVE_DECLARED_TIMEZONE 1
14186: | #define HAVE_POSIX_READDIR_R 1
14187: | #define PHP_SIGCHILD 0
14188: | #define DEFAULT_SHORT_OPEN_TAG "1"
14189: | #define HAVE_IPV6 1
14190: | #define SIZEOF_LONG 4
14191: | #define SIZEOF_INT 4
14192: | #define HAVE_INT32_T 1
14193: | #define HAVE_UINT32_T 1
14194: | #define HAVE_SYS_TYPES_H 1
14195: | #define HAVE_INTTYPES_H 1
14196: | #define HAVE_STDINT_H 1
14197: | #define HAVE_STRING_H 1
14198: | #define HAVE_STDLIB_H 1
14199: | #define HAVE_STRTOLL 1
14200: | #define HAVE_ATOLL 1
14201: | #define HAVE_STRFTIME 1
14202: | #define HAVE_REGEX_T_RE_MAGIC 1
14203: | #define HSREGEX 1
14204: | #define REGEX 1
14205: | #define HAVE_LIBXML 1
14206: | #define HAVE_LIBXML 1
14207: | #define HAVE_PCRE 1
14208: | #define HAVE_REFLECTION 1
14209: | #define HAVE_PACKED_OBJECT_VALUE 1
14210: | #define HAVE_SPL 1
14211: | #define HAVE_FLUSHIO 1
14212: | #define HAVE_CRYPT 1
14213: | #define HAVE_ALIGNOF 1
14214: | #define HAVE_ATTRIBUTE_ALIGNED 1
14215: | #define PHP_USE_PHP_CRYPT_R 1
14216: | #define PHP_STD_DES_CRYPT 1
14217: | #define PHP_BLOWFISH_CRYPT 1
14218: | #define PHP_EXT_DES_CRYPT 1
14219: | #define PHP_MD5_CRYPT 1
14220: | #define PHP_SHA512_CRYPT 1
14221: | #define PHP_SHA256_CRYPT 1
14222: | #define HAVE_GETCWD 1
14223: | #define HAVE_GETWD 1
14224: | #define HAVE_ASINH 1
14225: | #define HAVE_ACOSH 1
14226: | #define HAVE_ATANH 1
14227: | #define HAVE_LOG1P 1
14228: | #define HAVE_HYPOT 1
14229: | #define HAVE_GLOB 1
14230: | #define HAVE_STRFMON 1
14231: | #define HAVE_NICE 1
14232: | #define HAVE_ISINF 1
14233: | #define HAVE_ISNAN 1
14234: | #define HAVE_FNMATCH 1
14235: | #define HAVE_FORK 1
14236: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
14237: | #define ENABLE_CHROOT_FUNC 1
14238: | #define HAVE_RES_NSEARCH 1
14239: | #define HAVE_DN_EXPAND 1
14240: | #define HAVE_DN_SKIPNAME 1
14241: | #define HAVE_RES_SEARCH 1
14242: | #define HAVE_ATOF_ACCEPTS_NAN 1
14243: | #define HAVE_ATOF_ACCEPTS_INF 1
14244: | #define HAVE_HUGE_VAL_INF 1
14245: | #define HAVE_HUGE_VAL_NAN 1
14246: | #define HAVE_STRPTIME_DECL_FAILS 1
14247: | #define HAVE_WCHAR_H 1
14248: | #define HAVE_MBLEN 1
14249: | #define HAVE_MBRLEN 1
14250: | #define HAVE_MBSINIT 1
14251: | #define HAVE_MBSTATE_T 1
14252: | #define MYSQLND_COMPRESSION_WANTED 1
14253: | #define MYSQLND_SSL_SUPPORTED 1
14254: | #define HAVE_INTTYPES_H 1
14255: | #define HAVE_STDINT_H 1
14256: | #define HAVE_LIMITS_H 1
14257: | #define HAVE_STRING_H 1
14258: | #define HAVE_UNISTD_H 1
14259: | #define HAVE_STDARG_H 1
14260: | #define HAVE_SYS_TYPES_H 1
14261: | #define HAVE_SYS_TIME_H 1
14262: | #define HAVE_SIGNAL_H 1
14263: | #define HAVE_STDLIB_H 1
14264: | #define HAVE_DLFCN_H 1
14265: | #define RETSIGTYPE void
14266: | #define ulong unsigned long
14267: | #define HAVE_INT32_T 1
14268: | #define HAVE_UINT32_T 1
14269: | #define HAVE_VPRINTF 1
14270: | #define HAVE_ALLOCA 1
14271: | #define HAVE_MEMCPY 1
14272: | #define HAVE_STRDUP 1
14273: | #define HAVE_GETPID 1
14274: | #define HAVE_KILL 1
14275: | #define HAVE_STRTOD 1
14276: | #define HAVE_STRTOL 1
14277: | /* end confdefs.h. */
14278: | /* Define finite to an innocuous variant, in case <limits.h> declares finite.
14279: | For example, HP-UX 11i <limits.h> declares gettimeofday. */
14280: | #define finite innocuous_finite
14281: |
14282: | /* System header to define __stub macros and hopefully few prototypes,
14283: | which can conflict with char finite (); below.
14284: | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14285: | <limits.h> exists even on freestanding compilers. */
14286: |
14287: | #ifdef __STDC__
14288: | # include <limits.h>
14289: | #else
14290: | # include <assert.h>
14291: | #endif
14292: |
14293: | #undef finite
14294: |
14295: | /* Override any GCC internal prototype to avoid an error.
14296: | Use char because int might match the return type of a GCC
14297: | builtin and then its argument prototype would still apply. */
14298: | #ifdef __cplusplus
14299: | extern "C"
14300: | #endif
14301: | char finite ();
14302: | /* The GNU C library defines this for functions which it implements
14303: | to always fail with ENOSYS. Some functions are actually named
14304: | something starting with __ and the normal name is an alias. */
14305: | #if defined __stub_finite || defined __stub___finite
14306: | choke me
14307: | #endif
14308: |
14309: | int
14310: | main ()
14311: | {
14312: | return finite ();
14313: | ;
14314: | return 0;
14315: | }
14316: configure:105816: result: no
14317: configure:105816: checking for fpclass
14318: configure:105816: result: no
14319: configure:105816: checking for sigsetjmp
14320: configure:105816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
14321: configure:105816: $? = 0
14322: configure:105816: result: yes
14323: configure:105826: checking whether sprintf is broken
14324: configure:105841: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
14325: conftest.c: In function 'main':
14326: conftest.c:290: warning: incompatible implicit declaration of built-in function 'exit'
14327: conftest.c:290: warning: incompatible implicit declaration of built-in function 'sprintf'
14328: configure:105841: $? = 0
14329: configure:105841: ./conftest
14330: configure:105841: $? = 0
14331: configure:105856: result: no
14332: configure:105873: checking for finite
14333: configure:105873: result: no
14334: configure:105873: checking for isfinite
14335: configure:105873: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
14336: /tmp//cccSEkCJ.o: In function `main':
14337: conftest.c:(.text+0x12): undefined reference to `isfinite'
14338: configure:105873: $? = 1
14339: configure: failed program was:
14340: | /* confdefs.h */
14341: | #define PACKAGE_NAME ""
14342: | #define PACKAGE_TARNAME ""
14343: | #define PACKAGE_VERSION ""
14344: | #define PACKAGE_STRING ""
14345: | #define PACKAGE_BUGREPORT ""
14346: | #define PACKAGE_URL ""
14347: | #define STDC_HEADERS 1
14348: | #define HAVE_SYS_TYPES_H 1
14349: | #define HAVE_SYS_STAT_H 1
14350: | #define HAVE_STDLIB_H 1
14351: | #define HAVE_STRING_H 1
14352: | #define HAVE_MEMORY_H 1
14353: | #define HAVE_STRINGS_H 1
14354: | #define HAVE_INTTYPES_H 1
14355: | #define HAVE_STDINT_H 1
14356: | #define HAVE_UNISTD_H 1
14357: | #define __EXTENSIONS__ 1
14358: | #define _ALL_SOURCE 1
14359: | #define _GNU_SOURCE 1
14360: | #define _POSIX_PTHREAD_SEMANTICS 1
14361: | #define _TANDEM_SOURCE 1
14362: | #define HAVE_DEV_URANDOM 1
14363: | #define HAVE_SOCKLEN_T 1
14364: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
14365: | #define PHP_WRITE_STDOUT 1
14366: | #define HAVE_SOCKET 1
14367: | #define HAVE_SOCKETPAIR 1
14368: | #define HAVE_HTONL 1
14369: | #define HAVE_GETHOSTNAME 1
14370: | #define HAVE_GETHOSTBYADDR 1
14371: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
14372: | #define HAVE_DLOPEN 1
14373: | #define HAVE_LIBDL 1
14374: | #define HAVE_LIBM 1
14375: | #define HAVE_INET_ATON 1
14376: | #define STDC_HEADERS 1
14377: | #define HAVE_DIRENT_H 1
14378: | #define HAVE_INTTYPES_H 1
14379: | #define HAVE_STDINT_H 1
14380: | #define HAVE_DIRENT_H 1
14381: | #define HAVE_SYS_PARAM_H 1
14382: | #define HAVE_SYS_TYPES_H 1
14383: | #define HAVE_SYS_TIME_H 1
14384: | #define HAVE_NETINET_IN_H 1
14385: | #define HAVE_ARPA_INET_H 1
14386: | #define HAVE_ARPA_NAMESER_H 1
14387: | #define HAVE_ASSERT_H 1
14388: | #define HAVE_FCNTL_H 1
14389: | #define HAVE_GRP_H 1
14390: | #define HAVE_IEEEFP_H 1
14391: | #define HAVE_LANGINFO_H 1
14392: | #define HAVE_LIMITS_H 1
14393: | #define HAVE_LOCALE_H 1
14394: | #define HAVE_MONETARY_H 1
14395: | #define HAVE_NETDB_H 1
14396: | #define HAVE_PWD_H 1
14397: | #define HAVE_RESOLV_H 1
14398: | #define HAVE_SIGNAL_H 1
14399: | #define HAVE_STDARG_H 1
14400: | #define HAVE_STDLIB_H 1
14401: | #define HAVE_STRING_H 1
14402: | #define HAVE_SYSLOG_H 1
14403: | #define HAVE_SYSEXITS_H 1
14404: | #define HAVE_SYS_IOCTL_H 1
14405: | #define HAVE_SYS_FILE_H 1
14406: | #define HAVE_SYS_MMAN_H 1
14407: | #define HAVE_SYS_MOUNT_H 1
14408: | #define HAVE_SYS_POLL_H 1
14409: | #define HAVE_SYS_RESOURCE_H 1
14410: | #define HAVE_SYS_SELECT_H 1
14411: | #define HAVE_SYS_SOCKET_H 1
14412: | #define HAVE_SYS_STAT_H 1
14413: | #define HAVE_SYS_STATVFS_H 1
14414: | #define HAVE_SYS_WAIT_H 1
14415: | #define HAVE_TERMIOS_H 1
14416: | #define HAVE_UNISTD_H 1
14417: | #define HAVE_UTIME_H 1
14418: | #define HAVE_SYS_UTSNAME_H 1
14419: | #define HAVE_SYS_IPC_H 1
14420: | #define HAVE_DLFCN_H 1
14421: | #define HAVE_ASSERT_H 1
14422: | #define HAVE_STRUCT_TM_TM_ZONE 1
14423: | #define HAVE_TM_ZONE 1
14424: | #define MISSING_FCLOSE_DECL 0
14425: | #define HAVE_TM_GMTOFF 1
14426: | #define HAVE_STRUCT_FLOCK 1
14427: | #define HAVE_SOCKLEN_T 1
14428: | #define SIZEOF_SIZE_T 4
14429: | #define SIZEOF_LONG_LONG 8
14430: | #define SIZEOF_LONG_LONG_INT 8
14431: | #define SIZEOF_LONG 4
14432: | #define SIZEOF_INT 4
14433: | #define SIZEOF_INTMAX_T 8
14434: | #define HAVE_INTMAX_T 1
14435: | #define SIZEOF_SSIZE_T 4
14436: | #define HAVE_SSIZE_T 1
14437: | #define SIZEOF_PTRDIFF_T 4
14438: | #define HAVE_PTRDIFF_T 1
14439: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
14440: | #define HAVE_ST_BLKSIZE 1
14441: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
14442: | #define HAVE_ST_BLOCKS 1
14443: | #define HAVE_STRUCT_STAT_ST_RDEV 1
14444: | #define HAVE_ST_RDEV 1
14445: | #define HAVE_SOCKADDR_STORAGE 1
14446: | #define HAVE_SOCKADDR_SA_LEN 1
14447: | #define HAVE_VPRINTF 1
14448: | #define HAVE_ALPHASORT 1
14449: | #define HAVE_ASCTIME_R 1
14450: | #define HAVE_CHROOT 1
14451: | #define HAVE_CTIME_R 1
14452: | #define HAVE_FLOCK 1
14453: | #define HAVE_FTOK 1
14454: | #define HAVE_FUNOPEN 1
14455: | #define HAVE_GAI_STRERROR 1
14456: | #define HAVE_GETLOADAVG 1
14457: | #define HAVE_GETLOGIN 1
14458: | #define HAVE_GETPROTOBYNAME 1
14459: | #define HAVE_GETPROTOBYNUMBER 1
14460: | #define HAVE_GETSERVBYNAME 1
14461: | #define HAVE_GETSERVBYPORT 1
14462: | #define HAVE_GETHOSTNAME 1
14463: | #define HAVE_GETRUSAGE 1
14464: | #define HAVE_GETTIMEOFDAY 1
14465: | #define HAVE_GMTIME_R 1
14466: | #define HAVE_GETPWNAM_R 1
14467: | #define HAVE_GETGRNAM_R 1
14468: | #define HAVE_GETPWUID_R 1
14469: | #define HAVE_GRANTPT 1
14470: | #define HAVE_INET_NTOA 1
14471: | #define HAVE_INET_NTOP 1
14472: | #define HAVE_INET_PTON 1
14473: | #define HAVE_ISASCII 1
14474: | #define HAVE_LINK 1
14475: | #define HAVE_LOCALTIME_R 1
14476: | #define HAVE_LOCKF 1
14477: | #define HAVE_LCHOWN 1
14478: | #define HAVE_LRAND48 1
14479: | #define HAVE_MEMCPY 1
14480: | #define HAVE_MEMMOVE 1
14481: | #define HAVE_MKSTEMP 1
14482: | #define HAVE_MMAP 1
14483: | #define HAVE_NL_LANGINFO 1
14484: | #define HAVE_PERROR 1
14485: | #define HAVE_POLL 1
14486: | #define HAVE_PTSNAME 1
14487: | #define HAVE_PUTENV 1
14488: | #define HAVE_REALPATH 1
14489: | #define HAVE_RANDOM 1
14490: | #define HAVE_RAND_R 1
14491: | #define HAVE_SCANDIR 1
14492: | #define HAVE_SETITIMER 1
14493: | #define HAVE_SETLOCALE 1
14494: | #define HAVE_LOCALECONV 1
14495: | #define HAVE_SETENV 1
14496: | #define HAVE_SETPGID 1
14497: | #define HAVE_SETSOCKOPT 1
14498: | #define HAVE_SETVBUF 1
14499: | #define HAVE_SHUTDOWN 1
14500: | #define HAVE_SIN 1
14501: | #define HAVE_SNPRINTF 1
14502: | #define HAVE_SRAND48 1
14503: | #define HAVE_SRANDOM 1
14504: | #define HAVE_STATFS 1
14505: | #define HAVE_STATVFS 1
14506: | #define HAVE_STRCASECMP 1
14507: | #define HAVE_STRCOLL 1
14508: | #define HAVE_STRDUP 1
14509: | #define HAVE_STRERROR 1
14510: | #define HAVE_STRFTIME 1
14511: | #define HAVE_STRNLEN 1
14512: | #define HAVE_STRPTIME 1
14513: | #define HAVE_STRSTR 1
14514: | #define HAVE_STRTOK_R 1
14515: | #define HAVE_SYMLINK 1
14516: | #define HAVE_TEMPNAM 1
14517: | #define HAVE_TZSET 1
14518: | #define HAVE_UNLOCKPT 1
14519: | #define HAVE_UNSETENV 1
14520: | #define HAVE_USLEEP 1
14521: | #define HAVE_UTIME 1
14522: | #define HAVE_VSNPRINTF 1
14523: | #define HAVE_VASPRINTF 1
14524: | #define HAVE_ASPRINTF 1
14525: | #define HAVE_NANOSLEEP 1
14526: | #define HAVE_NANOSLEEP 1
14527: | #define HAVE_GETADDRINFO 1
14528: | #define HAVE_SYNC_FETCH_AND_ADD 1
14529: | #define HAVE_STRLCAT 1
14530: | #define HAVE_STRLCPY 1
14531: | #define HAVE_GETOPT 1
14532: | #define HAVE_UTIME_H 1
14533: | #define HAVE_UTIME_NULL 1
14534: | #define HAVE_ALLOCA 1
14535: | #define HAVE_DECLARED_TIMEZONE 1
14536: | #define HAVE_POSIX_READDIR_R 1
14537: | #define PHP_SIGCHILD 0
14538: | #define DEFAULT_SHORT_OPEN_TAG "1"
14539: | #define HAVE_IPV6 1
14540: | #define SIZEOF_LONG 4
14541: | #define SIZEOF_INT 4
14542: | #define HAVE_INT32_T 1
14543: | #define HAVE_UINT32_T 1
14544: | #define HAVE_SYS_TYPES_H 1
14545: | #define HAVE_INTTYPES_H 1
14546: | #define HAVE_STDINT_H 1
14547: | #define HAVE_STRING_H 1
14548: | #define HAVE_STDLIB_H 1
14549: | #define HAVE_STRTOLL 1
14550: | #define HAVE_ATOLL 1
14551: | #define HAVE_STRFTIME 1
14552: | #define HAVE_REGEX_T_RE_MAGIC 1
14553: | #define HSREGEX 1
14554: | #define REGEX 1
14555: | #define HAVE_LIBXML 1
14556: | #define HAVE_LIBXML 1
14557: | #define HAVE_PCRE 1
14558: | #define HAVE_REFLECTION 1
14559: | #define HAVE_PACKED_OBJECT_VALUE 1
14560: | #define HAVE_SPL 1
14561: | #define HAVE_FLUSHIO 1
14562: | #define HAVE_CRYPT 1
14563: | #define HAVE_ALIGNOF 1
14564: | #define HAVE_ATTRIBUTE_ALIGNED 1
14565: | #define PHP_USE_PHP_CRYPT_R 1
14566: | #define PHP_STD_DES_CRYPT 1
14567: | #define PHP_BLOWFISH_CRYPT 1
14568: | #define PHP_EXT_DES_CRYPT 1
14569: | #define PHP_MD5_CRYPT 1
14570: | #define PHP_SHA512_CRYPT 1
14571: | #define PHP_SHA256_CRYPT 1
14572: | #define HAVE_GETCWD 1
14573: | #define HAVE_GETWD 1
14574: | #define HAVE_ASINH 1
14575: | #define HAVE_ACOSH 1
14576: | #define HAVE_ATANH 1
14577: | #define HAVE_LOG1P 1
14578: | #define HAVE_HYPOT 1
14579: | #define HAVE_GLOB 1
14580: | #define HAVE_STRFMON 1
14581: | #define HAVE_NICE 1
14582: | #define HAVE_ISINF 1
14583: | #define HAVE_ISNAN 1
14584: | #define HAVE_FNMATCH 1
14585: | #define HAVE_FORK 1
14586: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
14587: | #define ENABLE_CHROOT_FUNC 1
14588: | #define HAVE_RES_NSEARCH 1
14589: | #define HAVE_DN_EXPAND 1
14590: | #define HAVE_DN_SKIPNAME 1
14591: | #define HAVE_RES_SEARCH 1
14592: | #define HAVE_ATOF_ACCEPTS_NAN 1
14593: | #define HAVE_ATOF_ACCEPTS_INF 1
14594: | #define HAVE_HUGE_VAL_INF 1
14595: | #define HAVE_HUGE_VAL_NAN 1
14596: | #define HAVE_STRPTIME_DECL_FAILS 1
14597: | #define HAVE_WCHAR_H 1
14598: | #define HAVE_MBLEN 1
14599: | #define HAVE_MBRLEN 1
14600: | #define HAVE_MBSINIT 1
14601: | #define HAVE_MBSTATE_T 1
14602: | #define MYSQLND_COMPRESSION_WANTED 1
14603: | #define MYSQLND_SSL_SUPPORTED 1
14604: | #define HAVE_INTTYPES_H 1
14605: | #define HAVE_STDINT_H 1
14606: | #define HAVE_LIMITS_H 1
14607: | #define HAVE_STRING_H 1
14608: | #define HAVE_UNISTD_H 1
14609: | #define HAVE_STDARG_H 1
14610: | #define HAVE_SYS_TYPES_H 1
14611: | #define HAVE_SYS_TIME_H 1
14612: | #define HAVE_SIGNAL_H 1
14613: | #define HAVE_STDLIB_H 1
14614: | #define HAVE_DLFCN_H 1
14615: | #define RETSIGTYPE void
14616: | #define ulong unsigned long
14617: | #define HAVE_INT32_T 1
14618: | #define HAVE_UINT32_T 1
14619: | #define HAVE_VPRINTF 1
14620: | #define HAVE_ALLOCA 1
14621: | #define HAVE_MEMCPY 1
14622: | #define HAVE_STRDUP 1
14623: | #define HAVE_GETPID 1
14624: | #define HAVE_KILL 1
14625: | #define HAVE_STRTOD 1
14626: | #define HAVE_STRTOL 1
14627: | #define HAVE_SIGSETJMP 1
14628: | #define ZEND_BROKEN_SPRINTF 0
14629: | /* end confdefs.h. */
14630: | /* Define isfinite to an innocuous variant, in case <limits.h> declares isfinite.
14631: | For example, HP-UX 11i <limits.h> declares gettimeofday. */
14632: | #define isfinite innocuous_isfinite
14633: |
14634: | /* System header to define __stub macros and hopefully few prototypes,
14635: | which can conflict with char isfinite (); below.
14636: | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14637: | <limits.h> exists even on freestanding compilers. */
14638: |
14639: | #ifdef __STDC__
14640: | # include <limits.h>
14641: | #else
14642: | # include <assert.h>
14643: | #endif
14644: |
14645: | #undef isfinite
14646: |
14647: | /* Override any GCC internal prototype to avoid an error.
14648: | Use char because int might match the return type of a GCC
14649: | builtin and then its argument prototype would still apply. */
14650: | #ifdef __cplusplus
14651: | extern "C"
14652: | #endif
14653: | char isfinite ();
14654: | /* The GNU C library defines this for functions which it implements
14655: | to always fail with ENOSYS. Some functions are actually named
14656: | something starting with __ and the normal name is an alias. */
14657: | #if defined __stub_isfinite || defined __stub___isfinite
14658: | choke me
14659: | #endif
14660: |
14661: | int
14662: | main ()
14663: | {
14664: | return isfinite ();
14665: | ;
14666: | return 0;
14667: | }
14668: configure:105873: result: no
14669: configure:105873: checking for isinf
14670: configure:105873: result: yes
14671: configure:105873: checking for isnan
14672: configure:105873: result: yes
14673: configure:105884: checking whether fp_except is defined
14674: configure:105905: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
14675: conftest.c: In function 'main':
14676: conftest.c:300: error: 'fp_except' undeclared (first use in this function)
14677: conftest.c:300: error: (Each undeclared identifier is reported only once
14678: conftest.c:300: error: for each function it appears in.)
14679: conftest.c:300: error: expected ';' before 'x'
14680: configure:105905: $? = 1
14681: configure: failed program was:
14682: | /* confdefs.h */
14683: | #define PACKAGE_NAME ""
14684: | #define PACKAGE_TARNAME ""
14685: | #define PACKAGE_VERSION ""
14686: | #define PACKAGE_STRING ""
14687: | #define PACKAGE_BUGREPORT ""
14688: | #define PACKAGE_URL ""
14689: | #define STDC_HEADERS 1
14690: | #define HAVE_SYS_TYPES_H 1
14691: | #define HAVE_SYS_STAT_H 1
14692: | #define HAVE_STDLIB_H 1
14693: | #define HAVE_STRING_H 1
14694: | #define HAVE_MEMORY_H 1
14695: | #define HAVE_STRINGS_H 1
14696: | #define HAVE_INTTYPES_H 1
14697: | #define HAVE_STDINT_H 1
14698: | #define HAVE_UNISTD_H 1
14699: | #define __EXTENSIONS__ 1
14700: | #define _ALL_SOURCE 1
14701: | #define _GNU_SOURCE 1
14702: | #define _POSIX_PTHREAD_SEMANTICS 1
14703: | #define _TANDEM_SOURCE 1
14704: | #define HAVE_DEV_URANDOM 1
14705: | #define HAVE_SOCKLEN_T 1
14706: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
14707: | #define PHP_WRITE_STDOUT 1
14708: | #define HAVE_SOCKET 1
14709: | #define HAVE_SOCKETPAIR 1
14710: | #define HAVE_HTONL 1
14711: | #define HAVE_GETHOSTNAME 1
14712: | #define HAVE_GETHOSTBYADDR 1
14713: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
14714: | #define HAVE_DLOPEN 1
14715: | #define HAVE_LIBDL 1
14716: | #define HAVE_LIBM 1
14717: | #define HAVE_INET_ATON 1
14718: | #define STDC_HEADERS 1
14719: | #define HAVE_DIRENT_H 1
14720: | #define HAVE_INTTYPES_H 1
14721: | #define HAVE_STDINT_H 1
14722: | #define HAVE_DIRENT_H 1
14723: | #define HAVE_SYS_PARAM_H 1
14724: | #define HAVE_SYS_TYPES_H 1
14725: | #define HAVE_SYS_TIME_H 1
14726: | #define HAVE_NETINET_IN_H 1
14727: | #define HAVE_ARPA_INET_H 1
14728: | #define HAVE_ARPA_NAMESER_H 1
14729: | #define HAVE_ASSERT_H 1
14730: | #define HAVE_FCNTL_H 1
14731: | #define HAVE_GRP_H 1
14732: | #define HAVE_IEEEFP_H 1
14733: | #define HAVE_LANGINFO_H 1
14734: | #define HAVE_LIMITS_H 1
14735: | #define HAVE_LOCALE_H 1
14736: | #define HAVE_MONETARY_H 1
14737: | #define HAVE_NETDB_H 1
14738: | #define HAVE_PWD_H 1
14739: | #define HAVE_RESOLV_H 1
14740: | #define HAVE_SIGNAL_H 1
14741: | #define HAVE_STDARG_H 1
14742: | #define HAVE_STDLIB_H 1
14743: | #define HAVE_STRING_H 1
14744: | #define HAVE_SYSLOG_H 1
14745: | #define HAVE_SYSEXITS_H 1
14746: | #define HAVE_SYS_IOCTL_H 1
14747: | #define HAVE_SYS_FILE_H 1
14748: | #define HAVE_SYS_MMAN_H 1
14749: | #define HAVE_SYS_MOUNT_H 1
14750: | #define HAVE_SYS_POLL_H 1
14751: | #define HAVE_SYS_RESOURCE_H 1
14752: | #define HAVE_SYS_SELECT_H 1
14753: | #define HAVE_SYS_SOCKET_H 1
14754: | #define HAVE_SYS_STAT_H 1
14755: | #define HAVE_SYS_STATVFS_H 1
14756: | #define HAVE_SYS_WAIT_H 1
14757: | #define HAVE_TERMIOS_H 1
14758: | #define HAVE_UNISTD_H 1
14759: | #define HAVE_UTIME_H 1
14760: | #define HAVE_SYS_UTSNAME_H 1
14761: | #define HAVE_SYS_IPC_H 1
14762: | #define HAVE_DLFCN_H 1
14763: | #define HAVE_ASSERT_H 1
14764: | #define HAVE_STRUCT_TM_TM_ZONE 1
14765: | #define HAVE_TM_ZONE 1
14766: | #define MISSING_FCLOSE_DECL 0
14767: | #define HAVE_TM_GMTOFF 1
14768: | #define HAVE_STRUCT_FLOCK 1
14769: | #define HAVE_SOCKLEN_T 1
14770: | #define SIZEOF_SIZE_T 4
14771: | #define SIZEOF_LONG_LONG 8
14772: | #define SIZEOF_LONG_LONG_INT 8
14773: | #define SIZEOF_LONG 4
14774: | #define SIZEOF_INT 4
14775: | #define SIZEOF_INTMAX_T 8
14776: | #define HAVE_INTMAX_T 1
14777: | #define SIZEOF_SSIZE_T 4
14778: | #define HAVE_SSIZE_T 1
14779: | #define SIZEOF_PTRDIFF_T 4
14780: | #define HAVE_PTRDIFF_T 1
14781: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
14782: | #define HAVE_ST_BLKSIZE 1
14783: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
14784: | #define HAVE_ST_BLOCKS 1
14785: | #define HAVE_STRUCT_STAT_ST_RDEV 1
14786: | #define HAVE_ST_RDEV 1
14787: | #define HAVE_SOCKADDR_STORAGE 1
14788: | #define HAVE_SOCKADDR_SA_LEN 1
14789: | #define HAVE_VPRINTF 1
14790: | #define HAVE_ALPHASORT 1
14791: | #define HAVE_ASCTIME_R 1
14792: | #define HAVE_CHROOT 1
14793: | #define HAVE_CTIME_R 1
14794: | #define HAVE_FLOCK 1
14795: | #define HAVE_FTOK 1
14796: | #define HAVE_FUNOPEN 1
14797: | #define HAVE_GAI_STRERROR 1
14798: | #define HAVE_GETLOADAVG 1
14799: | #define HAVE_GETLOGIN 1
14800: | #define HAVE_GETPROTOBYNAME 1
14801: | #define HAVE_GETPROTOBYNUMBER 1
14802: | #define HAVE_GETSERVBYNAME 1
14803: | #define HAVE_GETSERVBYPORT 1
14804: | #define HAVE_GETHOSTNAME 1
14805: | #define HAVE_GETRUSAGE 1
14806: | #define HAVE_GETTIMEOFDAY 1
14807: | #define HAVE_GMTIME_R 1
14808: | #define HAVE_GETPWNAM_R 1
14809: | #define HAVE_GETGRNAM_R 1
14810: | #define HAVE_GETPWUID_R 1
14811: | #define HAVE_GRANTPT 1
14812: | #define HAVE_INET_NTOA 1
14813: | #define HAVE_INET_NTOP 1
14814: | #define HAVE_INET_PTON 1
14815: | #define HAVE_ISASCII 1
14816: | #define HAVE_LINK 1
14817: | #define HAVE_LOCALTIME_R 1
14818: | #define HAVE_LOCKF 1
14819: | #define HAVE_LCHOWN 1
14820: | #define HAVE_LRAND48 1
14821: | #define HAVE_MEMCPY 1
14822: | #define HAVE_MEMMOVE 1
14823: | #define HAVE_MKSTEMP 1
14824: | #define HAVE_MMAP 1
14825: | #define HAVE_NL_LANGINFO 1
14826: | #define HAVE_PERROR 1
14827: | #define HAVE_POLL 1
14828: | #define HAVE_PTSNAME 1
14829: | #define HAVE_PUTENV 1
14830: | #define HAVE_REALPATH 1
14831: | #define HAVE_RANDOM 1
14832: | #define HAVE_RAND_R 1
14833: | #define HAVE_SCANDIR 1
14834: | #define HAVE_SETITIMER 1
14835: | #define HAVE_SETLOCALE 1
14836: | #define HAVE_LOCALECONV 1
14837: | #define HAVE_SETENV 1
14838: | #define HAVE_SETPGID 1
14839: | #define HAVE_SETSOCKOPT 1
14840: | #define HAVE_SETVBUF 1
14841: | #define HAVE_SHUTDOWN 1
14842: | #define HAVE_SIN 1
14843: | #define HAVE_SNPRINTF 1
14844: | #define HAVE_SRAND48 1
14845: | #define HAVE_SRANDOM 1
14846: | #define HAVE_STATFS 1
14847: | #define HAVE_STATVFS 1
14848: | #define HAVE_STRCASECMP 1
14849: | #define HAVE_STRCOLL 1
14850: | #define HAVE_STRDUP 1
14851: | #define HAVE_STRERROR 1
14852: | #define HAVE_STRFTIME 1
14853: | #define HAVE_STRNLEN 1
14854: | #define HAVE_STRPTIME 1
14855: | #define HAVE_STRSTR 1
14856: | #define HAVE_STRTOK_R 1
14857: | #define HAVE_SYMLINK 1
14858: | #define HAVE_TEMPNAM 1
14859: | #define HAVE_TZSET 1
14860: | #define HAVE_UNLOCKPT 1
14861: | #define HAVE_UNSETENV 1
14862: | #define HAVE_USLEEP 1
14863: | #define HAVE_UTIME 1
14864: | #define HAVE_VSNPRINTF 1
14865: | #define HAVE_VASPRINTF 1
14866: | #define HAVE_ASPRINTF 1
14867: | #define HAVE_NANOSLEEP 1
14868: | #define HAVE_NANOSLEEP 1
14869: | #define HAVE_GETADDRINFO 1
14870: | #define HAVE_SYNC_FETCH_AND_ADD 1
14871: | #define HAVE_STRLCAT 1
14872: | #define HAVE_STRLCPY 1
14873: | #define HAVE_GETOPT 1
14874: | #define HAVE_UTIME_H 1
14875: | #define HAVE_UTIME_NULL 1
14876: | #define HAVE_ALLOCA 1
14877: | #define HAVE_DECLARED_TIMEZONE 1
14878: | #define HAVE_POSIX_READDIR_R 1
14879: | #define PHP_SIGCHILD 0
14880: | #define DEFAULT_SHORT_OPEN_TAG "1"
14881: | #define HAVE_IPV6 1
14882: | #define SIZEOF_LONG 4
14883: | #define SIZEOF_INT 4
14884: | #define HAVE_INT32_T 1
14885: | #define HAVE_UINT32_T 1
14886: | #define HAVE_SYS_TYPES_H 1
14887: | #define HAVE_INTTYPES_H 1
14888: | #define HAVE_STDINT_H 1
14889: | #define HAVE_STRING_H 1
14890: | #define HAVE_STDLIB_H 1
14891: | #define HAVE_STRTOLL 1
14892: | #define HAVE_ATOLL 1
14893: | #define HAVE_STRFTIME 1
14894: | #define HAVE_REGEX_T_RE_MAGIC 1
14895: | #define HSREGEX 1
14896: | #define REGEX 1
14897: | #define HAVE_LIBXML 1
14898: | #define HAVE_LIBXML 1
14899: | #define HAVE_PCRE 1
14900: | #define HAVE_REFLECTION 1
14901: | #define HAVE_PACKED_OBJECT_VALUE 1
14902: | #define HAVE_SPL 1
14903: | #define HAVE_FLUSHIO 1
14904: | #define HAVE_CRYPT 1
14905: | #define HAVE_ALIGNOF 1
14906: | #define HAVE_ATTRIBUTE_ALIGNED 1
14907: | #define PHP_USE_PHP_CRYPT_R 1
14908: | #define PHP_STD_DES_CRYPT 1
14909: | #define PHP_BLOWFISH_CRYPT 1
14910: | #define PHP_EXT_DES_CRYPT 1
14911: | #define PHP_MD5_CRYPT 1
14912: | #define PHP_SHA512_CRYPT 1
14913: | #define PHP_SHA256_CRYPT 1
14914: | #define HAVE_GETCWD 1
14915: | #define HAVE_GETWD 1
14916: | #define HAVE_ASINH 1
14917: | #define HAVE_ACOSH 1
14918: | #define HAVE_ATANH 1
14919: | #define HAVE_LOG1P 1
14920: | #define HAVE_HYPOT 1
14921: | #define HAVE_GLOB 1
14922: | #define HAVE_STRFMON 1
14923: | #define HAVE_NICE 1
14924: | #define HAVE_ISINF 1
14925: | #define HAVE_ISNAN 1
14926: | #define HAVE_FNMATCH 1
14927: | #define HAVE_FORK 1
14928: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
14929: | #define ENABLE_CHROOT_FUNC 1
14930: | #define HAVE_RES_NSEARCH 1
14931: | #define HAVE_DN_EXPAND 1
14932: | #define HAVE_DN_SKIPNAME 1
14933: | #define HAVE_RES_SEARCH 1
14934: | #define HAVE_ATOF_ACCEPTS_NAN 1
14935: | #define HAVE_ATOF_ACCEPTS_INF 1
14936: | #define HAVE_HUGE_VAL_INF 1
14937: | #define HAVE_HUGE_VAL_NAN 1
14938: | #define HAVE_STRPTIME_DECL_FAILS 1
14939: | #define HAVE_WCHAR_H 1
14940: | #define HAVE_MBLEN 1
14941: | #define HAVE_MBRLEN 1
14942: | #define HAVE_MBSINIT 1
14943: | #define HAVE_MBSTATE_T 1
14944: | #define MYSQLND_COMPRESSION_WANTED 1
14945: | #define MYSQLND_SSL_SUPPORTED 1
14946: | #define HAVE_INTTYPES_H 1
14947: | #define HAVE_STDINT_H 1
14948: | #define HAVE_LIMITS_H 1
14949: | #define HAVE_STRING_H 1
14950: | #define HAVE_UNISTD_H 1
14951: | #define HAVE_STDARG_H 1
14952: | #define HAVE_SYS_TYPES_H 1
14953: | #define HAVE_SYS_TIME_H 1
14954: | #define HAVE_SIGNAL_H 1
14955: | #define HAVE_STDLIB_H 1
14956: | #define HAVE_DLFCN_H 1
14957: | #define RETSIGTYPE void
14958: | #define ulong unsigned long
14959: | #define HAVE_INT32_T 1
14960: | #define HAVE_UINT32_T 1
14961: | #define HAVE_VPRINTF 1
14962: | #define HAVE_ALLOCA 1
14963: | #define HAVE_MEMCPY 1
14964: | #define HAVE_STRDUP 1
14965: | #define HAVE_GETPID 1
14966: | #define HAVE_KILL 1
14967: | #define HAVE_STRTOD 1
14968: | #define HAVE_STRTOL 1
14969: | #define HAVE_SIGSETJMP 1
14970: | #define ZEND_BROKEN_SPRINTF 0
14971: | #define HAVE_ISINF 1
14972: | #define HAVE_ISNAN 1
14973: | /* end confdefs.h. */
14974: |
14975: | #include <floatingpoint.h>
14976: |
14977: | int
14978: | main ()
14979: | {
14980: |
14981: | fp_except x = (fp_except) 0;
14982: |
14983: | ;
14984: | return 0;
14985: | }
14986: configure:105916: result: no
14987: configure:105926: checking for usable _FPU_SETCW
14988: configure:105952: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
14989: conftest.c:294:29: error: fpu_control.h: No such file or directory
14990: conftest.c: In function 'main':
14991: conftest.c:300: error: 'fpu_control_t' undeclared (first use in this function)
14992: conftest.c:300: error: (Each undeclared identifier is reported only once
14993: conftest.c:300: error: for each function it appears in.)
14994: conftest.c:300: error: expected ';' before 'fpu_oldcw'
14995: conftest.c:305: error: 'fpu_oldcw' undeclared (first use in this function)
14996: conftest.c:306: error: 'fpu_cw' undeclared (first use in this function)
14997: conftest.c:306: error: '_FPU_EXTENDED' undeclared (first use in this function)
14998: conftest.c:306: error: '_FPU_SINGLE' undeclared (first use in this function)
14999: conftest.c:306: error: '_FPU_DOUBLE' undeclared (first use in this function)
15000: configure:105952: $? = 1
15001: configure: failed program was:
15002: | /* confdefs.h */
15003: | #define PACKAGE_NAME ""
15004: | #define PACKAGE_TARNAME ""
15005: | #define PACKAGE_VERSION ""
15006: | #define PACKAGE_STRING ""
15007: | #define PACKAGE_BUGREPORT ""
15008: | #define PACKAGE_URL ""
15009: | #define STDC_HEADERS 1
15010: | #define HAVE_SYS_TYPES_H 1
15011: | #define HAVE_SYS_STAT_H 1
15012: | #define HAVE_STDLIB_H 1
15013: | #define HAVE_STRING_H 1
15014: | #define HAVE_MEMORY_H 1
15015: | #define HAVE_STRINGS_H 1
15016: | #define HAVE_INTTYPES_H 1
15017: | #define HAVE_STDINT_H 1
15018: | #define HAVE_UNISTD_H 1
15019: | #define __EXTENSIONS__ 1
15020: | #define _ALL_SOURCE 1
15021: | #define _GNU_SOURCE 1
15022: | #define _POSIX_PTHREAD_SEMANTICS 1
15023: | #define _TANDEM_SOURCE 1
15024: | #define HAVE_DEV_URANDOM 1
15025: | #define HAVE_SOCKLEN_T 1
15026: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
15027: | #define PHP_WRITE_STDOUT 1
15028: | #define HAVE_SOCKET 1
15029: | #define HAVE_SOCKETPAIR 1
15030: | #define HAVE_HTONL 1
15031: | #define HAVE_GETHOSTNAME 1
15032: | #define HAVE_GETHOSTBYADDR 1
15033: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
15034: | #define HAVE_DLOPEN 1
15035: | #define HAVE_LIBDL 1
15036: | #define HAVE_LIBM 1
15037: | #define HAVE_INET_ATON 1
15038: | #define STDC_HEADERS 1
15039: | #define HAVE_DIRENT_H 1
15040: | #define HAVE_INTTYPES_H 1
15041: | #define HAVE_STDINT_H 1
15042: | #define HAVE_DIRENT_H 1
15043: | #define HAVE_SYS_PARAM_H 1
15044: | #define HAVE_SYS_TYPES_H 1
15045: | #define HAVE_SYS_TIME_H 1
15046: | #define HAVE_NETINET_IN_H 1
15047: | #define HAVE_ARPA_INET_H 1
15048: | #define HAVE_ARPA_NAMESER_H 1
15049: | #define HAVE_ASSERT_H 1
15050: | #define HAVE_FCNTL_H 1
15051: | #define HAVE_GRP_H 1
15052: | #define HAVE_IEEEFP_H 1
15053: | #define HAVE_LANGINFO_H 1
15054: | #define HAVE_LIMITS_H 1
15055: | #define HAVE_LOCALE_H 1
15056: | #define HAVE_MONETARY_H 1
15057: | #define HAVE_NETDB_H 1
15058: | #define HAVE_PWD_H 1
15059: | #define HAVE_RESOLV_H 1
15060: | #define HAVE_SIGNAL_H 1
15061: | #define HAVE_STDARG_H 1
15062: | #define HAVE_STDLIB_H 1
15063: | #define HAVE_STRING_H 1
15064: | #define HAVE_SYSLOG_H 1
15065: | #define HAVE_SYSEXITS_H 1
15066: | #define HAVE_SYS_IOCTL_H 1
15067: | #define HAVE_SYS_FILE_H 1
15068: | #define HAVE_SYS_MMAN_H 1
15069: | #define HAVE_SYS_MOUNT_H 1
15070: | #define HAVE_SYS_POLL_H 1
15071: | #define HAVE_SYS_RESOURCE_H 1
15072: | #define HAVE_SYS_SELECT_H 1
15073: | #define HAVE_SYS_SOCKET_H 1
15074: | #define HAVE_SYS_STAT_H 1
15075: | #define HAVE_SYS_STATVFS_H 1
15076: | #define HAVE_SYS_WAIT_H 1
15077: | #define HAVE_TERMIOS_H 1
15078: | #define HAVE_UNISTD_H 1
15079: | #define HAVE_UTIME_H 1
15080: | #define HAVE_SYS_UTSNAME_H 1
15081: | #define HAVE_SYS_IPC_H 1
15082: | #define HAVE_DLFCN_H 1
15083: | #define HAVE_ASSERT_H 1
15084: | #define HAVE_STRUCT_TM_TM_ZONE 1
15085: | #define HAVE_TM_ZONE 1
15086: | #define MISSING_FCLOSE_DECL 0
15087: | #define HAVE_TM_GMTOFF 1
15088: | #define HAVE_STRUCT_FLOCK 1
15089: | #define HAVE_SOCKLEN_T 1
15090: | #define SIZEOF_SIZE_T 4
15091: | #define SIZEOF_LONG_LONG 8
15092: | #define SIZEOF_LONG_LONG_INT 8
15093: | #define SIZEOF_LONG 4
15094: | #define SIZEOF_INT 4
15095: | #define SIZEOF_INTMAX_T 8
15096: | #define HAVE_INTMAX_T 1
15097: | #define SIZEOF_SSIZE_T 4
15098: | #define HAVE_SSIZE_T 1
15099: | #define SIZEOF_PTRDIFF_T 4
15100: | #define HAVE_PTRDIFF_T 1
15101: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
15102: | #define HAVE_ST_BLKSIZE 1
15103: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
15104: | #define HAVE_ST_BLOCKS 1
15105: | #define HAVE_STRUCT_STAT_ST_RDEV 1
15106: | #define HAVE_ST_RDEV 1
15107: | #define HAVE_SOCKADDR_STORAGE 1
15108: | #define HAVE_SOCKADDR_SA_LEN 1
15109: | #define HAVE_VPRINTF 1
15110: | #define HAVE_ALPHASORT 1
15111: | #define HAVE_ASCTIME_R 1
15112: | #define HAVE_CHROOT 1
15113: | #define HAVE_CTIME_R 1
15114: | #define HAVE_FLOCK 1
15115: | #define HAVE_FTOK 1
15116: | #define HAVE_FUNOPEN 1
15117: | #define HAVE_GAI_STRERROR 1
15118: | #define HAVE_GETLOADAVG 1
15119: | #define HAVE_GETLOGIN 1
15120: | #define HAVE_GETPROTOBYNAME 1
15121: | #define HAVE_GETPROTOBYNUMBER 1
15122: | #define HAVE_GETSERVBYNAME 1
15123: | #define HAVE_GETSERVBYPORT 1
15124: | #define HAVE_GETHOSTNAME 1
15125: | #define HAVE_GETRUSAGE 1
15126: | #define HAVE_GETTIMEOFDAY 1
15127: | #define HAVE_GMTIME_R 1
15128: | #define HAVE_GETPWNAM_R 1
15129: | #define HAVE_GETGRNAM_R 1
15130: | #define HAVE_GETPWUID_R 1
15131: | #define HAVE_GRANTPT 1
15132: | #define HAVE_INET_NTOA 1
15133: | #define HAVE_INET_NTOP 1
15134: | #define HAVE_INET_PTON 1
15135: | #define HAVE_ISASCII 1
15136: | #define HAVE_LINK 1
15137: | #define HAVE_LOCALTIME_R 1
15138: | #define HAVE_LOCKF 1
15139: | #define HAVE_LCHOWN 1
15140: | #define HAVE_LRAND48 1
15141: | #define HAVE_MEMCPY 1
15142: | #define HAVE_MEMMOVE 1
15143: | #define HAVE_MKSTEMP 1
15144: | #define HAVE_MMAP 1
15145: | #define HAVE_NL_LANGINFO 1
15146: | #define HAVE_PERROR 1
15147: | #define HAVE_POLL 1
15148: | #define HAVE_PTSNAME 1
15149: | #define HAVE_PUTENV 1
15150: | #define HAVE_REALPATH 1
15151: | #define HAVE_RANDOM 1
15152: | #define HAVE_RAND_R 1
15153: | #define HAVE_SCANDIR 1
15154: | #define HAVE_SETITIMER 1
15155: | #define HAVE_SETLOCALE 1
15156: | #define HAVE_LOCALECONV 1
15157: | #define HAVE_SETENV 1
15158: | #define HAVE_SETPGID 1
15159: | #define HAVE_SETSOCKOPT 1
15160: | #define HAVE_SETVBUF 1
15161: | #define HAVE_SHUTDOWN 1
15162: | #define HAVE_SIN 1
15163: | #define HAVE_SNPRINTF 1
15164: | #define HAVE_SRAND48 1
15165: | #define HAVE_SRANDOM 1
15166: | #define HAVE_STATFS 1
15167: | #define HAVE_STATVFS 1
15168: | #define HAVE_STRCASECMP 1
15169: | #define HAVE_STRCOLL 1
15170: | #define HAVE_STRDUP 1
15171: | #define HAVE_STRERROR 1
15172: | #define HAVE_STRFTIME 1
15173: | #define HAVE_STRNLEN 1
15174: | #define HAVE_STRPTIME 1
15175: | #define HAVE_STRSTR 1
15176: | #define HAVE_STRTOK_R 1
15177: | #define HAVE_SYMLINK 1
15178: | #define HAVE_TEMPNAM 1
15179: | #define HAVE_TZSET 1
15180: | #define HAVE_UNLOCKPT 1
15181: | #define HAVE_UNSETENV 1
15182: | #define HAVE_USLEEP 1
15183: | #define HAVE_UTIME 1
15184: | #define HAVE_VSNPRINTF 1
15185: | #define HAVE_VASPRINTF 1
15186: | #define HAVE_ASPRINTF 1
15187: | #define HAVE_NANOSLEEP 1
15188: | #define HAVE_NANOSLEEP 1
15189: | #define HAVE_GETADDRINFO 1
15190: | #define HAVE_SYNC_FETCH_AND_ADD 1
15191: | #define HAVE_STRLCAT 1
15192: | #define HAVE_STRLCPY 1
15193: | #define HAVE_GETOPT 1
15194: | #define HAVE_UTIME_H 1
15195: | #define HAVE_UTIME_NULL 1
15196: | #define HAVE_ALLOCA 1
15197: | #define HAVE_DECLARED_TIMEZONE 1
15198: | #define HAVE_POSIX_READDIR_R 1
15199: | #define PHP_SIGCHILD 0
15200: | #define DEFAULT_SHORT_OPEN_TAG "1"
15201: | #define HAVE_IPV6 1
15202: | #define SIZEOF_LONG 4
15203: | #define SIZEOF_INT 4
15204: | #define HAVE_INT32_T 1
15205: | #define HAVE_UINT32_T 1
15206: | #define HAVE_SYS_TYPES_H 1
15207: | #define HAVE_INTTYPES_H 1
15208: | #define HAVE_STDINT_H 1
15209: | #define HAVE_STRING_H 1
15210: | #define HAVE_STDLIB_H 1
15211: | #define HAVE_STRTOLL 1
15212: | #define HAVE_ATOLL 1
15213: | #define HAVE_STRFTIME 1
15214: | #define HAVE_REGEX_T_RE_MAGIC 1
15215: | #define HSREGEX 1
15216: | #define REGEX 1
15217: | #define HAVE_LIBXML 1
15218: | #define HAVE_LIBXML 1
15219: | #define HAVE_PCRE 1
15220: | #define HAVE_REFLECTION 1
15221: | #define HAVE_PACKED_OBJECT_VALUE 1
15222: | #define HAVE_SPL 1
15223: | #define HAVE_FLUSHIO 1
15224: | #define HAVE_CRYPT 1
15225: | #define HAVE_ALIGNOF 1
15226: | #define HAVE_ATTRIBUTE_ALIGNED 1
15227: | #define PHP_USE_PHP_CRYPT_R 1
15228: | #define PHP_STD_DES_CRYPT 1
15229: | #define PHP_BLOWFISH_CRYPT 1
15230: | #define PHP_EXT_DES_CRYPT 1
15231: | #define PHP_MD5_CRYPT 1
15232: | #define PHP_SHA512_CRYPT 1
15233: | #define PHP_SHA256_CRYPT 1
15234: | #define HAVE_GETCWD 1
15235: | #define HAVE_GETWD 1
15236: | #define HAVE_ASINH 1
15237: | #define HAVE_ACOSH 1
15238: | #define HAVE_ATANH 1
15239: | #define HAVE_LOG1P 1
15240: | #define HAVE_HYPOT 1
15241: | #define HAVE_GLOB 1
15242: | #define HAVE_STRFMON 1
15243: | #define HAVE_NICE 1
15244: | #define HAVE_ISINF 1
15245: | #define HAVE_ISNAN 1
15246: | #define HAVE_FNMATCH 1
15247: | #define HAVE_FORK 1
15248: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
15249: | #define ENABLE_CHROOT_FUNC 1
15250: | #define HAVE_RES_NSEARCH 1
15251: | #define HAVE_DN_EXPAND 1
15252: | #define HAVE_DN_SKIPNAME 1
15253: | #define HAVE_RES_SEARCH 1
15254: | #define HAVE_ATOF_ACCEPTS_NAN 1
15255: | #define HAVE_ATOF_ACCEPTS_INF 1
15256: | #define HAVE_HUGE_VAL_INF 1
15257: | #define HAVE_HUGE_VAL_NAN 1
15258: | #define HAVE_STRPTIME_DECL_FAILS 1
15259: | #define HAVE_WCHAR_H 1
15260: | #define HAVE_MBLEN 1
15261: | #define HAVE_MBRLEN 1
15262: | #define HAVE_MBSINIT 1
15263: | #define HAVE_MBSTATE_T 1
15264: | #define MYSQLND_COMPRESSION_WANTED 1
15265: | #define MYSQLND_SSL_SUPPORTED 1
15266: | #define HAVE_INTTYPES_H 1
15267: | #define HAVE_STDINT_H 1
15268: | #define HAVE_LIMITS_H 1
15269: | #define HAVE_STRING_H 1
15270: | #define HAVE_UNISTD_H 1
15271: | #define HAVE_STDARG_H 1
15272: | #define HAVE_SYS_TYPES_H 1
15273: | #define HAVE_SYS_TIME_H 1
15274: | #define HAVE_SIGNAL_H 1
15275: | #define HAVE_STDLIB_H 1
15276: | #define HAVE_DLFCN_H 1
15277: | #define RETSIGTYPE void
15278: | #define ulong unsigned long
15279: | #define HAVE_INT32_T 1
15280: | #define HAVE_UINT32_T 1
15281: | #define HAVE_VPRINTF 1
15282: | #define HAVE_ALLOCA 1
15283: | #define HAVE_MEMCPY 1
15284: | #define HAVE_STRDUP 1
15285: | #define HAVE_GETPID 1
15286: | #define HAVE_KILL 1
15287: | #define HAVE_STRTOD 1
15288: | #define HAVE_STRTOL 1
15289: | #define HAVE_SIGSETJMP 1
15290: | #define ZEND_BROKEN_SPRINTF 0
15291: | #define HAVE_ISINF 1
15292: | #define HAVE_ISNAN 1
15293: | /* end confdefs.h. */
15294: |
15295: | #include <fpu_control.h>
15296: |
15297: | int
15298: | main ()
15299: | {
15300: |
15301: | fpu_control_t fpu_oldcw, fpu_cw;
15302: | volatile double result;
15303: | double a = 2877.0;
15304: | volatile double b = 1000000.0;
15305: |
15306: | _FPU_GETCW(fpu_oldcw);
15307: | fpu_cw = (fpu_oldcw & ~_FPU_EXTENDED & ~_FPU_SINGLE) | _FPU_DOUBLE;
15308: | _FPU_SETCW(fpu_cw);
15309: | result = a / b;
15310: | _FPU_SETCW(fpu_oldcw);
15311: |
15312: | ;
15313: | return 0;
15314: | }
15315: configure:105966: result: no
15316: configure:105970: checking for usable fpsetprec
15317: configure:105995: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
15318: In file included from conftest.c:294:
15319: /usr/include/machine/ieeefp.h:49:2: error: #error this file needs sys/cdefs.h as a prerequisite
15320: configure:105995: $? = 1
15321: configure: failed program was:
15322: | /* confdefs.h */
15323: | #define PACKAGE_NAME ""
15324: | #define PACKAGE_TARNAME ""
15325: | #define PACKAGE_VERSION ""
15326: | #define PACKAGE_STRING ""
15327: | #define PACKAGE_BUGREPORT ""
15328: | #define PACKAGE_URL ""
15329: | #define STDC_HEADERS 1
15330: | #define HAVE_SYS_TYPES_H 1
15331: | #define HAVE_SYS_STAT_H 1
15332: | #define HAVE_STDLIB_H 1
15333: | #define HAVE_STRING_H 1
15334: | #define HAVE_MEMORY_H 1
15335: | #define HAVE_STRINGS_H 1
15336: | #define HAVE_INTTYPES_H 1
15337: | #define HAVE_STDINT_H 1
15338: | #define HAVE_UNISTD_H 1
15339: | #define __EXTENSIONS__ 1
15340: | #define _ALL_SOURCE 1
15341: | #define _GNU_SOURCE 1
15342: | #define _POSIX_PTHREAD_SEMANTICS 1
15343: | #define _TANDEM_SOURCE 1
15344: | #define HAVE_DEV_URANDOM 1
15345: | #define HAVE_SOCKLEN_T 1
15346: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
15347: | #define PHP_WRITE_STDOUT 1
15348: | #define HAVE_SOCKET 1
15349: | #define HAVE_SOCKETPAIR 1
15350: | #define HAVE_HTONL 1
15351: | #define HAVE_GETHOSTNAME 1
15352: | #define HAVE_GETHOSTBYADDR 1
15353: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
15354: | #define HAVE_DLOPEN 1
15355: | #define HAVE_LIBDL 1
15356: | #define HAVE_LIBM 1
15357: | #define HAVE_INET_ATON 1
15358: | #define STDC_HEADERS 1
15359: | #define HAVE_DIRENT_H 1
15360: | #define HAVE_INTTYPES_H 1
15361: | #define HAVE_STDINT_H 1
15362: | #define HAVE_DIRENT_H 1
15363: | #define HAVE_SYS_PARAM_H 1
15364: | #define HAVE_SYS_TYPES_H 1
15365: | #define HAVE_SYS_TIME_H 1
15366: | #define HAVE_NETINET_IN_H 1
15367: | #define HAVE_ARPA_INET_H 1
15368: | #define HAVE_ARPA_NAMESER_H 1
15369: | #define HAVE_ASSERT_H 1
15370: | #define HAVE_FCNTL_H 1
15371: | #define HAVE_GRP_H 1
15372: | #define HAVE_IEEEFP_H 1
15373: | #define HAVE_LANGINFO_H 1
15374: | #define HAVE_LIMITS_H 1
15375: | #define HAVE_LOCALE_H 1
15376: | #define HAVE_MONETARY_H 1
15377: | #define HAVE_NETDB_H 1
15378: | #define HAVE_PWD_H 1
15379: | #define HAVE_RESOLV_H 1
15380: | #define HAVE_SIGNAL_H 1
15381: | #define HAVE_STDARG_H 1
15382: | #define HAVE_STDLIB_H 1
15383: | #define HAVE_STRING_H 1
15384: | #define HAVE_SYSLOG_H 1
15385: | #define HAVE_SYSEXITS_H 1
15386: | #define HAVE_SYS_IOCTL_H 1
15387: | #define HAVE_SYS_FILE_H 1
15388: | #define HAVE_SYS_MMAN_H 1
15389: | #define HAVE_SYS_MOUNT_H 1
15390: | #define HAVE_SYS_POLL_H 1
15391: | #define HAVE_SYS_RESOURCE_H 1
15392: | #define HAVE_SYS_SELECT_H 1
15393: | #define HAVE_SYS_SOCKET_H 1
15394: | #define HAVE_SYS_STAT_H 1
15395: | #define HAVE_SYS_STATVFS_H 1
15396: | #define HAVE_SYS_WAIT_H 1
15397: | #define HAVE_TERMIOS_H 1
15398: | #define HAVE_UNISTD_H 1
15399: | #define HAVE_UTIME_H 1
15400: | #define HAVE_SYS_UTSNAME_H 1
15401: | #define HAVE_SYS_IPC_H 1
15402: | #define HAVE_DLFCN_H 1
15403: | #define HAVE_ASSERT_H 1
15404: | #define HAVE_STRUCT_TM_TM_ZONE 1
15405: | #define HAVE_TM_ZONE 1
15406: | #define MISSING_FCLOSE_DECL 0
15407: | #define HAVE_TM_GMTOFF 1
15408: | #define HAVE_STRUCT_FLOCK 1
15409: | #define HAVE_SOCKLEN_T 1
15410: | #define SIZEOF_SIZE_T 4
15411: | #define SIZEOF_LONG_LONG 8
15412: | #define SIZEOF_LONG_LONG_INT 8
15413: | #define SIZEOF_LONG 4
15414: | #define SIZEOF_INT 4
15415: | #define SIZEOF_INTMAX_T 8
15416: | #define HAVE_INTMAX_T 1
15417: | #define SIZEOF_SSIZE_T 4
15418: | #define HAVE_SSIZE_T 1
15419: | #define SIZEOF_PTRDIFF_T 4
15420: | #define HAVE_PTRDIFF_T 1
15421: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
15422: | #define HAVE_ST_BLKSIZE 1
15423: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
15424: | #define HAVE_ST_BLOCKS 1
15425: | #define HAVE_STRUCT_STAT_ST_RDEV 1
15426: | #define HAVE_ST_RDEV 1
15427: | #define HAVE_SOCKADDR_STORAGE 1
15428: | #define HAVE_SOCKADDR_SA_LEN 1
15429: | #define HAVE_VPRINTF 1
15430: | #define HAVE_ALPHASORT 1
15431: | #define HAVE_ASCTIME_R 1
15432: | #define HAVE_CHROOT 1
15433: | #define HAVE_CTIME_R 1
15434: | #define HAVE_FLOCK 1
15435: | #define HAVE_FTOK 1
15436: | #define HAVE_FUNOPEN 1
15437: | #define HAVE_GAI_STRERROR 1
15438: | #define HAVE_GETLOADAVG 1
15439: | #define HAVE_GETLOGIN 1
15440: | #define HAVE_GETPROTOBYNAME 1
15441: | #define HAVE_GETPROTOBYNUMBER 1
15442: | #define HAVE_GETSERVBYNAME 1
15443: | #define HAVE_GETSERVBYPORT 1
15444: | #define HAVE_GETHOSTNAME 1
15445: | #define HAVE_GETRUSAGE 1
15446: | #define HAVE_GETTIMEOFDAY 1
15447: | #define HAVE_GMTIME_R 1
15448: | #define HAVE_GETPWNAM_R 1
15449: | #define HAVE_GETGRNAM_R 1
15450: | #define HAVE_GETPWUID_R 1
15451: | #define HAVE_GRANTPT 1
15452: | #define HAVE_INET_NTOA 1
15453: | #define HAVE_INET_NTOP 1
15454: | #define HAVE_INET_PTON 1
15455: | #define HAVE_ISASCII 1
15456: | #define HAVE_LINK 1
15457: | #define HAVE_LOCALTIME_R 1
15458: | #define HAVE_LOCKF 1
15459: | #define HAVE_LCHOWN 1
15460: | #define HAVE_LRAND48 1
15461: | #define HAVE_MEMCPY 1
15462: | #define HAVE_MEMMOVE 1
15463: | #define HAVE_MKSTEMP 1
15464: | #define HAVE_MMAP 1
15465: | #define HAVE_NL_LANGINFO 1
15466: | #define HAVE_PERROR 1
15467: | #define HAVE_POLL 1
15468: | #define HAVE_PTSNAME 1
15469: | #define HAVE_PUTENV 1
15470: | #define HAVE_REALPATH 1
15471: | #define HAVE_RANDOM 1
15472: | #define HAVE_RAND_R 1
15473: | #define HAVE_SCANDIR 1
15474: | #define HAVE_SETITIMER 1
15475: | #define HAVE_SETLOCALE 1
15476: | #define HAVE_LOCALECONV 1
15477: | #define HAVE_SETENV 1
15478: | #define HAVE_SETPGID 1
15479: | #define HAVE_SETSOCKOPT 1
15480: | #define HAVE_SETVBUF 1
15481: | #define HAVE_SHUTDOWN 1
15482: | #define HAVE_SIN 1
15483: | #define HAVE_SNPRINTF 1
15484: | #define HAVE_SRAND48 1
15485: | #define HAVE_SRANDOM 1
15486: | #define HAVE_STATFS 1
15487: | #define HAVE_STATVFS 1
15488: | #define HAVE_STRCASECMP 1
15489: | #define HAVE_STRCOLL 1
15490: | #define HAVE_STRDUP 1
15491: | #define HAVE_STRERROR 1
15492: | #define HAVE_STRFTIME 1
15493: | #define HAVE_STRNLEN 1
15494: | #define HAVE_STRPTIME 1
15495: | #define HAVE_STRSTR 1
15496: | #define HAVE_STRTOK_R 1
15497: | #define HAVE_SYMLINK 1
15498: | #define HAVE_TEMPNAM 1
15499: | #define HAVE_TZSET 1
15500: | #define HAVE_UNLOCKPT 1
15501: | #define HAVE_UNSETENV 1
15502: | #define HAVE_USLEEP 1
15503: | #define HAVE_UTIME 1
15504: | #define HAVE_VSNPRINTF 1
15505: | #define HAVE_VASPRINTF 1
15506: | #define HAVE_ASPRINTF 1
15507: | #define HAVE_NANOSLEEP 1
15508: | #define HAVE_NANOSLEEP 1
15509: | #define HAVE_GETADDRINFO 1
15510: | #define HAVE_SYNC_FETCH_AND_ADD 1
15511: | #define HAVE_STRLCAT 1
15512: | #define HAVE_STRLCPY 1
15513: | #define HAVE_GETOPT 1
15514: | #define HAVE_UTIME_H 1
15515: | #define HAVE_UTIME_NULL 1
15516: | #define HAVE_ALLOCA 1
15517: | #define HAVE_DECLARED_TIMEZONE 1
15518: | #define HAVE_POSIX_READDIR_R 1
15519: | #define PHP_SIGCHILD 0
15520: | #define DEFAULT_SHORT_OPEN_TAG "1"
15521: | #define HAVE_IPV6 1
15522: | #define SIZEOF_LONG 4
15523: | #define SIZEOF_INT 4
15524: | #define HAVE_INT32_T 1
15525: | #define HAVE_UINT32_T 1
15526: | #define HAVE_SYS_TYPES_H 1
15527: | #define HAVE_INTTYPES_H 1
15528: | #define HAVE_STDINT_H 1
15529: | #define HAVE_STRING_H 1
15530: | #define HAVE_STDLIB_H 1
15531: | #define HAVE_STRTOLL 1
15532: | #define HAVE_ATOLL 1
15533: | #define HAVE_STRFTIME 1
15534: | #define HAVE_REGEX_T_RE_MAGIC 1
15535: | #define HSREGEX 1
15536: | #define REGEX 1
15537: | #define HAVE_LIBXML 1
15538: | #define HAVE_LIBXML 1
15539: | #define HAVE_PCRE 1
15540: | #define HAVE_REFLECTION 1
15541: | #define HAVE_PACKED_OBJECT_VALUE 1
15542: | #define HAVE_SPL 1
15543: | #define HAVE_FLUSHIO 1
15544: | #define HAVE_CRYPT 1
15545: | #define HAVE_ALIGNOF 1
15546: | #define HAVE_ATTRIBUTE_ALIGNED 1
15547: | #define PHP_USE_PHP_CRYPT_R 1
15548: | #define PHP_STD_DES_CRYPT 1
15549: | #define PHP_BLOWFISH_CRYPT 1
15550: | #define PHP_EXT_DES_CRYPT 1
15551: | #define PHP_MD5_CRYPT 1
15552: | #define PHP_SHA512_CRYPT 1
15553: | #define PHP_SHA256_CRYPT 1
15554: | #define HAVE_GETCWD 1
15555: | #define HAVE_GETWD 1
15556: | #define HAVE_ASINH 1
15557: | #define HAVE_ACOSH 1
15558: | #define HAVE_ATANH 1
15559: | #define HAVE_LOG1P 1
15560: | #define HAVE_HYPOT 1
15561: | #define HAVE_GLOB 1
15562: | #define HAVE_STRFMON 1
15563: | #define HAVE_NICE 1
15564: | #define HAVE_ISINF 1
15565: | #define HAVE_ISNAN 1
15566: | #define HAVE_FNMATCH 1
15567: | #define HAVE_FORK 1
15568: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
15569: | #define ENABLE_CHROOT_FUNC 1
15570: | #define HAVE_RES_NSEARCH 1
15571: | #define HAVE_DN_EXPAND 1
15572: | #define HAVE_DN_SKIPNAME 1
15573: | #define HAVE_RES_SEARCH 1
15574: | #define HAVE_ATOF_ACCEPTS_NAN 1
15575: | #define HAVE_ATOF_ACCEPTS_INF 1
15576: | #define HAVE_HUGE_VAL_INF 1
15577: | #define HAVE_HUGE_VAL_NAN 1
15578: | #define HAVE_STRPTIME_DECL_FAILS 1
15579: | #define HAVE_WCHAR_H 1
15580: | #define HAVE_MBLEN 1
15581: | #define HAVE_MBRLEN 1
15582: | #define HAVE_MBSINIT 1
15583: | #define HAVE_MBSTATE_T 1
15584: | #define MYSQLND_COMPRESSION_WANTED 1
15585: | #define MYSQLND_SSL_SUPPORTED 1
15586: | #define HAVE_INTTYPES_H 1
15587: | #define HAVE_STDINT_H 1
15588: | #define HAVE_LIMITS_H 1
15589: | #define HAVE_STRING_H 1
15590: | #define HAVE_UNISTD_H 1
15591: | #define HAVE_STDARG_H 1
15592: | #define HAVE_SYS_TYPES_H 1
15593: | #define HAVE_SYS_TIME_H 1
15594: | #define HAVE_SIGNAL_H 1
15595: | #define HAVE_STDLIB_H 1
15596: | #define HAVE_DLFCN_H 1
15597: | #define RETSIGTYPE void
15598: | #define ulong unsigned long
15599: | #define HAVE_INT32_T 1
15600: | #define HAVE_UINT32_T 1
15601: | #define HAVE_VPRINTF 1
15602: | #define HAVE_ALLOCA 1
15603: | #define HAVE_MEMCPY 1
15604: | #define HAVE_STRDUP 1
15605: | #define HAVE_GETPID 1
15606: | #define HAVE_KILL 1
15607: | #define HAVE_STRTOD 1
15608: | #define HAVE_STRTOL 1
15609: | #define HAVE_SIGSETJMP 1
15610: | #define ZEND_BROKEN_SPRINTF 0
15611: | #define HAVE_ISINF 1
15612: | #define HAVE_ISNAN 1
15613: | /* end confdefs.h. */
15614: |
15615: | #include <machine/ieeefp.h>
15616: |
15617: | int
15618: | main ()
15619: | {
15620: |
15621: | fp_prec_t fpu_oldprec;
15622: | volatile double result;
15623: | double a = 2877.0;
15624: | volatile double b = 1000000.0;
15625: |
15626: | fpu_oldprec = fpgetprec();
15627: | fpsetprec(FP_PD);
15628: | result = a / b;
15629: | fpsetprec(fpu_oldprec);
15630: |
15631: | ;
15632: | return 0;
15633: | }
15634: configure:106009: result: no
15635: configure:106013: checking for usable _controlfp
15636: configure:106038: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
15637: conftest.c: In function 'main':
15638: conftest.c:306: error: '_PC_53' undeclared (first use in this function)
15639: conftest.c:306: error: (Each undeclared identifier is reported only once
15640: conftest.c:306: error: for each function it appears in.)
15641: conftest.c:306: error: '_MCW_PC' undeclared (first use in this function)
15642: configure:106038: $? = 1
15643: configure: failed program was:
15644: | /* confdefs.h */
15645: | #define PACKAGE_NAME ""
15646: | #define PACKAGE_TARNAME ""
15647: | #define PACKAGE_VERSION ""
15648: | #define PACKAGE_STRING ""
15649: | #define PACKAGE_BUGREPORT ""
15650: | #define PACKAGE_URL ""
15651: | #define STDC_HEADERS 1
15652: | #define HAVE_SYS_TYPES_H 1
15653: | #define HAVE_SYS_STAT_H 1
15654: | #define HAVE_STDLIB_H 1
15655: | #define HAVE_STRING_H 1
15656: | #define HAVE_MEMORY_H 1
15657: | #define HAVE_STRINGS_H 1
15658: | #define HAVE_INTTYPES_H 1
15659: | #define HAVE_STDINT_H 1
15660: | #define HAVE_UNISTD_H 1
15661: | #define __EXTENSIONS__ 1
15662: | #define _ALL_SOURCE 1
15663: | #define _GNU_SOURCE 1
15664: | #define _POSIX_PTHREAD_SEMANTICS 1
15665: | #define _TANDEM_SOURCE 1
15666: | #define HAVE_DEV_URANDOM 1
15667: | #define HAVE_SOCKLEN_T 1
15668: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
15669: | #define PHP_WRITE_STDOUT 1
15670: | #define HAVE_SOCKET 1
15671: | #define HAVE_SOCKETPAIR 1
15672: | #define HAVE_HTONL 1
15673: | #define HAVE_GETHOSTNAME 1
15674: | #define HAVE_GETHOSTBYADDR 1
15675: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
15676: | #define HAVE_DLOPEN 1
15677: | #define HAVE_LIBDL 1
15678: | #define HAVE_LIBM 1
15679: | #define HAVE_INET_ATON 1
15680: | #define STDC_HEADERS 1
15681: | #define HAVE_DIRENT_H 1
15682: | #define HAVE_INTTYPES_H 1
15683: | #define HAVE_STDINT_H 1
15684: | #define HAVE_DIRENT_H 1
15685: | #define HAVE_SYS_PARAM_H 1
15686: | #define HAVE_SYS_TYPES_H 1
15687: | #define HAVE_SYS_TIME_H 1
15688: | #define HAVE_NETINET_IN_H 1
15689: | #define HAVE_ARPA_INET_H 1
15690: | #define HAVE_ARPA_NAMESER_H 1
15691: | #define HAVE_ASSERT_H 1
15692: | #define HAVE_FCNTL_H 1
15693: | #define HAVE_GRP_H 1
15694: | #define HAVE_IEEEFP_H 1
15695: | #define HAVE_LANGINFO_H 1
15696: | #define HAVE_LIMITS_H 1
15697: | #define HAVE_LOCALE_H 1
15698: | #define HAVE_MONETARY_H 1
15699: | #define HAVE_NETDB_H 1
15700: | #define HAVE_PWD_H 1
15701: | #define HAVE_RESOLV_H 1
15702: | #define HAVE_SIGNAL_H 1
15703: | #define HAVE_STDARG_H 1
15704: | #define HAVE_STDLIB_H 1
15705: | #define HAVE_STRING_H 1
15706: | #define HAVE_SYSLOG_H 1
15707: | #define HAVE_SYSEXITS_H 1
15708: | #define HAVE_SYS_IOCTL_H 1
15709: | #define HAVE_SYS_FILE_H 1
15710: | #define HAVE_SYS_MMAN_H 1
15711: | #define HAVE_SYS_MOUNT_H 1
15712: | #define HAVE_SYS_POLL_H 1
15713: | #define HAVE_SYS_RESOURCE_H 1
15714: | #define HAVE_SYS_SELECT_H 1
15715: | #define HAVE_SYS_SOCKET_H 1
15716: | #define HAVE_SYS_STAT_H 1
15717: | #define HAVE_SYS_STATVFS_H 1
15718: | #define HAVE_SYS_WAIT_H 1
15719: | #define HAVE_TERMIOS_H 1
15720: | #define HAVE_UNISTD_H 1
15721: | #define HAVE_UTIME_H 1
15722: | #define HAVE_SYS_UTSNAME_H 1
15723: | #define HAVE_SYS_IPC_H 1
15724: | #define HAVE_DLFCN_H 1
15725: | #define HAVE_ASSERT_H 1
15726: | #define HAVE_STRUCT_TM_TM_ZONE 1
15727: | #define HAVE_TM_ZONE 1
15728: | #define MISSING_FCLOSE_DECL 0
15729: | #define HAVE_TM_GMTOFF 1
15730: | #define HAVE_STRUCT_FLOCK 1
15731: | #define HAVE_SOCKLEN_T 1
15732: | #define SIZEOF_SIZE_T 4
15733: | #define SIZEOF_LONG_LONG 8
15734: | #define SIZEOF_LONG_LONG_INT 8
15735: | #define SIZEOF_LONG 4
15736: | #define SIZEOF_INT 4
15737: | #define SIZEOF_INTMAX_T 8
15738: | #define HAVE_INTMAX_T 1
15739: | #define SIZEOF_SSIZE_T 4
15740: | #define HAVE_SSIZE_T 1
15741: | #define SIZEOF_PTRDIFF_T 4
15742: | #define HAVE_PTRDIFF_T 1
15743: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
15744: | #define HAVE_ST_BLKSIZE 1
15745: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
15746: | #define HAVE_ST_BLOCKS 1
15747: | #define HAVE_STRUCT_STAT_ST_RDEV 1
15748: | #define HAVE_ST_RDEV 1
15749: | #define HAVE_SOCKADDR_STORAGE 1
15750: | #define HAVE_SOCKADDR_SA_LEN 1
15751: | #define HAVE_VPRINTF 1
15752: | #define HAVE_ALPHASORT 1
15753: | #define HAVE_ASCTIME_R 1
15754: | #define HAVE_CHROOT 1
15755: | #define HAVE_CTIME_R 1
15756: | #define HAVE_FLOCK 1
15757: | #define HAVE_FTOK 1
15758: | #define HAVE_FUNOPEN 1
15759: | #define HAVE_GAI_STRERROR 1
15760: | #define HAVE_GETLOADAVG 1
15761: | #define HAVE_GETLOGIN 1
15762: | #define HAVE_GETPROTOBYNAME 1
15763: | #define HAVE_GETPROTOBYNUMBER 1
15764: | #define HAVE_GETSERVBYNAME 1
15765: | #define HAVE_GETSERVBYPORT 1
15766: | #define HAVE_GETHOSTNAME 1
15767: | #define HAVE_GETRUSAGE 1
15768: | #define HAVE_GETTIMEOFDAY 1
15769: | #define HAVE_GMTIME_R 1
15770: | #define HAVE_GETPWNAM_R 1
15771: | #define HAVE_GETGRNAM_R 1
15772: | #define HAVE_GETPWUID_R 1
15773: | #define HAVE_GRANTPT 1
15774: | #define HAVE_INET_NTOA 1
15775: | #define HAVE_INET_NTOP 1
15776: | #define HAVE_INET_PTON 1
15777: | #define HAVE_ISASCII 1
15778: | #define HAVE_LINK 1
15779: | #define HAVE_LOCALTIME_R 1
15780: | #define HAVE_LOCKF 1
15781: | #define HAVE_LCHOWN 1
15782: | #define HAVE_LRAND48 1
15783: | #define HAVE_MEMCPY 1
15784: | #define HAVE_MEMMOVE 1
15785: | #define HAVE_MKSTEMP 1
15786: | #define HAVE_MMAP 1
15787: | #define HAVE_NL_LANGINFO 1
15788: | #define HAVE_PERROR 1
15789: | #define HAVE_POLL 1
15790: | #define HAVE_PTSNAME 1
15791: | #define HAVE_PUTENV 1
15792: | #define HAVE_REALPATH 1
15793: | #define HAVE_RANDOM 1
15794: | #define HAVE_RAND_R 1
15795: | #define HAVE_SCANDIR 1
15796: | #define HAVE_SETITIMER 1
15797: | #define HAVE_SETLOCALE 1
15798: | #define HAVE_LOCALECONV 1
15799: | #define HAVE_SETENV 1
15800: | #define HAVE_SETPGID 1
15801: | #define HAVE_SETSOCKOPT 1
15802: | #define HAVE_SETVBUF 1
15803: | #define HAVE_SHUTDOWN 1
15804: | #define HAVE_SIN 1
15805: | #define HAVE_SNPRINTF 1
15806: | #define HAVE_SRAND48 1
15807: | #define HAVE_SRANDOM 1
15808: | #define HAVE_STATFS 1
15809: | #define HAVE_STATVFS 1
15810: | #define HAVE_STRCASECMP 1
15811: | #define HAVE_STRCOLL 1
15812: | #define HAVE_STRDUP 1
15813: | #define HAVE_STRERROR 1
15814: | #define HAVE_STRFTIME 1
15815: | #define HAVE_STRNLEN 1
15816: | #define HAVE_STRPTIME 1
15817: | #define HAVE_STRSTR 1
15818: | #define HAVE_STRTOK_R 1
15819: | #define HAVE_SYMLINK 1
15820: | #define HAVE_TEMPNAM 1
15821: | #define HAVE_TZSET 1
15822: | #define HAVE_UNLOCKPT 1
15823: | #define HAVE_UNSETENV 1
15824: | #define HAVE_USLEEP 1
15825: | #define HAVE_UTIME 1
15826: | #define HAVE_VSNPRINTF 1
15827: | #define HAVE_VASPRINTF 1
15828: | #define HAVE_ASPRINTF 1
15829: | #define HAVE_NANOSLEEP 1
15830: | #define HAVE_NANOSLEEP 1
15831: | #define HAVE_GETADDRINFO 1
15832: | #define HAVE_SYNC_FETCH_AND_ADD 1
15833: | #define HAVE_STRLCAT 1
15834: | #define HAVE_STRLCPY 1
15835: | #define HAVE_GETOPT 1
15836: | #define HAVE_UTIME_H 1
15837: | #define HAVE_UTIME_NULL 1
15838: | #define HAVE_ALLOCA 1
15839: | #define HAVE_DECLARED_TIMEZONE 1
15840: | #define HAVE_POSIX_READDIR_R 1
15841: | #define PHP_SIGCHILD 0
15842: | #define DEFAULT_SHORT_OPEN_TAG "1"
15843: | #define HAVE_IPV6 1
15844: | #define SIZEOF_LONG 4
15845: | #define SIZEOF_INT 4
15846: | #define HAVE_INT32_T 1
15847: | #define HAVE_UINT32_T 1
15848: | #define HAVE_SYS_TYPES_H 1
15849: | #define HAVE_INTTYPES_H 1
15850: | #define HAVE_STDINT_H 1
15851: | #define HAVE_STRING_H 1
15852: | #define HAVE_STDLIB_H 1
15853: | #define HAVE_STRTOLL 1
15854: | #define HAVE_ATOLL 1
15855: | #define HAVE_STRFTIME 1
15856: | #define HAVE_REGEX_T_RE_MAGIC 1
15857: | #define HSREGEX 1
15858: | #define REGEX 1
15859: | #define HAVE_LIBXML 1
15860: | #define HAVE_LIBXML 1
15861: | #define HAVE_PCRE 1
15862: | #define HAVE_REFLECTION 1
15863: | #define HAVE_PACKED_OBJECT_VALUE 1
15864: | #define HAVE_SPL 1
15865: | #define HAVE_FLUSHIO 1
15866: | #define HAVE_CRYPT 1
15867: | #define HAVE_ALIGNOF 1
15868: | #define HAVE_ATTRIBUTE_ALIGNED 1
15869: | #define PHP_USE_PHP_CRYPT_R 1
15870: | #define PHP_STD_DES_CRYPT 1
15871: | #define PHP_BLOWFISH_CRYPT 1
15872: | #define PHP_EXT_DES_CRYPT 1
15873: | #define PHP_MD5_CRYPT 1
15874: | #define PHP_SHA512_CRYPT 1
15875: | #define PHP_SHA256_CRYPT 1
15876: | #define HAVE_GETCWD 1
15877: | #define HAVE_GETWD 1
15878: | #define HAVE_ASINH 1
15879: | #define HAVE_ACOSH 1
15880: | #define HAVE_ATANH 1
15881: | #define HAVE_LOG1P 1
15882: | #define HAVE_HYPOT 1
15883: | #define HAVE_GLOB 1
15884: | #define HAVE_STRFMON 1
15885: | #define HAVE_NICE 1
15886: | #define HAVE_ISINF 1
15887: | #define HAVE_ISNAN 1
15888: | #define HAVE_FNMATCH 1
15889: | #define HAVE_FORK 1
15890: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
15891: | #define ENABLE_CHROOT_FUNC 1
15892: | #define HAVE_RES_NSEARCH 1
15893: | #define HAVE_DN_EXPAND 1
15894: | #define HAVE_DN_SKIPNAME 1
15895: | #define HAVE_RES_SEARCH 1
15896: | #define HAVE_ATOF_ACCEPTS_NAN 1
15897: | #define HAVE_ATOF_ACCEPTS_INF 1
15898: | #define HAVE_HUGE_VAL_INF 1
15899: | #define HAVE_HUGE_VAL_NAN 1
15900: | #define HAVE_STRPTIME_DECL_FAILS 1
15901: | #define HAVE_WCHAR_H 1
15902: | #define HAVE_MBLEN 1
15903: | #define HAVE_MBRLEN 1
15904: | #define HAVE_MBSINIT 1
15905: | #define HAVE_MBSTATE_T 1
15906: | #define MYSQLND_COMPRESSION_WANTED 1
15907: | #define MYSQLND_SSL_SUPPORTED 1
15908: | #define HAVE_INTTYPES_H 1
15909: | #define HAVE_STDINT_H 1
15910: | #define HAVE_LIMITS_H 1
15911: | #define HAVE_STRING_H 1
15912: | #define HAVE_UNISTD_H 1
15913: | #define HAVE_STDARG_H 1
15914: | #define HAVE_SYS_TYPES_H 1
15915: | #define HAVE_SYS_TIME_H 1
15916: | #define HAVE_SIGNAL_H 1
15917: | #define HAVE_STDLIB_H 1
15918: | #define HAVE_DLFCN_H 1
15919: | #define RETSIGTYPE void
15920: | #define ulong unsigned long
15921: | #define HAVE_INT32_T 1
15922: | #define HAVE_UINT32_T 1
15923: | #define HAVE_VPRINTF 1
15924: | #define HAVE_ALLOCA 1
15925: | #define HAVE_MEMCPY 1
15926: | #define HAVE_STRDUP 1
15927: | #define HAVE_GETPID 1
15928: | #define HAVE_KILL 1
15929: | #define HAVE_STRTOD 1
15930: | #define HAVE_STRTOL 1
15931: | #define HAVE_SIGSETJMP 1
15932: | #define ZEND_BROKEN_SPRINTF 0
15933: | #define HAVE_ISINF 1
15934: | #define HAVE_ISNAN 1
15935: | /* end confdefs.h. */
15936: |
15937: | #include <float.h>
15938: |
15939: | int
15940: | main ()
15941: | {
15942: |
15943: | unsigned int fpu_oldcw;
15944: | volatile double result;
15945: | double a = 2877.0;
15946: | volatile double b = 1000000.0;
15947: |
15948: | fpu_oldcw = _controlfp(0, 0);
15949: | _controlfp(_PC_53, _MCW_PC);
15950: | result = a / b;
15951: | _controlfp(fpu_oldcw, _MCW_PC);
15952: |
15953: | ;
15954: | return 0;
15955: | }
15956: configure:106052: result: no
15957: configure:106056: checking for usable _controlfp_s
15958: configure:106082: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
15959: conftest.c: In function 'main':
15960: conftest.c:307: error: '_PC_53' undeclared (first use in this function)
15961: conftest.c:307: error: (Each undeclared identifier is reported only once
15962: conftest.c:307: error: for each function it appears in.)
15963: conftest.c:307: error: '_MCW_PC' undeclared (first use in this function)
15964: configure:106082: $? = 1
15965: configure: failed program was:
15966: | /* confdefs.h */
15967: | #define PACKAGE_NAME ""
15968: | #define PACKAGE_TARNAME ""
15969: | #define PACKAGE_VERSION ""
15970: | #define PACKAGE_STRING ""
15971: | #define PACKAGE_BUGREPORT ""
15972: | #define PACKAGE_URL ""
15973: | #define STDC_HEADERS 1
15974: | #define HAVE_SYS_TYPES_H 1
15975: | #define HAVE_SYS_STAT_H 1
15976: | #define HAVE_STDLIB_H 1
15977: | #define HAVE_STRING_H 1
15978: | #define HAVE_MEMORY_H 1
15979: | #define HAVE_STRINGS_H 1
15980: | #define HAVE_INTTYPES_H 1
15981: | #define HAVE_STDINT_H 1
15982: | #define HAVE_UNISTD_H 1
15983: | #define __EXTENSIONS__ 1
15984: | #define _ALL_SOURCE 1
15985: | #define _GNU_SOURCE 1
15986: | #define _POSIX_PTHREAD_SEMANTICS 1
15987: | #define _TANDEM_SOURCE 1
15988: | #define HAVE_DEV_URANDOM 1
15989: | #define HAVE_SOCKLEN_T 1
15990: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
15991: | #define PHP_WRITE_STDOUT 1
15992: | #define HAVE_SOCKET 1
15993: | #define HAVE_SOCKETPAIR 1
15994: | #define HAVE_HTONL 1
15995: | #define HAVE_GETHOSTNAME 1
15996: | #define HAVE_GETHOSTBYADDR 1
15997: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
15998: | #define HAVE_DLOPEN 1
15999: | #define HAVE_LIBDL 1
16000: | #define HAVE_LIBM 1
16001: | #define HAVE_INET_ATON 1
16002: | #define STDC_HEADERS 1
16003: | #define HAVE_DIRENT_H 1
16004: | #define HAVE_INTTYPES_H 1
16005: | #define HAVE_STDINT_H 1
16006: | #define HAVE_DIRENT_H 1
16007: | #define HAVE_SYS_PARAM_H 1
16008: | #define HAVE_SYS_TYPES_H 1
16009: | #define HAVE_SYS_TIME_H 1
16010: | #define HAVE_NETINET_IN_H 1
16011: | #define HAVE_ARPA_INET_H 1
16012: | #define HAVE_ARPA_NAMESER_H 1
16013: | #define HAVE_ASSERT_H 1
16014: | #define HAVE_FCNTL_H 1
16015: | #define HAVE_GRP_H 1
16016: | #define HAVE_IEEEFP_H 1
16017: | #define HAVE_LANGINFO_H 1
16018: | #define HAVE_LIMITS_H 1
16019: | #define HAVE_LOCALE_H 1
16020: | #define HAVE_MONETARY_H 1
16021: | #define HAVE_NETDB_H 1
16022: | #define HAVE_PWD_H 1
16023: | #define HAVE_RESOLV_H 1
16024: | #define HAVE_SIGNAL_H 1
16025: | #define HAVE_STDARG_H 1
16026: | #define HAVE_STDLIB_H 1
16027: | #define HAVE_STRING_H 1
16028: | #define HAVE_SYSLOG_H 1
16029: | #define HAVE_SYSEXITS_H 1
16030: | #define HAVE_SYS_IOCTL_H 1
16031: | #define HAVE_SYS_FILE_H 1
16032: | #define HAVE_SYS_MMAN_H 1
16033: | #define HAVE_SYS_MOUNT_H 1
16034: | #define HAVE_SYS_POLL_H 1
16035: | #define HAVE_SYS_RESOURCE_H 1
16036: | #define HAVE_SYS_SELECT_H 1
16037: | #define HAVE_SYS_SOCKET_H 1
16038: | #define HAVE_SYS_STAT_H 1
16039: | #define HAVE_SYS_STATVFS_H 1
16040: | #define HAVE_SYS_WAIT_H 1
16041: | #define HAVE_TERMIOS_H 1
16042: | #define HAVE_UNISTD_H 1
16043: | #define HAVE_UTIME_H 1
16044: | #define HAVE_SYS_UTSNAME_H 1
16045: | #define HAVE_SYS_IPC_H 1
16046: | #define HAVE_DLFCN_H 1
16047: | #define HAVE_ASSERT_H 1
16048: | #define HAVE_STRUCT_TM_TM_ZONE 1
16049: | #define HAVE_TM_ZONE 1
16050: | #define MISSING_FCLOSE_DECL 0
16051: | #define HAVE_TM_GMTOFF 1
16052: | #define HAVE_STRUCT_FLOCK 1
16053: | #define HAVE_SOCKLEN_T 1
16054: | #define SIZEOF_SIZE_T 4
16055: | #define SIZEOF_LONG_LONG 8
16056: | #define SIZEOF_LONG_LONG_INT 8
16057: | #define SIZEOF_LONG 4
16058: | #define SIZEOF_INT 4
16059: | #define SIZEOF_INTMAX_T 8
16060: | #define HAVE_INTMAX_T 1
16061: | #define SIZEOF_SSIZE_T 4
16062: | #define HAVE_SSIZE_T 1
16063: | #define SIZEOF_PTRDIFF_T 4
16064: | #define HAVE_PTRDIFF_T 1
16065: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
16066: | #define HAVE_ST_BLKSIZE 1
16067: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16068: | #define HAVE_ST_BLOCKS 1
16069: | #define HAVE_STRUCT_STAT_ST_RDEV 1
16070: | #define HAVE_ST_RDEV 1
16071: | #define HAVE_SOCKADDR_STORAGE 1
16072: | #define HAVE_SOCKADDR_SA_LEN 1
16073: | #define HAVE_VPRINTF 1
16074: | #define HAVE_ALPHASORT 1
16075: | #define HAVE_ASCTIME_R 1
16076: | #define HAVE_CHROOT 1
16077: | #define HAVE_CTIME_R 1
16078: | #define HAVE_FLOCK 1
16079: | #define HAVE_FTOK 1
16080: | #define HAVE_FUNOPEN 1
16081: | #define HAVE_GAI_STRERROR 1
16082: | #define HAVE_GETLOADAVG 1
16083: | #define HAVE_GETLOGIN 1
16084: | #define HAVE_GETPROTOBYNAME 1
16085: | #define HAVE_GETPROTOBYNUMBER 1
16086: | #define HAVE_GETSERVBYNAME 1
16087: | #define HAVE_GETSERVBYPORT 1
16088: | #define HAVE_GETHOSTNAME 1
16089: | #define HAVE_GETRUSAGE 1
16090: | #define HAVE_GETTIMEOFDAY 1
16091: | #define HAVE_GMTIME_R 1
16092: | #define HAVE_GETPWNAM_R 1
16093: | #define HAVE_GETGRNAM_R 1
16094: | #define HAVE_GETPWUID_R 1
16095: | #define HAVE_GRANTPT 1
16096: | #define HAVE_INET_NTOA 1
16097: | #define HAVE_INET_NTOP 1
16098: | #define HAVE_INET_PTON 1
16099: | #define HAVE_ISASCII 1
16100: | #define HAVE_LINK 1
16101: | #define HAVE_LOCALTIME_R 1
16102: | #define HAVE_LOCKF 1
16103: | #define HAVE_LCHOWN 1
16104: | #define HAVE_LRAND48 1
16105: | #define HAVE_MEMCPY 1
16106: | #define HAVE_MEMMOVE 1
16107: | #define HAVE_MKSTEMP 1
16108: | #define HAVE_MMAP 1
16109: | #define HAVE_NL_LANGINFO 1
16110: | #define HAVE_PERROR 1
16111: | #define HAVE_POLL 1
16112: | #define HAVE_PTSNAME 1
16113: | #define HAVE_PUTENV 1
16114: | #define HAVE_REALPATH 1
16115: | #define HAVE_RANDOM 1
16116: | #define HAVE_RAND_R 1
16117: | #define HAVE_SCANDIR 1
16118: | #define HAVE_SETITIMER 1
16119: | #define HAVE_SETLOCALE 1
16120: | #define HAVE_LOCALECONV 1
16121: | #define HAVE_SETENV 1
16122: | #define HAVE_SETPGID 1
16123: | #define HAVE_SETSOCKOPT 1
16124: | #define HAVE_SETVBUF 1
16125: | #define HAVE_SHUTDOWN 1
16126: | #define HAVE_SIN 1
16127: | #define HAVE_SNPRINTF 1
16128: | #define HAVE_SRAND48 1
16129: | #define HAVE_SRANDOM 1
16130: | #define HAVE_STATFS 1
16131: | #define HAVE_STATVFS 1
16132: | #define HAVE_STRCASECMP 1
16133: | #define HAVE_STRCOLL 1
16134: | #define HAVE_STRDUP 1
16135: | #define HAVE_STRERROR 1
16136: | #define HAVE_STRFTIME 1
16137: | #define HAVE_STRNLEN 1
16138: | #define HAVE_STRPTIME 1
16139: | #define HAVE_STRSTR 1
16140: | #define HAVE_STRTOK_R 1
16141: | #define HAVE_SYMLINK 1
16142: | #define HAVE_TEMPNAM 1
16143: | #define HAVE_TZSET 1
16144: | #define HAVE_UNLOCKPT 1
16145: | #define HAVE_UNSETENV 1
16146: | #define HAVE_USLEEP 1
16147: | #define HAVE_UTIME 1
16148: | #define HAVE_VSNPRINTF 1
16149: | #define HAVE_VASPRINTF 1
16150: | #define HAVE_ASPRINTF 1
16151: | #define HAVE_NANOSLEEP 1
16152: | #define HAVE_NANOSLEEP 1
16153: | #define HAVE_GETADDRINFO 1
16154: | #define HAVE_SYNC_FETCH_AND_ADD 1
16155: | #define HAVE_STRLCAT 1
16156: | #define HAVE_STRLCPY 1
16157: | #define HAVE_GETOPT 1
16158: | #define HAVE_UTIME_H 1
16159: | #define HAVE_UTIME_NULL 1
16160: | #define HAVE_ALLOCA 1
16161: | #define HAVE_DECLARED_TIMEZONE 1
16162: | #define HAVE_POSIX_READDIR_R 1
16163: | #define PHP_SIGCHILD 0
16164: | #define DEFAULT_SHORT_OPEN_TAG "1"
16165: | #define HAVE_IPV6 1
16166: | #define SIZEOF_LONG 4
16167: | #define SIZEOF_INT 4
16168: | #define HAVE_INT32_T 1
16169: | #define HAVE_UINT32_T 1
16170: | #define HAVE_SYS_TYPES_H 1
16171: | #define HAVE_INTTYPES_H 1
16172: | #define HAVE_STDINT_H 1
16173: | #define HAVE_STRING_H 1
16174: | #define HAVE_STDLIB_H 1
16175: | #define HAVE_STRTOLL 1
16176: | #define HAVE_ATOLL 1
16177: | #define HAVE_STRFTIME 1
16178: | #define HAVE_REGEX_T_RE_MAGIC 1
16179: | #define HSREGEX 1
16180: | #define REGEX 1
16181: | #define HAVE_LIBXML 1
16182: | #define HAVE_LIBXML 1
16183: | #define HAVE_PCRE 1
16184: | #define HAVE_REFLECTION 1
16185: | #define HAVE_PACKED_OBJECT_VALUE 1
16186: | #define HAVE_SPL 1
16187: | #define HAVE_FLUSHIO 1
16188: | #define HAVE_CRYPT 1
16189: | #define HAVE_ALIGNOF 1
16190: | #define HAVE_ATTRIBUTE_ALIGNED 1
16191: | #define PHP_USE_PHP_CRYPT_R 1
16192: | #define PHP_STD_DES_CRYPT 1
16193: | #define PHP_BLOWFISH_CRYPT 1
16194: | #define PHP_EXT_DES_CRYPT 1
16195: | #define PHP_MD5_CRYPT 1
16196: | #define PHP_SHA512_CRYPT 1
16197: | #define PHP_SHA256_CRYPT 1
16198: | #define HAVE_GETCWD 1
16199: | #define HAVE_GETWD 1
16200: | #define HAVE_ASINH 1
16201: | #define HAVE_ACOSH 1
16202: | #define HAVE_ATANH 1
16203: | #define HAVE_LOG1P 1
16204: | #define HAVE_HYPOT 1
16205: | #define HAVE_GLOB 1
16206: | #define HAVE_STRFMON 1
16207: | #define HAVE_NICE 1
16208: | #define HAVE_ISINF 1
16209: | #define HAVE_ISNAN 1
16210: | #define HAVE_FNMATCH 1
16211: | #define HAVE_FORK 1
16212: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
16213: | #define ENABLE_CHROOT_FUNC 1
16214: | #define HAVE_RES_NSEARCH 1
16215: | #define HAVE_DN_EXPAND 1
16216: | #define HAVE_DN_SKIPNAME 1
16217: | #define HAVE_RES_SEARCH 1
16218: | #define HAVE_ATOF_ACCEPTS_NAN 1
16219: | #define HAVE_ATOF_ACCEPTS_INF 1
16220: | #define HAVE_HUGE_VAL_INF 1
16221: | #define HAVE_HUGE_VAL_NAN 1
16222: | #define HAVE_STRPTIME_DECL_FAILS 1
16223: | #define HAVE_WCHAR_H 1
16224: | #define HAVE_MBLEN 1
16225: | #define HAVE_MBRLEN 1
16226: | #define HAVE_MBSINIT 1
16227: | #define HAVE_MBSTATE_T 1
16228: | #define MYSQLND_COMPRESSION_WANTED 1
16229: | #define MYSQLND_SSL_SUPPORTED 1
16230: | #define HAVE_INTTYPES_H 1
16231: | #define HAVE_STDINT_H 1
16232: | #define HAVE_LIMITS_H 1
16233: | #define HAVE_STRING_H 1
16234: | #define HAVE_UNISTD_H 1
16235: | #define HAVE_STDARG_H 1
16236: | #define HAVE_SYS_TYPES_H 1
16237: | #define HAVE_SYS_TIME_H 1
16238: | #define HAVE_SIGNAL_H 1
16239: | #define HAVE_STDLIB_H 1
16240: | #define HAVE_DLFCN_H 1
16241: | #define RETSIGTYPE void
16242: | #define ulong unsigned long
16243: | #define HAVE_INT32_T 1
16244: | #define HAVE_UINT32_T 1
16245: | #define HAVE_VPRINTF 1
16246: | #define HAVE_ALLOCA 1
16247: | #define HAVE_MEMCPY 1
16248: | #define HAVE_STRDUP 1
16249: | #define HAVE_GETPID 1
16250: | #define HAVE_KILL 1
16251: | #define HAVE_STRTOD 1
16252: | #define HAVE_STRTOL 1
16253: | #define HAVE_SIGSETJMP 1
16254: | #define ZEND_BROKEN_SPRINTF 0
16255: | #define HAVE_ISINF 1
16256: | #define HAVE_ISNAN 1
16257: | /* end confdefs.h. */
16258: |
16259: | #include <float.h>
16260: |
16261: | int
16262: | main ()
16263: | {
16264: |
16265: | unsigned int fpu_oldcw, fpu_cw;
16266: | volatile double result;
16267: | double a = 2877.0;
16268: | volatile double b = 1000000.0;
16269: |
16270: | _controlfp_s(&fpu_cw, 0, 0);
16271: | fpu_oldcw = fpu_cw;
16272: | _controlfp_s(&fpu_cw, _PC_53, _MCW_PC);
16273: | result = a / b;
16274: | _controlfp_s(&fpu_cw, fpu_oldcw, _MCW_PC);
16275: |
16276: | ;
16277: | return 0;
16278: | }
16279: configure:106096: result: no
16280: configure:106100: checking whether FPU control word can be manipulated by inline assembler
16281: configure:106128: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
16282: configure:106128: $? = 0
16283: configure:106139: result: yes
16284: configure:106147: checking whether double cast to long preserves least significant bits
16285: configure:106180: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
16286: conftest.c: In function 'main':
16287: conftest.c:303: warning: incompatible implicit declaration of built-in function 'exit'
16288: conftest.c:309: warning: incompatible implicit declaration of built-in function 'exit'
16289: conftest.c:312: warning: incompatible implicit declaration of built-in function 'exit'
16290: configure:106180: $? = 0
16291: configure:106180: ./conftest
16292: configure:106180: $? = 1
16293: configure: program exited with status 1
16294: configure: failed program was:
16295: | /* confdefs.h */
16296: | #define PACKAGE_NAME ""
16297: | #define PACKAGE_TARNAME ""
16298: | #define PACKAGE_VERSION ""
16299: | #define PACKAGE_STRING ""
16300: | #define PACKAGE_BUGREPORT ""
16301: | #define PACKAGE_URL ""
16302: | #define STDC_HEADERS 1
16303: | #define HAVE_SYS_TYPES_H 1
16304: | #define HAVE_SYS_STAT_H 1
16305: | #define HAVE_STDLIB_H 1
16306: | #define HAVE_STRING_H 1
16307: | #define HAVE_MEMORY_H 1
16308: | #define HAVE_STRINGS_H 1
16309: | #define HAVE_INTTYPES_H 1
16310: | #define HAVE_STDINT_H 1
16311: | #define HAVE_UNISTD_H 1
16312: | #define __EXTENSIONS__ 1
16313: | #define _ALL_SOURCE 1
16314: | #define _GNU_SOURCE 1
16315: | #define _POSIX_PTHREAD_SEMANTICS 1
16316: | #define _TANDEM_SOURCE 1
16317: | #define HAVE_DEV_URANDOM 1
16318: | #define HAVE_SOCKLEN_T 1
16319: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
16320: | #define PHP_WRITE_STDOUT 1
16321: | #define HAVE_SOCKET 1
16322: | #define HAVE_SOCKETPAIR 1
16323: | #define HAVE_HTONL 1
16324: | #define HAVE_GETHOSTNAME 1
16325: | #define HAVE_GETHOSTBYADDR 1
16326: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
16327: | #define HAVE_DLOPEN 1
16328: | #define HAVE_LIBDL 1
16329: | #define HAVE_LIBM 1
16330: | #define HAVE_INET_ATON 1
16331: | #define STDC_HEADERS 1
16332: | #define HAVE_DIRENT_H 1
16333: | #define HAVE_INTTYPES_H 1
16334: | #define HAVE_STDINT_H 1
16335: | #define HAVE_DIRENT_H 1
16336: | #define HAVE_SYS_PARAM_H 1
16337: | #define HAVE_SYS_TYPES_H 1
16338: | #define HAVE_SYS_TIME_H 1
16339: | #define HAVE_NETINET_IN_H 1
16340: | #define HAVE_ARPA_INET_H 1
16341: | #define HAVE_ARPA_NAMESER_H 1
16342: | #define HAVE_ASSERT_H 1
16343: | #define HAVE_FCNTL_H 1
16344: | #define HAVE_GRP_H 1
16345: | #define HAVE_IEEEFP_H 1
16346: | #define HAVE_LANGINFO_H 1
16347: | #define HAVE_LIMITS_H 1
16348: | #define HAVE_LOCALE_H 1
16349: | #define HAVE_MONETARY_H 1
16350: | #define HAVE_NETDB_H 1
16351: | #define HAVE_PWD_H 1
16352: | #define HAVE_RESOLV_H 1
16353: | #define HAVE_SIGNAL_H 1
16354: | #define HAVE_STDARG_H 1
16355: | #define HAVE_STDLIB_H 1
16356: | #define HAVE_STRING_H 1
16357: | #define HAVE_SYSLOG_H 1
16358: | #define HAVE_SYSEXITS_H 1
16359: | #define HAVE_SYS_IOCTL_H 1
16360: | #define HAVE_SYS_FILE_H 1
16361: | #define HAVE_SYS_MMAN_H 1
16362: | #define HAVE_SYS_MOUNT_H 1
16363: | #define HAVE_SYS_POLL_H 1
16364: | #define HAVE_SYS_RESOURCE_H 1
16365: | #define HAVE_SYS_SELECT_H 1
16366: | #define HAVE_SYS_SOCKET_H 1
16367: | #define HAVE_SYS_STAT_H 1
16368: | #define HAVE_SYS_STATVFS_H 1
16369: | #define HAVE_SYS_WAIT_H 1
16370: | #define HAVE_TERMIOS_H 1
16371: | #define HAVE_UNISTD_H 1
16372: | #define HAVE_UTIME_H 1
16373: | #define HAVE_SYS_UTSNAME_H 1
16374: | #define HAVE_SYS_IPC_H 1
16375: | #define HAVE_DLFCN_H 1
16376: | #define HAVE_ASSERT_H 1
16377: | #define HAVE_STRUCT_TM_TM_ZONE 1
16378: | #define HAVE_TM_ZONE 1
16379: | #define MISSING_FCLOSE_DECL 0
16380: | #define HAVE_TM_GMTOFF 1
16381: | #define HAVE_STRUCT_FLOCK 1
16382: | #define HAVE_SOCKLEN_T 1
16383: | #define SIZEOF_SIZE_T 4
16384: | #define SIZEOF_LONG_LONG 8
16385: | #define SIZEOF_LONG_LONG_INT 8
16386: | #define SIZEOF_LONG 4
16387: | #define SIZEOF_INT 4
16388: | #define SIZEOF_INTMAX_T 8
16389: | #define HAVE_INTMAX_T 1
16390: | #define SIZEOF_SSIZE_T 4
16391: | #define HAVE_SSIZE_T 1
16392: | #define SIZEOF_PTRDIFF_T 4
16393: | #define HAVE_PTRDIFF_T 1
16394: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
16395: | #define HAVE_ST_BLKSIZE 1
16396: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16397: | #define HAVE_ST_BLOCKS 1
16398: | #define HAVE_STRUCT_STAT_ST_RDEV 1
16399: | #define HAVE_ST_RDEV 1
16400: | #define HAVE_SOCKADDR_STORAGE 1
16401: | #define HAVE_SOCKADDR_SA_LEN 1
16402: | #define HAVE_VPRINTF 1
16403: | #define HAVE_ALPHASORT 1
16404: | #define HAVE_ASCTIME_R 1
16405: | #define HAVE_CHROOT 1
16406: | #define HAVE_CTIME_R 1
16407: | #define HAVE_FLOCK 1
16408: | #define HAVE_FTOK 1
16409: | #define HAVE_FUNOPEN 1
16410: | #define HAVE_GAI_STRERROR 1
16411: | #define HAVE_GETLOADAVG 1
16412: | #define HAVE_GETLOGIN 1
16413: | #define HAVE_GETPROTOBYNAME 1
16414: | #define HAVE_GETPROTOBYNUMBER 1
16415: | #define HAVE_GETSERVBYNAME 1
16416: | #define HAVE_GETSERVBYPORT 1
16417: | #define HAVE_GETHOSTNAME 1
16418: | #define HAVE_GETRUSAGE 1
16419: | #define HAVE_GETTIMEOFDAY 1
16420: | #define HAVE_GMTIME_R 1
16421: | #define HAVE_GETPWNAM_R 1
16422: | #define HAVE_GETGRNAM_R 1
16423: | #define HAVE_GETPWUID_R 1
16424: | #define HAVE_GRANTPT 1
16425: | #define HAVE_INET_NTOA 1
16426: | #define HAVE_INET_NTOP 1
16427: | #define HAVE_INET_PTON 1
16428: | #define HAVE_ISASCII 1
16429: | #define HAVE_LINK 1
16430: | #define HAVE_LOCALTIME_R 1
16431: | #define HAVE_LOCKF 1
16432: | #define HAVE_LCHOWN 1
16433: | #define HAVE_LRAND48 1
16434: | #define HAVE_MEMCPY 1
16435: | #define HAVE_MEMMOVE 1
16436: | #define HAVE_MKSTEMP 1
16437: | #define HAVE_MMAP 1
16438: | #define HAVE_NL_LANGINFO 1
16439: | #define HAVE_PERROR 1
16440: | #define HAVE_POLL 1
16441: | #define HAVE_PTSNAME 1
16442: | #define HAVE_PUTENV 1
16443: | #define HAVE_REALPATH 1
16444: | #define HAVE_RANDOM 1
16445: | #define HAVE_RAND_R 1
16446: | #define HAVE_SCANDIR 1
16447: | #define HAVE_SETITIMER 1
16448: | #define HAVE_SETLOCALE 1
16449: | #define HAVE_LOCALECONV 1
16450: | #define HAVE_SETENV 1
16451: | #define HAVE_SETPGID 1
16452: | #define HAVE_SETSOCKOPT 1
16453: | #define HAVE_SETVBUF 1
16454: | #define HAVE_SHUTDOWN 1
16455: | #define HAVE_SIN 1
16456: | #define HAVE_SNPRINTF 1
16457: | #define HAVE_SRAND48 1
16458: | #define HAVE_SRANDOM 1
16459: | #define HAVE_STATFS 1
16460: | #define HAVE_STATVFS 1
16461: | #define HAVE_STRCASECMP 1
16462: | #define HAVE_STRCOLL 1
16463: | #define HAVE_STRDUP 1
16464: | #define HAVE_STRERROR 1
16465: | #define HAVE_STRFTIME 1
16466: | #define HAVE_STRNLEN 1
16467: | #define HAVE_STRPTIME 1
16468: | #define HAVE_STRSTR 1
16469: | #define HAVE_STRTOK_R 1
16470: | #define HAVE_SYMLINK 1
16471: | #define HAVE_TEMPNAM 1
16472: | #define HAVE_TZSET 1
16473: | #define HAVE_UNLOCKPT 1
16474: | #define HAVE_UNSETENV 1
16475: | #define HAVE_USLEEP 1
16476: | #define HAVE_UTIME 1
16477: | #define HAVE_VSNPRINTF 1
16478: | #define HAVE_VASPRINTF 1
16479: | #define HAVE_ASPRINTF 1
16480: | #define HAVE_NANOSLEEP 1
16481: | #define HAVE_NANOSLEEP 1
16482: | #define HAVE_GETADDRINFO 1
16483: | #define HAVE_SYNC_FETCH_AND_ADD 1
16484: | #define HAVE_STRLCAT 1
16485: | #define HAVE_STRLCPY 1
16486: | #define HAVE_GETOPT 1
16487: | #define HAVE_UTIME_H 1
16488: | #define HAVE_UTIME_NULL 1
16489: | #define HAVE_ALLOCA 1
16490: | #define HAVE_DECLARED_TIMEZONE 1
16491: | #define HAVE_POSIX_READDIR_R 1
16492: | #define PHP_SIGCHILD 0
16493: | #define DEFAULT_SHORT_OPEN_TAG "1"
16494: | #define HAVE_IPV6 1
16495: | #define SIZEOF_LONG 4
16496: | #define SIZEOF_INT 4
16497: | #define HAVE_INT32_T 1
16498: | #define HAVE_UINT32_T 1
16499: | #define HAVE_SYS_TYPES_H 1
16500: | #define HAVE_INTTYPES_H 1
16501: | #define HAVE_STDINT_H 1
16502: | #define HAVE_STRING_H 1
16503: | #define HAVE_STDLIB_H 1
16504: | #define HAVE_STRTOLL 1
16505: | #define HAVE_ATOLL 1
16506: | #define HAVE_STRFTIME 1
16507: | #define HAVE_REGEX_T_RE_MAGIC 1
16508: | #define HSREGEX 1
16509: | #define REGEX 1
16510: | #define HAVE_LIBXML 1
16511: | #define HAVE_LIBXML 1
16512: | #define HAVE_PCRE 1
16513: | #define HAVE_REFLECTION 1
16514: | #define HAVE_PACKED_OBJECT_VALUE 1
16515: | #define HAVE_SPL 1
16516: | #define HAVE_FLUSHIO 1
16517: | #define HAVE_CRYPT 1
16518: | #define HAVE_ALIGNOF 1
16519: | #define HAVE_ATTRIBUTE_ALIGNED 1
16520: | #define PHP_USE_PHP_CRYPT_R 1
16521: | #define PHP_STD_DES_CRYPT 1
16522: | #define PHP_BLOWFISH_CRYPT 1
16523: | #define PHP_EXT_DES_CRYPT 1
16524: | #define PHP_MD5_CRYPT 1
16525: | #define PHP_SHA512_CRYPT 1
16526: | #define PHP_SHA256_CRYPT 1
16527: | #define HAVE_GETCWD 1
16528: | #define HAVE_GETWD 1
16529: | #define HAVE_ASINH 1
16530: | #define HAVE_ACOSH 1
16531: | #define HAVE_ATANH 1
16532: | #define HAVE_LOG1P 1
16533: | #define HAVE_HYPOT 1
16534: | #define HAVE_GLOB 1
16535: | #define HAVE_STRFMON 1
16536: | #define HAVE_NICE 1
16537: | #define HAVE_ISINF 1
16538: | #define HAVE_ISNAN 1
16539: | #define HAVE_FNMATCH 1
16540: | #define HAVE_FORK 1
16541: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
16542: | #define ENABLE_CHROOT_FUNC 1
16543: | #define HAVE_RES_NSEARCH 1
16544: | #define HAVE_DN_EXPAND 1
16545: | #define HAVE_DN_SKIPNAME 1
16546: | #define HAVE_RES_SEARCH 1
16547: | #define HAVE_ATOF_ACCEPTS_NAN 1
16548: | #define HAVE_ATOF_ACCEPTS_INF 1
16549: | #define HAVE_HUGE_VAL_INF 1
16550: | #define HAVE_HUGE_VAL_NAN 1
16551: | #define HAVE_STRPTIME_DECL_FAILS 1
16552: | #define HAVE_WCHAR_H 1
16553: | #define HAVE_MBLEN 1
16554: | #define HAVE_MBRLEN 1
16555: | #define HAVE_MBSINIT 1
16556: | #define HAVE_MBSTATE_T 1
16557: | #define MYSQLND_COMPRESSION_WANTED 1
16558: | #define MYSQLND_SSL_SUPPORTED 1
16559: | #define HAVE_INTTYPES_H 1
16560: | #define HAVE_STDINT_H 1
16561: | #define HAVE_LIMITS_H 1
16562: | #define HAVE_STRING_H 1
16563: | #define HAVE_UNISTD_H 1
16564: | #define HAVE_STDARG_H 1
16565: | #define HAVE_SYS_TYPES_H 1
16566: | #define HAVE_SYS_TIME_H 1
16567: | #define HAVE_SIGNAL_H 1
16568: | #define HAVE_STDLIB_H 1
16569: | #define HAVE_DLFCN_H 1
16570: | #define RETSIGTYPE void
16571: | #define ulong unsigned long
16572: | #define HAVE_INT32_T 1
16573: | #define HAVE_UINT32_T 1
16574: | #define HAVE_VPRINTF 1
16575: | #define HAVE_ALLOCA 1
16576: | #define HAVE_MEMCPY 1
16577: | #define HAVE_STRDUP 1
16578: | #define HAVE_GETPID 1
16579: | #define HAVE_KILL 1
16580: | #define HAVE_STRTOD 1
16581: | #define HAVE_STRTOL 1
16582: | #define HAVE_SIGSETJMP 1
16583: | #define ZEND_BROKEN_SPRINTF 0
16584: | #define HAVE_ISINF 1
16585: | #define HAVE_ISNAN 1
16586: | #define HAVE_FPU_INLINE_ASM_X86 1
16587: | /* end confdefs.h. */
16588: |
16589: | #include <limits.h>
16590: |
16591: | int main()
16592: | {
16593: | if (sizeof(long) == 4) {
16594: | double d = (double) LONG_MIN * LONG_MIN + 2e9;
16595: |
16596: | if ((long) d == 2e9 && (long) -d == -2e9) {
16597: | exit(0);
16598: | }
16599: | } else if (sizeof(long) == 8) {
16600: | double correct = 18e18 - ((double) LONG_MIN * -2); /* Subtract ULONG_MAX + 1 */
16601: |
16602: | if ((long) 18e18 == correct) { /* On 64-bit, only check between LONG_MAX and ULONG_MAX */
16603: | exit(0);
16604: | }
16605: | }
16606: | exit(1);
16607: | }
16608: |
16609: configure:106190: result: no
16610: configure:106202: checking for dlfcn.h
16611: configure:106202: result: yes
16612: configure:106213: checking whether dlsym() requires a leading underscore in symbol names
16613: configure:106284: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
16614: configure: In function 'main':
16615: configure:106280: warning: incompatible implicit declaration of built-in function 'exit'
16616: configure:106287: $? = 0
16617: configure:106304: result: no
16618: configure:106358: checking virtual machine dispatch method
16619: configure:106360: result: CALL
16620: configure:106363: checking whether to enable thread-safety
16621: configure:106365: result: no
16622: configure:106368: checking whether to enable inline optimization for GCC
16623: configure:106370: result: yes
16624: configure:106373: checking whether to enable Zend debugging
16625: configure:106375: result: no
16626: configure:106434: checking for inline
16627: configure:106450: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
16628: configure:106450: $? = 0
16629: configure:106458: result: inline
16630: configure:106479: checking target system is Darwin
16631: configure:106488: result: no
16632: configure:106492: checking for MM alignment and log values
16633: configure:106536: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
16634: conftest.c: In function 'main':
16635: conftest.c:327: warning: incompatible implicit declaration of built-in function 'exit'
16636: configure:106536: $? = 0
16637: configure:106536: ./conftest
16638: configure:106536: $? = 0
16639: configure:106557: result: done
16640: configure:106560: checking for memory allocation using mmap(MAP_ANON)
16641: configure:106605: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
16642: configure:106605: $? = 0
16643: configure:106605: ./conftest
16644: configure:106605: $? = 0
16645: configure:106610: result: yes
16646: configure:106624: checking for memory allocation using mmap("/dev/zero")
16647: configure:106679: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
16648: configure:106679: $? = 0
16649: configure:106679: ./conftest
16650: configure:106679: $? = 0
16651: configure:106684: result: yes
16652: configure:106700: checking for mremap
16653: configure:106700: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
16654: /tmp//ccMZs6o6.o: In function `main':
16655: conftest.c:(.text+0x12): undefined reference to `mremap'
16656: configure:106700: $? = 1
16657: configure: failed program was:
16658: | /* confdefs.h */
16659: | #define PACKAGE_NAME ""
16660: | #define PACKAGE_TARNAME ""
16661: | #define PACKAGE_VERSION ""
16662: | #define PACKAGE_STRING ""
16663: | #define PACKAGE_BUGREPORT ""
16664: | #define PACKAGE_URL ""
16665: | #define STDC_HEADERS 1
16666: | #define HAVE_SYS_TYPES_H 1
16667: | #define HAVE_SYS_STAT_H 1
16668: | #define HAVE_STDLIB_H 1
16669: | #define HAVE_STRING_H 1
16670: | #define HAVE_MEMORY_H 1
16671: | #define HAVE_STRINGS_H 1
16672: | #define HAVE_INTTYPES_H 1
16673: | #define HAVE_STDINT_H 1
16674: | #define HAVE_UNISTD_H 1
16675: | #define __EXTENSIONS__ 1
16676: | #define _ALL_SOURCE 1
16677: | #define _GNU_SOURCE 1
16678: | #define _POSIX_PTHREAD_SEMANTICS 1
16679: | #define _TANDEM_SOURCE 1
16680: | #define HAVE_DEV_URANDOM 1
16681: | #define HAVE_SOCKLEN_T 1
16682: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
16683: | #define PHP_WRITE_STDOUT 1
16684: | #define HAVE_SOCKET 1
16685: | #define HAVE_SOCKETPAIR 1
16686: | #define HAVE_HTONL 1
16687: | #define HAVE_GETHOSTNAME 1
16688: | #define HAVE_GETHOSTBYADDR 1
16689: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
16690: | #define HAVE_DLOPEN 1
16691: | #define HAVE_LIBDL 1
16692: | #define HAVE_LIBM 1
16693: | #define HAVE_INET_ATON 1
16694: | #define STDC_HEADERS 1
16695: | #define HAVE_DIRENT_H 1
16696: | #define HAVE_INTTYPES_H 1
16697: | #define HAVE_STDINT_H 1
16698: | #define HAVE_DIRENT_H 1
16699: | #define HAVE_SYS_PARAM_H 1
16700: | #define HAVE_SYS_TYPES_H 1
16701: | #define HAVE_SYS_TIME_H 1
16702: | #define HAVE_NETINET_IN_H 1
16703: | #define HAVE_ARPA_INET_H 1
16704: | #define HAVE_ARPA_NAMESER_H 1
16705: | #define HAVE_ASSERT_H 1
16706: | #define HAVE_FCNTL_H 1
16707: | #define HAVE_GRP_H 1
16708: | #define HAVE_IEEEFP_H 1
16709: | #define HAVE_LANGINFO_H 1
16710: | #define HAVE_LIMITS_H 1
16711: | #define HAVE_LOCALE_H 1
16712: | #define HAVE_MONETARY_H 1
16713: | #define HAVE_NETDB_H 1
16714: | #define HAVE_PWD_H 1
16715: | #define HAVE_RESOLV_H 1
16716: | #define HAVE_SIGNAL_H 1
16717: | #define HAVE_STDARG_H 1
16718: | #define HAVE_STDLIB_H 1
16719: | #define HAVE_STRING_H 1
16720: | #define HAVE_SYSLOG_H 1
16721: | #define HAVE_SYSEXITS_H 1
16722: | #define HAVE_SYS_IOCTL_H 1
16723: | #define HAVE_SYS_FILE_H 1
16724: | #define HAVE_SYS_MMAN_H 1
16725: | #define HAVE_SYS_MOUNT_H 1
16726: | #define HAVE_SYS_POLL_H 1
16727: | #define HAVE_SYS_RESOURCE_H 1
16728: | #define HAVE_SYS_SELECT_H 1
16729: | #define HAVE_SYS_SOCKET_H 1
16730: | #define HAVE_SYS_STAT_H 1
16731: | #define HAVE_SYS_STATVFS_H 1
16732: | #define HAVE_SYS_WAIT_H 1
16733: | #define HAVE_TERMIOS_H 1
16734: | #define HAVE_UNISTD_H 1
16735: | #define HAVE_UTIME_H 1
16736: | #define HAVE_SYS_UTSNAME_H 1
16737: | #define HAVE_SYS_IPC_H 1
16738: | #define HAVE_DLFCN_H 1
16739: | #define HAVE_ASSERT_H 1
16740: | #define HAVE_STRUCT_TM_TM_ZONE 1
16741: | #define HAVE_TM_ZONE 1
16742: | #define MISSING_FCLOSE_DECL 0
16743: | #define HAVE_TM_GMTOFF 1
16744: | #define HAVE_STRUCT_FLOCK 1
16745: | #define HAVE_SOCKLEN_T 1
16746: | #define SIZEOF_SIZE_T 4
16747: | #define SIZEOF_LONG_LONG 8
16748: | #define SIZEOF_LONG_LONG_INT 8
16749: | #define SIZEOF_LONG 4
16750: | #define SIZEOF_INT 4
16751: | #define SIZEOF_INTMAX_T 8
16752: | #define HAVE_INTMAX_T 1
16753: | #define SIZEOF_SSIZE_T 4
16754: | #define HAVE_SSIZE_T 1
16755: | #define SIZEOF_PTRDIFF_T 4
16756: | #define HAVE_PTRDIFF_T 1
16757: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
16758: | #define HAVE_ST_BLKSIZE 1
16759: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16760: | #define HAVE_ST_BLOCKS 1
16761: | #define HAVE_STRUCT_STAT_ST_RDEV 1
16762: | #define HAVE_ST_RDEV 1
16763: | #define HAVE_SOCKADDR_STORAGE 1
16764: | #define HAVE_SOCKADDR_SA_LEN 1
16765: | #define HAVE_VPRINTF 1
16766: | #define HAVE_ALPHASORT 1
16767: | #define HAVE_ASCTIME_R 1
16768: | #define HAVE_CHROOT 1
16769: | #define HAVE_CTIME_R 1
16770: | #define HAVE_FLOCK 1
16771: | #define HAVE_FTOK 1
16772: | #define HAVE_FUNOPEN 1
16773: | #define HAVE_GAI_STRERROR 1
16774: | #define HAVE_GETLOADAVG 1
16775: | #define HAVE_GETLOGIN 1
16776: | #define HAVE_GETPROTOBYNAME 1
16777: | #define HAVE_GETPROTOBYNUMBER 1
16778: | #define HAVE_GETSERVBYNAME 1
16779: | #define HAVE_GETSERVBYPORT 1
16780: | #define HAVE_GETHOSTNAME 1
16781: | #define HAVE_GETRUSAGE 1
16782: | #define HAVE_GETTIMEOFDAY 1
16783: | #define HAVE_GMTIME_R 1
16784: | #define HAVE_GETPWNAM_R 1
16785: | #define HAVE_GETGRNAM_R 1
16786: | #define HAVE_GETPWUID_R 1
16787: | #define HAVE_GRANTPT 1
16788: | #define HAVE_INET_NTOA 1
16789: | #define HAVE_INET_NTOP 1
16790: | #define HAVE_INET_PTON 1
16791: | #define HAVE_ISASCII 1
16792: | #define HAVE_LINK 1
16793: | #define HAVE_LOCALTIME_R 1
16794: | #define HAVE_LOCKF 1
16795: | #define HAVE_LCHOWN 1
16796: | #define HAVE_LRAND48 1
16797: | #define HAVE_MEMCPY 1
16798: | #define HAVE_MEMMOVE 1
16799: | #define HAVE_MKSTEMP 1
16800: | #define HAVE_MMAP 1
16801: | #define HAVE_NL_LANGINFO 1
16802: | #define HAVE_PERROR 1
16803: | #define HAVE_POLL 1
16804: | #define HAVE_PTSNAME 1
16805: | #define HAVE_PUTENV 1
16806: | #define HAVE_REALPATH 1
16807: | #define HAVE_RANDOM 1
16808: | #define HAVE_RAND_R 1
16809: | #define HAVE_SCANDIR 1
16810: | #define HAVE_SETITIMER 1
16811: | #define HAVE_SETLOCALE 1
16812: | #define HAVE_LOCALECONV 1
16813: | #define HAVE_SETENV 1
16814: | #define HAVE_SETPGID 1
16815: | #define HAVE_SETSOCKOPT 1
16816: | #define HAVE_SETVBUF 1
16817: | #define HAVE_SHUTDOWN 1
16818: | #define HAVE_SIN 1
16819: | #define HAVE_SNPRINTF 1
16820: | #define HAVE_SRAND48 1
16821: | #define HAVE_SRANDOM 1
16822: | #define HAVE_STATFS 1
16823: | #define HAVE_STATVFS 1
16824: | #define HAVE_STRCASECMP 1
16825: | #define HAVE_STRCOLL 1
16826: | #define HAVE_STRDUP 1
16827: | #define HAVE_STRERROR 1
16828: | #define HAVE_STRFTIME 1
16829: | #define HAVE_STRNLEN 1
16830: | #define HAVE_STRPTIME 1
16831: | #define HAVE_STRSTR 1
16832: | #define HAVE_STRTOK_R 1
16833: | #define HAVE_SYMLINK 1
16834: | #define HAVE_TEMPNAM 1
16835: | #define HAVE_TZSET 1
16836: | #define HAVE_UNLOCKPT 1
16837: | #define HAVE_UNSETENV 1
16838: | #define HAVE_USLEEP 1
16839: | #define HAVE_UTIME 1
16840: | #define HAVE_VSNPRINTF 1
16841: | #define HAVE_VASPRINTF 1
16842: | #define HAVE_ASPRINTF 1
16843: | #define HAVE_NANOSLEEP 1
16844: | #define HAVE_NANOSLEEP 1
16845: | #define HAVE_GETADDRINFO 1
16846: | #define HAVE_SYNC_FETCH_AND_ADD 1
16847: | #define HAVE_STRLCAT 1
16848: | #define HAVE_STRLCPY 1
16849: | #define HAVE_GETOPT 1
16850: | #define HAVE_UTIME_H 1
16851: | #define HAVE_UTIME_NULL 1
16852: | #define HAVE_ALLOCA 1
16853: | #define HAVE_DECLARED_TIMEZONE 1
16854: | #define HAVE_POSIX_READDIR_R 1
16855: | #define PHP_SIGCHILD 0
16856: | #define DEFAULT_SHORT_OPEN_TAG "1"
16857: | #define HAVE_IPV6 1
16858: | #define SIZEOF_LONG 4
16859: | #define SIZEOF_INT 4
16860: | #define HAVE_INT32_T 1
16861: | #define HAVE_UINT32_T 1
16862: | #define HAVE_SYS_TYPES_H 1
16863: | #define HAVE_INTTYPES_H 1
16864: | #define HAVE_STDINT_H 1
16865: | #define HAVE_STRING_H 1
16866: | #define HAVE_STDLIB_H 1
16867: | #define HAVE_STRTOLL 1
16868: | #define HAVE_ATOLL 1
16869: | #define HAVE_STRFTIME 1
16870: | #define HAVE_REGEX_T_RE_MAGIC 1
16871: | #define HSREGEX 1
16872: | #define REGEX 1
16873: | #define HAVE_LIBXML 1
16874: | #define HAVE_LIBXML 1
16875: | #define HAVE_PCRE 1
16876: | #define HAVE_REFLECTION 1
16877: | #define HAVE_PACKED_OBJECT_VALUE 1
16878: | #define HAVE_SPL 1
16879: | #define HAVE_FLUSHIO 1
16880: | #define HAVE_CRYPT 1
16881: | #define HAVE_ALIGNOF 1
16882: | #define HAVE_ATTRIBUTE_ALIGNED 1
16883: | #define PHP_USE_PHP_CRYPT_R 1
16884: | #define PHP_STD_DES_CRYPT 1
16885: | #define PHP_BLOWFISH_CRYPT 1
16886: | #define PHP_EXT_DES_CRYPT 1
16887: | #define PHP_MD5_CRYPT 1
16888: | #define PHP_SHA512_CRYPT 1
16889: | #define PHP_SHA256_CRYPT 1
16890: | #define HAVE_GETCWD 1
16891: | #define HAVE_GETWD 1
16892: | #define HAVE_ASINH 1
16893: | #define HAVE_ACOSH 1
16894: | #define HAVE_ATANH 1
16895: | #define HAVE_LOG1P 1
16896: | #define HAVE_HYPOT 1
16897: | #define HAVE_GLOB 1
16898: | #define HAVE_STRFMON 1
16899: | #define HAVE_NICE 1
16900: | #define HAVE_ISINF 1
16901: | #define HAVE_ISNAN 1
16902: | #define HAVE_FNMATCH 1
16903: | #define HAVE_FORK 1
16904: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
16905: | #define ENABLE_CHROOT_FUNC 1
16906: | #define HAVE_RES_NSEARCH 1
16907: | #define HAVE_DN_EXPAND 1
16908: | #define HAVE_DN_SKIPNAME 1
16909: | #define HAVE_RES_SEARCH 1
16910: | #define HAVE_ATOF_ACCEPTS_NAN 1
16911: | #define HAVE_ATOF_ACCEPTS_INF 1
16912: | #define HAVE_HUGE_VAL_INF 1
16913: | #define HAVE_HUGE_VAL_NAN 1
16914: | #define HAVE_STRPTIME_DECL_FAILS 1
16915: | #define HAVE_WCHAR_H 1
16916: | #define HAVE_MBLEN 1
16917: | #define HAVE_MBRLEN 1
16918: | #define HAVE_MBSINIT 1
16919: | #define HAVE_MBSTATE_T 1
16920: | #define MYSQLND_COMPRESSION_WANTED 1
16921: | #define MYSQLND_SSL_SUPPORTED 1
16922: | #define HAVE_INTTYPES_H 1
16923: | #define HAVE_STDINT_H 1
16924: | #define HAVE_LIMITS_H 1
16925: | #define HAVE_STRING_H 1
16926: | #define HAVE_UNISTD_H 1
16927: | #define HAVE_STDARG_H 1
16928: | #define HAVE_SYS_TYPES_H 1
16929: | #define HAVE_SYS_TIME_H 1
16930: | #define HAVE_SIGNAL_H 1
16931: | #define HAVE_STDLIB_H 1
16932: | #define HAVE_DLFCN_H 1
16933: | #define RETSIGTYPE void
16934: | #define ulong unsigned long
16935: | #define HAVE_INT32_T 1
16936: | #define HAVE_UINT32_T 1
16937: | #define HAVE_VPRINTF 1
16938: | #define HAVE_ALLOCA 1
16939: | #define HAVE_MEMCPY 1
16940: | #define HAVE_STRDUP 1
16941: | #define HAVE_GETPID 1
16942: | #define HAVE_KILL 1
16943: | #define HAVE_STRTOD 1
16944: | #define HAVE_STRTOL 1
16945: | #define HAVE_SIGSETJMP 1
16946: | #define ZEND_BROKEN_SPRINTF 0
16947: | #define HAVE_ISINF 1
16948: | #define HAVE_ISNAN 1
16949: | #define HAVE_FPU_INLINE_ASM_X86 1
16950: | #define HAVE_DLFCN_H 1
16951: | #define ZEND_VM_KIND ZEND_VM_KIND_CALL
16952: | #define ZEND_DEBUG 0
16953: | #define ZEND_MM_ALIGNMENT 4
16954: | #define ZEND_MM_ALIGNMENT_LOG2 2
16955: | #define HAVE_MEM_MMAP_ANON 1
16956: | #define HAVE_MEM_MMAP_ZERO 1
16957: | /* end confdefs.h. */
16958: | /* Define mremap to an innocuous variant, in case <limits.h> declares mremap.
16959: | For example, HP-UX 11i <limits.h> declares gettimeofday. */
16960: | #define mremap innocuous_mremap
16961: |
16962: | /* System header to define __stub macros and hopefully few prototypes,
16963: | which can conflict with char mremap (); below.
16964: | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16965: | <limits.h> exists even on freestanding compilers. */
16966: |
16967: | #ifdef __STDC__
16968: | # include <limits.h>
16969: | #else
16970: | # include <assert.h>
16971: | #endif
16972: |
16973: | #undef mremap
16974: |
16975: | /* Override any GCC internal prototype to avoid an error.
16976: | Use char because int might match the return type of a GCC
16977: | builtin and then its argument prototype would still apply. */
16978: | #ifdef __cplusplus
16979: | extern "C"
16980: | #endif
16981: | char mremap ();
16982: | /* The GNU C library defines this for functions which it implements
16983: | to always fail with ENOSYS. Some functions are actually named
16984: | something starting with __ and the normal name is an alias. */
16985: | #if defined __stub_mremap || defined __stub___mremap
16986: | choke me
16987: | #endif
16988: |
16989: | int
16990: | main ()
16991: | {
16992: | return mremap ();
16993: | ;
16994: | return 0;
16995: | }
16996: configure:106700: result: no
16997: configure:106723: checking for sigaction
16998: configure:106723: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
16999: configure:106723: $? = 0
17000: configure:106723: result: yes
17001: configure:106743: checking whether to enable zend signal handling
17002: configure:106745: result: no
17003: configure:106778: result:
17004: configure:106780: result: [1mConfiguring TSRM[m
17005: configure:106788: checking for stdarg.h
17006: configure:106788: result: yes
17007: configure:106801: checking for sigprocmask
17008: configure:106801: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
17009: configure:106801: $? = 0
17010: configure:106801: result: yes
17011: configure:107631: result:
17012: configure:107633: result: [1mConfiguring libtool[m
17013: configure:107729: checking for ld used by cc
17014: configure:107796: result: /usr/bin/ld
17015: configure:107803: checking if the linker (/usr/bin/ld) is GNU ld
17016: configure:107818: result: yes
17017: configure:107823: checking for /usr/bin/ld option to reload object files
17018: configure:107830: result: -r
17019: configure:107848: checking for BSD-compatible nm
17020: configure:107897: result: /usr/bin/nm -B
17021: configure:107901: checking how to recognize dependent libraries
17022: configure:108087: result: pass_all
17023: configure:108309: checking how to run the C++ preprocessor
17024: configure:108336: c++ -E conftest.cpp
17025: configure:108336: $? = 0
17026: configure:108350: c++ -E conftest.cpp
17027: conftest.cpp:307:28: error: ac_nonexistent.h: No such file or directory
17028: configure:108350: $? = 1
17029: configure: failed program was:
17030: | /* confdefs.h */
17031: | #define PACKAGE_NAME ""
17032: | #define PACKAGE_TARNAME ""
17033: | #define PACKAGE_VERSION ""
17034: | #define PACKAGE_STRING ""
17035: | #define PACKAGE_BUGREPORT ""
17036: | #define PACKAGE_URL ""
17037: | #define STDC_HEADERS 1
17038: | #define HAVE_SYS_TYPES_H 1
17039: | #define HAVE_SYS_STAT_H 1
17040: | #define HAVE_STDLIB_H 1
17041: | #define HAVE_STRING_H 1
17042: | #define HAVE_MEMORY_H 1
17043: | #define HAVE_STRINGS_H 1
17044: | #define HAVE_INTTYPES_H 1
17045: | #define HAVE_STDINT_H 1
17046: | #define HAVE_UNISTD_H 1
17047: | #define __EXTENSIONS__ 1
17048: | #define _ALL_SOURCE 1
17049: | #define _GNU_SOURCE 1
17050: | #define _POSIX_PTHREAD_SEMANTICS 1
17051: | #define _TANDEM_SOURCE 1
17052: | #define HAVE_DEV_URANDOM 1
17053: | #define HAVE_SOCKLEN_T 1
17054: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
17055: | #define PHP_WRITE_STDOUT 1
17056: | #define HAVE_SOCKET 1
17057: | #define HAVE_SOCKETPAIR 1
17058: | #define HAVE_HTONL 1
17059: | #define HAVE_GETHOSTNAME 1
17060: | #define HAVE_GETHOSTBYADDR 1
17061: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
17062: | #define HAVE_DLOPEN 1
17063: | #define HAVE_LIBDL 1
17064: | #define HAVE_LIBM 1
17065: | #define HAVE_INET_ATON 1
17066: | #define STDC_HEADERS 1
17067: | #define HAVE_DIRENT_H 1
17068: | #define HAVE_INTTYPES_H 1
17069: | #define HAVE_STDINT_H 1
17070: | #define HAVE_DIRENT_H 1
17071: | #define HAVE_SYS_PARAM_H 1
17072: | #define HAVE_SYS_TYPES_H 1
17073: | #define HAVE_SYS_TIME_H 1
17074: | #define HAVE_NETINET_IN_H 1
17075: | #define HAVE_ARPA_INET_H 1
17076: | #define HAVE_ARPA_NAMESER_H 1
17077: | #define HAVE_ASSERT_H 1
17078: | #define HAVE_FCNTL_H 1
17079: | #define HAVE_GRP_H 1
17080: | #define HAVE_IEEEFP_H 1
17081: | #define HAVE_LANGINFO_H 1
17082: | #define HAVE_LIMITS_H 1
17083: | #define HAVE_LOCALE_H 1
17084: | #define HAVE_MONETARY_H 1
17085: | #define HAVE_NETDB_H 1
17086: | #define HAVE_PWD_H 1
17087: | #define HAVE_RESOLV_H 1
17088: | #define HAVE_SIGNAL_H 1
17089: | #define HAVE_STDARG_H 1
17090: | #define HAVE_STDLIB_H 1
17091: | #define HAVE_STRING_H 1
17092: | #define HAVE_SYSLOG_H 1
17093: | #define HAVE_SYSEXITS_H 1
17094: | #define HAVE_SYS_IOCTL_H 1
17095: | #define HAVE_SYS_FILE_H 1
17096: | #define HAVE_SYS_MMAN_H 1
17097: | #define HAVE_SYS_MOUNT_H 1
17098: | #define HAVE_SYS_POLL_H 1
17099: | #define HAVE_SYS_RESOURCE_H 1
17100: | #define HAVE_SYS_SELECT_H 1
17101: | #define HAVE_SYS_SOCKET_H 1
17102: | #define HAVE_SYS_STAT_H 1
17103: | #define HAVE_SYS_STATVFS_H 1
17104: | #define HAVE_SYS_WAIT_H 1
17105: | #define HAVE_TERMIOS_H 1
17106: | #define HAVE_UNISTD_H 1
17107: | #define HAVE_UTIME_H 1
17108: | #define HAVE_SYS_UTSNAME_H 1
17109: | #define HAVE_SYS_IPC_H 1
17110: | #define HAVE_DLFCN_H 1
17111: | #define HAVE_ASSERT_H 1
17112: | #define HAVE_STRUCT_TM_TM_ZONE 1
17113: | #define HAVE_TM_ZONE 1
17114: | #define MISSING_FCLOSE_DECL 0
17115: | #define HAVE_TM_GMTOFF 1
17116: | #define HAVE_STRUCT_FLOCK 1
17117: | #define HAVE_SOCKLEN_T 1
17118: | #define SIZEOF_SIZE_T 4
17119: | #define SIZEOF_LONG_LONG 8
17120: | #define SIZEOF_LONG_LONG_INT 8
17121: | #define SIZEOF_LONG 4
17122: | #define SIZEOF_INT 4
17123: | #define SIZEOF_INTMAX_T 8
17124: | #define HAVE_INTMAX_T 1
17125: | #define SIZEOF_SSIZE_T 4
17126: | #define HAVE_SSIZE_T 1
17127: | #define SIZEOF_PTRDIFF_T 4
17128: | #define HAVE_PTRDIFF_T 1
17129: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
17130: | #define HAVE_ST_BLKSIZE 1
17131: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
17132: | #define HAVE_ST_BLOCKS 1
17133: | #define HAVE_STRUCT_STAT_ST_RDEV 1
17134: | #define HAVE_ST_RDEV 1
17135: | #define HAVE_SOCKADDR_STORAGE 1
17136: | #define HAVE_SOCKADDR_SA_LEN 1
17137: | #define HAVE_VPRINTF 1
17138: | #define HAVE_ALPHASORT 1
17139: | #define HAVE_ASCTIME_R 1
17140: | #define HAVE_CHROOT 1
17141: | #define HAVE_CTIME_R 1
17142: | #define HAVE_FLOCK 1
17143: | #define HAVE_FTOK 1
17144: | #define HAVE_FUNOPEN 1
17145: | #define HAVE_GAI_STRERROR 1
17146: | #define HAVE_GETLOADAVG 1
17147: | #define HAVE_GETLOGIN 1
17148: | #define HAVE_GETPROTOBYNAME 1
17149: | #define HAVE_GETPROTOBYNUMBER 1
17150: | #define HAVE_GETSERVBYNAME 1
17151: | #define HAVE_GETSERVBYPORT 1
17152: | #define HAVE_GETHOSTNAME 1
17153: | #define HAVE_GETRUSAGE 1
17154: | #define HAVE_GETTIMEOFDAY 1
17155: | #define HAVE_GMTIME_R 1
17156: | #define HAVE_GETPWNAM_R 1
17157: | #define HAVE_GETGRNAM_R 1
17158: | #define HAVE_GETPWUID_R 1
17159: | #define HAVE_GRANTPT 1
17160: | #define HAVE_INET_NTOA 1
17161: | #define HAVE_INET_NTOP 1
17162: | #define HAVE_INET_PTON 1
17163: | #define HAVE_ISASCII 1
17164: | #define HAVE_LINK 1
17165: | #define HAVE_LOCALTIME_R 1
17166: | #define HAVE_LOCKF 1
17167: | #define HAVE_LCHOWN 1
17168: | #define HAVE_LRAND48 1
17169: | #define HAVE_MEMCPY 1
17170: | #define HAVE_MEMMOVE 1
17171: | #define HAVE_MKSTEMP 1
17172: | #define HAVE_MMAP 1
17173: | #define HAVE_NL_LANGINFO 1
17174: | #define HAVE_PERROR 1
17175: | #define HAVE_POLL 1
17176: | #define HAVE_PTSNAME 1
17177: | #define HAVE_PUTENV 1
17178: | #define HAVE_REALPATH 1
17179: | #define HAVE_RANDOM 1
17180: | #define HAVE_RAND_R 1
17181: | #define HAVE_SCANDIR 1
17182: | #define HAVE_SETITIMER 1
17183: | #define HAVE_SETLOCALE 1
17184: | #define HAVE_LOCALECONV 1
17185: | #define HAVE_SETENV 1
17186: | #define HAVE_SETPGID 1
17187: | #define HAVE_SETSOCKOPT 1
17188: | #define HAVE_SETVBUF 1
17189: | #define HAVE_SHUTDOWN 1
17190: | #define HAVE_SIN 1
17191: | #define HAVE_SNPRINTF 1
17192: | #define HAVE_SRAND48 1
17193: | #define HAVE_SRANDOM 1
17194: | #define HAVE_STATFS 1
17195: | #define HAVE_STATVFS 1
17196: | #define HAVE_STRCASECMP 1
17197: | #define HAVE_STRCOLL 1
17198: | #define HAVE_STRDUP 1
17199: | #define HAVE_STRERROR 1
17200: | #define HAVE_STRFTIME 1
17201: | #define HAVE_STRNLEN 1
17202: | #define HAVE_STRPTIME 1
17203: | #define HAVE_STRSTR 1
17204: | #define HAVE_STRTOK_R 1
17205: | #define HAVE_SYMLINK 1
17206: | #define HAVE_TEMPNAM 1
17207: | #define HAVE_TZSET 1
17208: | #define HAVE_UNLOCKPT 1
17209: | #define HAVE_UNSETENV 1
17210: | #define HAVE_USLEEP 1
17211: | #define HAVE_UTIME 1
17212: | #define HAVE_VSNPRINTF 1
17213: | #define HAVE_VASPRINTF 1
17214: | #define HAVE_ASPRINTF 1
17215: | #define HAVE_NANOSLEEP 1
17216: | #define HAVE_NANOSLEEP 1
17217: | #define HAVE_GETADDRINFO 1
17218: | #define HAVE_SYNC_FETCH_AND_ADD 1
17219: | #define HAVE_STRLCAT 1
17220: | #define HAVE_STRLCPY 1
17221: | #define HAVE_GETOPT 1
17222: | #define HAVE_UTIME_H 1
17223: | #define HAVE_UTIME_NULL 1
17224: | #define HAVE_ALLOCA 1
17225: | #define HAVE_DECLARED_TIMEZONE 1
17226: | #define HAVE_POSIX_READDIR_R 1
17227: | #define PHP_SIGCHILD 0
17228: | #define DEFAULT_SHORT_OPEN_TAG "1"
17229: | #define HAVE_IPV6 1
17230: | #define SIZEOF_LONG 4
17231: | #define SIZEOF_INT 4
17232: | #define HAVE_INT32_T 1
17233: | #define HAVE_UINT32_T 1
17234: | #define HAVE_SYS_TYPES_H 1
17235: | #define HAVE_INTTYPES_H 1
17236: | #define HAVE_STDINT_H 1
17237: | #define HAVE_STRING_H 1
17238: | #define HAVE_STDLIB_H 1
17239: | #define HAVE_STRTOLL 1
17240: | #define HAVE_ATOLL 1
17241: | #define HAVE_STRFTIME 1
17242: | #define HAVE_REGEX_T_RE_MAGIC 1
17243: | #define HSREGEX 1
17244: | #define REGEX 1
17245: | #define HAVE_LIBXML 1
17246: | #define HAVE_LIBXML 1
17247: | #define HAVE_PCRE 1
17248: | #define HAVE_REFLECTION 1
17249: | #define HAVE_PACKED_OBJECT_VALUE 1
17250: | #define HAVE_SPL 1
17251: | #define HAVE_FLUSHIO 1
17252: | #define HAVE_CRYPT 1
17253: | #define HAVE_ALIGNOF 1
17254: | #define HAVE_ATTRIBUTE_ALIGNED 1
17255: | #define PHP_USE_PHP_CRYPT_R 1
17256: | #define PHP_STD_DES_CRYPT 1
17257: | #define PHP_BLOWFISH_CRYPT 1
17258: | #define PHP_EXT_DES_CRYPT 1
17259: | #define PHP_MD5_CRYPT 1
17260: | #define PHP_SHA512_CRYPT 1
17261: | #define PHP_SHA256_CRYPT 1
17262: | #define HAVE_GETCWD 1
17263: | #define HAVE_GETWD 1
17264: | #define HAVE_ASINH 1
17265: | #define HAVE_ACOSH 1
17266: | #define HAVE_ATANH 1
17267: | #define HAVE_LOG1P 1
17268: | #define HAVE_HYPOT 1
17269: | #define HAVE_GLOB 1
17270: | #define HAVE_STRFMON 1
17271: | #define HAVE_NICE 1
17272: | #define HAVE_ISINF 1
17273: | #define HAVE_ISNAN 1
17274: | #define HAVE_FNMATCH 1
17275: | #define HAVE_FORK 1
17276: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
17277: | #define ENABLE_CHROOT_FUNC 1
17278: | #define HAVE_RES_NSEARCH 1
17279: | #define HAVE_DN_EXPAND 1
17280: | #define HAVE_DN_SKIPNAME 1
17281: | #define HAVE_RES_SEARCH 1
17282: | #define HAVE_ATOF_ACCEPTS_NAN 1
17283: | #define HAVE_ATOF_ACCEPTS_INF 1
17284: | #define HAVE_HUGE_VAL_INF 1
17285: | #define HAVE_HUGE_VAL_NAN 1
17286: | #define HAVE_STRPTIME_DECL_FAILS 1
17287: | #define HAVE_WCHAR_H 1
17288: | #define HAVE_MBLEN 1
17289: | #define HAVE_MBRLEN 1
17290: | #define HAVE_MBSINIT 1
17291: | #define HAVE_MBSTATE_T 1
17292: | #define MYSQLND_COMPRESSION_WANTED 1
17293: | #define MYSQLND_SSL_SUPPORTED 1
17294: | #define HAVE_INTTYPES_H 1
17295: | #define HAVE_STDINT_H 1
17296: | #define HAVE_LIMITS_H 1
17297: | #define HAVE_STRING_H 1
17298: | #define HAVE_UNISTD_H 1
17299: | #define HAVE_STDARG_H 1
17300: | #define HAVE_SYS_TYPES_H 1
17301: | #define HAVE_SYS_TIME_H 1
17302: | #define HAVE_SIGNAL_H 1
17303: | #define HAVE_STDLIB_H 1
17304: | #define HAVE_DLFCN_H 1
17305: | #define RETSIGTYPE void
17306: | #define ulong unsigned long
17307: | #define HAVE_INT32_T 1
17308: | #define HAVE_UINT32_T 1
17309: | #define HAVE_VPRINTF 1
17310: | #define HAVE_ALLOCA 1
17311: | #define HAVE_MEMCPY 1
17312: | #define HAVE_STRDUP 1
17313: | #define HAVE_GETPID 1
17314: | #define HAVE_KILL 1
17315: | #define HAVE_STRTOD 1
17316: | #define HAVE_STRTOL 1
17317: | #define HAVE_SIGSETJMP 1
17318: | #define ZEND_BROKEN_SPRINTF 0
17319: | #define HAVE_ISINF 1
17320: | #define HAVE_ISNAN 1
17321: | #define HAVE_FPU_INLINE_ASM_X86 1
17322: | #define HAVE_DLFCN_H 1
17323: | #define ZEND_VM_KIND ZEND_VM_KIND_CALL
17324: | #define ZEND_DEBUG 0
17325: | #define ZEND_MM_ALIGNMENT 4
17326: | #define ZEND_MM_ALIGNMENT_LOG2 2
17327: | #define HAVE_MEM_MMAP_ANON 1
17328: | #define HAVE_MEM_MMAP_ZERO 1
17329: | #define HAVE_SIGACTION 1
17330: | #define HAVE_STDARG_H 1
17331: | #define HAVE_SIGPROCMASK 1
17332: | #define PHP_BUILD_DATE "2012-05-29"
17333: | #define PHP_UNAME "FreeBSD elwix.aitnet.org 10.0-CURRENT FreeBSD 10.0-CURRENT #14: Mon May 28 16:02:57 EEST 2012 root@elwix.aitnet.org:/usr/obj/usr/src/sys/GENERIC i386"
17334: | #define PHP_OS "FreeBSD"
17335: | /* end confdefs.h. */
17336: | #include <ac_nonexistent.h>
17337: configure:108375: result: c++ -E
17338: configure:108395: c++ -E conftest.cpp
17339: configure:108395: $? = 0
17340: configure:108409: c++ -E conftest.cpp
17341: conftest.cpp:307:28: error: ac_nonexistent.h: No such file or directory
17342: configure:108409: $? = 1
17343: configure: failed program was:
17344: | /* confdefs.h */
17345: | #define PACKAGE_NAME ""
17346: | #define PACKAGE_TARNAME ""
17347: | #define PACKAGE_VERSION ""
17348: | #define PACKAGE_STRING ""
17349: | #define PACKAGE_BUGREPORT ""
17350: | #define PACKAGE_URL ""
17351: | #define STDC_HEADERS 1
17352: | #define HAVE_SYS_TYPES_H 1
17353: | #define HAVE_SYS_STAT_H 1
17354: | #define HAVE_STDLIB_H 1
17355: | #define HAVE_STRING_H 1
17356: | #define HAVE_MEMORY_H 1
17357: | #define HAVE_STRINGS_H 1
17358: | #define HAVE_INTTYPES_H 1
17359: | #define HAVE_STDINT_H 1
17360: | #define HAVE_UNISTD_H 1
17361: | #define __EXTENSIONS__ 1
17362: | #define _ALL_SOURCE 1
17363: | #define _GNU_SOURCE 1
17364: | #define _POSIX_PTHREAD_SEMANTICS 1
17365: | #define _TANDEM_SOURCE 1
17366: | #define HAVE_DEV_URANDOM 1
17367: | #define HAVE_SOCKLEN_T 1
17368: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
17369: | #define PHP_WRITE_STDOUT 1
17370: | #define HAVE_SOCKET 1
17371: | #define HAVE_SOCKETPAIR 1
17372: | #define HAVE_HTONL 1
17373: | #define HAVE_GETHOSTNAME 1
17374: | #define HAVE_GETHOSTBYADDR 1
17375: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
17376: | #define HAVE_DLOPEN 1
17377: | #define HAVE_LIBDL 1
17378: | #define HAVE_LIBM 1
17379: | #define HAVE_INET_ATON 1
17380: | #define STDC_HEADERS 1
17381: | #define HAVE_DIRENT_H 1
17382: | #define HAVE_INTTYPES_H 1
17383: | #define HAVE_STDINT_H 1
17384: | #define HAVE_DIRENT_H 1
17385: | #define HAVE_SYS_PARAM_H 1
17386: | #define HAVE_SYS_TYPES_H 1
17387: | #define HAVE_SYS_TIME_H 1
17388: | #define HAVE_NETINET_IN_H 1
17389: | #define HAVE_ARPA_INET_H 1
17390: | #define HAVE_ARPA_NAMESER_H 1
17391: | #define HAVE_ASSERT_H 1
17392: | #define HAVE_FCNTL_H 1
17393: | #define HAVE_GRP_H 1
17394: | #define HAVE_IEEEFP_H 1
17395: | #define HAVE_LANGINFO_H 1
17396: | #define HAVE_LIMITS_H 1
17397: | #define HAVE_LOCALE_H 1
17398: | #define HAVE_MONETARY_H 1
17399: | #define HAVE_NETDB_H 1
17400: | #define HAVE_PWD_H 1
17401: | #define HAVE_RESOLV_H 1
17402: | #define HAVE_SIGNAL_H 1
17403: | #define HAVE_STDARG_H 1
17404: | #define HAVE_STDLIB_H 1
17405: | #define HAVE_STRING_H 1
17406: | #define HAVE_SYSLOG_H 1
17407: | #define HAVE_SYSEXITS_H 1
17408: | #define HAVE_SYS_IOCTL_H 1
17409: | #define HAVE_SYS_FILE_H 1
17410: | #define HAVE_SYS_MMAN_H 1
17411: | #define HAVE_SYS_MOUNT_H 1
17412: | #define HAVE_SYS_POLL_H 1
17413: | #define HAVE_SYS_RESOURCE_H 1
17414: | #define HAVE_SYS_SELECT_H 1
17415: | #define HAVE_SYS_SOCKET_H 1
17416: | #define HAVE_SYS_STAT_H 1
17417: | #define HAVE_SYS_STATVFS_H 1
17418: | #define HAVE_SYS_WAIT_H 1
17419: | #define HAVE_TERMIOS_H 1
17420: | #define HAVE_UNISTD_H 1
17421: | #define HAVE_UTIME_H 1
17422: | #define HAVE_SYS_UTSNAME_H 1
17423: | #define HAVE_SYS_IPC_H 1
17424: | #define HAVE_DLFCN_H 1
17425: | #define HAVE_ASSERT_H 1
17426: | #define HAVE_STRUCT_TM_TM_ZONE 1
17427: | #define HAVE_TM_ZONE 1
17428: | #define MISSING_FCLOSE_DECL 0
17429: | #define HAVE_TM_GMTOFF 1
17430: | #define HAVE_STRUCT_FLOCK 1
17431: | #define HAVE_SOCKLEN_T 1
17432: | #define SIZEOF_SIZE_T 4
17433: | #define SIZEOF_LONG_LONG 8
17434: | #define SIZEOF_LONG_LONG_INT 8
17435: | #define SIZEOF_LONG 4
17436: | #define SIZEOF_INT 4
17437: | #define SIZEOF_INTMAX_T 8
17438: | #define HAVE_INTMAX_T 1
17439: | #define SIZEOF_SSIZE_T 4
17440: | #define HAVE_SSIZE_T 1
17441: | #define SIZEOF_PTRDIFF_T 4
17442: | #define HAVE_PTRDIFF_T 1
17443: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
17444: | #define HAVE_ST_BLKSIZE 1
17445: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
17446: | #define HAVE_ST_BLOCKS 1
17447: | #define HAVE_STRUCT_STAT_ST_RDEV 1
17448: | #define HAVE_ST_RDEV 1
17449: | #define HAVE_SOCKADDR_STORAGE 1
17450: | #define HAVE_SOCKADDR_SA_LEN 1
17451: | #define HAVE_VPRINTF 1
17452: | #define HAVE_ALPHASORT 1
17453: | #define HAVE_ASCTIME_R 1
17454: | #define HAVE_CHROOT 1
17455: | #define HAVE_CTIME_R 1
17456: | #define HAVE_FLOCK 1
17457: | #define HAVE_FTOK 1
17458: | #define HAVE_FUNOPEN 1
17459: | #define HAVE_GAI_STRERROR 1
17460: | #define HAVE_GETLOADAVG 1
17461: | #define HAVE_GETLOGIN 1
17462: | #define HAVE_GETPROTOBYNAME 1
17463: | #define HAVE_GETPROTOBYNUMBER 1
17464: | #define HAVE_GETSERVBYNAME 1
17465: | #define HAVE_GETSERVBYPORT 1
17466: | #define HAVE_GETHOSTNAME 1
17467: | #define HAVE_GETRUSAGE 1
17468: | #define HAVE_GETTIMEOFDAY 1
17469: | #define HAVE_GMTIME_R 1
17470: | #define HAVE_GETPWNAM_R 1
17471: | #define HAVE_GETGRNAM_R 1
17472: | #define HAVE_GETPWUID_R 1
17473: | #define HAVE_GRANTPT 1
17474: | #define HAVE_INET_NTOA 1
17475: | #define HAVE_INET_NTOP 1
17476: | #define HAVE_INET_PTON 1
17477: | #define HAVE_ISASCII 1
17478: | #define HAVE_LINK 1
17479: | #define HAVE_LOCALTIME_R 1
17480: | #define HAVE_LOCKF 1
17481: | #define HAVE_LCHOWN 1
17482: | #define HAVE_LRAND48 1
17483: | #define HAVE_MEMCPY 1
17484: | #define HAVE_MEMMOVE 1
17485: | #define HAVE_MKSTEMP 1
17486: | #define HAVE_MMAP 1
17487: | #define HAVE_NL_LANGINFO 1
17488: | #define HAVE_PERROR 1
17489: | #define HAVE_POLL 1
17490: | #define HAVE_PTSNAME 1
17491: | #define HAVE_PUTENV 1
17492: | #define HAVE_REALPATH 1
17493: | #define HAVE_RANDOM 1
17494: | #define HAVE_RAND_R 1
17495: | #define HAVE_SCANDIR 1
17496: | #define HAVE_SETITIMER 1
17497: | #define HAVE_SETLOCALE 1
17498: | #define HAVE_LOCALECONV 1
17499: | #define HAVE_SETENV 1
17500: | #define HAVE_SETPGID 1
17501: | #define HAVE_SETSOCKOPT 1
17502: | #define HAVE_SETVBUF 1
17503: | #define HAVE_SHUTDOWN 1
17504: | #define HAVE_SIN 1
17505: | #define HAVE_SNPRINTF 1
17506: | #define HAVE_SRAND48 1
17507: | #define HAVE_SRANDOM 1
17508: | #define HAVE_STATFS 1
17509: | #define HAVE_STATVFS 1
17510: | #define HAVE_STRCASECMP 1
17511: | #define HAVE_STRCOLL 1
17512: | #define HAVE_STRDUP 1
17513: | #define HAVE_STRERROR 1
17514: | #define HAVE_STRFTIME 1
17515: | #define HAVE_STRNLEN 1
17516: | #define HAVE_STRPTIME 1
17517: | #define HAVE_STRSTR 1
17518: | #define HAVE_STRTOK_R 1
17519: | #define HAVE_SYMLINK 1
17520: | #define HAVE_TEMPNAM 1
17521: | #define HAVE_TZSET 1
17522: | #define HAVE_UNLOCKPT 1
17523: | #define HAVE_UNSETENV 1
17524: | #define HAVE_USLEEP 1
17525: | #define HAVE_UTIME 1
17526: | #define HAVE_VSNPRINTF 1
17527: | #define HAVE_VASPRINTF 1
17528: | #define HAVE_ASPRINTF 1
17529: | #define HAVE_NANOSLEEP 1
17530: | #define HAVE_NANOSLEEP 1
17531: | #define HAVE_GETADDRINFO 1
17532: | #define HAVE_SYNC_FETCH_AND_ADD 1
17533: | #define HAVE_STRLCAT 1
17534: | #define HAVE_STRLCPY 1
17535: | #define HAVE_GETOPT 1
17536: | #define HAVE_UTIME_H 1
17537: | #define HAVE_UTIME_NULL 1
17538: | #define HAVE_ALLOCA 1
17539: | #define HAVE_DECLARED_TIMEZONE 1
17540: | #define HAVE_POSIX_READDIR_R 1
17541: | #define PHP_SIGCHILD 0
17542: | #define DEFAULT_SHORT_OPEN_TAG "1"
17543: | #define HAVE_IPV6 1
17544: | #define SIZEOF_LONG 4
17545: | #define SIZEOF_INT 4
17546: | #define HAVE_INT32_T 1
17547: | #define HAVE_UINT32_T 1
17548: | #define HAVE_SYS_TYPES_H 1
17549: | #define HAVE_INTTYPES_H 1
17550: | #define HAVE_STDINT_H 1
17551: | #define HAVE_STRING_H 1
17552: | #define HAVE_STDLIB_H 1
17553: | #define HAVE_STRTOLL 1
17554: | #define HAVE_ATOLL 1
17555: | #define HAVE_STRFTIME 1
17556: | #define HAVE_REGEX_T_RE_MAGIC 1
17557: | #define HSREGEX 1
17558: | #define REGEX 1
17559: | #define HAVE_LIBXML 1
17560: | #define HAVE_LIBXML 1
17561: | #define HAVE_PCRE 1
17562: | #define HAVE_REFLECTION 1
17563: | #define HAVE_PACKED_OBJECT_VALUE 1
17564: | #define HAVE_SPL 1
17565: | #define HAVE_FLUSHIO 1
17566: | #define HAVE_CRYPT 1
17567: | #define HAVE_ALIGNOF 1
17568: | #define HAVE_ATTRIBUTE_ALIGNED 1
17569: | #define PHP_USE_PHP_CRYPT_R 1
17570: | #define PHP_STD_DES_CRYPT 1
17571: | #define PHP_BLOWFISH_CRYPT 1
17572: | #define PHP_EXT_DES_CRYPT 1
17573: | #define PHP_MD5_CRYPT 1
17574: | #define PHP_SHA512_CRYPT 1
17575: | #define PHP_SHA256_CRYPT 1
17576: | #define HAVE_GETCWD 1
17577: | #define HAVE_GETWD 1
17578: | #define HAVE_ASINH 1
17579: | #define HAVE_ACOSH 1
17580: | #define HAVE_ATANH 1
17581: | #define HAVE_LOG1P 1
17582: | #define HAVE_HYPOT 1
17583: | #define HAVE_GLOB 1
17584: | #define HAVE_STRFMON 1
17585: | #define HAVE_NICE 1
17586: | #define HAVE_ISINF 1
17587: | #define HAVE_ISNAN 1
17588: | #define HAVE_FNMATCH 1
17589: | #define HAVE_FORK 1
17590: | #define PHP_CAN_SUPPORT_PROC_OPEN 1
17591: | #define ENABLE_CHROOT_FUNC 1
17592: | #define HAVE_RES_NSEARCH 1
17593: | #define HAVE_DN_EXPAND 1
17594: | #define HAVE_DN_SKIPNAME 1
17595: | #define HAVE_RES_SEARCH 1
17596: | #define HAVE_ATOF_ACCEPTS_NAN 1
17597: | #define HAVE_ATOF_ACCEPTS_INF 1
17598: | #define HAVE_HUGE_VAL_INF 1
17599: | #define HAVE_HUGE_VAL_NAN 1
17600: | #define HAVE_STRPTIME_DECL_FAILS 1
17601: | #define HAVE_WCHAR_H 1
17602: | #define HAVE_MBLEN 1
17603: | #define HAVE_MBRLEN 1
17604: | #define HAVE_MBSINIT 1
17605: | #define HAVE_MBSTATE_T 1
17606: | #define MYSQLND_COMPRESSION_WANTED 1
17607: | #define MYSQLND_SSL_SUPPORTED 1
17608: | #define HAVE_INTTYPES_H 1
17609: | #define HAVE_STDINT_H 1
17610: | #define HAVE_LIMITS_H 1
17611: | #define HAVE_STRING_H 1
17612: | #define HAVE_UNISTD_H 1
17613: | #define HAVE_STDARG_H 1
17614: | #define HAVE_SYS_TYPES_H 1
17615: | #define HAVE_SYS_TIME_H 1
17616: | #define HAVE_SIGNAL_H 1
17617: | #define HAVE_STDLIB_H 1
17618: | #define HAVE_DLFCN_H 1
17619: | #define RETSIGTYPE void
17620: | #define ulong unsigned long
17621: | #define HAVE_INT32_T 1
17622: | #define HAVE_UINT32_T 1
17623: | #define HAVE_VPRINTF 1
17624: | #define HAVE_ALLOCA 1
17625: | #define HAVE_MEMCPY 1
17626: | #define HAVE_STRDUP 1
17627: | #define HAVE_GETPID 1
17628: | #define HAVE_KILL 1
17629: | #define HAVE_STRTOD 1
17630: | #define HAVE_STRTOL 1
17631: | #define HAVE_SIGSETJMP 1
17632: | #define ZEND_BROKEN_SPRINTF 0
17633: | #define HAVE_ISINF 1
17634: | #define HAVE_ISNAN 1
17635: | #define HAVE_FPU_INLINE_ASM_X86 1
17636: | #define HAVE_DLFCN_H 1
17637: | #define ZEND_VM_KIND ZEND_VM_KIND_CALL
17638: | #define ZEND_DEBUG 0
17639: | #define ZEND_MM_ALIGNMENT 4
17640: | #define ZEND_MM_ALIGNMENT_LOG2 2
17641: | #define HAVE_MEM_MMAP_ANON 1
17642: | #define HAVE_MEM_MMAP_ZERO 1
17643: | #define HAVE_SIGACTION 1
17644: | #define HAVE_STDARG_H 1
17645: | #define HAVE_SIGPROCMASK 1
17646: | #define PHP_BUILD_DATE "2012-05-29"
17647: | #define PHP_UNAME "FreeBSD elwix.aitnet.org 10.0-CURRENT FreeBSD 10.0-CURRENT #14: Mon May 28 16:02:57 EEST 2012 root@elwix.aitnet.org:/usr/obj/usr/src/sys/GENERIC i386"
17648: | #define PHP_OS "FreeBSD"
17649: | /* end confdefs.h. */
17650: | #include <ac_nonexistent.h>
17651: configure:108442: checking the maximum length of command line arguments
17652: configure:108554: result: 262144
17653: configure:108566: checking command to parse /usr/bin/nm -B output from cc object
17654: configure:108671: c++ -c -O2 -pipe -fno-strict-aliasing conftest.cpp >&5
17655: configure:108674: $? = 0
17656: configure:108678: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
17657: configure:108681: $? = 0
17658: configure:108733: c++ -o conftest -O2 -pipe -fno-strict-aliasing conftest.cpp conftstm.o >&5
17659: configure:108736: $? = 0
17660: configure:108774: result: ok
17661: configure:108778: checking for objdir
17662: configure:108793: result: .libs
17663: configure:108885: checking for ar
17664: configure:108901: found /usr/bin/ar
17665: configure:108912: result: ar
17666: configure:108977: checking for ranlib
17667: configure:108993: found /usr/bin/ranlib
17668: configure:109004: result: ranlib
17669: configure:109069: checking for strip
17670: configure:109085: found /usr/bin/strip
17671: configure:109096: result: strip
17672: configure:109665: checking if cc supports -fno-rtti -fno-exceptions
17673: configure:109683: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -fno-rtti -fno-exceptions conftest.c >&5
17674: cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
17675: configure:109687: $? = 0
17676: configure:109700: result: no
17677: configure:109715: checking for cc option to produce PIC
17678: configure:109955: result: -fPIC
17679: configure:109963: checking if cc PIC flag -fPIC works
17680: configure:109981: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -fPIC -DPIC conftest.c >&5
17681: configure:109985: $? = 0
17682: configure:109998: result: yes
17683: configure:110026: checking if cc static flag -static works
17684: configure:110054: result: yes
17685: configure:110064: checking if cc supports -c -o file.o
17686: configure:110085: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -o out/conftest2.o conftest.c >&5
17687: configure:110089: $? = 0
17688: configure:110111: result: yes
17689: configure:110137: checking whether the cc linker (/usr/bin/ld) supports shared libraries
17690: configure:111069: result: yes
17691: configure:111090: checking whether -lc should be explicitly linked in
17692: configure:111095: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden conftest.c >&5
17693: configure:111098: $? = 0
17694: configure:111113: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
17695: configure:111116: $? = 0
17696: configure:111128: result: no
17697: configure:111136: checking dynamic linker characteristics
17698: configure:111738: result: freebsd10.0 ld.so
17699: configure:111762: checking how to hardcode library paths into programs
17700: configure:111787: result: immediate
17701: configure:111801: checking whether stripping libraries is possible
17702: configure:111806: result: yes
17703: configure:112323: checking if libtool supports shared libraries
17704: configure:112325: result: yes
17705: configure:112328: checking whether to build shared libraries
17706: configure:112349: result: yes
17707: configure:112352: checking whether to build static libraries
17708: configure:112356: result: no
17709: configure:112450: result:
17710: creating libtool
17711: configure:113182: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
17712: configure:114080: result: yes
17713: configure:114101: c++ -c -O2 -pipe -fno-strict-aliasing conftest.cpp >&5
17714: configure:114104: $? = 0
17715: configure:114260: checking for c++ option to produce PIC
17716: configure:114550: result:
17717: configure:114621: checking if c++ static flag works
17718: configure:114649: result: yes
17719: configure:114659: checking if c++ supports -c -o file.o
17720: configure:114680: c++ -c -O2 -pipe -fno-strict-aliasing -o out/conftest2.o conftest.cpp >&5
17721: configure:114684: $? = 0
17722: configure:114706: result: yes
17723: configure:114732: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
17724: configure:114758: result: yes
17725: configure:114825: checking dynamic linker characteristics
17726: configure:115375: result: freebsd10.0 ld.so
17727: configure:115399: checking how to hardcode library paths into programs
17728: configure:115424: result: unsupported
17729: configure:115941: result:
17730: configure:115943: result: [1mGenerating files[m
17731: configure:116617: creating ./config.status
17732:
17733: ## ---------------------- ##
17734: ## Running config.status. ##
17735: ## ---------------------- ##
17736:
17737: This file was extended by config.status, which was
17738: generated by GNU Autoconf 2.69. Invocation command line was
17739:
17740: CONFIG_FILES =
17741: CONFIG_HEADERS =
17742: CONFIG_LINKS =
17743: CONFIG_COMMANDS =
17744: $ ./config.status
17745:
17746: on elwix.aitnet.org
17747:
17748: config.status:1337: creating php5.spec
17749: config.status:1337: creating main/build-defs.h
17750: config.status:1337: creating scripts/phpize
17751: config.status:1337: creating scripts/man1/phpize.1
17752: config.status:1337: creating scripts/php-config
17753: config.status:1337: creating scripts/man1/php-config.1
17754: config.status:1337: creating sapi/cli/php.1
17755: config.status:1337: creating main/php_config.h
17756: config.status:1521: executing default commands
17757:
17758: ## ---------------- ##
17759: ## Cache variables. ##
17760: ## ---------------- ##
17761:
17762: _cv_have_broken_glibc_fopen_append=no
17763: ac_cv_alignof_exists=yes
17764: ac_cv_atof_accept_inf=yes
17765: ac_cv_atof_accept_nan=yes
17766: ac_cv_attribute_aligned=yes
17767: ac_cv_broken_sprintf=no
17768: ac_cv_build=i386-portbld-freebsd10.0
17769: ac_cv_c_bigendian_php=no
17770: ac_cv_c_compiler_gnu=yes
17771: ac_cv_c_inline=inline
17772: ac_cv_crypt_SHA256=no
17773: ac_cv_crypt_SHA512=no
17774: ac_cv_crypt_blowfish=yes
17775: ac_cv_crypt_des=yes
17776: ac_cv_crypt_ext_des=yes
17777: ac_cv_crypt_md5=yes
17778: ac_cv_declared_timezone=yes
17779: ac_cv_ebcdic=no
17780: ac_cv_env_CCC_set=''
17781: ac_cv_env_CCC_value=''
17782: ac_cv_env_CC_set=set
17783: ac_cv_env_CC_value=cc
17784: ac_cv_env_CFLAGS_set=set
17785: ac_cv_env_CFLAGS_value='-O2 -pipe -fno-strict-aliasing'
17786: ac_cv_env_CPPFLAGS_set=set
17787: ac_cv_env_CPPFLAGS_value=''
17788: ac_cv_env_CPP_set=set
17789: ac_cv_env_CPP_value=cpp
17790: ac_cv_env_CXXCPP_set=''
17791: ac_cv_env_CXXCPP_value=''
17792: ac_cv_env_CXXFLAGS_set=set
17793: ac_cv_env_CXXFLAGS_value='-O2 -pipe -fno-strict-aliasing'
17794: ac_cv_env_CXX_set=set
17795: ac_cv_env_CXX_value=c++
17796: ac_cv_env_LDFLAGS_set=set
17797: ac_cv_env_LDFLAGS_value=''
17798: ac_cv_env_LIBS_set=''
17799: ac_cv_env_LIBS_value=''
17800: ac_cv_env_YACC_set=''
17801: ac_cv_env_YACC_value=''
17802: ac_cv_env_YFLAGS_set=''
17803: ac_cv_env_YFLAGS_value=''
17804: ac_cv_env_build_alias_set=set
17805: ac_cv_env_build_alias_value=i386-portbld-freebsd10.0
17806: ac_cv_env_host_alias_set=''
17807: ac_cv_env_host_alias_value=''
17808: ac_cv_env_target_alias_set=''
17809: ac_cv_env_target_alias_value=''
17810: ac_cv_flush_io=yes
17811: ac_cv_func___dn_skipname=yes
17812: ac_cv_func___dns_search=no
17813: ac_cv_func___res_nsearch=yes
17814: ac_cv_func__doprnt=no
17815: ac_cv_func_acosh=yes
17816: ac_cv_func_alloca_works=yes
17817: ac_cv_func_alphasort=yes
17818: ac_cv_func_asctime_r=yes
17819: ac_cv_func_asinh=yes
17820: ac_cv_func_asprintf=yes
17821: ac_cv_func_atanh=yes
17822: ac_cv_func_atoll=yes
17823: ac_cv_func_chroot=yes
17824: ac_cv_func_crypt=no
17825: ac_cv_func_crypt_r=no
17826: ac_cv_func_ctime_r=yes
17827: ac_cv_func_cuserid=no
17828: ac_cv_func_dlopen=yes
17829: ac_cv_func_dn_expand=yes
17830: ac_cv_func_dn_skipname=yes
17831: ac_cv_func_dns_search=no
17832: ac_cv_func_finite=no
17833: ac_cv_func_flock=yes
17834: ac_cv_func_fnmatch_works=yes
17835: ac_cv_func_fopencookie=no
17836: ac_cv_func_fork=yes
17837: ac_cv_func_fpclass=no
17838: ac_cv_func_ftok=yes
17839: ac_cv_func_funopen=yes
17840: ac_cv_func_gai_strerror=yes
17841: ac_cv_func_gcvt=no
17842: ac_cv_func_getaddrinfo=yes
17843: ac_cv_func_getcwd=yes
17844: ac_cv_func_getgrnam_r=yes
17845: ac_cv_func_gethostbyaddr=yes
17846: ac_cv_func_gethostname=yes
17847: ac_cv_func_getloadavg=yes
17848: ac_cv_func_getlogin=yes
17849: ac_cv_func_getopt=yes
17850: ac_cv_func_getpid=yes
17851: ac_cv_func_getprotobyname=yes
17852: ac_cv_func_getprotobynumber=yes
17853: ac_cv_func_getpwnam_r=yes
17854: ac_cv_func_getpwuid_r=yes
17855: ac_cv_func_getrusage=yes
17856: ac_cv_func_getservbyname=yes
17857: ac_cv_func_getservbyport=yes
17858: ac_cv_func_gettimeofday=yes
17859: ac_cv_func_getwd=yes
17860: ac_cv_func_glob=yes
17861: ac_cv_func_gmtime_r=yes
17862: ac_cv_func_grantpt=yes
17863: ac_cv_func_htonl=yes
17864: ac_cv_func_hypot=yes
17865: ac_cv_func_inet_aton=yes
17866: ac_cv_func_inet_ntoa=yes
17867: ac_cv_func_inet_ntop=yes
17868: ac_cv_func_inet_pton=yes
17869: ac_cv_func_isascii=yes
17870: ac_cv_func_isfinite=no
17871: ac_cv_func_isinf=yes
17872: ac_cv_func_isnan=yes
17873: ac_cv_func_kill=yes
17874: ac_cv_func_lchown=yes
17875: ac_cv_func_link=yes
17876: ac_cv_func_localeconv=yes
17877: ac_cv_func_localtime_r=yes
17878: ac_cv_func_lockf=yes
17879: ac_cv_func_log1p=yes
17880: ac_cv_func_lrand48=yes
17881: ac_cv_func_mblen=yes
17882: ac_cv_func_mbrlen=yes
17883: ac_cv_func_mbsinit=yes
17884: ac_cv_func_memcmp_working=yes
17885: ac_cv_func_memcpy=yes
17886: ac_cv_func_memmove=yes
17887: ac_cv_func_mempcpy=no
17888: ac_cv_func_mkstemp=yes
17889: ac_cv_func_mmap=yes
17890: ac_cv_func_mremap=no
17891: ac_cv_func_nanosleep=yes
17892: ac_cv_func_nice=yes
17893: ac_cv_func_nl_langinfo=yes
17894: ac_cv_func_perror=yes
17895: ac_cv_func_poll=yes
17896: ac_cv_func_ptsname=yes
17897: ac_cv_func_putenv=yes
17898: ac_cv_func_rand_r=yes
17899: ac_cv_func_random=yes
17900: ac_cv_func_readdir_r=yes
17901: ac_cv_func_realpath=yes
17902: ac_cv_func_res_nsearch=yes
17903: ac_cv_func_res_search=yes
17904: ac_cv_func_scandir=yes
17905: ac_cv_func_setenv=yes
17906: ac_cv_func_setitimer=yes
17907: ac_cv_func_setlocale=yes
17908: ac_cv_func_setpgid=yes
17909: ac_cv_func_setsockopt=yes
17910: ac_cv_func_setvbuf=yes
17911: ac_cv_func_shutdown=yes
17912: ac_cv_func_sigaction=yes
17913: ac_cv_func_sigprocmask=yes
17914: ac_cv_func_sigsetjmp=yes
17915: ac_cv_func_sin=yes
17916: ac_cv_func_snprintf=yes
17917: ac_cv_func_socket=yes
17918: ac_cv_func_socketpair=yes
17919: ac_cv_func_srand48=yes
17920: ac_cv_func_srandom=yes
17921: ac_cv_func_statfs=yes
17922: ac_cv_func_statvfs=yes
17923: ac_cv_func_std_syslog=no
17924: ac_cv_func_strcasecmp=yes
17925: ac_cv_func_strcoll=yes
17926: ac_cv_func_strdup=yes
17927: ac_cv_func_strerror=yes
17928: ac_cv_func_strfmon=yes
17929: ac_cv_func_strftime=yes
17930: ac_cv_func_strlcat=yes
17931: ac_cv_func_strlcpy=yes
17932: ac_cv_func_strnlen=yes
17933: ac_cv_func_strpncpy=no
17934: ac_cv_func_strptime=yes
17935: ac_cv_func_strstr=yes
17936: ac_cv_func_strtod=yes
17937: ac_cv_func_strtok_r=yes
17938: ac_cv_func_strtol=yes
17939: ac_cv_func_strtoll=yes
17940: ac_cv_func_symlink=yes
17941: ac_cv_func_sync_fetch_and_add=yes
17942: ac_cv_func_tempnam=yes
17943: ac_cv_func_tzset=yes
17944: ac_cv_func_unlockpt=yes
17945: ac_cv_func_unsetenv=yes
17946: ac_cv_func_usleep=yes
17947: ac_cv_func_utime=yes
17948: ac_cv_func_utime_null=yes
17949: ac_cv_func_vasprintf=yes
17950: ac_cv_func_vprintf=yes
17951: ac_cv_func_vsnprintf=yes
17952: ac_cv_func_yp_get_default_domain=yes
17953: ac_cv_header_ApplicationServices_ApplicationServices_h=no
17954: ac_cv_header_alloca_h=no
17955: ac_cv_header_arpa_inet_h=yes
17956: ac_cv_header_arpa_nameser_h=yes
17957: ac_cv_header_assert_h=yes
17958: ac_cv_header_atomic_h=no
17959: ac_cv_header_crypt_h=no
17960: ac_cv_header_dirent_dirent_h=yes
17961: ac_cv_header_dirent_h=yes
17962: ac_cv_header_dlfcn_h=yes
17963: ac_cv_header_dns_h=no
17964: ac_cv_header_fcntl_h=yes
17965: ac_cv_header_grp_h=yes
17966: ac_cv_header_ieeefp_h=yes
17967: ac_cv_header_inttypes_h=yes
17968: ac_cv_header_langinfo_h=yes
17969: ac_cv_header_limits_h=yes
17970: ac_cv_header_locale_h=yes
17971: ac_cv_header_malloc_h=no
17972: ac_cv_header_memory_h=yes
17973: ac_cv_header_minix_config_h=no
17974: ac_cv_header_monetary_h=yes
17975: ac_cv_header_netdb_h=yes
17976: ac_cv_header_netinet_in_h=yes
17977: ac_cv_header_pwd_h=yes
17978: ac_cv_header_resolv_h=yes
17979: ac_cv_header_signal_h=yes
17980: ac_cv_header_stdarg_h=yes
17981: ac_cv_header_stdc=yes
17982: ac_cv_header_stdint_h=yes
17983: ac_cv_header_stdlib_h=yes
17984: ac_cv_header_string_h=yes
17985: ac_cv_header_strings_h=yes
17986: ac_cv_header_sys_file_h=yes
17987: ac_cv_header_sys_ioctl_h=yes
17988: ac_cv_header_sys_ipc_h=yes
17989: ac_cv_header_sys_loadavg_h=no
17990: ac_cv_header_sys_mman_h=yes
17991: ac_cv_header_sys_mount_h=yes
17992: ac_cv_header_sys_param_h=yes
17993: ac_cv_header_sys_poll_h=yes
17994: ac_cv_header_sys_resource_h=yes
17995: ac_cv_header_sys_select_h=yes
17996: ac_cv_header_sys_socket_h=yes
17997: ac_cv_header_sys_stat_h=yes
17998: ac_cv_header_sys_statfs_h=no
17999: ac_cv_header_sys_statvfs_h=yes
18000: ac_cv_header_sys_sysexits_h=no
18001: ac_cv_header_sys_time_h=yes
18002: ac_cv_header_sys_types_h=yes
18003: ac_cv_header_sys_utsname_h=yes
18004: ac_cv_header_sys_varargs_h=no
18005: ac_cv_header_sys_vfs_h=no
18006: ac_cv_header_sys_wait_h=yes
18007: ac_cv_header_sysexits_h=yes
18008: ac_cv_header_syslog_h=yes
18009: ac_cv_header_termios_h=yes
18010: ac_cv_header_unistd_h=yes
18011: ac_cv_header_unix_h=no
18012: ac_cv_header_utime_h=yes
18013: ac_cv_header_wchar_h=yes
18014: ac_cv_host=i386-portbld-freebsd10.0
18015: ac_cv_huge_val_inf=yes
18016: ac_cv_huge_val_nan=yes
18017: ac_cv_int_type_int32_t=yes
18018: ac_cv_int_type_uint32_t=yes
18019: ac_cv_ipv6_support=yes
18020: ac_cv_lib_bind___dns_search=no
18021: ac_cv_lib_bind_dns_search=no
18022: ac_cv_lib_crypt_crypt=yes
18023: ac_cv_lib_m_sin=yes
18024: ac_cv_lib_resolv___dns_search=no
18025: ac_cv_lib_resolv_dns_search=no
18026: ac_cv_lib_socket___dns_search=no
18027: ac_cv_lib_socket_dns_search=no
18028: ac_cv_member_struct_stat_st_blksize=yes
18029: ac_cv_member_struct_stat_st_blocks=yes
18030: ac_cv_member_struct_stat_st_rdev=yes
18031: ac_cv_member_struct_tm_tm_zone=yes
18032: ac_cv_objext=o
18033: ac_cv_path_EGREP='/usr/bin/grep -E'
18034: ac_cv_path_GREP=/usr/bin/grep
18035: ac_cv_path_PROG_SENDMAIL=/usr/sbin/sendmail
18036: ac_cv_php_xml2_config_path=/usr/local/bin/xml2-config
18037: ac_cv_prog_AWK=gawk
18038: ac_cv_prog_CPP=cpp
18039: ac_cv_prog_CXXCPP='c++ -E'
18040: ac_cv_prog_YACC='bison -y'
18041: ac_cv_prog_ac_ct_AR=ar
18042: ac_cv_prog_ac_ct_RANLIB=ranlib
18043: ac_cv_prog_ac_ct_STRIP=strip
18044: ac_cv_prog_cc_c89=''
18045: ac_cv_prog_cc_cc_c_o=yes
18046: ac_cv_prog_cc_g=yes
18047: ac_cv_pthreads_cflags=''
18048: ac_cv_pthreads_lib=''
18049: ac_cv_safe_to_define___extensions__=yes
18050: ac_cv_search_opendir='none required'
18051: ac_cv_sizeof_int=4
18052: ac_cv_sizeof_long=4
18053: ac_cv_sizeof_long_long=8
18054: ac_cv_sizeof_long_long_int=8
18055: ac_cv_sizeof_size_t=4
18056: ac_cv_sockaddr_sa_len=yes
18057: ac_cv_sockaddr_storage=yes
18058: ac_cv_socklen_t=yes
18059: ac_cv_strptime_decl_fails=yes
18060: ac_cv_struct_flock=yes
18061: ac_cv_struct_tm=time.h
18062: ac_cv_struct_tm_gmtoff=yes
18063: ac_cv_target=i386-portbld-freebsd10.0
18064: ac_cv_time_r_type=POSIX
18065: ac_cv_type_fp_except=no
18066: ac_cv_type_in_addr_t=yes
18067: ac_cv_type_mbstate_t=yes
18068: ac_cv_type_signal=void
18069: ac_cv_type_size_t=yes
18070: ac_cv_type_uid_t=yes
18071: ac_cv_type_uint=yes
18072: ac_cv_type_ulong=no
18073: ac_cv_what_readdir_r=POSIX
18074: ac_cv_working_alloca_h=no
18075: ac_cv_write_stdout=yes
18076: lt_cv_deplibs_check_method=pass_all
18077: lt_cv_file_magic_cmd='$MAGIC_CMD'
18078: lt_cv_file_magic_test_file=''
18079: lt_cv_ld_reload_flag=-r
18080: lt_cv_objdir=.libs
18081: lt_cv_path_LD=/usr/bin/ld
18082: lt_cv_path_LDCXX=''
18083: lt_cv_path_NM='/usr/bin/nm -B'
18084: lt_cv_path_SED=sed
18085: lt_cv_prog_compiler_c_o=yes
18086: lt_cv_prog_compiler_c_o_CXX=yes
18087: lt_cv_prog_compiler_pic_works=yes
18088: lt_cv_prog_compiler_rtti_exceptions=no
18089: lt_cv_prog_compiler_static_works=yes
18090: lt_cv_prog_compiler_static_works_CXX=yes
18091: lt_cv_prog_gnu_ld=yes
18092: lt_cv_prog_gnu_ldcxx=''
18093: lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'
18094: lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'
18095: lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'
18096: lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
18097: lt_cv_sys_lib_search_path_spec=/usr/lib
18098: lt_cv_sys_max_cmd_len=262144
18099: lt_lt_cv_prog_compiler_c_o='"yes"'
18100: lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
18101: lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
18102: lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
18103: lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
18104: php_cv_bison_version='2.4.3 (ok)'
18105: php_cv_cc_dashr=yes
18106: php_cv_libxml_build_works=yes
18107: php_cv_sizeof_int16=0
18108: php_cv_sizeof_int16_t=2
18109: php_cv_sizeof_int32=0
18110: php_cv_sizeof_int32_t=4
18111: php_cv_sizeof_int64_t=8
18112: php_cv_sizeof_int8=0
18113: php_cv_sizeof_int8_t=1
18114: php_cv_sizeof_intmax_t=8
18115: php_cv_sizeof_ptrdiff_t=4
18116: php_cv_sizeof_ssize_t=4
18117: php_cv_sizeof_uchar=0
18118: php_cv_sizeof_uint16=0
18119: php_cv_sizeof_uint16_t=2
18120: php_cv_sizeof_uint32=0
18121: php_cv_sizeof_uint32_t=4
18122: php_cv_sizeof_uint64_t=8
18123: php_cv_sizeof_uint8=0
18124: php_cv_sizeof_uint8_t=1
18125: php_cv_sizeof_ulong=0
18126:
18127: ## ----------------- ##
18128: ## Output variables. ##
18129: ## ----------------- ##
18130:
18131: ALLOCA=''
18132: AR='ar'
18133: AWK='gawk'
18134: CC='cc'
18135: CFLAGS='$(CFLAGS_CLEAN) -prefer-non-pic'
18136: CONFIGURE_COMMAND=' '\''./configure'\'' '\''--with-layout=GNU'\'' '\''--localstatedir=/var'\'' '\''--with-config-file-scan-dir=/usr/local/etc/php'\'' '\''--disable-all'\'' '\''--enable-libxml'\'' '\''--enable-mysqlnd'\'' '\''--with-libxml-dir=/usr/local'\'' '\''--with-pcre-regex=/usr/local'\'' '\''--with-zlib-dir=/usr'\'' '\''--program-prefix='\'' '\''--enable-embed'\'' '\''--with-regex=php'\'' '\''--with-zend-vm=CALL'\'' '\''--prefix=/usr/local'\'' '\''--mandir=/usr/local/man'\'' '\''--infodir=/usr/local/info/'\'' '\''--build=i386-portbld-freebsd10.0'\'''
18137: CONFIGURE_OPTIONS=' '\''--with-layout=GNU'\'' '\''--localstatedir=/var'\'' '\''--with-config-file-scan-dir=/usr/local/etc/php'\'' '\''--disable-all'\'' '\''--enable-libxml'\'' '\''--enable-mysqlnd'\'' '\''--with-libxml-dir=/usr/local'\'' '\''--with-pcre-regex=/usr/local'\'' '\''--with-zlib-dir=/usr'\'' '\''--program-prefix='\'' '\''--enable-embed'\'' '\''--with-regex=php'\'' '\''--with-zend-vm=CALL'\'' '\''--prefix=/usr/local'\'' '\''--mandir=/usr/local/man'\'' '\''--infodir=/usr/local/info/'\'' '\''--build=i386-portbld-freebsd10.0'\'''
18138: CPP='cpp'
18139: CPPFLAGS=''
18140: CXX='c++'
18141: CXXCPP='c++ -E'
18142: CXXFLAGS='-O2 -pipe -fno-strict-aliasing -prefer-non-pic'
18143: DEBUG_CFLAGS=''
18144: DEFS='-DHAVE_CONFIG_H'
18145: DSYMUTIL=''
18146: ECHO='echo'
18147: ECHO_C=''
18148: ECHO_N='-n'
18149: ECHO_T=''
18150: EGREP='/usr/bin/grep -E'
18151: EXEEXT=''
18152: EXPANDED_BINDIR='/usr/local/bin'
18153: EXPANDED_DATADIR='${prefix}/share'
18154: EXPANDED_EXTENSION_DIR='/usr/local/lib/php/20100525'
18155: EXPANDED_LIBDIR='/usr/local/lib/php'
18156: EXPANDED_LOCALSTATEDIR='/var'
18157: EXPANDED_MANDIR='/usr/local/man'
18158: EXPANDED_PEAR_INSTALLDIR=''
18159: EXPANDED_PHP_CONFIG_FILE_PATH='/usr/local/etc'
18160: EXPANDED_PHP_CONFIG_FILE_SCAN_DIR='/usr/local/etc/php'
18161: EXPANDED_SBINDIR='/usr/local/sbin'
18162: EXPANDED_SYSCONFDIR='/usr/local/etc'
18163: EXTENSION_DIR='/usr/local/lib/php/20100525'
18164: EXTRA_INCLUDES=''
18165: EXTRA_LDFLAGS=' -avoid-version -module -L/usr/local/lib'
18166: EXTRA_LDFLAGS_PROGRAM=' -L/usr/local/lib'
18167: EXTRA_LIBS='-lcrypt -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt -lcrypt '
18168: GREP='/usr/bin/grep'
18169: ICU_CONFIG=''
18170: INCLUDES=' -I/usr/ports/lang/php5/work/php-5.4.3/ext/date/lib -I/usr/ports/lang/php5/work/php-5.4.3/ext/ereg/regex -I/usr/local/include/libxml2 -I/usr/local/include -I$(top_builddir)/TSRM -I$(top_builddir)/Zend'
18171: INCLUDE_PATH='.:/usr/local/share/pear'
18172: INLINE_CFLAGS='-O2 -pipe -fno-strict-aliasing -fvisibility=hidden -prefer-non-pic'
18173: INSTALL_IT='$(mkinstalldirs) $(INSTALL_ROOT)$(prefix)/lib; $(INSTALL) -m 0755 libs/libphp5.so $(INSTALL_ROOT)$(prefix)/lib'
18174: KRB5_CONFIG=''
18175: LDFLAGS=' '
18176: LIBOBJS=''
18177: LIBS=''
18178: LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent --preserve-dup-deps'
18179: LN_S='ln -s'
18180: LTLIBOBJS=''
18181: LTP=''
18182: LTP_GENHTML=''
18183: MYSQL_INCLUDE=''
18184: MYSQL_LIBS=''
18185: MYSQL_MODULE_TYPE=''
18186: NATIVE_RPATHS=' -R/usr/local/lib'
18187: NMEDIT=''
18188: OBJEXT='o'
18189: OCI8_DIR=''
18190: OCI8_ORACLE_VERSION=''
18191: OCI8_SHARED_LIBADD=''
18192: ODBC_INCLUDE=''
18193: ODBC_LFLAGS=''
18194: ODBC_LIBS=''
18195: ODBC_TYPE=''
18196: OPENSSL_INCDIR_OPT=''
18197: PACKAGE_BUGREPORT=''
18198: PACKAGE_NAME=''
18199: PACKAGE_STRING=''
18200: PACKAGE_TARNAME=''
18201: PACKAGE_URL=''
18202: PACKAGE_VERSION=''
18203: PATH_SEPARATOR=':'
18204: PDO_MYSQL_MODULE_TYPE=''
18205: PDO_OCI_DIR=''
18206: PDO_OCI_SHARED_LIBADD=''
18207: PDO_OCI_VERSION=''
18208: PEAR_INSTALLDIR=''
18209: PHP_INSTALLED_SAPIS=' cli embed cgi'
18210: PHP_LDFLAGS=' -L/usr/local/lib'
18211: PHP_LIBS=''
18212: PHP_VERSION='5.4.3'
18213: PHP_VERSION_ID='50403'
18214: PKG_CONFIG=''
18215: PROG_SENDMAIL='/usr/sbin/sendmail'
18216: RANLIB='ranlib'
18217: RE2C='exit 0;'
18218: SED='sed'
18219: SHELL='/bin/sh'
18220: SHLIB_DL_SUFFIX_NAME='so'
18221: SHLIB_SUFFIX_NAME='so'
18222: SNMP_CONFIG=''
18223: STRIP='strip'
18224: YACC='bison -y'
18225: YFLAGS=''
18226: ZEND_EXTRA_LIBS=''
18227: abs_builddir='/usr/ports/lang/php5/work/php-5.4.3'
18228: abs_srcdir='/usr/ports/lang/php5/work/php-5.4.3'
18229: ac_ct_CC=''
18230: ac_ct_CXX=''
18231: bindir='${exec_prefix}/bin'
18232: build='i386-portbld-freebsd10.0'
18233: build_alias='i386-portbld-freebsd10.0'
18234: build_cpu='i386'
18235: build_os='freebsd10.0'
18236: build_vendor='portbld'
18237: datadir='${datarootdir}'
18238: datarootdir='/usr/local/share'
18239: docdir='${datarootdir}/doc/${PACKAGE}'
18240: dvidir='${docdir}'
18241: exec_prefix='${prefix}'
18242: host='i386-portbld-freebsd10.0'
18243: host_alias='i386-portbld-freebsd10.0'
18244: host_cpu='i386'
18245: host_os='freebsd10.0'
18246: host_vendor='portbld'
18247: htmldir='${docdir}'
18248: includedir='${prefix}/include'
18249: infodir='/usr/local/info'
18250: libdir='${exec_prefix}/lib/php'
18251: libexecdir='${exec_prefix}/libexec'
18252: localedir='${datarootdir}/locale'
18253: localstatedir='/var'
18254: mandir='/usr/local/man'
18255: oldincludedir='/usr/include'
18256: pdfdir='${docdir}'
18257: php_abs_top_builddir='/usr/ports/lang/php5/work/php-5.4.3'
18258: php_abs_top_srcdir='/usr/ports/lang/php5/work/php-5.4.3'
18259: php_fpm_group=''
18260: php_fpm_localstatedir=''
18261: php_fpm_prefix=''
18262: php_fpm_sysconfdir=''
18263: php_fpm_user=''
18264: prefix='/usr/local'
18265: program_prefix=''
18266: program_suffix=''
18267: program_transform_name='s,x,x,'
18268: psdir='${docdir}'
18269: sbindir='${exec_prefix}/sbin'
18270: sharedstatedir='${prefix}/com'
18271: sysconfdir='${prefix}/etc'
18272: target='i386-portbld-freebsd10.0'
18273: target_alias=''
18274: target_cpu='i386'
18275: target_os='freebsd10.0'
18276: target_vendor='portbld'
18277:
18278: ## ----------- ##
18279: ## confdefs.h. ##
18280: ## ----------- ##
18281:
18282: /* confdefs.h */
18283: #define PACKAGE_NAME ""
18284: #define PACKAGE_TARNAME ""
18285: #define PACKAGE_VERSION ""
18286: #define PACKAGE_STRING ""
18287: #define PACKAGE_BUGREPORT ""
18288: #define PACKAGE_URL ""
18289: #define STDC_HEADERS 1
18290: #define HAVE_SYS_TYPES_H 1
18291: #define HAVE_SYS_STAT_H 1
18292: #define HAVE_STDLIB_H 1
18293: #define HAVE_STRING_H 1
18294: #define HAVE_MEMORY_H 1
18295: #define HAVE_STRINGS_H 1
18296: #define HAVE_INTTYPES_H 1
18297: #define HAVE_STDINT_H 1
18298: #define HAVE_UNISTD_H 1
18299: #define __EXTENSIONS__ 1
18300: #define _ALL_SOURCE 1
18301: #define _GNU_SOURCE 1
18302: #define _POSIX_PTHREAD_SEMANTICS 1
18303: #define _TANDEM_SOURCE 1
18304: #define HAVE_DEV_URANDOM 1
18305: #define HAVE_SOCKLEN_T 1
18306: #define HAVE_SOCKADDR_UN_SUN_LEN 1
18307: #define PHP_WRITE_STDOUT 1
18308: #define HAVE_SOCKET 1
18309: #define HAVE_SOCKETPAIR 1
18310: #define HAVE_HTONL 1
18311: #define HAVE_GETHOSTNAME 1
18312: #define HAVE_GETHOSTBYADDR 1
18313: #define HAVE_YP_GET_DEFAULT_DOMAIN 1
18314: #define HAVE_DLOPEN 1
18315: #define HAVE_LIBDL 1
18316: #define HAVE_LIBM 1
18317: #define HAVE_INET_ATON 1
18318: #define STDC_HEADERS 1
18319: #define HAVE_DIRENT_H 1
18320: #define HAVE_INTTYPES_H 1
18321: #define HAVE_STDINT_H 1
18322: #define HAVE_DIRENT_H 1
18323: #define HAVE_SYS_PARAM_H 1
18324: #define HAVE_SYS_TYPES_H 1
18325: #define HAVE_SYS_TIME_H 1
18326: #define HAVE_NETINET_IN_H 1
18327: #define HAVE_ARPA_INET_H 1
18328: #define HAVE_ARPA_NAMESER_H 1
18329: #define HAVE_ASSERT_H 1
18330: #define HAVE_FCNTL_H 1
18331: #define HAVE_GRP_H 1
18332: #define HAVE_IEEEFP_H 1
18333: #define HAVE_LANGINFO_H 1
18334: #define HAVE_LIMITS_H 1
18335: #define HAVE_LOCALE_H 1
18336: #define HAVE_MONETARY_H 1
18337: #define HAVE_NETDB_H 1
18338: #define HAVE_PWD_H 1
18339: #define HAVE_RESOLV_H 1
18340: #define HAVE_SIGNAL_H 1
18341: #define HAVE_STDARG_H 1
18342: #define HAVE_STDLIB_H 1
18343: #define HAVE_STRING_H 1
18344: #define HAVE_SYSLOG_H 1
18345: #define HAVE_SYSEXITS_H 1
18346: #define HAVE_SYS_IOCTL_H 1
18347: #define HAVE_SYS_FILE_H 1
18348: #define HAVE_SYS_MMAN_H 1
18349: #define HAVE_SYS_MOUNT_H 1
18350: #define HAVE_SYS_POLL_H 1
18351: #define HAVE_SYS_RESOURCE_H 1
18352: #define HAVE_SYS_SELECT_H 1
18353: #define HAVE_SYS_SOCKET_H 1
18354: #define HAVE_SYS_STAT_H 1
18355: #define HAVE_SYS_STATVFS_H 1
18356: #define HAVE_SYS_WAIT_H 1
18357: #define HAVE_TERMIOS_H 1
18358: #define HAVE_UNISTD_H 1
18359: #define HAVE_UTIME_H 1
18360: #define HAVE_SYS_UTSNAME_H 1
18361: #define HAVE_SYS_IPC_H 1
18362: #define HAVE_DLFCN_H 1
18363: #define HAVE_ASSERT_H 1
18364: #define HAVE_STRUCT_TM_TM_ZONE 1
18365: #define HAVE_TM_ZONE 1
18366: #define MISSING_FCLOSE_DECL 0
18367: #define HAVE_TM_GMTOFF 1
18368: #define HAVE_STRUCT_FLOCK 1
18369: #define HAVE_SOCKLEN_T 1
18370: #define SIZEOF_SIZE_T 4
18371: #define SIZEOF_LONG_LONG 8
18372: #define SIZEOF_LONG_LONG_INT 8
18373: #define SIZEOF_LONG 4
18374: #define SIZEOF_INT 4
18375: #define SIZEOF_INTMAX_T 8
18376: #define HAVE_INTMAX_T 1
18377: #define SIZEOF_SSIZE_T 4
18378: #define HAVE_SSIZE_T 1
18379: #define SIZEOF_PTRDIFF_T 4
18380: #define HAVE_PTRDIFF_T 1
18381: #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
18382: #define HAVE_ST_BLKSIZE 1
18383: #define HAVE_STRUCT_STAT_ST_BLOCKS 1
18384: #define HAVE_ST_BLOCKS 1
18385: #define HAVE_STRUCT_STAT_ST_RDEV 1
18386: #define HAVE_ST_RDEV 1
18387: #define HAVE_SOCKADDR_STORAGE 1
18388: #define HAVE_SOCKADDR_SA_LEN 1
18389: #define HAVE_VPRINTF 1
18390: #define HAVE_ALPHASORT 1
18391: #define HAVE_ASCTIME_R 1
18392: #define HAVE_CHROOT 1
18393: #define HAVE_CTIME_R 1
18394: #define HAVE_FLOCK 1
18395: #define HAVE_FTOK 1
18396: #define HAVE_FUNOPEN 1
18397: #define HAVE_GAI_STRERROR 1
18398: #define HAVE_GETLOADAVG 1
18399: #define HAVE_GETLOGIN 1
18400: #define HAVE_GETPROTOBYNAME 1
18401: #define HAVE_GETPROTOBYNUMBER 1
18402: #define HAVE_GETSERVBYNAME 1
18403: #define HAVE_GETSERVBYPORT 1
18404: #define HAVE_GETHOSTNAME 1
18405: #define HAVE_GETRUSAGE 1
18406: #define HAVE_GETTIMEOFDAY 1
18407: #define HAVE_GMTIME_R 1
18408: #define HAVE_GETPWNAM_R 1
18409: #define HAVE_GETGRNAM_R 1
18410: #define HAVE_GETPWUID_R 1
18411: #define HAVE_GRANTPT 1
18412: #define HAVE_INET_NTOA 1
18413: #define HAVE_INET_NTOP 1
18414: #define HAVE_INET_PTON 1
18415: #define HAVE_ISASCII 1
18416: #define HAVE_LINK 1
18417: #define HAVE_LOCALTIME_R 1
18418: #define HAVE_LOCKF 1
18419: #define HAVE_LCHOWN 1
18420: #define HAVE_LRAND48 1
18421: #define HAVE_MEMCPY 1
18422: #define HAVE_MEMMOVE 1
18423: #define HAVE_MKSTEMP 1
18424: #define HAVE_MMAP 1
18425: #define HAVE_NL_LANGINFO 1
18426: #define HAVE_PERROR 1
18427: #define HAVE_POLL 1
18428: #define HAVE_PTSNAME 1
18429: #define HAVE_PUTENV 1
18430: #define HAVE_REALPATH 1
18431: #define HAVE_RANDOM 1
18432: #define HAVE_RAND_R 1
18433: #define HAVE_SCANDIR 1
18434: #define HAVE_SETITIMER 1
18435: #define HAVE_SETLOCALE 1
18436: #define HAVE_LOCALECONV 1
18437: #define HAVE_SETENV 1
18438: #define HAVE_SETPGID 1
18439: #define HAVE_SETSOCKOPT 1
18440: #define HAVE_SETVBUF 1
18441: #define HAVE_SHUTDOWN 1
18442: #define HAVE_SIN 1
18443: #define HAVE_SNPRINTF 1
18444: #define HAVE_SRAND48 1
18445: #define HAVE_SRANDOM 1
18446: #define HAVE_STATFS 1
18447: #define HAVE_STATVFS 1
18448: #define HAVE_STRCASECMP 1
18449: #define HAVE_STRCOLL 1
18450: #define HAVE_STRDUP 1
18451: #define HAVE_STRERROR 1
18452: #define HAVE_STRFTIME 1
18453: #define HAVE_STRNLEN 1
18454: #define HAVE_STRPTIME 1
18455: #define HAVE_STRSTR 1
18456: #define HAVE_STRTOK_R 1
18457: #define HAVE_SYMLINK 1
18458: #define HAVE_TEMPNAM 1
18459: #define HAVE_TZSET 1
18460: #define HAVE_UNLOCKPT 1
18461: #define HAVE_UNSETENV 1
18462: #define HAVE_USLEEP 1
18463: #define HAVE_UTIME 1
18464: #define HAVE_VSNPRINTF 1
18465: #define HAVE_VASPRINTF 1
18466: #define HAVE_ASPRINTF 1
18467: #define HAVE_NANOSLEEP 1
18468: #define HAVE_NANOSLEEP 1
18469: #define HAVE_GETADDRINFO 1
18470: #define HAVE_SYNC_FETCH_AND_ADD 1
18471: #define HAVE_STRLCAT 1
18472: #define HAVE_STRLCPY 1
18473: #define HAVE_GETOPT 1
18474: #define HAVE_UTIME_H 1
18475: #define HAVE_UTIME_NULL 1
18476: #define HAVE_ALLOCA 1
18477: #define HAVE_DECLARED_TIMEZONE 1
18478: #define HAVE_POSIX_READDIR_R 1
18479: #define PHP_SIGCHILD 0
18480: #define DEFAULT_SHORT_OPEN_TAG "1"
18481: #define HAVE_IPV6 1
18482: #define SIZEOF_LONG 4
18483: #define SIZEOF_INT 4
18484: #define HAVE_INT32_T 1
18485: #define HAVE_UINT32_T 1
18486: #define HAVE_SYS_TYPES_H 1
18487: #define HAVE_INTTYPES_H 1
18488: #define HAVE_STDINT_H 1
18489: #define HAVE_STRING_H 1
18490: #define HAVE_STDLIB_H 1
18491: #define HAVE_STRTOLL 1
18492: #define HAVE_ATOLL 1
18493: #define HAVE_STRFTIME 1
18494: #define HAVE_REGEX_T_RE_MAGIC 1
18495: #define HSREGEX 1
18496: #define REGEX 1
18497: #define HAVE_LIBXML 1
18498: #define HAVE_LIBXML 1
18499: #define HAVE_PCRE 1
18500: #define HAVE_REFLECTION 1
18501: #define HAVE_PACKED_OBJECT_VALUE 1
18502: #define HAVE_SPL 1
18503: #define HAVE_FLUSHIO 1
18504: #define HAVE_CRYPT 1
18505: #define HAVE_ALIGNOF 1
18506: #define HAVE_ATTRIBUTE_ALIGNED 1
18507: #define PHP_USE_PHP_CRYPT_R 1
18508: #define PHP_STD_DES_CRYPT 1
18509: #define PHP_BLOWFISH_CRYPT 1
18510: #define PHP_EXT_DES_CRYPT 1
18511: #define PHP_MD5_CRYPT 1
18512: #define PHP_SHA512_CRYPT 1
18513: #define PHP_SHA256_CRYPT 1
18514: #define HAVE_GETCWD 1
18515: #define HAVE_GETWD 1
18516: #define HAVE_ASINH 1
18517: #define HAVE_ACOSH 1
18518: #define HAVE_ATANH 1
18519: #define HAVE_LOG1P 1
18520: #define HAVE_HYPOT 1
18521: #define HAVE_GLOB 1
18522: #define HAVE_STRFMON 1
18523: #define HAVE_NICE 1
18524: #define HAVE_ISINF 1
18525: #define HAVE_ISNAN 1
18526: #define HAVE_FNMATCH 1
18527: #define HAVE_FORK 1
18528: #define PHP_CAN_SUPPORT_PROC_OPEN 1
18529: #define ENABLE_CHROOT_FUNC 1
18530: #define HAVE_RES_NSEARCH 1
18531: #define HAVE_DN_EXPAND 1
18532: #define HAVE_DN_SKIPNAME 1
18533: #define HAVE_RES_SEARCH 1
18534: #define HAVE_ATOF_ACCEPTS_NAN 1
18535: #define HAVE_ATOF_ACCEPTS_INF 1
18536: #define HAVE_HUGE_VAL_INF 1
18537: #define HAVE_HUGE_VAL_NAN 1
18538: #define HAVE_STRPTIME_DECL_FAILS 1
18539: #define HAVE_WCHAR_H 1
18540: #define HAVE_MBLEN 1
18541: #define HAVE_MBRLEN 1
18542: #define HAVE_MBSINIT 1
18543: #define HAVE_MBSTATE_T 1
18544: #define MYSQLND_COMPRESSION_WANTED 1
18545: #define MYSQLND_SSL_SUPPORTED 1
18546: #define HAVE_INTTYPES_H 1
18547: #define HAVE_STDINT_H 1
18548: #define HAVE_LIMITS_H 1
18549: #define HAVE_STRING_H 1
18550: #define HAVE_UNISTD_H 1
18551: #define HAVE_STDARG_H 1
18552: #define HAVE_SYS_TYPES_H 1
18553: #define HAVE_SYS_TIME_H 1
18554: #define HAVE_SIGNAL_H 1
18555: #define HAVE_STDLIB_H 1
18556: #define HAVE_DLFCN_H 1
18557: #define RETSIGTYPE void
18558: #define ulong unsigned long
18559: #define HAVE_INT32_T 1
18560: #define HAVE_UINT32_T 1
18561: #define HAVE_VPRINTF 1
18562: #define HAVE_ALLOCA 1
18563: #define HAVE_MEMCPY 1
18564: #define HAVE_STRDUP 1
18565: #define HAVE_GETPID 1
18566: #define HAVE_KILL 1
18567: #define HAVE_STRTOD 1
18568: #define HAVE_STRTOL 1
18569: #define HAVE_SIGSETJMP 1
18570: #define ZEND_BROKEN_SPRINTF 0
18571: #define HAVE_ISINF 1
18572: #define HAVE_ISNAN 1
18573: #define HAVE_FPU_INLINE_ASM_X86 1
18574: #define HAVE_DLFCN_H 1
18575: #define ZEND_VM_KIND ZEND_VM_KIND_CALL
18576: #define ZEND_DEBUG 0
18577: #define ZEND_MM_ALIGNMENT 4
18578: #define ZEND_MM_ALIGNMENT_LOG2 2
18579: #define HAVE_MEM_MMAP_ANON 1
18580: #define HAVE_MEM_MMAP_ZERO 1
18581: #define HAVE_SIGACTION 1
18582: #define HAVE_STDARG_H 1
18583: #define HAVE_SIGPROCMASK 1
18584: #define PHP_BUILD_DATE "2012-05-29"
18585: #define PHP_UNAME "FreeBSD elwix.aitnet.org 10.0-CURRENT FreeBSD 10.0-CURRENT #14: Mon May 28 16:02:57 EEST 2012 root@elwix.aitnet.org:/usr/obj/usr/src/sys/GENERIC i386"
18586: #define PHP_OS "FreeBSD"
18587: #define HAVE_BUILD_DEFS_H 1
18588:
18589: configure: exit 0
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>