Annotation of embedaddon/php/config.log, revision 1.1

1.1     ! misho       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.68.  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= --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 #15: Wed Jan 11 15:00:02 EET 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: /opt/ccm/bin
        !            42: PATH: /exports/home/misho/work/burner/bin
        !            43: 
        !            44: 
        !            45: ## ----------- ##
        !            46: ## Core tests. ##
        !            47: ## ----------- ##
        !            48: 
        !            49: configure:3260: checking for grep that handles long lines and -e
        !            50: configure:3318: result: /usr/bin/grep
        !            51: configure:3323: checking for egrep
        !            52: configure:3385: result: /usr/bin/grep -E
        !            53: configure:3390: checking for a sed that does not truncate output
        !            54: configure:3444: result: sed
        !            55: configure:3549: checking build system type
        !            56: configure:3563: result: i386-portbld-freebsd10.0
        !            57: configure:3583: checking host system type
        !            58: configure:3596: result: i386-portbld-freebsd10.0
        !            59: configure:3616: checking target system type
        !            60: configure:3629: result: i386-portbld-freebsd10.0
        !            61: configure:3860: checking for C compiler version
        !            62: configure:3869: 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:3880: $? = 0
        !            69: configure:3869: 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:3880: $? = 0
        !            76: configure:3869: cc -V >&5
        !            77: cc: '-V' option must have argument
        !            78: configure:3880: $? = 1
        !            79: configure:3869: cc -qversion >&5
        !            80: cc: unrecognized option '-qversion'
        !            81: cc: No input files specified
        !            82: configure:3880: $? = 1
        !            83: configure:3900: checking whether the C compiler works
        !            84: configure:3922: cc -O2 -pipe -fno-strict-aliasing   conftest.c  >&5
        !            85: configure:3926: $? = 0
        !            86: configure:3974: result: yes
        !            87: configure:3977: checking for C compiler default output file name
        !            88: configure:3979: result: a.out
        !            89: configure:3985: checking for suffix of executables
        !            90: configure:3992: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c  >&5
        !            91: configure:3996: $? = 0
        !            92: configure:4018: result: 
        !            93: configure:4040: checking whether we are cross compiling
        !            94: configure:4048: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c  >&5
        !            95: configure:4052: $? = 0
        !            96: configure:4059: ./conftest
        !            97: configure:4063: $? = 0
        !            98: configure:4078: result: no
        !            99: configure:4083: checking for suffix of object files
        !           100: configure:4105: cc -c -O2 -pipe -fno-strict-aliasing  conftest.c >&5
        !           101: configure:4109: $? = 0
        !           102: configure:4130: result: o
        !           103: configure:4134: checking whether we are using the GNU C compiler
        !           104: configure:4153: cc -c -O2 -pipe -fno-strict-aliasing  conftest.c >&5
        !           105: configure:4153: $? = 0
        !           106: configure:4162: result: yes
        !           107: configure:4171: checking whether cc accepts -g
        !           108: configure:4191: cc -c -g  conftest.c >&5
        !           109: configure:4191: $? = 0
        !           110: configure:4232: result: yes
        !           111: configure:4249: checking for cc option to accept ISO C89
        !           112: configure:4313: cc  -c -O2 -pipe -fno-strict-aliasing  conftest.c >&5
        !           113: configure:4313: $? = 0
        !           114: configure:4326: result: none needed
        !           115: configure:4352: checking how to run the C preprocessor
        !           116: configure:4422: result: cpp
        !           117: configure:4442: cpp  conftest.c
        !           118: configure:4442: $? = 0
        !           119: configure:4456: cpp  conftest.c
        !           120: conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
        !           121: configure:4456: $? = 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:4487: checking for icc
        !           133: configure:4496: result: no
        !           134: configure:4510: checking for suncc
        !           135: configure:4519: result: no
        !           136: configure:4537: checking whether cc understands -c and -o together
        !           137: configure:4565: cc -c conftest.c -o conftest2.o >&5
        !           138: configure:4569: $? = 0
        !           139: configure:4575: cc -c conftest.c -o conftest2.o >&5
        !           140: configure:4579: $? = 0
        !           141: configure:4634: result: yes
        !           142: configure:4649: checking how to run the C preprocessor
        !           143: configure:4719: result: cpp
        !           144: configure:4739: cpp  conftest.c
        !           145: configure:4739: $? = 0
        !           146: configure:4753: cpp  conftest.c
        !           147: conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
        !           148: configure:4753: $? = 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:4781: checking for ANSI C header files
        !           160: configure:4801: cc -c -O2 -pipe -fno-strict-aliasing  conftest.c >&5
        !           161: configure:4801: $? = 0
        !           162: configure:4874: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c  >&5
        !           163: configure:4874: $? = 0
        !           164: configure:4874: ./conftest
        !           165: configure:4874: $? = 0
        !           166: configure:4885: result: yes
        !           167: configure:4898: checking for sys/types.h
        !           168: configure:4898: cc -c -O2 -pipe -fno-strict-aliasing  conftest.c >&5
        !           169: configure:4898: $? = 0
        !           170: configure:4898: result: yes
        !           171: configure:4898: checking for sys/stat.h
        !           172: configure:4898: cc -c -O2 -pipe -fno-strict-aliasing  conftest.c >&5
        !           173: configure:4898: $? = 0
        !           174: configure:4898: result: yes
        !           175: configure:4898: checking for stdlib.h
        !           176: configure:4898: cc -c -O2 -pipe -fno-strict-aliasing  conftest.c >&5
        !           177: configure:4898: $? = 0
        !           178: configure:4898: result: yes
        !           179: configure:4898: checking for string.h
        !           180: configure:4898: cc -c -O2 -pipe -fno-strict-aliasing  conftest.c >&5
        !           181: configure:4898: $? = 0
        !           182: configure:4898: result: yes
        !           183: configure:4898: checking for memory.h
        !           184: configure:4898: cc -c -O2 -pipe -fno-strict-aliasing  conftest.c >&5
        !           185: configure:4898: $? = 0
        !           186: configure:4898: result: yes
        !           187: configure:4898: checking for strings.h
        !           188: configure:4898: cc -c -O2 -pipe -fno-strict-aliasing  conftest.c >&5
        !           189: configure:4898: $? = 0
        !           190: configure:4898: result: yes
        !           191: configure:4898: checking for inttypes.h
        !           192: configure:4898: cc -c -O2 -pipe -fno-strict-aliasing  conftest.c >&5
        !           193: configure:4898: $? = 0
        !           194: configure:4898: result: yes
        !           195: configure:4898: checking for stdint.h
        !           196: configure:4898: cc -c -O2 -pipe -fno-strict-aliasing  conftest.c >&5
        !           197: configure:4898: $? = 0
        !           198: configure:4898: result: yes
        !           199: configure:4898: checking for unistd.h
        !           200: configure:4898: cc -c -O2 -pipe -fno-strict-aliasing  conftest.c >&5
        !           201: configure:4898: $? = 0
        !           202: configure:4898: result: yes
        !           203: configure:4911: checking minix/config.h usability
        !           204: configure:4911: 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:4911: $? = 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:4911: result: no
        !           261: configure:4911: checking minix/config.h presence
        !           262: configure:4911: cpp  conftest.c
        !           263: conftest.c:19:26: error: minix/config.h: No such file or directory
        !           264: configure:4911: $? = 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:4911: result: no
        !           286: configure:4911: checking for minix/config.h
        !           287: configure:4911: result: no
        !           288: configure:4932: checking whether it is safe to define __EXTENSIONS__
        !           289: configure:4950: cc -c -O2 -pipe -fno-strict-aliasing  conftest.c >&5
        !           290: configure:4950: $? = 0
        !           291: configure:4957: result: yes
        !           292: configure:4972: checking whether ln -s works
        !           293: configure:4976: result: yes
        !           294: configure:4987: checking for system library directory
        !           295: configure:5002: result: lib
        !           296: configure:5011: checking whether to enable runpaths
        !           297: configure:5025: result: yes
        !           298: configure:5032: checking if compiler supports -R
        !           299: configure:5051: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -R /usr/lib  >&5
        !           300: configure:5051: $? = 0
        !           301: configure:5061: result: yes
        !           302: configure:5113: checking for gawk
        !           303: configure:5130: found /usr/X11R6/bin/gawk
        !           304: configure:5141: result: gawk
        !           305: configure:5185: checking for bison
        !           306: configure:5201: found /usr/X11R6/bin/bison
        !           307: configure:5212: result: bison -y
        !           308: configure:5233: checking for bison version
        !           309: configure:5253: result: 2.4.3 (ok)
        !           310: configure:5272: checking for re2c
        !           311: configure:5302: result: no
        !           312: configure:5327: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
        !           313: configure:5348: checking whether to enable computed goto gcc extension with re2c
        !           314: configure:5362: result: no
        !           315: configure:5659: checking whether to force non-PIC code in shared modules
        !           316: configure:5665: result: yes
        !           317: configure:5692: checking whether /dev/urandom exists
        !           318: configure:5698: result: yes
        !           319: configure:6138: result: 
        !           320: configure:6140: result: Configuring SAPI modules
        !           321: configure:6168: checking for AOLserver support
        !           322: configure:6405: result: no
        !           323: configure:6433: checking for Apache 1.x module support via DSO through APXS
        !           324: configure:6745: result: no
        !           325: configure:6771: checking for Apache 1.x module support
        !           326: configure:7631: result: no
        !           327: configure:7643: checking whether to enable Apache charset compatibility option
        !           328: configure:7657: result: no
        !           329: configure:7807: checking for Apache 2.0 filter-module support via DSO through APXS
        !           330: configure:8679: result: no
        !           331: configure:8707: checking for Apache 2.0 handler-module support via DSO through APXS
        !           332: configure:9579: result: no
        !           333: configure:9608: checking for Apache 1.x (hooks) module support via DSO through APXS
        !           334: configure:9920: result: no
        !           335: configure:9946: checking for Apache 1.x (hooks) module support
        !           336: configure:10806: result: no
        !           337: configure:10818: checking whether to enable Apache charset compatibility option
        !           338: configure:10832: result: no
        !           339: configure:10983: checking for Caudium support
        !           340: configure:11319: result: no
        !           341: configure:11345: checking for CLI build
        !           342: configure:11389: result: yes
        !           343: configure:11396: checking for Continuity support
        !           344: configure:11411: result: no
        !           345: configure:11678: checking for embedded SAPI library support
        !           346: configure:11899: result: no
        !           347: configure:11955: checking for FPM build
        !           348: configure:13302: result: no
        !           349: configure:13310: checking for Zeus ISAPI support
        !           350: configure:13325: result: no
        !           351: configure:13564: checking for LiteSpeed support
        !           352: configure:13821: result: no
        !           353: configure:13828: checking for Milter support
        !           354: configure:13843: result: no
        !           355: configure:14121: checking for NSAPI support
        !           356: configure:14136: result: no
        !           357: configure:14429: checking for PHTTPD support
        !           358: configure:14444: result: no
        !           359: configure:14683: checking for Pi3Web support
        !           360: configure:14698: result: no
        !           361: configure:15055: checking whether Roxen module is build using ZTS
        !           362: configure:15069: result: no
        !           363: configure:15076: checking for Roxen/Pike support
        !           364: configure:15334: result: 
        !           365: configure:15361: checking for thttpd
        !           366: configure:15606: result: no
        !           367: configure:15632: checking for TUX
        !           368: configure:15834: result: no
        !           369: configure:15861: checking for webjames
        !           370: configure:16095: result: no
        !           371: configure:16121: checking whether to build CGI binary
        !           372: configure:16124: result: yes
        !           373: configure:16127: checking for socklen_t in sys/socket.h
        !           374: configure:16136: result: yes
        !           375: configure:16148: checking for sun_len in sys/un.h
        !           376: configure:16157: result: yes
        !           377: configure:16169: checking whether cross-process locking is required by accept()
        !           378: configure:16180: result: no
        !           379: configure:16364: checking for chosen SAPI module
        !           380: configure:16366: result: default
        !           381: configure:16386: result: 
        !           382: configure:16388: result: Running system checks
        !           383: configure:16396: checking for sendmail
        !           384: configure:16415: found /usr/sbin/sendmail
        !           385: configure:16427: result: /usr/sbin/sendmail
        !           386: configure:16441: checking whether system uses EBCDIC
        !           387: configure:16460: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c  >&5
        !           388: configure:16460: $? = 0
        !           389: configure:16460: ./conftest
        !           390: configure:16460: $? = 1
        !           391: configure: program exited with status 1
        !           392: configure: failed program was:
        !           393: | /* confdefs.h */
        !           394: | #define PACKAGE_NAME ""
        !           395: | #define PACKAGE_TARNAME ""
        !           396: | #define PACKAGE_VERSION ""
        !           397: | #define PACKAGE_STRING ""
        !           398: | #define PACKAGE_BUGREPORT ""
        !           399: | #define PACKAGE_URL ""
        !           400: | #define STDC_HEADERS 1
        !           401: | #define HAVE_SYS_TYPES_H 1
        !           402: | #define HAVE_SYS_STAT_H 1
        !           403: | #define HAVE_STDLIB_H 1
        !           404: | #define HAVE_STRING_H 1
        !           405: | #define HAVE_MEMORY_H 1
        !           406: | #define HAVE_STRINGS_H 1
        !           407: | #define HAVE_INTTYPES_H 1
        !           408: | #define HAVE_STDINT_H 1
        !           409: | #define HAVE_UNISTD_H 1
        !           410: | #define __EXTENSIONS__ 1
        !           411: | #define _ALL_SOURCE 1
        !           412: | #define _GNU_SOURCE 1
        !           413: | #define _POSIX_PTHREAD_SEMANTICS 1
        !           414: | #define _TANDEM_SOURCE 1
        !           415: | #define HAVE_DEV_URANDOM 1
        !           416: | #define SUHOSIN_PATCH 1
        !           417: | #define HAVE_SOCKLEN_T 1
        !           418: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !           419: | /* end confdefs.h.  */
        !           420: | 
        !           421: | int main(void) {
        !           422: |   return (unsigned char)'A' != (unsigned char)0xC1;
        !           423: | }
        !           424: | 
        !           425: configure:16474: result: no
        !           426: configure:16483: checking whether byte ordering is bigendian
        !           427: configure:16509: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c  >&5
        !           428: configure:16509: $? = 0
        !           429: configure:16509: ./conftest
        !           430: configure:16509: $? = 1
        !           431: configure: program exited with status 1
        !           432: configure: failed program was:
        !           433: | /* confdefs.h */
        !           434: | #define PACKAGE_NAME ""
        !           435: | #define PACKAGE_TARNAME ""
        !           436: | #define PACKAGE_VERSION ""
        !           437: | #define PACKAGE_STRING ""
        !           438: | #define PACKAGE_BUGREPORT ""
        !           439: | #define PACKAGE_URL ""
        !           440: | #define STDC_HEADERS 1
        !           441: | #define HAVE_SYS_TYPES_H 1
        !           442: | #define HAVE_SYS_STAT_H 1
        !           443: | #define HAVE_STDLIB_H 1
        !           444: | #define HAVE_STRING_H 1
        !           445: | #define HAVE_MEMORY_H 1
        !           446: | #define HAVE_STRINGS_H 1
        !           447: | #define HAVE_INTTYPES_H 1
        !           448: | #define HAVE_STDINT_H 1
        !           449: | #define HAVE_UNISTD_H 1
        !           450: | #define __EXTENSIONS__ 1
        !           451: | #define _ALL_SOURCE 1
        !           452: | #define _GNU_SOURCE 1
        !           453: | #define _POSIX_PTHREAD_SEMANTICS 1
        !           454: | #define _TANDEM_SOURCE 1
        !           455: | #define HAVE_DEV_URANDOM 1
        !           456: | #define SUHOSIN_PATCH 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:16520: result: no
        !           474: configure:16530: checking whether writing to stdout works
        !           475: configure:16559: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c  >&5
        !           476: configure:16559: $? = 0
        !           477: configure:16559: ./conftest
        !           478: configure:16559: $? = 0
        !           479: configure:16574: result: yes
        !           480: configure:16629: checking for socket
        !           481: configure:16629: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c  >&5
        !           482: configure:16629: $? = 0
        !           483: configure:16629: result: yes
        !           484: configure:16797: checking for socketpair
        !           485: configure:16797: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c  >&5
        !           486: configure:16797: $? = 0
        !           487: configure:16797: result: yes
        !           488: configure:16965: checking for htonl
        !           489: configure:16965: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c  >&5
        !           490: configure:16965: $? = 0
        !           491: configure:16965: result: yes
        !           492: configure:17133: checking for gethostname
        !           493: configure:17133: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c  >&5
        !           494: configure:17133: $? = 0
        !           495: configure:17133: result: yes
        !           496: configure:17301: checking for gethostbyaddr
        !           497: configure:17301: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c  >&5
        !           498: configure:17301: $? = 0
        !           499: configure:17301: result: yes
        !           500: configure:17469: checking for yp_get_default_domain
        !           501: configure:17469: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c  >&5
        !           502: configure:17469: $? = 0
        !           503: configure:17469: result: yes
        !           504: configure:17638: checking for dlopen
        !           505: configure:17638: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c  >&5
        !           506: configure:17638: $? = 0
        !           507: configure:17638: result: yes
        !           508: configure:17806: checking for sin in -lm
        !           509: configure:17831: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm   >&5
        !           510: conftest.c:44: warning: conflicting types for built-in function 'sin'
        !           511: configure:17831: $? = 0
        !           512: configure:17840: result: yes
        !           513: configure:17857: checking for inet_aton
        !           514: configure:17857: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !           515: configure:17857: $? = 0
        !           516: configure:17857: result: yes
        !           517: configure:18157: checking for ANSI C header files
        !           518: configure:18261: result: yes
        !           519: configure:18272: checking for dirent.h that defines DIR
        !           520: configure:18291: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           521: configure:18291: $? = 0
        !           522: configure:18299: result: yes
        !           523: configure:18312: checking for library containing opendir
        !           524: configure:18343: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !           525: configure:18343: $? = 0
        !           526: configure:18360: result: none required
        !           527: configure:18486: checking for inttypes.h
        !           528: configure:18486: result: yes
        !           529: configure:18486: checking for stdint.h
        !           530: configure:18486: result: yes
        !           531: configure:18486: checking for dirent.h
        !           532: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           533: configure:18486: $? = 0
        !           534: configure:18486: result: yes
        !           535: configure:18486: checking for ApplicationServices/ApplicationServices.h
        !           536: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           537: conftest.c:62:53: error: ApplicationServices/ApplicationServices.h: No such file or directory
        !           538: configure:18486: $? = 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 SUHOSIN_PATCH 1
        !           564: | #define HAVE_SOCKLEN_T 1
        !           565: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !           566: | #define PHP_WRITE_STDOUT 1
        !           567: | #define HAVE_SOCKET 1
        !           568: | #define HAVE_SOCKETPAIR 1
        !           569: | #define HAVE_HTONL 1
        !           570: | #define HAVE_GETHOSTNAME 1
        !           571: | #define HAVE_GETHOSTBYADDR 1
        !           572: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !           573: | #define HAVE_DLOPEN 1
        !           574: | #define HAVE_LIBDL 1
        !           575: | #define HAVE_LIBM 1
        !           576: | #define HAVE_INET_ATON 1
        !           577: | #define STDC_HEADERS 1
        !           578: | #define HAVE_DIRENT_H 1
        !           579: | #define HAVE_INTTYPES_H 1
        !           580: | #define HAVE_STDINT_H 1
        !           581: | #define HAVE_DIRENT_H 1
        !           582: | /* end confdefs.h.  */
        !           583: | 
        !           584: | #ifdef HAVE_SYS_PARAM_H
        !           585: | #include <sys/param.h>
        !           586: | #endif
        !           587: | #ifdef HAVE_SYS_TYPES_H
        !           588: | #include <sys/types.h>
        !           589: | #endif
        !           590: | #ifdef HAVE_SYS_TIME_H
        !           591: | #include <sys/time.h>
        !           592: | #endif
        !           593: | #ifdef HAVE_NETINET_IN_H
        !           594: | #include <netinet/in.h>
        !           595: | #endif
        !           596: | #ifdef HAVE_ARPA_NAMESER_H
        !           597: | #include <arpa/nameser.h>
        !           598: | #endif
        !           599: | 
        !           600: | 
        !           601: | #include <ApplicationServices/ApplicationServices.h>
        !           602: configure:18486: result: no
        !           603: configure:18486: checking for sys/param.h
        !           604: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           605: configure:18486: $? = 0
        !           606: configure:18486: result: yes
        !           607: configure:18486: checking for sys/types.h
        !           608: configure:18486: result: yes
        !           609: configure:18486: checking for sys/time.h
        !           610: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           611: configure:18486: $? = 0
        !           612: configure:18486: result: yes
        !           613: configure:18486: checking for netinet/in.h
        !           614: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           615: configure:18486: $? = 0
        !           616: configure:18486: result: yes
        !           617: configure:18486: checking for alloca.h
        !           618: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           619: conftest.c:66:20: error: alloca.h: No such file or directory
        !           620: configure:18486: $? = 1
        !           621: configure: failed program was:
        !           622: | /* confdefs.h */
        !           623: | #define PACKAGE_NAME ""
        !           624: | #define PACKAGE_TARNAME ""
        !           625: | #define PACKAGE_VERSION ""
        !           626: | #define PACKAGE_STRING ""
        !           627: | #define PACKAGE_BUGREPORT ""
        !           628: | #define PACKAGE_URL ""
        !           629: | #define STDC_HEADERS 1
        !           630: | #define HAVE_SYS_TYPES_H 1
        !           631: | #define HAVE_SYS_STAT_H 1
        !           632: | #define HAVE_STDLIB_H 1
        !           633: | #define HAVE_STRING_H 1
        !           634: | #define HAVE_MEMORY_H 1
        !           635: | #define HAVE_STRINGS_H 1
        !           636: | #define HAVE_INTTYPES_H 1
        !           637: | #define HAVE_STDINT_H 1
        !           638: | #define HAVE_UNISTD_H 1
        !           639: | #define __EXTENSIONS__ 1
        !           640: | #define _ALL_SOURCE 1
        !           641: | #define _GNU_SOURCE 1
        !           642: | #define _POSIX_PTHREAD_SEMANTICS 1
        !           643: | #define _TANDEM_SOURCE 1
        !           644: | #define HAVE_DEV_URANDOM 1
        !           645: | #define SUHOSIN_PATCH 1
        !           646: | #define HAVE_SOCKLEN_T 1
        !           647: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !           648: | #define PHP_WRITE_STDOUT 1
        !           649: | #define HAVE_SOCKET 1
        !           650: | #define HAVE_SOCKETPAIR 1
        !           651: | #define HAVE_HTONL 1
        !           652: | #define HAVE_GETHOSTNAME 1
        !           653: | #define HAVE_GETHOSTBYADDR 1
        !           654: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !           655: | #define HAVE_DLOPEN 1
        !           656: | #define HAVE_LIBDL 1
        !           657: | #define HAVE_LIBM 1
        !           658: | #define HAVE_INET_ATON 1
        !           659: | #define STDC_HEADERS 1
        !           660: | #define HAVE_DIRENT_H 1
        !           661: | #define HAVE_INTTYPES_H 1
        !           662: | #define HAVE_STDINT_H 1
        !           663: | #define HAVE_DIRENT_H 1
        !           664: | #define HAVE_SYS_PARAM_H 1
        !           665: | #define HAVE_SYS_TYPES_H 1
        !           666: | #define HAVE_SYS_TIME_H 1
        !           667: | #define HAVE_NETINET_IN_H 1
        !           668: | /* end confdefs.h.  */
        !           669: | 
        !           670: | #ifdef HAVE_SYS_PARAM_H
        !           671: | #include <sys/param.h>
        !           672: | #endif
        !           673: | #ifdef HAVE_SYS_TYPES_H
        !           674: | #include <sys/types.h>
        !           675: | #endif
        !           676: | #ifdef HAVE_SYS_TIME_H
        !           677: | #include <sys/time.h>
        !           678: | #endif
        !           679: | #ifdef HAVE_NETINET_IN_H
        !           680: | #include <netinet/in.h>
        !           681: | #endif
        !           682: | #ifdef HAVE_ARPA_NAMESER_H
        !           683: | #include <arpa/nameser.h>
        !           684: | #endif
        !           685: | 
        !           686: | 
        !           687: | #include <alloca.h>
        !           688: configure:18486: result: no
        !           689: configure:18486: checking for arpa/inet.h
        !           690: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           691: configure:18486: $? = 0
        !           692: configure:18486: result: yes
        !           693: configure:18486: checking for arpa/nameser.h
        !           694: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           695: configure:18486: $? = 0
        !           696: configure:18486: result: yes
        !           697: configure:18486: checking for assert.h
        !           698: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           699: configure:18486: $? = 0
        !           700: configure:18486: result: yes
        !           701: configure:18486: checking for crypt.h
        !           702: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           703: conftest.c:69:19: error: crypt.h: No such file or directory
        !           704: configure:18486: $? = 1
        !           705: configure: failed program was:
        !           706: | /* confdefs.h */
        !           707: | #define PACKAGE_NAME ""
        !           708: | #define PACKAGE_TARNAME ""
        !           709: | #define PACKAGE_VERSION ""
        !           710: | #define PACKAGE_STRING ""
        !           711: | #define PACKAGE_BUGREPORT ""
        !           712: | #define PACKAGE_URL ""
        !           713: | #define STDC_HEADERS 1
        !           714: | #define HAVE_SYS_TYPES_H 1
        !           715: | #define HAVE_SYS_STAT_H 1
        !           716: | #define HAVE_STDLIB_H 1
        !           717: | #define HAVE_STRING_H 1
        !           718: | #define HAVE_MEMORY_H 1
        !           719: | #define HAVE_STRINGS_H 1
        !           720: | #define HAVE_INTTYPES_H 1
        !           721: | #define HAVE_STDINT_H 1
        !           722: | #define HAVE_UNISTD_H 1
        !           723: | #define __EXTENSIONS__ 1
        !           724: | #define _ALL_SOURCE 1
        !           725: | #define _GNU_SOURCE 1
        !           726: | #define _POSIX_PTHREAD_SEMANTICS 1
        !           727: | #define _TANDEM_SOURCE 1
        !           728: | #define HAVE_DEV_URANDOM 1
        !           729: | #define SUHOSIN_PATCH 1
        !           730: | #define HAVE_SOCKLEN_T 1
        !           731: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !           732: | #define PHP_WRITE_STDOUT 1
        !           733: | #define HAVE_SOCKET 1
        !           734: | #define HAVE_SOCKETPAIR 1
        !           735: | #define HAVE_HTONL 1
        !           736: | #define HAVE_GETHOSTNAME 1
        !           737: | #define HAVE_GETHOSTBYADDR 1
        !           738: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !           739: | #define HAVE_DLOPEN 1
        !           740: | #define HAVE_LIBDL 1
        !           741: | #define HAVE_LIBM 1
        !           742: | #define HAVE_INET_ATON 1
        !           743: | #define STDC_HEADERS 1
        !           744: | #define HAVE_DIRENT_H 1
        !           745: | #define HAVE_INTTYPES_H 1
        !           746: | #define HAVE_STDINT_H 1
        !           747: | #define HAVE_DIRENT_H 1
        !           748: | #define HAVE_SYS_PARAM_H 1
        !           749: | #define HAVE_SYS_TYPES_H 1
        !           750: | #define HAVE_SYS_TIME_H 1
        !           751: | #define HAVE_NETINET_IN_H 1
        !           752: | #define HAVE_ARPA_INET_H 1
        !           753: | #define HAVE_ARPA_NAMESER_H 1
        !           754: | #define HAVE_ASSERT_H 1
        !           755: | /* end confdefs.h.  */
        !           756: | 
        !           757: | #ifdef HAVE_SYS_PARAM_H
        !           758: | #include <sys/param.h>
        !           759: | #endif
        !           760: | #ifdef HAVE_SYS_TYPES_H
        !           761: | #include <sys/types.h>
        !           762: | #endif
        !           763: | #ifdef HAVE_SYS_TIME_H
        !           764: | #include <sys/time.h>
        !           765: | #endif
        !           766: | #ifdef HAVE_NETINET_IN_H
        !           767: | #include <netinet/in.h>
        !           768: | #endif
        !           769: | #ifdef HAVE_ARPA_NAMESER_H
        !           770: | #include <arpa/nameser.h>
        !           771: | #endif
        !           772: | 
        !           773: | 
        !           774: | #include <crypt.h>
        !           775: configure:18486: result: no
        !           776: configure:18486: checking for dns.h
        !           777: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           778: conftest.c:69:17: error: dns.h: No such file or directory
        !           779: configure:18486: $? = 1
        !           780: configure: failed program was:
        !           781: | /* confdefs.h */
        !           782: | #define PACKAGE_NAME ""
        !           783: | #define PACKAGE_TARNAME ""
        !           784: | #define PACKAGE_VERSION ""
        !           785: | #define PACKAGE_STRING ""
        !           786: | #define PACKAGE_BUGREPORT ""
        !           787: | #define PACKAGE_URL ""
        !           788: | #define STDC_HEADERS 1
        !           789: | #define HAVE_SYS_TYPES_H 1
        !           790: | #define HAVE_SYS_STAT_H 1
        !           791: | #define HAVE_STDLIB_H 1
        !           792: | #define HAVE_STRING_H 1
        !           793: | #define HAVE_MEMORY_H 1
        !           794: | #define HAVE_STRINGS_H 1
        !           795: | #define HAVE_INTTYPES_H 1
        !           796: | #define HAVE_STDINT_H 1
        !           797: | #define HAVE_UNISTD_H 1
        !           798: | #define __EXTENSIONS__ 1
        !           799: | #define _ALL_SOURCE 1
        !           800: | #define _GNU_SOURCE 1
        !           801: | #define _POSIX_PTHREAD_SEMANTICS 1
        !           802: | #define _TANDEM_SOURCE 1
        !           803: | #define HAVE_DEV_URANDOM 1
        !           804: | #define SUHOSIN_PATCH 1
        !           805: | #define HAVE_SOCKLEN_T 1
        !           806: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !           807: | #define PHP_WRITE_STDOUT 1
        !           808: | #define HAVE_SOCKET 1
        !           809: | #define HAVE_SOCKETPAIR 1
        !           810: | #define HAVE_HTONL 1
        !           811: | #define HAVE_GETHOSTNAME 1
        !           812: | #define HAVE_GETHOSTBYADDR 1
        !           813: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !           814: | #define HAVE_DLOPEN 1
        !           815: | #define HAVE_LIBDL 1
        !           816: | #define HAVE_LIBM 1
        !           817: | #define HAVE_INET_ATON 1
        !           818: | #define STDC_HEADERS 1
        !           819: | #define HAVE_DIRENT_H 1
        !           820: | #define HAVE_INTTYPES_H 1
        !           821: | #define HAVE_STDINT_H 1
        !           822: | #define HAVE_DIRENT_H 1
        !           823: | #define HAVE_SYS_PARAM_H 1
        !           824: | #define HAVE_SYS_TYPES_H 1
        !           825: | #define HAVE_SYS_TIME_H 1
        !           826: | #define HAVE_NETINET_IN_H 1
        !           827: | #define HAVE_ARPA_INET_H 1
        !           828: | #define HAVE_ARPA_NAMESER_H 1
        !           829: | #define HAVE_ASSERT_H 1
        !           830: | /* end confdefs.h.  */
        !           831: | 
        !           832: | #ifdef HAVE_SYS_PARAM_H
        !           833: | #include <sys/param.h>
        !           834: | #endif
        !           835: | #ifdef HAVE_SYS_TYPES_H
        !           836: | #include <sys/types.h>
        !           837: | #endif
        !           838: | #ifdef HAVE_SYS_TIME_H
        !           839: | #include <sys/time.h>
        !           840: | #endif
        !           841: | #ifdef HAVE_NETINET_IN_H
        !           842: | #include <netinet/in.h>
        !           843: | #endif
        !           844: | #ifdef HAVE_ARPA_NAMESER_H
        !           845: | #include <arpa/nameser.h>
        !           846: | #endif
        !           847: | 
        !           848: | 
        !           849: | #include <dns.h>
        !           850: configure:18486: result: no
        !           851: configure:18486: checking for fcntl.h
        !           852: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           853: configure:18486: $? = 0
        !           854: configure:18486: result: yes
        !           855: configure:18486: checking for grp.h
        !           856: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           857: configure:18486: $? = 0
        !           858: configure:18486: result: yes
        !           859: configure:18486: checking for ieeefp.h
        !           860: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           861: configure:18486: $? = 0
        !           862: configure:18486: result: yes
        !           863: configure:18486: checking for langinfo.h
        !           864: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           865: configure:18486: $? = 0
        !           866: configure:18486: result: yes
        !           867: configure:18486: checking for limits.h
        !           868: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           869: configure:18486: $? = 0
        !           870: configure:18486: result: yes
        !           871: configure:18486: checking for locale.h
        !           872: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           873: configure:18486: $? = 0
        !           874: configure:18486: result: yes
        !           875: configure:18486: checking for monetary.h
        !           876: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           877: configure:18486: $? = 0
        !           878: configure:18486: result: yes
        !           879: configure:18486: checking for netdb.h
        !           880: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           881: configure:18486: $? = 0
        !           882: configure:18486: result: yes
        !           883: configure:18486: checking for pwd.h
        !           884: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           885: configure:18486: $? = 0
        !           886: configure:18486: result: yes
        !           887: configure:18486: checking for resolv.h
        !           888: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           889: configure:18486: $? = 0
        !           890: configure:18486: result: yes
        !           891: configure:18486: checking for signal.h
        !           892: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           893: configure:18486: $? = 0
        !           894: configure:18486: result: yes
        !           895: configure:18486: checking for stdarg.h
        !           896: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           897: configure:18486: $? = 0
        !           898: configure:18486: result: yes
        !           899: configure:18486: checking for stdlib.h
        !           900: configure:18486: result: yes
        !           901: configure:18486: checking for string.h
        !           902: configure:18486: result: yes
        !           903: configure:18486: checking for syslog.h
        !           904: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           905: configure:18486: $? = 0
        !           906: configure:18486: result: yes
        !           907: configure:18486: checking for sysexits.h
        !           908: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           909: configure:18486: $? = 0
        !           910: configure:18486: result: yes
        !           911: configure:18486: checking for sys/ioctl.h
        !           912: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           913: configure:18486: $? = 0
        !           914: configure:18486: result: yes
        !           915: configure:18486: checking for sys/file.h
        !           916: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           917: configure:18486: $? = 0
        !           918: configure:18486: result: yes
        !           919: configure:18486: checking for sys/mman.h
        !           920: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           921: configure:18486: $? = 0
        !           922: configure:18486: result: yes
        !           923: configure:18486: checking for sys/mount.h
        !           924: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           925: configure:18486: $? = 0
        !           926: configure:18486: result: yes
        !           927: configure:18486: checking for sys/poll.h
        !           928: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           929: configure:18486: $? = 0
        !           930: configure:18486: result: yes
        !           931: configure:18486: checking for sys/resource.h
        !           932: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           933: configure:18486: $? = 0
        !           934: configure:18486: result: yes
        !           935: configure:18486: checking for sys/select.h
        !           936: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           937: configure:18486: $? = 0
        !           938: configure:18486: result: yes
        !           939: configure:18486: checking for sys/socket.h
        !           940: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           941: configure:18486: $? = 0
        !           942: configure:18486: result: yes
        !           943: configure:18486: checking for sys/stat.h
        !           944: configure:18486: result: yes
        !           945: configure:18486: checking for sys/statfs.h
        !           946: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !           947: conftest.c:94:24: error: sys/statfs.h: No such file or directory
        !           948: configure:18486: $? = 1
        !           949: configure: failed program was:
        !           950: | /* confdefs.h */
        !           951: | #define PACKAGE_NAME ""
        !           952: | #define PACKAGE_TARNAME ""
        !           953: | #define PACKAGE_VERSION ""
        !           954: | #define PACKAGE_STRING ""
        !           955: | #define PACKAGE_BUGREPORT ""
        !           956: | #define PACKAGE_URL ""
        !           957: | #define STDC_HEADERS 1
        !           958: | #define HAVE_SYS_TYPES_H 1
        !           959: | #define HAVE_SYS_STAT_H 1
        !           960: | #define HAVE_STDLIB_H 1
        !           961: | #define HAVE_STRING_H 1
        !           962: | #define HAVE_MEMORY_H 1
        !           963: | #define HAVE_STRINGS_H 1
        !           964: | #define HAVE_INTTYPES_H 1
        !           965: | #define HAVE_STDINT_H 1
        !           966: | #define HAVE_UNISTD_H 1
        !           967: | #define __EXTENSIONS__ 1
        !           968: | #define _ALL_SOURCE 1
        !           969: | #define _GNU_SOURCE 1
        !           970: | #define _POSIX_PTHREAD_SEMANTICS 1
        !           971: | #define _TANDEM_SOURCE 1
        !           972: | #define HAVE_DEV_URANDOM 1
        !           973: | #define SUHOSIN_PATCH 1
        !           974: | #define HAVE_SOCKLEN_T 1
        !           975: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !           976: | #define PHP_WRITE_STDOUT 1
        !           977: | #define HAVE_SOCKET 1
        !           978: | #define HAVE_SOCKETPAIR 1
        !           979: | #define HAVE_HTONL 1
        !           980: | #define HAVE_GETHOSTNAME 1
        !           981: | #define HAVE_GETHOSTBYADDR 1
        !           982: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !           983: | #define HAVE_DLOPEN 1
        !           984: | #define HAVE_LIBDL 1
        !           985: | #define HAVE_LIBM 1
        !           986: | #define HAVE_INET_ATON 1
        !           987: | #define STDC_HEADERS 1
        !           988: | #define HAVE_DIRENT_H 1
        !           989: | #define HAVE_INTTYPES_H 1
        !           990: | #define HAVE_STDINT_H 1
        !           991: | #define HAVE_DIRENT_H 1
        !           992: | #define HAVE_SYS_PARAM_H 1
        !           993: | #define HAVE_SYS_TYPES_H 1
        !           994: | #define HAVE_SYS_TIME_H 1
        !           995: | #define HAVE_NETINET_IN_H 1
        !           996: | #define HAVE_ARPA_INET_H 1
        !           997: | #define HAVE_ARPA_NAMESER_H 1
        !           998: | #define HAVE_ASSERT_H 1
        !           999: | #define HAVE_FCNTL_H 1
        !          1000: | #define HAVE_GRP_H 1
        !          1001: | #define HAVE_IEEEFP_H 1
        !          1002: | #define HAVE_LANGINFO_H 1
        !          1003: | #define HAVE_LIMITS_H 1
        !          1004: | #define HAVE_LOCALE_H 1
        !          1005: | #define HAVE_MONETARY_H 1
        !          1006: | #define HAVE_NETDB_H 1
        !          1007: | #define HAVE_PWD_H 1
        !          1008: | #define HAVE_RESOLV_H 1
        !          1009: | #define HAVE_SIGNAL_H 1
        !          1010: | #define HAVE_STDARG_H 1
        !          1011: | #define HAVE_STDLIB_H 1
        !          1012: | #define HAVE_STRING_H 1
        !          1013: | #define HAVE_SYSLOG_H 1
        !          1014: | #define HAVE_SYSEXITS_H 1
        !          1015: | #define HAVE_SYS_IOCTL_H 1
        !          1016: | #define HAVE_SYS_FILE_H 1
        !          1017: | #define HAVE_SYS_MMAN_H 1
        !          1018: | #define HAVE_SYS_MOUNT_H 1
        !          1019: | #define HAVE_SYS_POLL_H 1
        !          1020: | #define HAVE_SYS_RESOURCE_H 1
        !          1021: | #define HAVE_SYS_SELECT_H 1
        !          1022: | #define HAVE_SYS_SOCKET_H 1
        !          1023: | #define HAVE_SYS_STAT_H 1
        !          1024: | /* end confdefs.h.  */
        !          1025: | 
        !          1026: | #ifdef HAVE_SYS_PARAM_H
        !          1027: | #include <sys/param.h>
        !          1028: | #endif
        !          1029: | #ifdef HAVE_SYS_TYPES_H
        !          1030: | #include <sys/types.h>
        !          1031: | #endif
        !          1032: | #ifdef HAVE_SYS_TIME_H
        !          1033: | #include <sys/time.h>
        !          1034: | #endif
        !          1035: | #ifdef HAVE_NETINET_IN_H
        !          1036: | #include <netinet/in.h>
        !          1037: | #endif
        !          1038: | #ifdef HAVE_ARPA_NAMESER_H
        !          1039: | #include <arpa/nameser.h>
        !          1040: | #endif
        !          1041: | 
        !          1042: | 
        !          1043: | #include <sys/statfs.h>
        !          1044: configure:18486: result: no
        !          1045: configure:18486: checking for sys/statvfs.h
        !          1046: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1047: configure:18486: $? = 0
        !          1048: configure:18486: result: yes
        !          1049: configure:18486: checking for sys/vfs.h
        !          1050: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1051: conftest.c:95:21: error: sys/vfs.h: No such file or directory
        !          1052: configure:18486: $? = 1
        !          1053: configure: failed program was:
        !          1054: | /* confdefs.h */
        !          1055: | #define PACKAGE_NAME ""
        !          1056: | #define PACKAGE_TARNAME ""
        !          1057: | #define PACKAGE_VERSION ""
        !          1058: | #define PACKAGE_STRING ""
        !          1059: | #define PACKAGE_BUGREPORT ""
        !          1060: | #define PACKAGE_URL ""
        !          1061: | #define STDC_HEADERS 1
        !          1062: | #define HAVE_SYS_TYPES_H 1
        !          1063: | #define HAVE_SYS_STAT_H 1
        !          1064: | #define HAVE_STDLIB_H 1
        !          1065: | #define HAVE_STRING_H 1
        !          1066: | #define HAVE_MEMORY_H 1
        !          1067: | #define HAVE_STRINGS_H 1
        !          1068: | #define HAVE_INTTYPES_H 1
        !          1069: | #define HAVE_STDINT_H 1
        !          1070: | #define HAVE_UNISTD_H 1
        !          1071: | #define __EXTENSIONS__ 1
        !          1072: | #define _ALL_SOURCE 1
        !          1073: | #define _GNU_SOURCE 1
        !          1074: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          1075: | #define _TANDEM_SOURCE 1
        !          1076: | #define HAVE_DEV_URANDOM 1
        !          1077: | #define SUHOSIN_PATCH 1
        !          1078: | #define HAVE_SOCKLEN_T 1
        !          1079: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          1080: | #define PHP_WRITE_STDOUT 1
        !          1081: | #define HAVE_SOCKET 1
        !          1082: | #define HAVE_SOCKETPAIR 1
        !          1083: | #define HAVE_HTONL 1
        !          1084: | #define HAVE_GETHOSTNAME 1
        !          1085: | #define HAVE_GETHOSTBYADDR 1
        !          1086: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          1087: | #define HAVE_DLOPEN 1
        !          1088: | #define HAVE_LIBDL 1
        !          1089: | #define HAVE_LIBM 1
        !          1090: | #define HAVE_INET_ATON 1
        !          1091: | #define STDC_HEADERS 1
        !          1092: | #define HAVE_DIRENT_H 1
        !          1093: | #define HAVE_INTTYPES_H 1
        !          1094: | #define HAVE_STDINT_H 1
        !          1095: | #define HAVE_DIRENT_H 1
        !          1096: | #define HAVE_SYS_PARAM_H 1
        !          1097: | #define HAVE_SYS_TYPES_H 1
        !          1098: | #define HAVE_SYS_TIME_H 1
        !          1099: | #define HAVE_NETINET_IN_H 1
        !          1100: | #define HAVE_ARPA_INET_H 1
        !          1101: | #define HAVE_ARPA_NAMESER_H 1
        !          1102: | #define HAVE_ASSERT_H 1
        !          1103: | #define HAVE_FCNTL_H 1
        !          1104: | #define HAVE_GRP_H 1
        !          1105: | #define HAVE_IEEEFP_H 1
        !          1106: | #define HAVE_LANGINFO_H 1
        !          1107: | #define HAVE_LIMITS_H 1
        !          1108: | #define HAVE_LOCALE_H 1
        !          1109: | #define HAVE_MONETARY_H 1
        !          1110: | #define HAVE_NETDB_H 1
        !          1111: | #define HAVE_PWD_H 1
        !          1112: | #define HAVE_RESOLV_H 1
        !          1113: | #define HAVE_SIGNAL_H 1
        !          1114: | #define HAVE_STDARG_H 1
        !          1115: | #define HAVE_STDLIB_H 1
        !          1116: | #define HAVE_STRING_H 1
        !          1117: | #define HAVE_SYSLOG_H 1
        !          1118: | #define HAVE_SYSEXITS_H 1
        !          1119: | #define HAVE_SYS_IOCTL_H 1
        !          1120: | #define HAVE_SYS_FILE_H 1
        !          1121: | #define HAVE_SYS_MMAN_H 1
        !          1122: | #define HAVE_SYS_MOUNT_H 1
        !          1123: | #define HAVE_SYS_POLL_H 1
        !          1124: | #define HAVE_SYS_RESOURCE_H 1
        !          1125: | #define HAVE_SYS_SELECT_H 1
        !          1126: | #define HAVE_SYS_SOCKET_H 1
        !          1127: | #define HAVE_SYS_STAT_H 1
        !          1128: | #define HAVE_SYS_STATVFS_H 1
        !          1129: | /* end confdefs.h.  */
        !          1130: | 
        !          1131: | #ifdef HAVE_SYS_PARAM_H
        !          1132: | #include <sys/param.h>
        !          1133: | #endif
        !          1134: | #ifdef HAVE_SYS_TYPES_H
        !          1135: | #include <sys/types.h>
        !          1136: | #endif
        !          1137: | #ifdef HAVE_SYS_TIME_H
        !          1138: | #include <sys/time.h>
        !          1139: | #endif
        !          1140: | #ifdef HAVE_NETINET_IN_H
        !          1141: | #include <netinet/in.h>
        !          1142: | #endif
        !          1143: | #ifdef HAVE_ARPA_NAMESER_H
        !          1144: | #include <arpa/nameser.h>
        !          1145: | #endif
        !          1146: | 
        !          1147: | 
        !          1148: | #include <sys/vfs.h>
        !          1149: configure:18486: result: no
        !          1150: configure:18486: checking for sys/sysexits.h
        !          1151: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1152: conftest.c:95:26: error: sys/sysexits.h: No such file or directory
        !          1153: configure:18486: $? = 1
        !          1154: configure: failed program was:
        !          1155: | /* confdefs.h */
        !          1156: | #define PACKAGE_NAME ""
        !          1157: | #define PACKAGE_TARNAME ""
        !          1158: | #define PACKAGE_VERSION ""
        !          1159: | #define PACKAGE_STRING ""
        !          1160: | #define PACKAGE_BUGREPORT ""
        !          1161: | #define PACKAGE_URL ""
        !          1162: | #define STDC_HEADERS 1
        !          1163: | #define HAVE_SYS_TYPES_H 1
        !          1164: | #define HAVE_SYS_STAT_H 1
        !          1165: | #define HAVE_STDLIB_H 1
        !          1166: | #define HAVE_STRING_H 1
        !          1167: | #define HAVE_MEMORY_H 1
        !          1168: | #define HAVE_STRINGS_H 1
        !          1169: | #define HAVE_INTTYPES_H 1
        !          1170: | #define HAVE_STDINT_H 1
        !          1171: | #define HAVE_UNISTD_H 1
        !          1172: | #define __EXTENSIONS__ 1
        !          1173: | #define _ALL_SOURCE 1
        !          1174: | #define _GNU_SOURCE 1
        !          1175: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          1176: | #define _TANDEM_SOURCE 1
        !          1177: | #define HAVE_DEV_URANDOM 1
        !          1178: | #define SUHOSIN_PATCH 1
        !          1179: | #define HAVE_SOCKLEN_T 1
        !          1180: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          1181: | #define PHP_WRITE_STDOUT 1
        !          1182: | #define HAVE_SOCKET 1
        !          1183: | #define HAVE_SOCKETPAIR 1
        !          1184: | #define HAVE_HTONL 1
        !          1185: | #define HAVE_GETHOSTNAME 1
        !          1186: | #define HAVE_GETHOSTBYADDR 1
        !          1187: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          1188: | #define HAVE_DLOPEN 1
        !          1189: | #define HAVE_LIBDL 1
        !          1190: | #define HAVE_LIBM 1
        !          1191: | #define HAVE_INET_ATON 1
        !          1192: | #define STDC_HEADERS 1
        !          1193: | #define HAVE_DIRENT_H 1
        !          1194: | #define HAVE_INTTYPES_H 1
        !          1195: | #define HAVE_STDINT_H 1
        !          1196: | #define HAVE_DIRENT_H 1
        !          1197: | #define HAVE_SYS_PARAM_H 1
        !          1198: | #define HAVE_SYS_TYPES_H 1
        !          1199: | #define HAVE_SYS_TIME_H 1
        !          1200: | #define HAVE_NETINET_IN_H 1
        !          1201: | #define HAVE_ARPA_INET_H 1
        !          1202: | #define HAVE_ARPA_NAMESER_H 1
        !          1203: | #define HAVE_ASSERT_H 1
        !          1204: | #define HAVE_FCNTL_H 1
        !          1205: | #define HAVE_GRP_H 1
        !          1206: | #define HAVE_IEEEFP_H 1
        !          1207: | #define HAVE_LANGINFO_H 1
        !          1208: | #define HAVE_LIMITS_H 1
        !          1209: | #define HAVE_LOCALE_H 1
        !          1210: | #define HAVE_MONETARY_H 1
        !          1211: | #define HAVE_NETDB_H 1
        !          1212: | #define HAVE_PWD_H 1
        !          1213: | #define HAVE_RESOLV_H 1
        !          1214: | #define HAVE_SIGNAL_H 1
        !          1215: | #define HAVE_STDARG_H 1
        !          1216: | #define HAVE_STDLIB_H 1
        !          1217: | #define HAVE_STRING_H 1
        !          1218: | #define HAVE_SYSLOG_H 1
        !          1219: | #define HAVE_SYSEXITS_H 1
        !          1220: | #define HAVE_SYS_IOCTL_H 1
        !          1221: | #define HAVE_SYS_FILE_H 1
        !          1222: | #define HAVE_SYS_MMAN_H 1
        !          1223: | #define HAVE_SYS_MOUNT_H 1
        !          1224: | #define HAVE_SYS_POLL_H 1
        !          1225: | #define HAVE_SYS_RESOURCE_H 1
        !          1226: | #define HAVE_SYS_SELECT_H 1
        !          1227: | #define HAVE_SYS_SOCKET_H 1
        !          1228: | #define HAVE_SYS_STAT_H 1
        !          1229: | #define HAVE_SYS_STATVFS_H 1
        !          1230: | /* end confdefs.h.  */
        !          1231: | 
        !          1232: | #ifdef HAVE_SYS_PARAM_H
        !          1233: | #include <sys/param.h>
        !          1234: | #endif
        !          1235: | #ifdef HAVE_SYS_TYPES_H
        !          1236: | #include <sys/types.h>
        !          1237: | #endif
        !          1238: | #ifdef HAVE_SYS_TIME_H
        !          1239: | #include <sys/time.h>
        !          1240: | #endif
        !          1241: | #ifdef HAVE_NETINET_IN_H
        !          1242: | #include <netinet/in.h>
        !          1243: | #endif
        !          1244: | #ifdef HAVE_ARPA_NAMESER_H
        !          1245: | #include <arpa/nameser.h>
        !          1246: | #endif
        !          1247: | 
        !          1248: | 
        !          1249: | #include <sys/sysexits.h>
        !          1250: configure:18486: result: no
        !          1251: configure:18486: checking for sys/varargs.h
        !          1252: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1253: conftest.c:95:25: error: sys/varargs.h: No such file or directory
        !          1254: configure:18486: $? = 1
        !          1255: configure: failed program was:
        !          1256: | /* confdefs.h */
        !          1257: | #define PACKAGE_NAME ""
        !          1258: | #define PACKAGE_TARNAME ""
        !          1259: | #define PACKAGE_VERSION ""
        !          1260: | #define PACKAGE_STRING ""
        !          1261: | #define PACKAGE_BUGREPORT ""
        !          1262: | #define PACKAGE_URL ""
        !          1263: | #define STDC_HEADERS 1
        !          1264: | #define HAVE_SYS_TYPES_H 1
        !          1265: | #define HAVE_SYS_STAT_H 1
        !          1266: | #define HAVE_STDLIB_H 1
        !          1267: | #define HAVE_STRING_H 1
        !          1268: | #define HAVE_MEMORY_H 1
        !          1269: | #define HAVE_STRINGS_H 1
        !          1270: | #define HAVE_INTTYPES_H 1
        !          1271: | #define HAVE_STDINT_H 1
        !          1272: | #define HAVE_UNISTD_H 1
        !          1273: | #define __EXTENSIONS__ 1
        !          1274: | #define _ALL_SOURCE 1
        !          1275: | #define _GNU_SOURCE 1
        !          1276: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          1277: | #define _TANDEM_SOURCE 1
        !          1278: | #define HAVE_DEV_URANDOM 1
        !          1279: | #define SUHOSIN_PATCH 1
        !          1280: | #define HAVE_SOCKLEN_T 1
        !          1281: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          1282: | #define PHP_WRITE_STDOUT 1
        !          1283: | #define HAVE_SOCKET 1
        !          1284: | #define HAVE_SOCKETPAIR 1
        !          1285: | #define HAVE_HTONL 1
        !          1286: | #define HAVE_GETHOSTNAME 1
        !          1287: | #define HAVE_GETHOSTBYADDR 1
        !          1288: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          1289: | #define HAVE_DLOPEN 1
        !          1290: | #define HAVE_LIBDL 1
        !          1291: | #define HAVE_LIBM 1
        !          1292: | #define HAVE_INET_ATON 1
        !          1293: | #define STDC_HEADERS 1
        !          1294: | #define HAVE_DIRENT_H 1
        !          1295: | #define HAVE_INTTYPES_H 1
        !          1296: | #define HAVE_STDINT_H 1
        !          1297: | #define HAVE_DIRENT_H 1
        !          1298: | #define HAVE_SYS_PARAM_H 1
        !          1299: | #define HAVE_SYS_TYPES_H 1
        !          1300: | #define HAVE_SYS_TIME_H 1
        !          1301: | #define HAVE_NETINET_IN_H 1
        !          1302: | #define HAVE_ARPA_INET_H 1
        !          1303: | #define HAVE_ARPA_NAMESER_H 1
        !          1304: | #define HAVE_ASSERT_H 1
        !          1305: | #define HAVE_FCNTL_H 1
        !          1306: | #define HAVE_GRP_H 1
        !          1307: | #define HAVE_IEEEFP_H 1
        !          1308: | #define HAVE_LANGINFO_H 1
        !          1309: | #define HAVE_LIMITS_H 1
        !          1310: | #define HAVE_LOCALE_H 1
        !          1311: | #define HAVE_MONETARY_H 1
        !          1312: | #define HAVE_NETDB_H 1
        !          1313: | #define HAVE_PWD_H 1
        !          1314: | #define HAVE_RESOLV_H 1
        !          1315: | #define HAVE_SIGNAL_H 1
        !          1316: | #define HAVE_STDARG_H 1
        !          1317: | #define HAVE_STDLIB_H 1
        !          1318: | #define HAVE_STRING_H 1
        !          1319: | #define HAVE_SYSLOG_H 1
        !          1320: | #define HAVE_SYSEXITS_H 1
        !          1321: | #define HAVE_SYS_IOCTL_H 1
        !          1322: | #define HAVE_SYS_FILE_H 1
        !          1323: | #define HAVE_SYS_MMAN_H 1
        !          1324: | #define HAVE_SYS_MOUNT_H 1
        !          1325: | #define HAVE_SYS_POLL_H 1
        !          1326: | #define HAVE_SYS_RESOURCE_H 1
        !          1327: | #define HAVE_SYS_SELECT_H 1
        !          1328: | #define HAVE_SYS_SOCKET_H 1
        !          1329: | #define HAVE_SYS_STAT_H 1
        !          1330: | #define HAVE_SYS_STATVFS_H 1
        !          1331: | /* end confdefs.h.  */
        !          1332: | 
        !          1333: | #ifdef HAVE_SYS_PARAM_H
        !          1334: | #include <sys/param.h>
        !          1335: | #endif
        !          1336: | #ifdef HAVE_SYS_TYPES_H
        !          1337: | #include <sys/types.h>
        !          1338: | #endif
        !          1339: | #ifdef HAVE_SYS_TIME_H
        !          1340: | #include <sys/time.h>
        !          1341: | #endif
        !          1342: | #ifdef HAVE_NETINET_IN_H
        !          1343: | #include <netinet/in.h>
        !          1344: | #endif
        !          1345: | #ifdef HAVE_ARPA_NAMESER_H
        !          1346: | #include <arpa/nameser.h>
        !          1347: | #endif
        !          1348: | 
        !          1349: | 
        !          1350: | #include <sys/varargs.h>
        !          1351: configure:18486: result: no
        !          1352: configure:18486: checking for sys/wait.h
        !          1353: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1354: configure:18486: $? = 0
        !          1355: configure:18486: result: yes
        !          1356: configure:18486: checking for sys/loadavg.h
        !          1357: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1358: conftest.c:96:25: error: sys/loadavg.h: No such file or directory
        !          1359: configure:18486: $? = 1
        !          1360: configure: failed program was:
        !          1361: | /* confdefs.h */
        !          1362: | #define PACKAGE_NAME ""
        !          1363: | #define PACKAGE_TARNAME ""
        !          1364: | #define PACKAGE_VERSION ""
        !          1365: | #define PACKAGE_STRING ""
        !          1366: | #define PACKAGE_BUGREPORT ""
        !          1367: | #define PACKAGE_URL ""
        !          1368: | #define STDC_HEADERS 1
        !          1369: | #define HAVE_SYS_TYPES_H 1
        !          1370: | #define HAVE_SYS_STAT_H 1
        !          1371: | #define HAVE_STDLIB_H 1
        !          1372: | #define HAVE_STRING_H 1
        !          1373: | #define HAVE_MEMORY_H 1
        !          1374: | #define HAVE_STRINGS_H 1
        !          1375: | #define HAVE_INTTYPES_H 1
        !          1376: | #define HAVE_STDINT_H 1
        !          1377: | #define HAVE_UNISTD_H 1
        !          1378: | #define __EXTENSIONS__ 1
        !          1379: | #define _ALL_SOURCE 1
        !          1380: | #define _GNU_SOURCE 1
        !          1381: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          1382: | #define _TANDEM_SOURCE 1
        !          1383: | #define HAVE_DEV_URANDOM 1
        !          1384: | #define SUHOSIN_PATCH 1
        !          1385: | #define HAVE_SOCKLEN_T 1
        !          1386: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          1387: | #define PHP_WRITE_STDOUT 1
        !          1388: | #define HAVE_SOCKET 1
        !          1389: | #define HAVE_SOCKETPAIR 1
        !          1390: | #define HAVE_HTONL 1
        !          1391: | #define HAVE_GETHOSTNAME 1
        !          1392: | #define HAVE_GETHOSTBYADDR 1
        !          1393: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          1394: | #define HAVE_DLOPEN 1
        !          1395: | #define HAVE_LIBDL 1
        !          1396: | #define HAVE_LIBM 1
        !          1397: | #define HAVE_INET_ATON 1
        !          1398: | #define STDC_HEADERS 1
        !          1399: | #define HAVE_DIRENT_H 1
        !          1400: | #define HAVE_INTTYPES_H 1
        !          1401: | #define HAVE_STDINT_H 1
        !          1402: | #define HAVE_DIRENT_H 1
        !          1403: | #define HAVE_SYS_PARAM_H 1
        !          1404: | #define HAVE_SYS_TYPES_H 1
        !          1405: | #define HAVE_SYS_TIME_H 1
        !          1406: | #define HAVE_NETINET_IN_H 1
        !          1407: | #define HAVE_ARPA_INET_H 1
        !          1408: | #define HAVE_ARPA_NAMESER_H 1
        !          1409: | #define HAVE_ASSERT_H 1
        !          1410: | #define HAVE_FCNTL_H 1
        !          1411: | #define HAVE_GRP_H 1
        !          1412: | #define HAVE_IEEEFP_H 1
        !          1413: | #define HAVE_LANGINFO_H 1
        !          1414: | #define HAVE_LIMITS_H 1
        !          1415: | #define HAVE_LOCALE_H 1
        !          1416: | #define HAVE_MONETARY_H 1
        !          1417: | #define HAVE_NETDB_H 1
        !          1418: | #define HAVE_PWD_H 1
        !          1419: | #define HAVE_RESOLV_H 1
        !          1420: | #define HAVE_SIGNAL_H 1
        !          1421: | #define HAVE_STDARG_H 1
        !          1422: | #define HAVE_STDLIB_H 1
        !          1423: | #define HAVE_STRING_H 1
        !          1424: | #define HAVE_SYSLOG_H 1
        !          1425: | #define HAVE_SYSEXITS_H 1
        !          1426: | #define HAVE_SYS_IOCTL_H 1
        !          1427: | #define HAVE_SYS_FILE_H 1
        !          1428: | #define HAVE_SYS_MMAN_H 1
        !          1429: | #define HAVE_SYS_MOUNT_H 1
        !          1430: | #define HAVE_SYS_POLL_H 1
        !          1431: | #define HAVE_SYS_RESOURCE_H 1
        !          1432: | #define HAVE_SYS_SELECT_H 1
        !          1433: | #define HAVE_SYS_SOCKET_H 1
        !          1434: | #define HAVE_SYS_STAT_H 1
        !          1435: | #define HAVE_SYS_STATVFS_H 1
        !          1436: | #define HAVE_SYS_WAIT_H 1
        !          1437: | /* end confdefs.h.  */
        !          1438: | 
        !          1439: | #ifdef HAVE_SYS_PARAM_H
        !          1440: | #include <sys/param.h>
        !          1441: | #endif
        !          1442: | #ifdef HAVE_SYS_TYPES_H
        !          1443: | #include <sys/types.h>
        !          1444: | #endif
        !          1445: | #ifdef HAVE_SYS_TIME_H
        !          1446: | #include <sys/time.h>
        !          1447: | #endif
        !          1448: | #ifdef HAVE_NETINET_IN_H
        !          1449: | #include <netinet/in.h>
        !          1450: | #endif
        !          1451: | #ifdef HAVE_ARPA_NAMESER_H
        !          1452: | #include <arpa/nameser.h>
        !          1453: | #endif
        !          1454: | 
        !          1455: | 
        !          1456: | #include <sys/loadavg.h>
        !          1457: configure:18486: result: no
        !          1458: configure:18486: checking for termios.h
        !          1459: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1460: configure:18486: $? = 0
        !          1461: configure:18486: result: yes
        !          1462: configure:18486: checking for unistd.h
        !          1463: configure:18486: result: yes
        !          1464: configure:18486: checking for unix.h
        !          1465: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1466: conftest.c:98:18: error: unix.h: No such file or directory
        !          1467: configure:18486: $? = 1
        !          1468: configure: failed program was:
        !          1469: | /* confdefs.h */
        !          1470: | #define PACKAGE_NAME ""
        !          1471: | #define PACKAGE_TARNAME ""
        !          1472: | #define PACKAGE_VERSION ""
        !          1473: | #define PACKAGE_STRING ""
        !          1474: | #define PACKAGE_BUGREPORT ""
        !          1475: | #define PACKAGE_URL ""
        !          1476: | #define STDC_HEADERS 1
        !          1477: | #define HAVE_SYS_TYPES_H 1
        !          1478: | #define HAVE_SYS_STAT_H 1
        !          1479: | #define HAVE_STDLIB_H 1
        !          1480: | #define HAVE_STRING_H 1
        !          1481: | #define HAVE_MEMORY_H 1
        !          1482: | #define HAVE_STRINGS_H 1
        !          1483: | #define HAVE_INTTYPES_H 1
        !          1484: | #define HAVE_STDINT_H 1
        !          1485: | #define HAVE_UNISTD_H 1
        !          1486: | #define __EXTENSIONS__ 1
        !          1487: | #define _ALL_SOURCE 1
        !          1488: | #define _GNU_SOURCE 1
        !          1489: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          1490: | #define _TANDEM_SOURCE 1
        !          1491: | #define HAVE_DEV_URANDOM 1
        !          1492: | #define SUHOSIN_PATCH 1
        !          1493: | #define HAVE_SOCKLEN_T 1
        !          1494: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          1495: | #define PHP_WRITE_STDOUT 1
        !          1496: | #define HAVE_SOCKET 1
        !          1497: | #define HAVE_SOCKETPAIR 1
        !          1498: | #define HAVE_HTONL 1
        !          1499: | #define HAVE_GETHOSTNAME 1
        !          1500: | #define HAVE_GETHOSTBYADDR 1
        !          1501: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          1502: | #define HAVE_DLOPEN 1
        !          1503: | #define HAVE_LIBDL 1
        !          1504: | #define HAVE_LIBM 1
        !          1505: | #define HAVE_INET_ATON 1
        !          1506: | #define STDC_HEADERS 1
        !          1507: | #define HAVE_DIRENT_H 1
        !          1508: | #define HAVE_INTTYPES_H 1
        !          1509: | #define HAVE_STDINT_H 1
        !          1510: | #define HAVE_DIRENT_H 1
        !          1511: | #define HAVE_SYS_PARAM_H 1
        !          1512: | #define HAVE_SYS_TYPES_H 1
        !          1513: | #define HAVE_SYS_TIME_H 1
        !          1514: | #define HAVE_NETINET_IN_H 1
        !          1515: | #define HAVE_ARPA_INET_H 1
        !          1516: | #define HAVE_ARPA_NAMESER_H 1
        !          1517: | #define HAVE_ASSERT_H 1
        !          1518: | #define HAVE_FCNTL_H 1
        !          1519: | #define HAVE_GRP_H 1
        !          1520: | #define HAVE_IEEEFP_H 1
        !          1521: | #define HAVE_LANGINFO_H 1
        !          1522: | #define HAVE_LIMITS_H 1
        !          1523: | #define HAVE_LOCALE_H 1
        !          1524: | #define HAVE_MONETARY_H 1
        !          1525: | #define HAVE_NETDB_H 1
        !          1526: | #define HAVE_PWD_H 1
        !          1527: | #define HAVE_RESOLV_H 1
        !          1528: | #define HAVE_SIGNAL_H 1
        !          1529: | #define HAVE_STDARG_H 1
        !          1530: | #define HAVE_STDLIB_H 1
        !          1531: | #define HAVE_STRING_H 1
        !          1532: | #define HAVE_SYSLOG_H 1
        !          1533: | #define HAVE_SYSEXITS_H 1
        !          1534: | #define HAVE_SYS_IOCTL_H 1
        !          1535: | #define HAVE_SYS_FILE_H 1
        !          1536: | #define HAVE_SYS_MMAN_H 1
        !          1537: | #define HAVE_SYS_MOUNT_H 1
        !          1538: | #define HAVE_SYS_POLL_H 1
        !          1539: | #define HAVE_SYS_RESOURCE_H 1
        !          1540: | #define HAVE_SYS_SELECT_H 1
        !          1541: | #define HAVE_SYS_SOCKET_H 1
        !          1542: | #define HAVE_SYS_STAT_H 1
        !          1543: | #define HAVE_SYS_STATVFS_H 1
        !          1544: | #define HAVE_SYS_WAIT_H 1
        !          1545: | #define HAVE_TERMIOS_H 1
        !          1546: | #define HAVE_UNISTD_H 1
        !          1547: | /* end confdefs.h.  */
        !          1548: | 
        !          1549: | #ifdef HAVE_SYS_PARAM_H
        !          1550: | #include <sys/param.h>
        !          1551: | #endif
        !          1552: | #ifdef HAVE_SYS_TYPES_H
        !          1553: | #include <sys/types.h>
        !          1554: | #endif
        !          1555: | #ifdef HAVE_SYS_TIME_H
        !          1556: | #include <sys/time.h>
        !          1557: | #endif
        !          1558: | #ifdef HAVE_NETINET_IN_H
        !          1559: | #include <netinet/in.h>
        !          1560: | #endif
        !          1561: | #ifdef HAVE_ARPA_NAMESER_H
        !          1562: | #include <arpa/nameser.h>
        !          1563: | #endif
        !          1564: | 
        !          1565: | 
        !          1566: | #include <unix.h>
        !          1567: configure:18486: result: no
        !          1568: configure:18486: checking for utime.h
        !          1569: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1570: configure:18486: $? = 0
        !          1571: configure:18486: result: yes
        !          1572: configure:18486: checking for sys/utsname.h
        !          1573: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1574: configure:18486: $? = 0
        !          1575: configure:18486: result: yes
        !          1576: configure:18486: checking for sys/ipc.h
        !          1577: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1578: configure:18486: $? = 0
        !          1579: configure:18486: result: yes
        !          1580: configure:18486: checking for dlfcn.h
        !          1581: configure:18486: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1582: configure:18486: $? = 0
        !          1583: configure:18486: result: yes
        !          1584: configure:18486: checking for assert.h
        !          1585: configure:18486: result: yes
        !          1586: configure:18515: checking for fopencookie
        !          1587: configure:18515: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          1588: /tmp//ccH5E4J7.o: In function `main':
        !          1589: conftest.c:(.text+0x12): undefined reference to `fopencookie'
        !          1590: configure:18515: $? = 1
        !          1591: configure: failed program was:
        !          1592: | /* confdefs.h */
        !          1593: | #define PACKAGE_NAME ""
        !          1594: | #define PACKAGE_TARNAME ""
        !          1595: | #define PACKAGE_VERSION ""
        !          1596: | #define PACKAGE_STRING ""
        !          1597: | #define PACKAGE_BUGREPORT ""
        !          1598: | #define PACKAGE_URL ""
        !          1599: | #define STDC_HEADERS 1
        !          1600: | #define HAVE_SYS_TYPES_H 1
        !          1601: | #define HAVE_SYS_STAT_H 1
        !          1602: | #define HAVE_STDLIB_H 1
        !          1603: | #define HAVE_STRING_H 1
        !          1604: | #define HAVE_MEMORY_H 1
        !          1605: | #define HAVE_STRINGS_H 1
        !          1606: | #define HAVE_INTTYPES_H 1
        !          1607: | #define HAVE_STDINT_H 1
        !          1608: | #define HAVE_UNISTD_H 1
        !          1609: | #define __EXTENSIONS__ 1
        !          1610: | #define _ALL_SOURCE 1
        !          1611: | #define _GNU_SOURCE 1
        !          1612: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          1613: | #define _TANDEM_SOURCE 1
        !          1614: | #define HAVE_DEV_URANDOM 1
        !          1615: | #define SUHOSIN_PATCH 1
        !          1616: | #define HAVE_SOCKLEN_T 1
        !          1617: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          1618: | #define PHP_WRITE_STDOUT 1
        !          1619: | #define HAVE_SOCKET 1
        !          1620: | #define HAVE_SOCKETPAIR 1
        !          1621: | #define HAVE_HTONL 1
        !          1622: | #define HAVE_GETHOSTNAME 1
        !          1623: | #define HAVE_GETHOSTBYADDR 1
        !          1624: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          1625: | #define HAVE_DLOPEN 1
        !          1626: | #define HAVE_LIBDL 1
        !          1627: | #define HAVE_LIBM 1
        !          1628: | #define HAVE_INET_ATON 1
        !          1629: | #define STDC_HEADERS 1
        !          1630: | #define HAVE_DIRENT_H 1
        !          1631: | #define HAVE_INTTYPES_H 1
        !          1632: | #define HAVE_STDINT_H 1
        !          1633: | #define HAVE_DIRENT_H 1
        !          1634: | #define HAVE_SYS_PARAM_H 1
        !          1635: | #define HAVE_SYS_TYPES_H 1
        !          1636: | #define HAVE_SYS_TIME_H 1
        !          1637: | #define HAVE_NETINET_IN_H 1
        !          1638: | #define HAVE_ARPA_INET_H 1
        !          1639: | #define HAVE_ARPA_NAMESER_H 1
        !          1640: | #define HAVE_ASSERT_H 1
        !          1641: | #define HAVE_FCNTL_H 1
        !          1642: | #define HAVE_GRP_H 1
        !          1643: | #define HAVE_IEEEFP_H 1
        !          1644: | #define HAVE_LANGINFO_H 1
        !          1645: | #define HAVE_LIMITS_H 1
        !          1646: | #define HAVE_LOCALE_H 1
        !          1647: | #define HAVE_MONETARY_H 1
        !          1648: | #define HAVE_NETDB_H 1
        !          1649: | #define HAVE_PWD_H 1
        !          1650: | #define HAVE_RESOLV_H 1
        !          1651: | #define HAVE_SIGNAL_H 1
        !          1652: | #define HAVE_STDARG_H 1
        !          1653: | #define HAVE_STDLIB_H 1
        !          1654: | #define HAVE_STRING_H 1
        !          1655: | #define HAVE_SYSLOG_H 1
        !          1656: | #define HAVE_SYSEXITS_H 1
        !          1657: | #define HAVE_SYS_IOCTL_H 1
        !          1658: | #define HAVE_SYS_FILE_H 1
        !          1659: | #define HAVE_SYS_MMAN_H 1
        !          1660: | #define HAVE_SYS_MOUNT_H 1
        !          1661: | #define HAVE_SYS_POLL_H 1
        !          1662: | #define HAVE_SYS_RESOURCE_H 1
        !          1663: | #define HAVE_SYS_SELECT_H 1
        !          1664: | #define HAVE_SYS_SOCKET_H 1
        !          1665: | #define HAVE_SYS_STAT_H 1
        !          1666: | #define HAVE_SYS_STATVFS_H 1
        !          1667: | #define HAVE_SYS_WAIT_H 1
        !          1668: | #define HAVE_TERMIOS_H 1
        !          1669: | #define HAVE_UNISTD_H 1
        !          1670: | #define HAVE_UTIME_H 1
        !          1671: | #define HAVE_SYS_UTSNAME_H 1
        !          1672: | #define HAVE_SYS_IPC_H 1
        !          1673: | #define HAVE_DLFCN_H 1
        !          1674: | #define HAVE_ASSERT_H 1
        !          1675: | /* end confdefs.h.  */
        !          1676: | /* Define fopencookie to an innocuous variant, in case <limits.h> declares fopencookie.
        !          1677: |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
        !          1678: | #define fopencookie innocuous_fopencookie
        !          1679: | 
        !          1680: | /* System header to define __stub macros and hopefully few prototypes,
        !          1681: |     which can conflict with char fopencookie (); below.
        !          1682: |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
        !          1683: |     <limits.h> exists even on freestanding compilers.  */
        !          1684: | 
        !          1685: | #ifdef __STDC__
        !          1686: | # include <limits.h>
        !          1687: | #else
        !          1688: | # include <assert.h>
        !          1689: | #endif
        !          1690: | 
        !          1691: | #undef fopencookie
        !          1692: | 
        !          1693: | /* Override any GCC internal prototype to avoid an error.
        !          1694: |    Use char because int might match the return type of a GCC
        !          1695: |    builtin and then its argument prototype would still apply.  */
        !          1696: | #ifdef __cplusplus
        !          1697: | extern "C"
        !          1698: | #endif
        !          1699: | char fopencookie ();
        !          1700: | /* The GNU C library defines this for functions which it implements
        !          1701: |     to always fail with ENOSYS.  Some functions are actually named
        !          1702: |     something starting with __ and the normal name is an alias.  */
        !          1703: | #if defined __stub_fopencookie || defined __stub___fopencookie
        !          1704: | choke me
        !          1705: | #endif
        !          1706: | 
        !          1707: | int
        !          1708: | main ()
        !          1709: | {
        !          1710: | return fopencookie ();
        !          1711: |   ;
        !          1712: |   return 0;
        !          1713: | }
        !          1714: configure:18515: result: no
        !          1715: configure:18640: checking for broken getcwd
        !          1716: configure:18651: result: no
        !          1717: configure:18656: checking for broken libc stdio
        !          1718: configure:18716: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          1719: conftest.c: In function 'main':
        !          1720: conftest.c:96: warning: incompatible implicit declaration of built-in function 'exit'
        !          1721: configure:18716: $? = 0
        !          1722: configure:18716: ./conftest
        !          1723: configure:18716: $? = 0
        !          1724: configure:18735: result: no
        !          1725: configure:18741: checking whether struct tm is in sys/time.h or time.h
        !          1726: configure:18761: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1727: configure:18761: $? = 0
        !          1728: configure:18768: result: time.h
        !          1729: configure:18776: checking for struct tm.tm_zone
        !          1730: configure:18776: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1731: configure:18776: $? = 0
        !          1732: configure:18776: result: yes
        !          1733: configure:18845: checking for missing declarations of reentrant functions
        !          1734: configure:18858: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1735: configure:18858: $? = 0
        !          1736: configure:18881: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1737: configure:18881: $? = 0
        !          1738: configure:18904: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1739: configure:18904: $? = 0
        !          1740: configure:18927: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1741: configure:18927: $? = 0
        !          1742: configure:18950: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1743: configure:18950: $? = 0
        !          1744: configure:18962: result: done
        !          1745: configure:18966: checking for fclose declaration
        !          1746: configure:18979: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1747: configure:18979: $? = 0
        !          1748: configure:18984: result: ok
        !          1749: configure:19000: checking for tm_gmtoff in struct tm
        !          1750: configure:19017: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1751: configure:19017: $? = 0
        !          1752: configure:19024: result: yes
        !          1753: configure:19034: checking for struct flock
        !          1754: configure:19053: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1755: configure:19053: $? = 0
        !          1756: configure:19065: result: yes
        !          1757: configure:19074: checking for socklen_t
        !          1758: configure:19095: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1759: configure:19095: $? = 0
        !          1760: configure:19106: result: yes
        !          1761: configure:19119: checking size of size_t
        !          1762: configure:19124: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          1763: configure:19124: $? = 0
        !          1764: configure:19124: ./conftest
        !          1765: configure:19124: $? = 0
        !          1766: configure:19138: result: 4
        !          1767: configure:19152: checking size of long long
        !          1768: configure:19157: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          1769: configure:19157: $? = 0
        !          1770: configure:19157: ./conftest
        !          1771: configure:19157: $? = 0
        !          1772: configure:19171: result: 8
        !          1773: configure:19185: checking size of long long int
        !          1774: configure:19190: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          1775: configure:19190: $? = 0
        !          1776: configure:19190: ./conftest
        !          1777: configure:19190: $? = 0
        !          1778: configure:19204: result: 8
        !          1779: configure:19218: checking size of long
        !          1780: configure:19223: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          1781: configure:19223: $? = 0
        !          1782: configure:19223: ./conftest
        !          1783: configure:19223: $? = 0
        !          1784: configure:19237: result: 4
        !          1785: configure:19251: checking size of int
        !          1786: configure:19256: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          1787: configure:19256: $? = 0
        !          1788: configure:19256: ./conftest
        !          1789: configure:19256: $? = 0
        !          1790: configure:19270: result: 4
        !          1791: configure:19282: checking size of intmax_t
        !          1792: configure:19323: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c  >&5
        !          1793: configure:19323: $? = 0
        !          1794: configure:19323: ./conftest
        !          1795: configure:19323: $? = 0
        !          1796: configure:19357: result: 8
        !          1797: configure:19361: checking size of ssize_t
        !          1798: configure:19402: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c  >&5
        !          1799: configure:19402: $? = 0
        !          1800: configure:19402: ./conftest
        !          1801: configure:19402: $? = 0
        !          1802: configure:19436: result: 4
        !          1803: configure:19440: checking size of ptrdiff_t
        !          1804: configure:19481: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c  >&5
        !          1805: configure:19481: $? = 0
        !          1806: configure:19481: ./conftest
        !          1807: configure:19481: $? = 0
        !          1808: configure:19515: result: 4
        !          1809: configure:19519: checking for struct stat.st_blksize
        !          1810: configure:19519: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1811: configure:19519: $? = 0
        !          1812: configure:19519: result: yes
        !          1813: configure:19533: checking for struct stat.st_blocks
        !          1814: configure:19533: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1815: configure:19533: $? = 0
        !          1816: configure:19533: result: yes
        !          1817: configure:19558: checking for struct stat.st_rdev
        !          1818: configure:19558: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1819: configure:19558: $? = 0
        !          1820: configure:19558: result: yes
        !          1821: configure:19572: checking for size_t
        !          1822: configure:19572: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1823: configure:19572: $? = 0
        !          1824: configure:19572: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1825: conftest.c: In function 'main':
        !          1826: conftest.c:144: error: expected expression before ')' token
        !          1827: configure:19572: $? = 1
        !          1828: configure: failed program was:
        !          1829: | /* confdefs.h */
        !          1830: | #define PACKAGE_NAME ""
        !          1831: | #define PACKAGE_TARNAME ""
        !          1832: | #define PACKAGE_VERSION ""
        !          1833: | #define PACKAGE_STRING ""
        !          1834: | #define PACKAGE_BUGREPORT ""
        !          1835: | #define PACKAGE_URL ""
        !          1836: | #define STDC_HEADERS 1
        !          1837: | #define HAVE_SYS_TYPES_H 1
        !          1838: | #define HAVE_SYS_STAT_H 1
        !          1839: | #define HAVE_STDLIB_H 1
        !          1840: | #define HAVE_STRING_H 1
        !          1841: | #define HAVE_MEMORY_H 1
        !          1842: | #define HAVE_STRINGS_H 1
        !          1843: | #define HAVE_INTTYPES_H 1
        !          1844: | #define HAVE_STDINT_H 1
        !          1845: | #define HAVE_UNISTD_H 1
        !          1846: | #define __EXTENSIONS__ 1
        !          1847: | #define _ALL_SOURCE 1
        !          1848: | #define _GNU_SOURCE 1
        !          1849: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          1850: | #define _TANDEM_SOURCE 1
        !          1851: | #define HAVE_DEV_URANDOM 1
        !          1852: | #define SUHOSIN_PATCH 1
        !          1853: | #define HAVE_SOCKLEN_T 1
        !          1854: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          1855: | #define PHP_WRITE_STDOUT 1
        !          1856: | #define HAVE_SOCKET 1
        !          1857: | #define HAVE_SOCKETPAIR 1
        !          1858: | #define HAVE_HTONL 1
        !          1859: | #define HAVE_GETHOSTNAME 1
        !          1860: | #define HAVE_GETHOSTBYADDR 1
        !          1861: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          1862: | #define HAVE_DLOPEN 1
        !          1863: | #define HAVE_LIBDL 1
        !          1864: | #define HAVE_LIBM 1
        !          1865: | #define HAVE_INET_ATON 1
        !          1866: | #define STDC_HEADERS 1
        !          1867: | #define HAVE_DIRENT_H 1
        !          1868: | #define HAVE_INTTYPES_H 1
        !          1869: | #define HAVE_STDINT_H 1
        !          1870: | #define HAVE_DIRENT_H 1
        !          1871: | #define HAVE_SYS_PARAM_H 1
        !          1872: | #define HAVE_SYS_TYPES_H 1
        !          1873: | #define HAVE_SYS_TIME_H 1
        !          1874: | #define HAVE_NETINET_IN_H 1
        !          1875: | #define HAVE_ARPA_INET_H 1
        !          1876: | #define HAVE_ARPA_NAMESER_H 1
        !          1877: | #define HAVE_ASSERT_H 1
        !          1878: | #define HAVE_FCNTL_H 1
        !          1879: | #define HAVE_GRP_H 1
        !          1880: | #define HAVE_IEEEFP_H 1
        !          1881: | #define HAVE_LANGINFO_H 1
        !          1882: | #define HAVE_LIMITS_H 1
        !          1883: | #define HAVE_LOCALE_H 1
        !          1884: | #define HAVE_MONETARY_H 1
        !          1885: | #define HAVE_NETDB_H 1
        !          1886: | #define HAVE_PWD_H 1
        !          1887: | #define HAVE_RESOLV_H 1
        !          1888: | #define HAVE_SIGNAL_H 1
        !          1889: | #define HAVE_STDARG_H 1
        !          1890: | #define HAVE_STDLIB_H 1
        !          1891: | #define HAVE_STRING_H 1
        !          1892: | #define HAVE_SYSLOG_H 1
        !          1893: | #define HAVE_SYSEXITS_H 1
        !          1894: | #define HAVE_SYS_IOCTL_H 1
        !          1895: | #define HAVE_SYS_FILE_H 1
        !          1896: | #define HAVE_SYS_MMAN_H 1
        !          1897: | #define HAVE_SYS_MOUNT_H 1
        !          1898: | #define HAVE_SYS_POLL_H 1
        !          1899: | #define HAVE_SYS_RESOURCE_H 1
        !          1900: | #define HAVE_SYS_SELECT_H 1
        !          1901: | #define HAVE_SYS_SOCKET_H 1
        !          1902: | #define HAVE_SYS_STAT_H 1
        !          1903: | #define HAVE_SYS_STATVFS_H 1
        !          1904: | #define HAVE_SYS_WAIT_H 1
        !          1905: | #define HAVE_TERMIOS_H 1
        !          1906: | #define HAVE_UNISTD_H 1
        !          1907: | #define HAVE_UTIME_H 1
        !          1908: | #define HAVE_SYS_UTSNAME_H 1
        !          1909: | #define HAVE_SYS_IPC_H 1
        !          1910: | #define HAVE_DLFCN_H 1
        !          1911: | #define HAVE_ASSERT_H 1
        !          1912: | #define HAVE_STRUCT_TM_TM_ZONE 1
        !          1913: | #define HAVE_TM_ZONE 1
        !          1914: | #define MISSING_FCLOSE_DECL 0
        !          1915: | #define HAVE_TM_GMTOFF 1
        !          1916: | #define HAVE_STRUCT_FLOCK 1
        !          1917: | #define HAVE_SOCKLEN_T 1
        !          1918: | #define SIZEOF_SIZE_T 4
        !          1919: | #define SIZEOF_LONG_LONG 8
        !          1920: | #define SIZEOF_LONG_LONG_INT 8
        !          1921: | #define SIZEOF_LONG 4
        !          1922: | #define SIZEOF_INT 4
        !          1923: | #define SIZEOF_INTMAX_T 8
        !          1924: | #define HAVE_INTMAX_T 1
        !          1925: | #define SIZEOF_SSIZE_T 4
        !          1926: | #define HAVE_SSIZE_T 1
        !          1927: | #define SIZEOF_PTRDIFF_T 4
        !          1928: | #define HAVE_PTRDIFF_T 1
        !          1929: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
        !          1930: | #define HAVE_ST_BLKSIZE 1
        !          1931: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
        !          1932: | #define HAVE_ST_BLOCKS 1
        !          1933: | #define HAVE_STRUCT_STAT_ST_RDEV 1
        !          1934: | #define HAVE_ST_RDEV 1
        !          1935: | /* end confdefs.h.  */
        !          1936: | #include <stdio.h>
        !          1937: | #ifdef HAVE_SYS_TYPES_H
        !          1938: | # include <sys/types.h>
        !          1939: | #endif
        !          1940: | #ifdef HAVE_SYS_STAT_H
        !          1941: | # include <sys/stat.h>
        !          1942: | #endif
        !          1943: | #ifdef STDC_HEADERS
        !          1944: | # include <stdlib.h>
        !          1945: | # include <stddef.h>
        !          1946: | #else
        !          1947: | # ifdef HAVE_STDLIB_H
        !          1948: | #  include <stdlib.h>
        !          1949: | # endif
        !          1950: | #endif
        !          1951: | #ifdef HAVE_STRING_H
        !          1952: | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
        !          1953: | #  include <memory.h>
        !          1954: | # endif
        !          1955: | # include <string.h>
        !          1956: | #endif
        !          1957: | #ifdef HAVE_STRINGS_H
        !          1958: | # include <strings.h>
        !          1959: | #endif
        !          1960: | #ifdef HAVE_INTTYPES_H
        !          1961: | # include <inttypes.h>
        !          1962: | #endif
        !          1963: | #ifdef HAVE_STDINT_H
        !          1964: | # include <stdint.h>
        !          1965: | #endif
        !          1966: | #ifdef HAVE_UNISTD_H
        !          1967: | # include <unistd.h>
        !          1968: | #endif
        !          1969: | int
        !          1970: | main ()
        !          1971: | {
        !          1972: | if (sizeof ((size_t)))
        !          1973: |          return 0;
        !          1974: |   ;
        !          1975: |   return 0;
        !          1976: | }
        !          1977: configure:19572: result: yes
        !          1978: configure:19583: checking for uid_t in sys/types.h
        !          1979: configure:19602: result: yes
        !          1980: configure:19615: checking for struct sockaddr_storage
        !          1981: configure:19632: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1982: configure:19632: $? = 0
        !          1983: configure:19640: result: yes
        !          1984: configure:19647: checking for field sa_len in struct sockaddr
        !          1985: configure:19665: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          1986: configure:19665: $? = 0
        !          1987: configure:19673: result: yes
        !          1988: configure:19682: checking for IPv6 support
        !          1989: configure:19700: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          1990: configure:19700: $? = 0
        !          1991: configure:19708: result: yes
        !          1992: configure:19714: checking for vprintf
        !          1993: configure:19714: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          1994: conftest.c:133: warning: conflicting types for built-in function 'vprintf'
        !          1995: configure:19714: $? = 0
        !          1996: configure:19714: result: yes
        !          1997: configure:19720: checking for _doprnt
        !          1998: configure:19720: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          1999: /tmp//ccfRwZ2m.o: In function `main':
        !          2000: conftest.c:(.text+0x12): undefined reference to `_doprnt'
        !          2001: configure:19720: $? = 1
        !          2002: configure: failed program was:
        !          2003: | /* confdefs.h */
        !          2004: | #define PACKAGE_NAME ""
        !          2005: | #define PACKAGE_TARNAME ""
        !          2006: | #define PACKAGE_VERSION ""
        !          2007: | #define PACKAGE_STRING ""
        !          2008: | #define PACKAGE_BUGREPORT ""
        !          2009: | #define PACKAGE_URL ""
        !          2010: | #define STDC_HEADERS 1
        !          2011: | #define HAVE_SYS_TYPES_H 1
        !          2012: | #define HAVE_SYS_STAT_H 1
        !          2013: | #define HAVE_STDLIB_H 1
        !          2014: | #define HAVE_STRING_H 1
        !          2015: | #define HAVE_MEMORY_H 1
        !          2016: | #define HAVE_STRINGS_H 1
        !          2017: | #define HAVE_INTTYPES_H 1
        !          2018: | #define HAVE_STDINT_H 1
        !          2019: | #define HAVE_UNISTD_H 1
        !          2020: | #define __EXTENSIONS__ 1
        !          2021: | #define _ALL_SOURCE 1
        !          2022: | #define _GNU_SOURCE 1
        !          2023: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          2024: | #define _TANDEM_SOURCE 1
        !          2025: | #define HAVE_DEV_URANDOM 1
        !          2026: | #define SUHOSIN_PATCH 1
        !          2027: | #define HAVE_SOCKLEN_T 1
        !          2028: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          2029: | #define PHP_WRITE_STDOUT 1
        !          2030: | #define HAVE_SOCKET 1
        !          2031: | #define HAVE_SOCKETPAIR 1
        !          2032: | #define HAVE_HTONL 1
        !          2033: | #define HAVE_GETHOSTNAME 1
        !          2034: | #define HAVE_GETHOSTBYADDR 1
        !          2035: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          2036: | #define HAVE_DLOPEN 1
        !          2037: | #define HAVE_LIBDL 1
        !          2038: | #define HAVE_LIBM 1
        !          2039: | #define HAVE_INET_ATON 1
        !          2040: | #define STDC_HEADERS 1
        !          2041: | #define HAVE_DIRENT_H 1
        !          2042: | #define HAVE_INTTYPES_H 1
        !          2043: | #define HAVE_STDINT_H 1
        !          2044: | #define HAVE_DIRENT_H 1
        !          2045: | #define HAVE_SYS_PARAM_H 1
        !          2046: | #define HAVE_SYS_TYPES_H 1
        !          2047: | #define HAVE_SYS_TIME_H 1
        !          2048: | #define HAVE_NETINET_IN_H 1
        !          2049: | #define HAVE_ARPA_INET_H 1
        !          2050: | #define HAVE_ARPA_NAMESER_H 1
        !          2051: | #define HAVE_ASSERT_H 1
        !          2052: | #define HAVE_FCNTL_H 1
        !          2053: | #define HAVE_GRP_H 1
        !          2054: | #define HAVE_IEEEFP_H 1
        !          2055: | #define HAVE_LANGINFO_H 1
        !          2056: | #define HAVE_LIMITS_H 1
        !          2057: | #define HAVE_LOCALE_H 1
        !          2058: | #define HAVE_MONETARY_H 1
        !          2059: | #define HAVE_NETDB_H 1
        !          2060: | #define HAVE_PWD_H 1
        !          2061: | #define HAVE_RESOLV_H 1
        !          2062: | #define HAVE_SIGNAL_H 1
        !          2063: | #define HAVE_STDARG_H 1
        !          2064: | #define HAVE_STDLIB_H 1
        !          2065: | #define HAVE_STRING_H 1
        !          2066: | #define HAVE_SYSLOG_H 1
        !          2067: | #define HAVE_SYSEXITS_H 1
        !          2068: | #define HAVE_SYS_IOCTL_H 1
        !          2069: | #define HAVE_SYS_FILE_H 1
        !          2070: | #define HAVE_SYS_MMAN_H 1
        !          2071: | #define HAVE_SYS_MOUNT_H 1
        !          2072: | #define HAVE_SYS_POLL_H 1
        !          2073: | #define HAVE_SYS_RESOURCE_H 1
        !          2074: | #define HAVE_SYS_SELECT_H 1
        !          2075: | #define HAVE_SYS_SOCKET_H 1
        !          2076: | #define HAVE_SYS_STAT_H 1
        !          2077: | #define HAVE_SYS_STATVFS_H 1
        !          2078: | #define HAVE_SYS_WAIT_H 1
        !          2079: | #define HAVE_TERMIOS_H 1
        !          2080: | #define HAVE_UNISTD_H 1
        !          2081: | #define HAVE_UTIME_H 1
        !          2082: | #define HAVE_SYS_UTSNAME_H 1
        !          2083: | #define HAVE_SYS_IPC_H 1
        !          2084: | #define HAVE_DLFCN_H 1
        !          2085: | #define HAVE_ASSERT_H 1
        !          2086: | #define HAVE_STRUCT_TM_TM_ZONE 1
        !          2087: | #define HAVE_TM_ZONE 1
        !          2088: | #define MISSING_FCLOSE_DECL 0
        !          2089: | #define HAVE_TM_GMTOFF 1
        !          2090: | #define HAVE_STRUCT_FLOCK 1
        !          2091: | #define HAVE_SOCKLEN_T 1
        !          2092: | #define SIZEOF_SIZE_T 4
        !          2093: | #define SIZEOF_LONG_LONG 8
        !          2094: | #define SIZEOF_LONG_LONG_INT 8
        !          2095: | #define SIZEOF_LONG 4
        !          2096: | #define SIZEOF_INT 4
        !          2097: | #define SIZEOF_INTMAX_T 8
        !          2098: | #define HAVE_INTMAX_T 1
        !          2099: | #define SIZEOF_SSIZE_T 4
        !          2100: | #define HAVE_SSIZE_T 1
        !          2101: | #define SIZEOF_PTRDIFF_T 4
        !          2102: | #define HAVE_PTRDIFF_T 1
        !          2103: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
        !          2104: | #define HAVE_ST_BLKSIZE 1
        !          2105: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
        !          2106: | #define HAVE_ST_BLOCKS 1
        !          2107: | #define HAVE_STRUCT_STAT_ST_RDEV 1
        !          2108: | #define HAVE_ST_RDEV 1
        !          2109: | #define HAVE_SOCKADDR_STORAGE 1
        !          2110: | #define HAVE_SOCKADDR_SA_LEN 1
        !          2111: | #define HAVE_VPRINTF 1
        !          2112: | /* end confdefs.h.  */
        !          2113: | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
        !          2114: |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
        !          2115: | #define _doprnt innocuous__doprnt
        !          2116: | 
        !          2117: | /* System header to define __stub macros and hopefully few prototypes,
        !          2118: |     which can conflict with char _doprnt (); below.
        !          2119: |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
        !          2120: |     <limits.h> exists even on freestanding compilers.  */
        !          2121: | 
        !          2122: | #ifdef __STDC__
        !          2123: | # include <limits.h>
        !          2124: | #else
        !          2125: | # include <assert.h>
        !          2126: | #endif
        !          2127: | 
        !          2128: | #undef _doprnt
        !          2129: | 
        !          2130: | /* Override any GCC internal prototype to avoid an error.
        !          2131: |    Use char because int might match the return type of a GCC
        !          2132: |    builtin and then its argument prototype would still apply.  */
        !          2133: | #ifdef __cplusplus
        !          2134: | extern "C"
        !          2135: | #endif
        !          2136: | char _doprnt ();
        !          2137: | /* The GNU C library defines this for functions which it implements
        !          2138: |     to always fail with ENOSYS.  Some functions are actually named
        !          2139: |     something starting with __ and the normal name is an alias.  */
        !          2140: | #if defined __stub__doprnt || defined __stub____doprnt
        !          2141: | choke me
        !          2142: | #endif
        !          2143: | 
        !          2144: | int
        !          2145: | main ()
        !          2146: | {
        !          2147: | return _doprnt ();
        !          2148: |   ;
        !          2149: |   return 0;
        !          2150: | }
        !          2151: configure:19720: result: no
        !          2152: configure:19816: checking for alphasort
        !          2153: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2154: configure:19816: $? = 0
        !          2155: configure:19816: result: yes
        !          2156: configure:19816: checking for asctime_r
        !          2157: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2158: configure:19816: $? = 0
        !          2159: configure:19816: result: yes
        !          2160: configure:19816: checking for chroot
        !          2161: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2162: configure:19816: $? = 0
        !          2163: configure:19816: result: yes
        !          2164: configure:19816: checking for ctime_r
        !          2165: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2166: configure:19816: $? = 0
        !          2167: configure:19816: result: yes
        !          2168: configure:19816: checking for cuserid
        !          2169: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2170: /tmp//cc8Q7SvV.o: In function `main':
        !          2171: conftest.c:(.text+0x12): undefined reference to `cuserid'
        !          2172: configure:19816: $? = 1
        !          2173: configure: failed program was:
        !          2174: | /* confdefs.h */
        !          2175: | #define PACKAGE_NAME ""
        !          2176: | #define PACKAGE_TARNAME ""
        !          2177: | #define PACKAGE_VERSION ""
        !          2178: | #define PACKAGE_STRING ""
        !          2179: | #define PACKAGE_BUGREPORT ""
        !          2180: | #define PACKAGE_URL ""
        !          2181: | #define STDC_HEADERS 1
        !          2182: | #define HAVE_SYS_TYPES_H 1
        !          2183: | #define HAVE_SYS_STAT_H 1
        !          2184: | #define HAVE_STDLIB_H 1
        !          2185: | #define HAVE_STRING_H 1
        !          2186: | #define HAVE_MEMORY_H 1
        !          2187: | #define HAVE_STRINGS_H 1
        !          2188: | #define HAVE_INTTYPES_H 1
        !          2189: | #define HAVE_STDINT_H 1
        !          2190: | #define HAVE_UNISTD_H 1
        !          2191: | #define __EXTENSIONS__ 1
        !          2192: | #define _ALL_SOURCE 1
        !          2193: | #define _GNU_SOURCE 1
        !          2194: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          2195: | #define _TANDEM_SOURCE 1
        !          2196: | #define HAVE_DEV_URANDOM 1
        !          2197: | #define SUHOSIN_PATCH 1
        !          2198: | #define HAVE_SOCKLEN_T 1
        !          2199: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          2200: | #define PHP_WRITE_STDOUT 1
        !          2201: | #define HAVE_SOCKET 1
        !          2202: | #define HAVE_SOCKETPAIR 1
        !          2203: | #define HAVE_HTONL 1
        !          2204: | #define HAVE_GETHOSTNAME 1
        !          2205: | #define HAVE_GETHOSTBYADDR 1
        !          2206: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          2207: | #define HAVE_DLOPEN 1
        !          2208: | #define HAVE_LIBDL 1
        !          2209: | #define HAVE_LIBM 1
        !          2210: | #define HAVE_INET_ATON 1
        !          2211: | #define STDC_HEADERS 1
        !          2212: | #define HAVE_DIRENT_H 1
        !          2213: | #define HAVE_INTTYPES_H 1
        !          2214: | #define HAVE_STDINT_H 1
        !          2215: | #define HAVE_DIRENT_H 1
        !          2216: | #define HAVE_SYS_PARAM_H 1
        !          2217: | #define HAVE_SYS_TYPES_H 1
        !          2218: | #define HAVE_SYS_TIME_H 1
        !          2219: | #define HAVE_NETINET_IN_H 1
        !          2220: | #define HAVE_ARPA_INET_H 1
        !          2221: | #define HAVE_ARPA_NAMESER_H 1
        !          2222: | #define HAVE_ASSERT_H 1
        !          2223: | #define HAVE_FCNTL_H 1
        !          2224: | #define HAVE_GRP_H 1
        !          2225: | #define HAVE_IEEEFP_H 1
        !          2226: | #define HAVE_LANGINFO_H 1
        !          2227: | #define HAVE_LIMITS_H 1
        !          2228: | #define HAVE_LOCALE_H 1
        !          2229: | #define HAVE_MONETARY_H 1
        !          2230: | #define HAVE_NETDB_H 1
        !          2231: | #define HAVE_PWD_H 1
        !          2232: | #define HAVE_RESOLV_H 1
        !          2233: | #define HAVE_SIGNAL_H 1
        !          2234: | #define HAVE_STDARG_H 1
        !          2235: | #define HAVE_STDLIB_H 1
        !          2236: | #define HAVE_STRING_H 1
        !          2237: | #define HAVE_SYSLOG_H 1
        !          2238: | #define HAVE_SYSEXITS_H 1
        !          2239: | #define HAVE_SYS_IOCTL_H 1
        !          2240: | #define HAVE_SYS_FILE_H 1
        !          2241: | #define HAVE_SYS_MMAN_H 1
        !          2242: | #define HAVE_SYS_MOUNT_H 1
        !          2243: | #define HAVE_SYS_POLL_H 1
        !          2244: | #define HAVE_SYS_RESOURCE_H 1
        !          2245: | #define HAVE_SYS_SELECT_H 1
        !          2246: | #define HAVE_SYS_SOCKET_H 1
        !          2247: | #define HAVE_SYS_STAT_H 1
        !          2248: | #define HAVE_SYS_STATVFS_H 1
        !          2249: | #define HAVE_SYS_WAIT_H 1
        !          2250: | #define HAVE_TERMIOS_H 1
        !          2251: | #define HAVE_UNISTD_H 1
        !          2252: | #define HAVE_UTIME_H 1
        !          2253: | #define HAVE_SYS_UTSNAME_H 1
        !          2254: | #define HAVE_SYS_IPC_H 1
        !          2255: | #define HAVE_DLFCN_H 1
        !          2256: | #define HAVE_ASSERT_H 1
        !          2257: | #define HAVE_STRUCT_TM_TM_ZONE 1
        !          2258: | #define HAVE_TM_ZONE 1
        !          2259: | #define MISSING_FCLOSE_DECL 0
        !          2260: | #define HAVE_TM_GMTOFF 1
        !          2261: | #define HAVE_STRUCT_FLOCK 1
        !          2262: | #define HAVE_SOCKLEN_T 1
        !          2263: | #define SIZEOF_SIZE_T 4
        !          2264: | #define SIZEOF_LONG_LONG 8
        !          2265: | #define SIZEOF_LONG_LONG_INT 8
        !          2266: | #define SIZEOF_LONG 4
        !          2267: | #define SIZEOF_INT 4
        !          2268: | #define SIZEOF_INTMAX_T 8
        !          2269: | #define HAVE_INTMAX_T 1
        !          2270: | #define SIZEOF_SSIZE_T 4
        !          2271: | #define HAVE_SSIZE_T 1
        !          2272: | #define SIZEOF_PTRDIFF_T 4
        !          2273: | #define HAVE_PTRDIFF_T 1
        !          2274: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
        !          2275: | #define HAVE_ST_BLKSIZE 1
        !          2276: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
        !          2277: | #define HAVE_ST_BLOCKS 1
        !          2278: | #define HAVE_STRUCT_STAT_ST_RDEV 1
        !          2279: | #define HAVE_ST_RDEV 1
        !          2280: | #define HAVE_SOCKADDR_STORAGE 1
        !          2281: | #define HAVE_SOCKADDR_SA_LEN 1
        !          2282: | #define HAVE_VPRINTF 1
        !          2283: | #define HAVE_ALPHASORT 1
        !          2284: | #define HAVE_ASCTIME_R 1
        !          2285: | #define HAVE_CHROOT 1
        !          2286: | #define HAVE_CTIME_R 1
        !          2287: | /* end confdefs.h.  */
        !          2288: | /* Define cuserid to an innocuous variant, in case <limits.h> declares cuserid.
        !          2289: |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
        !          2290: | #define cuserid innocuous_cuserid
        !          2291: | 
        !          2292: | /* System header to define __stub macros and hopefully few prototypes,
        !          2293: |     which can conflict with char cuserid (); below.
        !          2294: |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
        !          2295: |     <limits.h> exists even on freestanding compilers.  */
        !          2296: | 
        !          2297: | #ifdef __STDC__
        !          2298: | # include <limits.h>
        !          2299: | #else
        !          2300: | # include <assert.h>
        !          2301: | #endif
        !          2302: | 
        !          2303: | #undef cuserid
        !          2304: | 
        !          2305: | /* Override any GCC internal prototype to avoid an error.
        !          2306: |    Use char because int might match the return type of a GCC
        !          2307: |    builtin and then its argument prototype would still apply.  */
        !          2308: | #ifdef __cplusplus
        !          2309: | extern "C"
        !          2310: | #endif
        !          2311: | char cuserid ();
        !          2312: | /* The GNU C library defines this for functions which it implements
        !          2313: |     to always fail with ENOSYS.  Some functions are actually named
        !          2314: |     something starting with __ and the normal name is an alias.  */
        !          2315: | #if defined __stub_cuserid || defined __stub___cuserid
        !          2316: | choke me
        !          2317: | #endif
        !          2318: | 
        !          2319: | int
        !          2320: | main ()
        !          2321: | {
        !          2322: | return cuserid ();
        !          2323: |   ;
        !          2324: |   return 0;
        !          2325: | }
        !          2326: configure:19816: result: no
        !          2327: configure:19816: checking for crypt
        !          2328: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2329: /tmp//ccZnnCsj.o: In function `main':
        !          2330: conftest.c:(.text+0x12): undefined reference to `crypt'
        !          2331: configure:19816: $? = 1
        !          2332: configure: failed program was:
        !          2333: | /* confdefs.h */
        !          2334: | #define PACKAGE_NAME ""
        !          2335: | #define PACKAGE_TARNAME ""
        !          2336: | #define PACKAGE_VERSION ""
        !          2337: | #define PACKAGE_STRING ""
        !          2338: | #define PACKAGE_BUGREPORT ""
        !          2339: | #define PACKAGE_URL ""
        !          2340: | #define STDC_HEADERS 1
        !          2341: | #define HAVE_SYS_TYPES_H 1
        !          2342: | #define HAVE_SYS_STAT_H 1
        !          2343: | #define HAVE_STDLIB_H 1
        !          2344: | #define HAVE_STRING_H 1
        !          2345: | #define HAVE_MEMORY_H 1
        !          2346: | #define HAVE_STRINGS_H 1
        !          2347: | #define HAVE_INTTYPES_H 1
        !          2348: | #define HAVE_STDINT_H 1
        !          2349: | #define HAVE_UNISTD_H 1
        !          2350: | #define __EXTENSIONS__ 1
        !          2351: | #define _ALL_SOURCE 1
        !          2352: | #define _GNU_SOURCE 1
        !          2353: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          2354: | #define _TANDEM_SOURCE 1
        !          2355: | #define HAVE_DEV_URANDOM 1
        !          2356: | #define SUHOSIN_PATCH 1
        !          2357: | #define HAVE_SOCKLEN_T 1
        !          2358: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          2359: | #define PHP_WRITE_STDOUT 1
        !          2360: | #define HAVE_SOCKET 1
        !          2361: | #define HAVE_SOCKETPAIR 1
        !          2362: | #define HAVE_HTONL 1
        !          2363: | #define HAVE_GETHOSTNAME 1
        !          2364: | #define HAVE_GETHOSTBYADDR 1
        !          2365: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          2366: | #define HAVE_DLOPEN 1
        !          2367: | #define HAVE_LIBDL 1
        !          2368: | #define HAVE_LIBM 1
        !          2369: | #define HAVE_INET_ATON 1
        !          2370: | #define STDC_HEADERS 1
        !          2371: | #define HAVE_DIRENT_H 1
        !          2372: | #define HAVE_INTTYPES_H 1
        !          2373: | #define HAVE_STDINT_H 1
        !          2374: | #define HAVE_DIRENT_H 1
        !          2375: | #define HAVE_SYS_PARAM_H 1
        !          2376: | #define HAVE_SYS_TYPES_H 1
        !          2377: | #define HAVE_SYS_TIME_H 1
        !          2378: | #define HAVE_NETINET_IN_H 1
        !          2379: | #define HAVE_ARPA_INET_H 1
        !          2380: | #define HAVE_ARPA_NAMESER_H 1
        !          2381: | #define HAVE_ASSERT_H 1
        !          2382: | #define HAVE_FCNTL_H 1
        !          2383: | #define HAVE_GRP_H 1
        !          2384: | #define HAVE_IEEEFP_H 1
        !          2385: | #define HAVE_LANGINFO_H 1
        !          2386: | #define HAVE_LIMITS_H 1
        !          2387: | #define HAVE_LOCALE_H 1
        !          2388: | #define HAVE_MONETARY_H 1
        !          2389: | #define HAVE_NETDB_H 1
        !          2390: | #define HAVE_PWD_H 1
        !          2391: | #define HAVE_RESOLV_H 1
        !          2392: | #define HAVE_SIGNAL_H 1
        !          2393: | #define HAVE_STDARG_H 1
        !          2394: | #define HAVE_STDLIB_H 1
        !          2395: | #define HAVE_STRING_H 1
        !          2396: | #define HAVE_SYSLOG_H 1
        !          2397: | #define HAVE_SYSEXITS_H 1
        !          2398: | #define HAVE_SYS_IOCTL_H 1
        !          2399: | #define HAVE_SYS_FILE_H 1
        !          2400: | #define HAVE_SYS_MMAN_H 1
        !          2401: | #define HAVE_SYS_MOUNT_H 1
        !          2402: | #define HAVE_SYS_POLL_H 1
        !          2403: | #define HAVE_SYS_RESOURCE_H 1
        !          2404: | #define HAVE_SYS_SELECT_H 1
        !          2405: | #define HAVE_SYS_SOCKET_H 1
        !          2406: | #define HAVE_SYS_STAT_H 1
        !          2407: | #define HAVE_SYS_STATVFS_H 1
        !          2408: | #define HAVE_SYS_WAIT_H 1
        !          2409: | #define HAVE_TERMIOS_H 1
        !          2410: | #define HAVE_UNISTD_H 1
        !          2411: | #define HAVE_UTIME_H 1
        !          2412: | #define HAVE_SYS_UTSNAME_H 1
        !          2413: | #define HAVE_SYS_IPC_H 1
        !          2414: | #define HAVE_DLFCN_H 1
        !          2415: | #define HAVE_ASSERT_H 1
        !          2416: | #define HAVE_STRUCT_TM_TM_ZONE 1
        !          2417: | #define HAVE_TM_ZONE 1
        !          2418: | #define MISSING_FCLOSE_DECL 0
        !          2419: | #define HAVE_TM_GMTOFF 1
        !          2420: | #define HAVE_STRUCT_FLOCK 1
        !          2421: | #define HAVE_SOCKLEN_T 1
        !          2422: | #define SIZEOF_SIZE_T 4
        !          2423: | #define SIZEOF_LONG_LONG 8
        !          2424: | #define SIZEOF_LONG_LONG_INT 8
        !          2425: | #define SIZEOF_LONG 4
        !          2426: | #define SIZEOF_INT 4
        !          2427: | #define SIZEOF_INTMAX_T 8
        !          2428: | #define HAVE_INTMAX_T 1
        !          2429: | #define SIZEOF_SSIZE_T 4
        !          2430: | #define HAVE_SSIZE_T 1
        !          2431: | #define SIZEOF_PTRDIFF_T 4
        !          2432: | #define HAVE_PTRDIFF_T 1
        !          2433: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
        !          2434: | #define HAVE_ST_BLKSIZE 1
        !          2435: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
        !          2436: | #define HAVE_ST_BLOCKS 1
        !          2437: | #define HAVE_STRUCT_STAT_ST_RDEV 1
        !          2438: | #define HAVE_ST_RDEV 1
        !          2439: | #define HAVE_SOCKADDR_STORAGE 1
        !          2440: | #define HAVE_SOCKADDR_SA_LEN 1
        !          2441: | #define HAVE_VPRINTF 1
        !          2442: | #define HAVE_ALPHASORT 1
        !          2443: | #define HAVE_ASCTIME_R 1
        !          2444: | #define HAVE_CHROOT 1
        !          2445: | #define HAVE_CTIME_R 1
        !          2446: | /* end confdefs.h.  */
        !          2447: | /* Define crypt to an innocuous variant, in case <limits.h> declares crypt.
        !          2448: |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
        !          2449: | #define crypt innocuous_crypt
        !          2450: | 
        !          2451: | /* System header to define __stub macros and hopefully few prototypes,
        !          2452: |     which can conflict with char crypt (); below.
        !          2453: |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
        !          2454: |     <limits.h> exists even on freestanding compilers.  */
        !          2455: | 
        !          2456: | #ifdef __STDC__
        !          2457: | # include <limits.h>
        !          2458: | #else
        !          2459: | # include <assert.h>
        !          2460: | #endif
        !          2461: | 
        !          2462: | #undef crypt
        !          2463: | 
        !          2464: | /* Override any GCC internal prototype to avoid an error.
        !          2465: |    Use char because int might match the return type of a GCC
        !          2466: |    builtin and then its argument prototype would still apply.  */
        !          2467: | #ifdef __cplusplus
        !          2468: | extern "C"
        !          2469: | #endif
        !          2470: | char crypt ();
        !          2471: | /* The GNU C library defines this for functions which it implements
        !          2472: |     to always fail with ENOSYS.  Some functions are actually named
        !          2473: |     something starting with __ and the normal name is an alias.  */
        !          2474: | #if defined __stub_crypt || defined __stub___crypt
        !          2475: | choke me
        !          2476: | #endif
        !          2477: | 
        !          2478: | int
        !          2479: | main ()
        !          2480: | {
        !          2481: | return crypt ();
        !          2482: |   ;
        !          2483: |   return 0;
        !          2484: | }
        !          2485: configure:19816: result: no
        !          2486: configure:19816: checking for flock
        !          2487: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2488: configure:19816: $? = 0
        !          2489: configure:19816: result: yes
        !          2490: configure:19816: checking for ftok
        !          2491: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2492: configure:19816: $? = 0
        !          2493: configure:19816: result: yes
        !          2494: configure:19816: checking for funopen
        !          2495: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2496: configure:19816: $? = 0
        !          2497: configure:19816: result: yes
        !          2498: configure:19816: checking for gai_strerror
        !          2499: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2500: configure:19816: $? = 0
        !          2501: configure:19816: result: yes
        !          2502: configure:19816: checking for gcvt
        !          2503: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2504: /tmp//ccdBShhE.o: In function `main':
        !          2505: conftest.c:(.text+0x12): undefined reference to `gcvt'
        !          2506: configure:19816: $? = 1
        !          2507: configure: failed program was:
        !          2508: | /* confdefs.h */
        !          2509: | #define PACKAGE_NAME ""
        !          2510: | #define PACKAGE_TARNAME ""
        !          2511: | #define PACKAGE_VERSION ""
        !          2512: | #define PACKAGE_STRING ""
        !          2513: | #define PACKAGE_BUGREPORT ""
        !          2514: | #define PACKAGE_URL ""
        !          2515: | #define STDC_HEADERS 1
        !          2516: | #define HAVE_SYS_TYPES_H 1
        !          2517: | #define HAVE_SYS_STAT_H 1
        !          2518: | #define HAVE_STDLIB_H 1
        !          2519: | #define HAVE_STRING_H 1
        !          2520: | #define HAVE_MEMORY_H 1
        !          2521: | #define HAVE_STRINGS_H 1
        !          2522: | #define HAVE_INTTYPES_H 1
        !          2523: | #define HAVE_STDINT_H 1
        !          2524: | #define HAVE_UNISTD_H 1
        !          2525: | #define __EXTENSIONS__ 1
        !          2526: | #define _ALL_SOURCE 1
        !          2527: | #define _GNU_SOURCE 1
        !          2528: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          2529: | #define _TANDEM_SOURCE 1
        !          2530: | #define HAVE_DEV_URANDOM 1
        !          2531: | #define SUHOSIN_PATCH 1
        !          2532: | #define HAVE_SOCKLEN_T 1
        !          2533: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          2534: | #define PHP_WRITE_STDOUT 1
        !          2535: | #define HAVE_SOCKET 1
        !          2536: | #define HAVE_SOCKETPAIR 1
        !          2537: | #define HAVE_HTONL 1
        !          2538: | #define HAVE_GETHOSTNAME 1
        !          2539: | #define HAVE_GETHOSTBYADDR 1
        !          2540: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          2541: | #define HAVE_DLOPEN 1
        !          2542: | #define HAVE_LIBDL 1
        !          2543: | #define HAVE_LIBM 1
        !          2544: | #define HAVE_INET_ATON 1
        !          2545: | #define STDC_HEADERS 1
        !          2546: | #define HAVE_DIRENT_H 1
        !          2547: | #define HAVE_INTTYPES_H 1
        !          2548: | #define HAVE_STDINT_H 1
        !          2549: | #define HAVE_DIRENT_H 1
        !          2550: | #define HAVE_SYS_PARAM_H 1
        !          2551: | #define HAVE_SYS_TYPES_H 1
        !          2552: | #define HAVE_SYS_TIME_H 1
        !          2553: | #define HAVE_NETINET_IN_H 1
        !          2554: | #define HAVE_ARPA_INET_H 1
        !          2555: | #define HAVE_ARPA_NAMESER_H 1
        !          2556: | #define HAVE_ASSERT_H 1
        !          2557: | #define HAVE_FCNTL_H 1
        !          2558: | #define HAVE_GRP_H 1
        !          2559: | #define HAVE_IEEEFP_H 1
        !          2560: | #define HAVE_LANGINFO_H 1
        !          2561: | #define HAVE_LIMITS_H 1
        !          2562: | #define HAVE_LOCALE_H 1
        !          2563: | #define HAVE_MONETARY_H 1
        !          2564: | #define HAVE_NETDB_H 1
        !          2565: | #define HAVE_PWD_H 1
        !          2566: | #define HAVE_RESOLV_H 1
        !          2567: | #define HAVE_SIGNAL_H 1
        !          2568: | #define HAVE_STDARG_H 1
        !          2569: | #define HAVE_STDLIB_H 1
        !          2570: | #define HAVE_STRING_H 1
        !          2571: | #define HAVE_SYSLOG_H 1
        !          2572: | #define HAVE_SYSEXITS_H 1
        !          2573: | #define HAVE_SYS_IOCTL_H 1
        !          2574: | #define HAVE_SYS_FILE_H 1
        !          2575: | #define HAVE_SYS_MMAN_H 1
        !          2576: | #define HAVE_SYS_MOUNT_H 1
        !          2577: | #define HAVE_SYS_POLL_H 1
        !          2578: | #define HAVE_SYS_RESOURCE_H 1
        !          2579: | #define HAVE_SYS_SELECT_H 1
        !          2580: | #define HAVE_SYS_SOCKET_H 1
        !          2581: | #define HAVE_SYS_STAT_H 1
        !          2582: | #define HAVE_SYS_STATVFS_H 1
        !          2583: | #define HAVE_SYS_WAIT_H 1
        !          2584: | #define HAVE_TERMIOS_H 1
        !          2585: | #define HAVE_UNISTD_H 1
        !          2586: | #define HAVE_UTIME_H 1
        !          2587: | #define HAVE_SYS_UTSNAME_H 1
        !          2588: | #define HAVE_SYS_IPC_H 1
        !          2589: | #define HAVE_DLFCN_H 1
        !          2590: | #define HAVE_ASSERT_H 1
        !          2591: | #define HAVE_STRUCT_TM_TM_ZONE 1
        !          2592: | #define HAVE_TM_ZONE 1
        !          2593: | #define MISSING_FCLOSE_DECL 0
        !          2594: | #define HAVE_TM_GMTOFF 1
        !          2595: | #define HAVE_STRUCT_FLOCK 1
        !          2596: | #define HAVE_SOCKLEN_T 1
        !          2597: | #define SIZEOF_SIZE_T 4
        !          2598: | #define SIZEOF_LONG_LONG 8
        !          2599: | #define SIZEOF_LONG_LONG_INT 8
        !          2600: | #define SIZEOF_LONG 4
        !          2601: | #define SIZEOF_INT 4
        !          2602: | #define SIZEOF_INTMAX_T 8
        !          2603: | #define HAVE_INTMAX_T 1
        !          2604: | #define SIZEOF_SSIZE_T 4
        !          2605: | #define HAVE_SSIZE_T 1
        !          2606: | #define SIZEOF_PTRDIFF_T 4
        !          2607: | #define HAVE_PTRDIFF_T 1
        !          2608: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
        !          2609: | #define HAVE_ST_BLKSIZE 1
        !          2610: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
        !          2611: | #define HAVE_ST_BLOCKS 1
        !          2612: | #define HAVE_STRUCT_STAT_ST_RDEV 1
        !          2613: | #define HAVE_ST_RDEV 1
        !          2614: | #define HAVE_SOCKADDR_STORAGE 1
        !          2615: | #define HAVE_SOCKADDR_SA_LEN 1
        !          2616: | #define HAVE_VPRINTF 1
        !          2617: | #define HAVE_ALPHASORT 1
        !          2618: | #define HAVE_ASCTIME_R 1
        !          2619: | #define HAVE_CHROOT 1
        !          2620: | #define HAVE_CTIME_R 1
        !          2621: | #define HAVE_FLOCK 1
        !          2622: | #define HAVE_FTOK 1
        !          2623: | #define HAVE_FUNOPEN 1
        !          2624: | #define HAVE_GAI_STRERROR 1
        !          2625: | /* end confdefs.h.  */
        !          2626: | /* Define gcvt to an innocuous variant, in case <limits.h> declares gcvt.
        !          2627: |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
        !          2628: | #define gcvt innocuous_gcvt
        !          2629: | 
        !          2630: | /* System header to define __stub macros and hopefully few prototypes,
        !          2631: |     which can conflict with char gcvt (); below.
        !          2632: |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
        !          2633: |     <limits.h> exists even on freestanding compilers.  */
        !          2634: | 
        !          2635: | #ifdef __STDC__
        !          2636: | # include <limits.h>
        !          2637: | #else
        !          2638: | # include <assert.h>
        !          2639: | #endif
        !          2640: | 
        !          2641: | #undef gcvt
        !          2642: | 
        !          2643: | /* Override any GCC internal prototype to avoid an error.
        !          2644: |    Use char because int might match the return type of a GCC
        !          2645: |    builtin and then its argument prototype would still apply.  */
        !          2646: | #ifdef __cplusplus
        !          2647: | extern "C"
        !          2648: | #endif
        !          2649: | char gcvt ();
        !          2650: | /* The GNU C library defines this for functions which it implements
        !          2651: |     to always fail with ENOSYS.  Some functions are actually named
        !          2652: |     something starting with __ and the normal name is an alias.  */
        !          2653: | #if defined __stub_gcvt || defined __stub___gcvt
        !          2654: | choke me
        !          2655: | #endif
        !          2656: | 
        !          2657: | int
        !          2658: | main ()
        !          2659: | {
        !          2660: | return gcvt ();
        !          2661: |   ;
        !          2662: |   return 0;
        !          2663: | }
        !          2664: configure:19816: result: no
        !          2665: configure:19816: checking for getloadavg
        !          2666: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2667: configure:19816: $? = 0
        !          2668: configure:19816: result: yes
        !          2669: configure:19816: checking for getlogin
        !          2670: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2671: configure:19816: $? = 0
        !          2672: configure:19816: result: yes
        !          2673: configure:19816: checking for getprotobyname
        !          2674: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2675: configure:19816: $? = 0
        !          2676: configure:19816: result: yes
        !          2677: configure:19816: checking for getprotobynumber
        !          2678: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2679: configure:19816: $? = 0
        !          2680: configure:19816: result: yes
        !          2681: configure:19816: checking for getservbyname
        !          2682: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2683: configure:19816: $? = 0
        !          2684: configure:19816: result: yes
        !          2685: configure:19816: checking for getservbyport
        !          2686: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2687: configure:19816: $? = 0
        !          2688: configure:19816: result: yes
        !          2689: configure:19816: checking for gethostname
        !          2690: configure:19816: result: yes
        !          2691: configure:19816: checking for getrusage
        !          2692: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2693: configure:19816: $? = 0
        !          2694: configure:19816: result: yes
        !          2695: configure:19816: checking for gettimeofday
        !          2696: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2697: configure:19816: $? = 0
        !          2698: configure:19816: result: yes
        !          2699: configure:19816: checking for gmtime_r
        !          2700: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2701: configure:19816: $? = 0
        !          2702: configure:19816: result: yes
        !          2703: configure:19816: checking for getpwnam_r
        !          2704: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2705: configure:19816: $? = 0
        !          2706: configure:19816: result: yes
        !          2707: configure:19816: checking for getgrnam_r
        !          2708: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2709: configure:19816: $? = 0
        !          2710: configure:19816: result: yes
        !          2711: configure:19816: checking for getpwuid_r
        !          2712: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2713: configure:19816: $? = 0
        !          2714: configure:19816: result: yes
        !          2715: configure:19816: checking for grantpt
        !          2716: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2717: configure:19816: $? = 0
        !          2718: configure:19816: result: yes
        !          2719: configure:19816: checking for inet_ntoa
        !          2720: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2721: configure:19816: $? = 0
        !          2722: configure:19816: result: yes
        !          2723: configure:19816: checking for inet_ntop
        !          2724: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2725: configure:19816: $? = 0
        !          2726: configure:19816: result: yes
        !          2727: configure:19816: checking for inet_pton
        !          2728: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2729: configure:19816: $? = 0
        !          2730: configure:19816: result: yes
        !          2731: configure:19816: checking for isascii
        !          2732: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2733: conftest.c:159: warning: conflicting types for built-in function 'isascii'
        !          2734: configure:19816: $? = 0
        !          2735: configure:19816: result: yes
        !          2736: configure:19816: checking for link
        !          2737: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2738: configure:19816: $? = 0
        !          2739: configure:19816: result: yes
        !          2740: configure:19816: checking for localtime_r
        !          2741: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2742: configure:19816: $? = 0
        !          2743: configure:19816: result: yes
        !          2744: configure:19816: checking for lockf
        !          2745: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2746: configure:19816: $? = 0
        !          2747: configure:19816: result: yes
        !          2748: configure:19816: checking for lchown
        !          2749: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2750: configure:19816: $? = 0
        !          2751: configure:19816: result: yes
        !          2752: configure:19816: checking for lrand48
        !          2753: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2754: configure:19816: $? = 0
        !          2755: configure:19816: result: yes
        !          2756: configure:19816: checking for memcpy
        !          2757: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2758: conftest.c:165: warning: conflicting types for built-in function 'memcpy'
        !          2759: configure:19816: $? = 0
        !          2760: configure:19816: result: yes
        !          2761: configure:19816: checking for memmove
        !          2762: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2763: conftest.c:166: warning: conflicting types for built-in function 'memmove'
        !          2764: configure:19816: $? = 0
        !          2765: configure:19816: result: yes
        !          2766: configure:19816: checking for mkstemp
        !          2767: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2768: configure:19816: $? = 0
        !          2769: configure:19816: result: yes
        !          2770: configure:19816: checking for mmap
        !          2771: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2772: configure:19816: $? = 0
        !          2773: configure:19816: result: yes
        !          2774: configure:19816: checking for nl_langinfo
        !          2775: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2776: configure:19816: $? = 0
        !          2777: configure:19816: result: yes
        !          2778: configure:19816: checking for perror
        !          2779: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2780: configure:19816: $? = 0
        !          2781: configure:19816: result: yes
        !          2782: configure:19816: checking for poll
        !          2783: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2784: configure:19816: $? = 0
        !          2785: configure:19816: result: yes
        !          2786: configure:19816: checking for ptsname
        !          2787: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2788: configure:19816: $? = 0
        !          2789: configure:19816: result: yes
        !          2790: configure:19816: checking for putenv
        !          2791: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2792: configure:19816: $? = 0
        !          2793: configure:19816: result: yes
        !          2794: configure:19816: checking for realpath
        !          2795: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2796: configure:19816: $? = 0
        !          2797: configure:19816: result: yes
        !          2798: configure:19816: checking for random
        !          2799: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2800: configure:19816: $? = 0
        !          2801: configure:19816: result: yes
        !          2802: configure:19816: checking for rand_r
        !          2803: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2804: configure:19816: $? = 0
        !          2805: configure:19816: result: yes
        !          2806: configure:19816: checking for scandir
        !          2807: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2808: configure:19816: $? = 0
        !          2809: configure:19816: result: yes
        !          2810: configure:19816: checking for setitimer
        !          2811: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2812: configure:19816: $? = 0
        !          2813: configure:19816: result: yes
        !          2814: configure:19816: checking for setlocale
        !          2815: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2816: configure:19816: $? = 0
        !          2817: configure:19816: result: yes
        !          2818: configure:19816: checking for localeconv
        !          2819: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2820: configure:19816: $? = 0
        !          2821: configure:19816: result: yes
        !          2822: configure:19816: checking for setenv
        !          2823: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2824: configure:19816: $? = 0
        !          2825: configure:19816: result: yes
        !          2826: configure:19816: checking for setpgid
        !          2827: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2828: configure:19816: $? = 0
        !          2829: configure:19816: result: yes
        !          2830: configure:19816: checking for setsockopt
        !          2831: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2832: configure:19816: $? = 0
        !          2833: configure:19816: result: yes
        !          2834: configure:19816: checking for setvbuf
        !          2835: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2836: configure:19816: $? = 0
        !          2837: configure:19816: result: yes
        !          2838: configure:19816: checking for shutdown
        !          2839: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2840: configure:19816: $? = 0
        !          2841: configure:19816: result: yes
        !          2842: configure:19816: checking for sin
        !          2843: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2844: conftest.c:186: warning: conflicting types for built-in function 'sin'
        !          2845: configure:19816: $? = 0
        !          2846: configure:19816: result: yes
        !          2847: configure:19816: checking for snprintf
        !          2848: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2849: conftest.c:187: warning: conflicting types for built-in function 'snprintf'
        !          2850: configure:19816: $? = 0
        !          2851: configure:19816: result: yes
        !          2852: configure:19816: checking for srand48
        !          2853: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2854: configure:19816: $? = 0
        !          2855: configure:19816: result: yes
        !          2856: configure:19816: checking for srandom
        !          2857: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2858: configure:19816: $? = 0
        !          2859: configure:19816: result: yes
        !          2860: configure:19816: checking for statfs
        !          2861: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2862: configure:19816: $? = 0
        !          2863: configure:19816: result: yes
        !          2864: configure:19816: checking for statvfs
        !          2865: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2866: configure:19816: $? = 0
        !          2867: configure:19816: result: yes
        !          2868: configure:19816: checking for std_syslog
        !          2869: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          2870: /tmp//cc3xpnuI.o: In function `main':
        !          2871: conftest.c:(.text+0x12): undefined reference to `std_syslog'
        !          2872: configure:19816: $? = 1
        !          2873: configure: failed program was:
        !          2874: | /* confdefs.h */
        !          2875: | #define PACKAGE_NAME ""
        !          2876: | #define PACKAGE_TARNAME ""
        !          2877: | #define PACKAGE_VERSION ""
        !          2878: | #define PACKAGE_STRING ""
        !          2879: | #define PACKAGE_BUGREPORT ""
        !          2880: | #define PACKAGE_URL ""
        !          2881: | #define STDC_HEADERS 1
        !          2882: | #define HAVE_SYS_TYPES_H 1
        !          2883: | #define HAVE_SYS_STAT_H 1
        !          2884: | #define HAVE_STDLIB_H 1
        !          2885: | #define HAVE_STRING_H 1
        !          2886: | #define HAVE_MEMORY_H 1
        !          2887: | #define HAVE_STRINGS_H 1
        !          2888: | #define HAVE_INTTYPES_H 1
        !          2889: | #define HAVE_STDINT_H 1
        !          2890: | #define HAVE_UNISTD_H 1
        !          2891: | #define __EXTENSIONS__ 1
        !          2892: | #define _ALL_SOURCE 1
        !          2893: | #define _GNU_SOURCE 1
        !          2894: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          2895: | #define _TANDEM_SOURCE 1
        !          2896: | #define HAVE_DEV_URANDOM 1
        !          2897: | #define SUHOSIN_PATCH 1
        !          2898: | #define HAVE_SOCKLEN_T 1
        !          2899: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          2900: | #define PHP_WRITE_STDOUT 1
        !          2901: | #define HAVE_SOCKET 1
        !          2902: | #define HAVE_SOCKETPAIR 1
        !          2903: | #define HAVE_HTONL 1
        !          2904: | #define HAVE_GETHOSTNAME 1
        !          2905: | #define HAVE_GETHOSTBYADDR 1
        !          2906: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          2907: | #define HAVE_DLOPEN 1
        !          2908: | #define HAVE_LIBDL 1
        !          2909: | #define HAVE_LIBM 1
        !          2910: | #define HAVE_INET_ATON 1
        !          2911: | #define STDC_HEADERS 1
        !          2912: | #define HAVE_DIRENT_H 1
        !          2913: | #define HAVE_INTTYPES_H 1
        !          2914: | #define HAVE_STDINT_H 1
        !          2915: | #define HAVE_DIRENT_H 1
        !          2916: | #define HAVE_SYS_PARAM_H 1
        !          2917: | #define HAVE_SYS_TYPES_H 1
        !          2918: | #define HAVE_SYS_TIME_H 1
        !          2919: | #define HAVE_NETINET_IN_H 1
        !          2920: | #define HAVE_ARPA_INET_H 1
        !          2921: | #define HAVE_ARPA_NAMESER_H 1
        !          2922: | #define HAVE_ASSERT_H 1
        !          2923: | #define HAVE_FCNTL_H 1
        !          2924: | #define HAVE_GRP_H 1
        !          2925: | #define HAVE_IEEEFP_H 1
        !          2926: | #define HAVE_LANGINFO_H 1
        !          2927: | #define HAVE_LIMITS_H 1
        !          2928: | #define HAVE_LOCALE_H 1
        !          2929: | #define HAVE_MONETARY_H 1
        !          2930: | #define HAVE_NETDB_H 1
        !          2931: | #define HAVE_PWD_H 1
        !          2932: | #define HAVE_RESOLV_H 1
        !          2933: | #define HAVE_SIGNAL_H 1
        !          2934: | #define HAVE_STDARG_H 1
        !          2935: | #define HAVE_STDLIB_H 1
        !          2936: | #define HAVE_STRING_H 1
        !          2937: | #define HAVE_SYSLOG_H 1
        !          2938: | #define HAVE_SYSEXITS_H 1
        !          2939: | #define HAVE_SYS_IOCTL_H 1
        !          2940: | #define HAVE_SYS_FILE_H 1
        !          2941: | #define HAVE_SYS_MMAN_H 1
        !          2942: | #define HAVE_SYS_MOUNT_H 1
        !          2943: | #define HAVE_SYS_POLL_H 1
        !          2944: | #define HAVE_SYS_RESOURCE_H 1
        !          2945: | #define HAVE_SYS_SELECT_H 1
        !          2946: | #define HAVE_SYS_SOCKET_H 1
        !          2947: | #define HAVE_SYS_STAT_H 1
        !          2948: | #define HAVE_SYS_STATVFS_H 1
        !          2949: | #define HAVE_SYS_WAIT_H 1
        !          2950: | #define HAVE_TERMIOS_H 1
        !          2951: | #define HAVE_UNISTD_H 1
        !          2952: | #define HAVE_UTIME_H 1
        !          2953: | #define HAVE_SYS_UTSNAME_H 1
        !          2954: | #define HAVE_SYS_IPC_H 1
        !          2955: | #define HAVE_DLFCN_H 1
        !          2956: | #define HAVE_ASSERT_H 1
        !          2957: | #define HAVE_STRUCT_TM_TM_ZONE 1
        !          2958: | #define HAVE_TM_ZONE 1
        !          2959: | #define MISSING_FCLOSE_DECL 0
        !          2960: | #define HAVE_TM_GMTOFF 1
        !          2961: | #define HAVE_STRUCT_FLOCK 1
        !          2962: | #define HAVE_SOCKLEN_T 1
        !          2963: | #define SIZEOF_SIZE_T 4
        !          2964: | #define SIZEOF_LONG_LONG 8
        !          2965: | #define SIZEOF_LONG_LONG_INT 8
        !          2966: | #define SIZEOF_LONG 4
        !          2967: | #define SIZEOF_INT 4
        !          2968: | #define SIZEOF_INTMAX_T 8
        !          2969: | #define HAVE_INTMAX_T 1
        !          2970: | #define SIZEOF_SSIZE_T 4
        !          2971: | #define HAVE_SSIZE_T 1
        !          2972: | #define SIZEOF_PTRDIFF_T 4
        !          2973: | #define HAVE_PTRDIFF_T 1
        !          2974: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
        !          2975: | #define HAVE_ST_BLKSIZE 1
        !          2976: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
        !          2977: | #define HAVE_ST_BLOCKS 1
        !          2978: | #define HAVE_STRUCT_STAT_ST_RDEV 1
        !          2979: | #define HAVE_ST_RDEV 1
        !          2980: | #define HAVE_SOCKADDR_STORAGE 1
        !          2981: | #define HAVE_SOCKADDR_SA_LEN 1
        !          2982: | #define HAVE_VPRINTF 1
        !          2983: | #define HAVE_ALPHASORT 1
        !          2984: | #define HAVE_ASCTIME_R 1
        !          2985: | #define HAVE_CHROOT 1
        !          2986: | #define HAVE_CTIME_R 1
        !          2987: | #define HAVE_FLOCK 1
        !          2988: | #define HAVE_FTOK 1
        !          2989: | #define HAVE_FUNOPEN 1
        !          2990: | #define HAVE_GAI_STRERROR 1
        !          2991: | #define HAVE_GETLOADAVG 1
        !          2992: | #define HAVE_GETLOGIN 1
        !          2993: | #define HAVE_GETPROTOBYNAME 1
        !          2994: | #define HAVE_GETPROTOBYNUMBER 1
        !          2995: | #define HAVE_GETSERVBYNAME 1
        !          2996: | #define HAVE_GETSERVBYPORT 1
        !          2997: | #define HAVE_GETHOSTNAME 1
        !          2998: | #define HAVE_GETRUSAGE 1
        !          2999: | #define HAVE_GETTIMEOFDAY 1
        !          3000: | #define HAVE_GMTIME_R 1
        !          3001: | #define HAVE_GETPWNAM_R 1
        !          3002: | #define HAVE_GETGRNAM_R 1
        !          3003: | #define HAVE_GETPWUID_R 1
        !          3004: | #define HAVE_GRANTPT 1
        !          3005: | #define HAVE_INET_NTOA 1
        !          3006: | #define HAVE_INET_NTOP 1
        !          3007: | #define HAVE_INET_PTON 1
        !          3008: | #define HAVE_ISASCII 1
        !          3009: | #define HAVE_LINK 1
        !          3010: | #define HAVE_LOCALTIME_R 1
        !          3011: | #define HAVE_LOCKF 1
        !          3012: | #define HAVE_LCHOWN 1
        !          3013: | #define HAVE_LRAND48 1
        !          3014: | #define HAVE_MEMCPY 1
        !          3015: | #define HAVE_MEMMOVE 1
        !          3016: | #define HAVE_MKSTEMP 1
        !          3017: | #define HAVE_MMAP 1
        !          3018: | #define HAVE_NL_LANGINFO 1
        !          3019: | #define HAVE_PERROR 1
        !          3020: | #define HAVE_POLL 1
        !          3021: | #define HAVE_PTSNAME 1
        !          3022: | #define HAVE_PUTENV 1
        !          3023: | #define HAVE_REALPATH 1
        !          3024: | #define HAVE_RANDOM 1
        !          3025: | #define HAVE_RAND_R 1
        !          3026: | #define HAVE_SCANDIR 1
        !          3027: | #define HAVE_SETITIMER 1
        !          3028: | #define HAVE_SETLOCALE 1
        !          3029: | #define HAVE_LOCALECONV 1
        !          3030: | #define HAVE_SETENV 1
        !          3031: | #define HAVE_SETPGID 1
        !          3032: | #define HAVE_SETSOCKOPT 1
        !          3033: | #define HAVE_SETVBUF 1
        !          3034: | #define HAVE_SHUTDOWN 1
        !          3035: | #define HAVE_SIN 1
        !          3036: | #define HAVE_SNPRINTF 1
        !          3037: | #define HAVE_SRAND48 1
        !          3038: | #define HAVE_SRANDOM 1
        !          3039: | #define HAVE_STATFS 1
        !          3040: | #define HAVE_STATVFS 1
        !          3041: | /* end confdefs.h.  */
        !          3042: | /* Define std_syslog to an innocuous variant, in case <limits.h> declares std_syslog.
        !          3043: |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
        !          3044: | #define std_syslog innocuous_std_syslog
        !          3045: | 
        !          3046: | /* System header to define __stub macros and hopefully few prototypes,
        !          3047: |     which can conflict with char std_syslog (); below.
        !          3048: |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
        !          3049: |     <limits.h> exists even on freestanding compilers.  */
        !          3050: | 
        !          3051: | #ifdef __STDC__
        !          3052: | # include <limits.h>
        !          3053: | #else
        !          3054: | # include <assert.h>
        !          3055: | #endif
        !          3056: | 
        !          3057: | #undef std_syslog
        !          3058: | 
        !          3059: | /* Override any GCC internal prototype to avoid an error.
        !          3060: |    Use char because int might match the return type of a GCC
        !          3061: |    builtin and then its argument prototype would still apply.  */
        !          3062: | #ifdef __cplusplus
        !          3063: | extern "C"
        !          3064: | #endif
        !          3065: | char std_syslog ();
        !          3066: | /* The GNU C library defines this for functions which it implements
        !          3067: |     to always fail with ENOSYS.  Some functions are actually named
        !          3068: |     something starting with __ and the normal name is an alias.  */
        !          3069: | #if defined __stub_std_syslog || defined __stub___std_syslog
        !          3070: | choke me
        !          3071: | #endif
        !          3072: | 
        !          3073: | int
        !          3074: | main ()
        !          3075: | {
        !          3076: | return std_syslog ();
        !          3077: |   ;
        !          3078: |   return 0;
        !          3079: | }
        !          3080: configure:19816: result: no
        !          3081: configure:19816: checking for strcasecmp
        !          3082: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3083: conftest.c:192: warning: conflicting types for built-in function 'strcasecmp'
        !          3084: configure:19816: $? = 0
        !          3085: configure:19816: result: yes
        !          3086: configure:19816: checking for strcoll
        !          3087: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3088: configure:19816: $? = 0
        !          3089: configure:19816: result: yes
        !          3090: configure:19816: checking for strdup
        !          3091: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3092: conftest.c:194: warning: conflicting types for built-in function 'strdup'
        !          3093: configure:19816: $? = 0
        !          3094: configure:19816: result: yes
        !          3095: configure:19816: checking for strerror
        !          3096: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3097: configure:19816: $? = 0
        !          3098: configure:19816: result: yes
        !          3099: configure:19816: checking for strftime
        !          3100: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3101: conftest.c:196: warning: conflicting types for built-in function 'strftime'
        !          3102: configure:19816: $? = 0
        !          3103: configure:19816: result: yes
        !          3104: configure:19816: checking for strnlen
        !          3105: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3106: configure:19816: $? = 0
        !          3107: configure:19816: result: yes
        !          3108: configure:19816: checking for strptime
        !          3109: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3110: configure:19816: $? = 0
        !          3111: configure:19816: result: yes
        !          3112: configure:19816: checking for strstr
        !          3113: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3114: conftest.c:199: warning: conflicting types for built-in function 'strstr'
        !          3115: configure:19816: $? = 0
        !          3116: configure:19816: result: yes
        !          3117: configure:19816: checking for strtok_r
        !          3118: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3119: configure:19816: $? = 0
        !          3120: configure:19816: result: yes
        !          3121: configure:19816: checking for symlink
        !          3122: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3123: configure:19816: $? = 0
        !          3124: configure:19816: result: yes
        !          3125: configure:19816: checking for tempnam
        !          3126: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3127: /tmp//ccMB5ya5.o: In function `main':
        !          3128: conftest.c:(.text+0x12): warning: warning: tempnam() possibly used unsafely; consider using mkstemp()
        !          3129: configure:19816: $? = 0
        !          3130: configure:19816: result: yes
        !          3131: configure:19816: checking for tzset
        !          3132: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3133: configure:19816: $? = 0
        !          3134: configure:19816: result: yes
        !          3135: configure:19816: checking for unlockpt
        !          3136: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3137: configure:19816: $? = 0
        !          3138: configure:19816: result: yes
        !          3139: configure:19816: checking for unsetenv
        !          3140: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3141: configure:19816: $? = 0
        !          3142: configure:19816: result: yes
        !          3143: configure:19816: checking for usleep
        !          3144: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3145: configure:19816: $? = 0
        !          3146: configure:19816: result: yes
        !          3147: configure:19816: checking for utime
        !          3148: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3149: configure:19816: $? = 0
        !          3150: configure:19816: result: yes
        !          3151: configure:19816: checking for vsnprintf
        !          3152: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3153: conftest.c:208: warning: conflicting types for built-in function 'vsnprintf'
        !          3154: configure:19816: $? = 0
        !          3155: configure:19816: result: yes
        !          3156: configure:19816: checking for vasprintf
        !          3157: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3158: configure:19816: $? = 0
        !          3159: configure:19816: result: yes
        !          3160: configure:19816: checking for asprintf
        !          3161: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3162: configure:19816: $? = 0
        !          3163: configure:19816: result: yes
        !          3164: configure:19816: checking for nanosleep
        !          3165: configure:19816: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3166: configure:19816: $? = 0
        !          3167: configure:19816: result: yes
        !          3168: configure:19831: checking for nanosleep
        !          3169: configure:19831: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3170: configure:19831: $? = 0
        !          3171: configure:19831: result: yes
        !          3172: configure:19995: checking for getaddrinfo
        !          3173: configure:20011: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3174: configure:20011: $? = 0
        !          3175: configure:20055: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3176: conftest.c: In function 'main':
        !          3177: conftest.c:199: warning: incompatible implicit declaration of built-in function 'memset'
        !          3178: conftest.c:203: warning: incompatible implicit declaration of built-in function 'exit'
        !          3179: conftest.c:207: warning: incompatible implicit declaration of built-in function 'exit'
        !          3180: conftest.c:215: warning: incompatible implicit declaration of built-in function 'exit'
        !          3181: conftest.c:219: warning: incompatible implicit declaration of built-in function 'exit'
        !          3182: conftest.c:224: warning: incompatible implicit declaration of built-in function 'exit'
        !          3183: configure:20055: $? = 0
        !          3184: configure:20055: ./conftest
        !          3185: configure:20055: $? = 0
        !          3186: configure:20070: result: yes
        !          3187: configure:20078: checking for __sync_fetch_and_add
        !          3188: configure:20094: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3189: configure:20094: $? = 0
        !          3190: configure:20102: result: yes
        !          3191: configure:20110: checking for strlcat
        !          3192: configure:20110: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3193: configure:20110: $? = 0
        !          3194: configure:20110: result: yes
        !          3195: configure:20123: checking for strlcpy
        !          3196: configure:20123: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3197: configure:20123: $? = 0
        !          3198: configure:20123: result: yes
        !          3199: configure:20136: checking for getopt
        !          3200: configure:20136: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3201: configure:20136: $? = 0
        !          3202: configure:20136: result: yes
        !          3203: configure:20156: checking for utime.h
        !          3204: configure:20156: result: yes
        !          3205: configure:20170: checking whether utime accepts a null argument
        !          3206: configure:20199: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3207: configure:20199: $? = 0
        !          3208: configure:20199: ./conftest
        !          3209: configure:20199: $? = 0
        !          3210: configure:20209: result: yes
        !          3211: configure:20221: checking for working alloca.h
        !          3212: configure:20238: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3213: conftest.c:197:20: error: alloca.h: No such file or directory
        !          3214: conftest.c: In function 'main':
        !          3215: conftest.c:201: warning: incompatible implicit declaration of built-in function 'alloca'
        !          3216: configure:20238: $? = 1
        !          3217: configure: failed program was:
        !          3218: | /* confdefs.h */
        !          3219: | #define PACKAGE_NAME ""
        !          3220: | #define PACKAGE_TARNAME ""
        !          3221: | #define PACKAGE_VERSION ""
        !          3222: | #define PACKAGE_STRING ""
        !          3223: | #define PACKAGE_BUGREPORT ""
        !          3224: | #define PACKAGE_URL ""
        !          3225: | #define STDC_HEADERS 1
        !          3226: | #define HAVE_SYS_TYPES_H 1
        !          3227: | #define HAVE_SYS_STAT_H 1
        !          3228: | #define HAVE_STDLIB_H 1
        !          3229: | #define HAVE_STRING_H 1
        !          3230: | #define HAVE_MEMORY_H 1
        !          3231: | #define HAVE_STRINGS_H 1
        !          3232: | #define HAVE_INTTYPES_H 1
        !          3233: | #define HAVE_STDINT_H 1
        !          3234: | #define HAVE_UNISTD_H 1
        !          3235: | #define __EXTENSIONS__ 1
        !          3236: | #define _ALL_SOURCE 1
        !          3237: | #define _GNU_SOURCE 1
        !          3238: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          3239: | #define _TANDEM_SOURCE 1
        !          3240: | #define HAVE_DEV_URANDOM 1
        !          3241: | #define SUHOSIN_PATCH 1
        !          3242: | #define HAVE_SOCKLEN_T 1
        !          3243: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          3244: | #define PHP_WRITE_STDOUT 1
        !          3245: | #define HAVE_SOCKET 1
        !          3246: | #define HAVE_SOCKETPAIR 1
        !          3247: | #define HAVE_HTONL 1
        !          3248: | #define HAVE_GETHOSTNAME 1
        !          3249: | #define HAVE_GETHOSTBYADDR 1
        !          3250: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          3251: | #define HAVE_DLOPEN 1
        !          3252: | #define HAVE_LIBDL 1
        !          3253: | #define HAVE_LIBM 1
        !          3254: | #define HAVE_INET_ATON 1
        !          3255: | #define STDC_HEADERS 1
        !          3256: | #define HAVE_DIRENT_H 1
        !          3257: | #define HAVE_INTTYPES_H 1
        !          3258: | #define HAVE_STDINT_H 1
        !          3259: | #define HAVE_DIRENT_H 1
        !          3260: | #define HAVE_SYS_PARAM_H 1
        !          3261: | #define HAVE_SYS_TYPES_H 1
        !          3262: | #define HAVE_SYS_TIME_H 1
        !          3263: | #define HAVE_NETINET_IN_H 1
        !          3264: | #define HAVE_ARPA_INET_H 1
        !          3265: | #define HAVE_ARPA_NAMESER_H 1
        !          3266: | #define HAVE_ASSERT_H 1
        !          3267: | #define HAVE_FCNTL_H 1
        !          3268: | #define HAVE_GRP_H 1
        !          3269: | #define HAVE_IEEEFP_H 1
        !          3270: | #define HAVE_LANGINFO_H 1
        !          3271: | #define HAVE_LIMITS_H 1
        !          3272: | #define HAVE_LOCALE_H 1
        !          3273: | #define HAVE_MONETARY_H 1
        !          3274: | #define HAVE_NETDB_H 1
        !          3275: | #define HAVE_PWD_H 1
        !          3276: | #define HAVE_RESOLV_H 1
        !          3277: | #define HAVE_SIGNAL_H 1
        !          3278: | #define HAVE_STDARG_H 1
        !          3279: | #define HAVE_STDLIB_H 1
        !          3280: | #define HAVE_STRING_H 1
        !          3281: | #define HAVE_SYSLOG_H 1
        !          3282: | #define HAVE_SYSEXITS_H 1
        !          3283: | #define HAVE_SYS_IOCTL_H 1
        !          3284: | #define HAVE_SYS_FILE_H 1
        !          3285: | #define HAVE_SYS_MMAN_H 1
        !          3286: | #define HAVE_SYS_MOUNT_H 1
        !          3287: | #define HAVE_SYS_POLL_H 1
        !          3288: | #define HAVE_SYS_RESOURCE_H 1
        !          3289: | #define HAVE_SYS_SELECT_H 1
        !          3290: | #define HAVE_SYS_SOCKET_H 1
        !          3291: | #define HAVE_SYS_STAT_H 1
        !          3292: | #define HAVE_SYS_STATVFS_H 1
        !          3293: | #define HAVE_SYS_WAIT_H 1
        !          3294: | #define HAVE_TERMIOS_H 1
        !          3295: | #define HAVE_UNISTD_H 1
        !          3296: | #define HAVE_UTIME_H 1
        !          3297: | #define HAVE_SYS_UTSNAME_H 1
        !          3298: | #define HAVE_SYS_IPC_H 1
        !          3299: | #define HAVE_DLFCN_H 1
        !          3300: | #define HAVE_ASSERT_H 1
        !          3301: | #define HAVE_STRUCT_TM_TM_ZONE 1
        !          3302: | #define HAVE_TM_ZONE 1
        !          3303: | #define MISSING_FCLOSE_DECL 0
        !          3304: | #define HAVE_TM_GMTOFF 1
        !          3305: | #define HAVE_STRUCT_FLOCK 1
        !          3306: | #define HAVE_SOCKLEN_T 1
        !          3307: | #define SIZEOF_SIZE_T 4
        !          3308: | #define SIZEOF_LONG_LONG 8
        !          3309: | #define SIZEOF_LONG_LONG_INT 8
        !          3310: | #define SIZEOF_LONG 4
        !          3311: | #define SIZEOF_INT 4
        !          3312: | #define SIZEOF_INTMAX_T 8
        !          3313: | #define HAVE_INTMAX_T 1
        !          3314: | #define SIZEOF_SSIZE_T 4
        !          3315: | #define HAVE_SSIZE_T 1
        !          3316: | #define SIZEOF_PTRDIFF_T 4
        !          3317: | #define HAVE_PTRDIFF_T 1
        !          3318: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
        !          3319: | #define HAVE_ST_BLKSIZE 1
        !          3320: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
        !          3321: | #define HAVE_ST_BLOCKS 1
        !          3322: | #define HAVE_STRUCT_STAT_ST_RDEV 1
        !          3323: | #define HAVE_ST_RDEV 1
        !          3324: | #define HAVE_SOCKADDR_STORAGE 1
        !          3325: | #define HAVE_SOCKADDR_SA_LEN 1
        !          3326: | #define HAVE_VPRINTF 1
        !          3327: | #define HAVE_ALPHASORT 1
        !          3328: | #define HAVE_ASCTIME_R 1
        !          3329: | #define HAVE_CHROOT 1
        !          3330: | #define HAVE_CTIME_R 1
        !          3331: | #define HAVE_FLOCK 1
        !          3332: | #define HAVE_FTOK 1
        !          3333: | #define HAVE_FUNOPEN 1
        !          3334: | #define HAVE_GAI_STRERROR 1
        !          3335: | #define HAVE_GETLOADAVG 1
        !          3336: | #define HAVE_GETLOGIN 1
        !          3337: | #define HAVE_GETPROTOBYNAME 1
        !          3338: | #define HAVE_GETPROTOBYNUMBER 1
        !          3339: | #define HAVE_GETSERVBYNAME 1
        !          3340: | #define HAVE_GETSERVBYPORT 1
        !          3341: | #define HAVE_GETHOSTNAME 1
        !          3342: | #define HAVE_GETRUSAGE 1
        !          3343: | #define HAVE_GETTIMEOFDAY 1
        !          3344: | #define HAVE_GMTIME_R 1
        !          3345: | #define HAVE_GETPWNAM_R 1
        !          3346: | #define HAVE_GETGRNAM_R 1
        !          3347: | #define HAVE_GETPWUID_R 1
        !          3348: | #define HAVE_GRANTPT 1
        !          3349: | #define HAVE_INET_NTOA 1
        !          3350: | #define HAVE_INET_NTOP 1
        !          3351: | #define HAVE_INET_PTON 1
        !          3352: | #define HAVE_ISASCII 1
        !          3353: | #define HAVE_LINK 1
        !          3354: | #define HAVE_LOCALTIME_R 1
        !          3355: | #define HAVE_LOCKF 1
        !          3356: | #define HAVE_LCHOWN 1
        !          3357: | #define HAVE_LRAND48 1
        !          3358: | #define HAVE_MEMCPY 1
        !          3359: | #define HAVE_MEMMOVE 1
        !          3360: | #define HAVE_MKSTEMP 1
        !          3361: | #define HAVE_MMAP 1
        !          3362: | #define HAVE_NL_LANGINFO 1
        !          3363: | #define HAVE_PERROR 1
        !          3364: | #define HAVE_POLL 1
        !          3365: | #define HAVE_PTSNAME 1
        !          3366: | #define HAVE_PUTENV 1
        !          3367: | #define HAVE_REALPATH 1
        !          3368: | #define HAVE_RANDOM 1
        !          3369: | #define HAVE_RAND_R 1
        !          3370: | #define HAVE_SCANDIR 1
        !          3371: | #define HAVE_SETITIMER 1
        !          3372: | #define HAVE_SETLOCALE 1
        !          3373: | #define HAVE_LOCALECONV 1
        !          3374: | #define HAVE_SETENV 1
        !          3375: | #define HAVE_SETPGID 1
        !          3376: | #define HAVE_SETSOCKOPT 1
        !          3377: | #define HAVE_SETVBUF 1
        !          3378: | #define HAVE_SHUTDOWN 1
        !          3379: | #define HAVE_SIN 1
        !          3380: | #define HAVE_SNPRINTF 1
        !          3381: | #define HAVE_SRAND48 1
        !          3382: | #define HAVE_SRANDOM 1
        !          3383: | #define HAVE_STATFS 1
        !          3384: | #define HAVE_STATVFS 1
        !          3385: | #define HAVE_STRCASECMP 1
        !          3386: | #define HAVE_STRCOLL 1
        !          3387: | #define HAVE_STRDUP 1
        !          3388: | #define HAVE_STRERROR 1
        !          3389: | #define HAVE_STRFTIME 1
        !          3390: | #define HAVE_STRNLEN 1
        !          3391: | #define HAVE_STRPTIME 1
        !          3392: | #define HAVE_STRSTR 1
        !          3393: | #define HAVE_STRTOK_R 1
        !          3394: | #define HAVE_SYMLINK 1
        !          3395: | #define HAVE_TEMPNAM 1
        !          3396: | #define HAVE_TZSET 1
        !          3397: | #define HAVE_UNLOCKPT 1
        !          3398: | #define HAVE_UNSETENV 1
        !          3399: | #define HAVE_USLEEP 1
        !          3400: | #define HAVE_UTIME 1
        !          3401: | #define HAVE_VSNPRINTF 1
        !          3402: | #define HAVE_VASPRINTF 1
        !          3403: | #define HAVE_ASPRINTF 1
        !          3404: | #define HAVE_NANOSLEEP 1
        !          3405: | #define HAVE_NANOSLEEP 1
        !          3406: | #define HAVE_GETADDRINFO 1
        !          3407: | #define HAVE_SYNC_FETCH_AND_ADD 1
        !          3408: | #define HAVE_STRLCAT 1
        !          3409: | #define HAVE_STRLCPY 1
        !          3410: | #define HAVE_GETOPT 1
        !          3411: | #define HAVE_UTIME_H 1
        !          3412: | #define HAVE_UTIME_NULL 1
        !          3413: | /* end confdefs.h.  */
        !          3414: | #include <alloca.h>
        !          3415: | int
        !          3416: | main ()
        !          3417: | {
        !          3418: | char *p = (char *) alloca (2 * sizeof (int));
        !          3419: |                        if (p) return 0;
        !          3420: |   ;
        !          3421: |   return 0;
        !          3422: | }
        !          3423: configure:20246: result: no
        !          3424: configure:20254: checking for alloca
        !          3425: configure:20291: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3426: configure:20291: $? = 0
        !          3427: configure:20299: result: yes
        !          3428: configure:20409: checking for declared timezone
        !          3429: configure:20434: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          3430: configure:20434: $? = 0
        !          3431: configure:20445: result: yes
        !          3432: configure:20454: checking for type of reentrant time-related functions
        !          3433: configure:20483: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3434: conftest.c: In function 'main':
        !          3435: conftest.c:208: warning: assignment makes integer from pointer without a cast
        !          3436: conftest.c:209: error: too many arguments to function 'asctime_r'
        !          3437: configure:20483: $? = 1
        !          3438: configure: program exited with status 1
        !          3439: configure: failed program was:
        !          3440: | /* confdefs.h */
        !          3441: | #define PACKAGE_NAME ""
        !          3442: | #define PACKAGE_TARNAME ""
        !          3443: | #define PACKAGE_VERSION ""
        !          3444: | #define PACKAGE_STRING ""
        !          3445: | #define PACKAGE_BUGREPORT ""
        !          3446: | #define PACKAGE_URL ""
        !          3447: | #define STDC_HEADERS 1
        !          3448: | #define HAVE_SYS_TYPES_H 1
        !          3449: | #define HAVE_SYS_STAT_H 1
        !          3450: | #define HAVE_STDLIB_H 1
        !          3451: | #define HAVE_STRING_H 1
        !          3452: | #define HAVE_MEMORY_H 1
        !          3453: | #define HAVE_STRINGS_H 1
        !          3454: | #define HAVE_INTTYPES_H 1
        !          3455: | #define HAVE_STDINT_H 1
        !          3456: | #define HAVE_UNISTD_H 1
        !          3457: | #define __EXTENSIONS__ 1
        !          3458: | #define _ALL_SOURCE 1
        !          3459: | #define _GNU_SOURCE 1
        !          3460: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          3461: | #define _TANDEM_SOURCE 1
        !          3462: | #define HAVE_DEV_URANDOM 1
        !          3463: | #define SUHOSIN_PATCH 1
        !          3464: | #define HAVE_SOCKLEN_T 1
        !          3465: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          3466: | #define PHP_WRITE_STDOUT 1
        !          3467: | #define HAVE_SOCKET 1
        !          3468: | #define HAVE_SOCKETPAIR 1
        !          3469: | #define HAVE_HTONL 1
        !          3470: | #define HAVE_GETHOSTNAME 1
        !          3471: | #define HAVE_GETHOSTBYADDR 1
        !          3472: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          3473: | #define HAVE_DLOPEN 1
        !          3474: | #define HAVE_LIBDL 1
        !          3475: | #define HAVE_LIBM 1
        !          3476: | #define HAVE_INET_ATON 1
        !          3477: | #define STDC_HEADERS 1
        !          3478: | #define HAVE_DIRENT_H 1
        !          3479: | #define HAVE_INTTYPES_H 1
        !          3480: | #define HAVE_STDINT_H 1
        !          3481: | #define HAVE_DIRENT_H 1
        !          3482: | #define HAVE_SYS_PARAM_H 1
        !          3483: | #define HAVE_SYS_TYPES_H 1
        !          3484: | #define HAVE_SYS_TIME_H 1
        !          3485: | #define HAVE_NETINET_IN_H 1
        !          3486: | #define HAVE_ARPA_INET_H 1
        !          3487: | #define HAVE_ARPA_NAMESER_H 1
        !          3488: | #define HAVE_ASSERT_H 1
        !          3489: | #define HAVE_FCNTL_H 1
        !          3490: | #define HAVE_GRP_H 1
        !          3491: | #define HAVE_IEEEFP_H 1
        !          3492: | #define HAVE_LANGINFO_H 1
        !          3493: | #define HAVE_LIMITS_H 1
        !          3494: | #define HAVE_LOCALE_H 1
        !          3495: | #define HAVE_MONETARY_H 1
        !          3496: | #define HAVE_NETDB_H 1
        !          3497: | #define HAVE_PWD_H 1
        !          3498: | #define HAVE_RESOLV_H 1
        !          3499: | #define HAVE_SIGNAL_H 1
        !          3500: | #define HAVE_STDARG_H 1
        !          3501: | #define HAVE_STDLIB_H 1
        !          3502: | #define HAVE_STRING_H 1
        !          3503: | #define HAVE_SYSLOG_H 1
        !          3504: | #define HAVE_SYSEXITS_H 1
        !          3505: | #define HAVE_SYS_IOCTL_H 1
        !          3506: | #define HAVE_SYS_FILE_H 1
        !          3507: | #define HAVE_SYS_MMAN_H 1
        !          3508: | #define HAVE_SYS_MOUNT_H 1
        !          3509: | #define HAVE_SYS_POLL_H 1
        !          3510: | #define HAVE_SYS_RESOURCE_H 1
        !          3511: | #define HAVE_SYS_SELECT_H 1
        !          3512: | #define HAVE_SYS_SOCKET_H 1
        !          3513: | #define HAVE_SYS_STAT_H 1
        !          3514: | #define HAVE_SYS_STATVFS_H 1
        !          3515: | #define HAVE_SYS_WAIT_H 1
        !          3516: | #define HAVE_TERMIOS_H 1
        !          3517: | #define HAVE_UNISTD_H 1
        !          3518: | #define HAVE_UTIME_H 1
        !          3519: | #define HAVE_SYS_UTSNAME_H 1
        !          3520: | #define HAVE_SYS_IPC_H 1
        !          3521: | #define HAVE_DLFCN_H 1
        !          3522: | #define HAVE_ASSERT_H 1
        !          3523: | #define HAVE_STRUCT_TM_TM_ZONE 1
        !          3524: | #define HAVE_TM_ZONE 1
        !          3525: | #define MISSING_FCLOSE_DECL 0
        !          3526: | #define HAVE_TM_GMTOFF 1
        !          3527: | #define HAVE_STRUCT_FLOCK 1
        !          3528: | #define HAVE_SOCKLEN_T 1
        !          3529: | #define SIZEOF_SIZE_T 4
        !          3530: | #define SIZEOF_LONG_LONG 8
        !          3531: | #define SIZEOF_LONG_LONG_INT 8
        !          3532: | #define SIZEOF_LONG 4
        !          3533: | #define SIZEOF_INT 4
        !          3534: | #define SIZEOF_INTMAX_T 8
        !          3535: | #define HAVE_INTMAX_T 1
        !          3536: | #define SIZEOF_SSIZE_T 4
        !          3537: | #define HAVE_SSIZE_T 1
        !          3538: | #define SIZEOF_PTRDIFF_T 4
        !          3539: | #define HAVE_PTRDIFF_T 1
        !          3540: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
        !          3541: | #define HAVE_ST_BLKSIZE 1
        !          3542: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
        !          3543: | #define HAVE_ST_BLOCKS 1
        !          3544: | #define HAVE_STRUCT_STAT_ST_RDEV 1
        !          3545: | #define HAVE_ST_RDEV 1
        !          3546: | #define HAVE_SOCKADDR_STORAGE 1
        !          3547: | #define HAVE_SOCKADDR_SA_LEN 1
        !          3548: | #define HAVE_VPRINTF 1
        !          3549: | #define HAVE_ALPHASORT 1
        !          3550: | #define HAVE_ASCTIME_R 1
        !          3551: | #define HAVE_CHROOT 1
        !          3552: | #define HAVE_CTIME_R 1
        !          3553: | #define HAVE_FLOCK 1
        !          3554: | #define HAVE_FTOK 1
        !          3555: | #define HAVE_FUNOPEN 1
        !          3556: | #define HAVE_GAI_STRERROR 1
        !          3557: | #define HAVE_GETLOADAVG 1
        !          3558: | #define HAVE_GETLOGIN 1
        !          3559: | #define HAVE_GETPROTOBYNAME 1
        !          3560: | #define HAVE_GETPROTOBYNUMBER 1
        !          3561: | #define HAVE_GETSERVBYNAME 1
        !          3562: | #define HAVE_GETSERVBYPORT 1
        !          3563: | #define HAVE_GETHOSTNAME 1
        !          3564: | #define HAVE_GETRUSAGE 1
        !          3565: | #define HAVE_GETTIMEOFDAY 1
        !          3566: | #define HAVE_GMTIME_R 1
        !          3567: | #define HAVE_GETPWNAM_R 1
        !          3568: | #define HAVE_GETGRNAM_R 1
        !          3569: | #define HAVE_GETPWUID_R 1
        !          3570: | #define HAVE_GRANTPT 1
        !          3571: | #define HAVE_INET_NTOA 1
        !          3572: | #define HAVE_INET_NTOP 1
        !          3573: | #define HAVE_INET_PTON 1
        !          3574: | #define HAVE_ISASCII 1
        !          3575: | #define HAVE_LINK 1
        !          3576: | #define HAVE_LOCALTIME_R 1
        !          3577: | #define HAVE_LOCKF 1
        !          3578: | #define HAVE_LCHOWN 1
        !          3579: | #define HAVE_LRAND48 1
        !          3580: | #define HAVE_MEMCPY 1
        !          3581: | #define HAVE_MEMMOVE 1
        !          3582: | #define HAVE_MKSTEMP 1
        !          3583: | #define HAVE_MMAP 1
        !          3584: | #define HAVE_NL_LANGINFO 1
        !          3585: | #define HAVE_PERROR 1
        !          3586: | #define HAVE_POLL 1
        !          3587: | #define HAVE_PTSNAME 1
        !          3588: | #define HAVE_PUTENV 1
        !          3589: | #define HAVE_REALPATH 1
        !          3590: | #define HAVE_RANDOM 1
        !          3591: | #define HAVE_RAND_R 1
        !          3592: | #define HAVE_SCANDIR 1
        !          3593: | #define HAVE_SETITIMER 1
        !          3594: | #define HAVE_SETLOCALE 1
        !          3595: | #define HAVE_LOCALECONV 1
        !          3596: | #define HAVE_SETENV 1
        !          3597: | #define HAVE_SETPGID 1
        !          3598: | #define HAVE_SETSOCKOPT 1
        !          3599: | #define HAVE_SETVBUF 1
        !          3600: | #define HAVE_SHUTDOWN 1
        !          3601: | #define HAVE_SIN 1
        !          3602: | #define HAVE_SNPRINTF 1
        !          3603: | #define HAVE_SRAND48 1
        !          3604: | #define HAVE_SRANDOM 1
        !          3605: | #define HAVE_STATFS 1
        !          3606: | #define HAVE_STATVFS 1
        !          3607: | #define HAVE_STRCASECMP 1
        !          3608: | #define HAVE_STRCOLL 1
        !          3609: | #define HAVE_STRDUP 1
        !          3610: | #define HAVE_STRERROR 1
        !          3611: | #define HAVE_STRFTIME 1
        !          3612: | #define HAVE_STRNLEN 1
        !          3613: | #define HAVE_STRPTIME 1
        !          3614: | #define HAVE_STRSTR 1
        !          3615: | #define HAVE_STRTOK_R 1
        !          3616: | #define HAVE_SYMLINK 1
        !          3617: | #define HAVE_TEMPNAM 1
        !          3618: | #define HAVE_TZSET 1
        !          3619: | #define HAVE_UNLOCKPT 1
        !          3620: | #define HAVE_UNSETENV 1
        !          3621: | #define HAVE_USLEEP 1
        !          3622: | #define HAVE_UTIME 1
        !          3623: | #define HAVE_VSNPRINTF 1
        !          3624: | #define HAVE_VASPRINTF 1
        !          3625: | #define HAVE_ASPRINTF 1
        !          3626: | #define HAVE_NANOSLEEP 1
        !          3627: | #define HAVE_NANOSLEEP 1
        !          3628: | #define HAVE_GETADDRINFO 1
        !          3629: | #define HAVE_SYNC_FETCH_AND_ADD 1
        !          3630: | #define HAVE_STRLCAT 1
        !          3631: | #define HAVE_STRLCPY 1
        !          3632: | #define HAVE_GETOPT 1
        !          3633: | #define HAVE_UTIME_H 1
        !          3634: | #define HAVE_UTIME_NULL 1
        !          3635: | #define HAVE_ALLOCA 1
        !          3636: | #define HAVE_DECLARED_TIMEZONE 1
        !          3637: | /* end confdefs.h.  */
        !          3638: | 
        !          3639: | #include <time.h>
        !          3640: | 
        !          3641: | main() {
        !          3642: | char buf[27];
        !          3643: | struct tm t;
        !          3644: | time_t old = 0;
        !          3645: | int r, s;
        !          3646: | 
        !          3647: | s = gmtime_r(&old, &t);
        !          3648: | r = (int) asctime_r(&t, buf, 26);
        !          3649: | if (r == s && s == 0) return (0);
        !          3650: | return (1);
        !          3651: | }
        !          3652: | 
        !          3653: configure:20510: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3654: conftest.c: In function 'main':
        !          3655: conftest.c:207: error: too many arguments to function 'asctime_r'
        !          3656: configure:20510: $? = 1
        !          3657: configure: program exited with status 1
        !          3658: configure: failed program was:
        !          3659: | /* confdefs.h */
        !          3660: | #define PACKAGE_NAME ""
        !          3661: | #define PACKAGE_TARNAME ""
        !          3662: | #define PACKAGE_VERSION ""
        !          3663: | #define PACKAGE_STRING ""
        !          3664: | #define PACKAGE_BUGREPORT ""
        !          3665: | #define PACKAGE_URL ""
        !          3666: | #define STDC_HEADERS 1
        !          3667: | #define HAVE_SYS_TYPES_H 1
        !          3668: | #define HAVE_SYS_STAT_H 1
        !          3669: | #define HAVE_STDLIB_H 1
        !          3670: | #define HAVE_STRING_H 1
        !          3671: | #define HAVE_MEMORY_H 1
        !          3672: | #define HAVE_STRINGS_H 1
        !          3673: | #define HAVE_INTTYPES_H 1
        !          3674: | #define HAVE_STDINT_H 1
        !          3675: | #define HAVE_UNISTD_H 1
        !          3676: | #define __EXTENSIONS__ 1
        !          3677: | #define _ALL_SOURCE 1
        !          3678: | #define _GNU_SOURCE 1
        !          3679: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          3680: | #define _TANDEM_SOURCE 1
        !          3681: | #define HAVE_DEV_URANDOM 1
        !          3682: | #define SUHOSIN_PATCH 1
        !          3683: | #define HAVE_SOCKLEN_T 1
        !          3684: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          3685: | #define PHP_WRITE_STDOUT 1
        !          3686: | #define HAVE_SOCKET 1
        !          3687: | #define HAVE_SOCKETPAIR 1
        !          3688: | #define HAVE_HTONL 1
        !          3689: | #define HAVE_GETHOSTNAME 1
        !          3690: | #define HAVE_GETHOSTBYADDR 1
        !          3691: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          3692: | #define HAVE_DLOPEN 1
        !          3693: | #define HAVE_LIBDL 1
        !          3694: | #define HAVE_LIBM 1
        !          3695: | #define HAVE_INET_ATON 1
        !          3696: | #define STDC_HEADERS 1
        !          3697: | #define HAVE_DIRENT_H 1
        !          3698: | #define HAVE_INTTYPES_H 1
        !          3699: | #define HAVE_STDINT_H 1
        !          3700: | #define HAVE_DIRENT_H 1
        !          3701: | #define HAVE_SYS_PARAM_H 1
        !          3702: | #define HAVE_SYS_TYPES_H 1
        !          3703: | #define HAVE_SYS_TIME_H 1
        !          3704: | #define HAVE_NETINET_IN_H 1
        !          3705: | #define HAVE_ARPA_INET_H 1
        !          3706: | #define HAVE_ARPA_NAMESER_H 1
        !          3707: | #define HAVE_ASSERT_H 1
        !          3708: | #define HAVE_FCNTL_H 1
        !          3709: | #define HAVE_GRP_H 1
        !          3710: | #define HAVE_IEEEFP_H 1
        !          3711: | #define HAVE_LANGINFO_H 1
        !          3712: | #define HAVE_LIMITS_H 1
        !          3713: | #define HAVE_LOCALE_H 1
        !          3714: | #define HAVE_MONETARY_H 1
        !          3715: | #define HAVE_NETDB_H 1
        !          3716: | #define HAVE_PWD_H 1
        !          3717: | #define HAVE_RESOLV_H 1
        !          3718: | #define HAVE_SIGNAL_H 1
        !          3719: | #define HAVE_STDARG_H 1
        !          3720: | #define HAVE_STDLIB_H 1
        !          3721: | #define HAVE_STRING_H 1
        !          3722: | #define HAVE_SYSLOG_H 1
        !          3723: | #define HAVE_SYSEXITS_H 1
        !          3724: | #define HAVE_SYS_IOCTL_H 1
        !          3725: | #define HAVE_SYS_FILE_H 1
        !          3726: | #define HAVE_SYS_MMAN_H 1
        !          3727: | #define HAVE_SYS_MOUNT_H 1
        !          3728: | #define HAVE_SYS_POLL_H 1
        !          3729: | #define HAVE_SYS_RESOURCE_H 1
        !          3730: | #define HAVE_SYS_SELECT_H 1
        !          3731: | #define HAVE_SYS_SOCKET_H 1
        !          3732: | #define HAVE_SYS_STAT_H 1
        !          3733: | #define HAVE_SYS_STATVFS_H 1
        !          3734: | #define HAVE_SYS_WAIT_H 1
        !          3735: | #define HAVE_TERMIOS_H 1
        !          3736: | #define HAVE_UNISTD_H 1
        !          3737: | #define HAVE_UTIME_H 1
        !          3738: | #define HAVE_SYS_UTSNAME_H 1
        !          3739: | #define HAVE_SYS_IPC_H 1
        !          3740: | #define HAVE_DLFCN_H 1
        !          3741: | #define HAVE_ASSERT_H 1
        !          3742: | #define HAVE_STRUCT_TM_TM_ZONE 1
        !          3743: | #define HAVE_TM_ZONE 1
        !          3744: | #define MISSING_FCLOSE_DECL 0
        !          3745: | #define HAVE_TM_GMTOFF 1
        !          3746: | #define HAVE_STRUCT_FLOCK 1
        !          3747: | #define HAVE_SOCKLEN_T 1
        !          3748: | #define SIZEOF_SIZE_T 4
        !          3749: | #define SIZEOF_LONG_LONG 8
        !          3750: | #define SIZEOF_LONG_LONG_INT 8
        !          3751: | #define SIZEOF_LONG 4
        !          3752: | #define SIZEOF_INT 4
        !          3753: | #define SIZEOF_INTMAX_T 8
        !          3754: | #define HAVE_INTMAX_T 1
        !          3755: | #define SIZEOF_SSIZE_T 4
        !          3756: | #define HAVE_SSIZE_T 1
        !          3757: | #define SIZEOF_PTRDIFF_T 4
        !          3758: | #define HAVE_PTRDIFF_T 1
        !          3759: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
        !          3760: | #define HAVE_ST_BLKSIZE 1
        !          3761: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
        !          3762: | #define HAVE_ST_BLOCKS 1
        !          3763: | #define HAVE_STRUCT_STAT_ST_RDEV 1
        !          3764: | #define HAVE_ST_RDEV 1
        !          3765: | #define HAVE_SOCKADDR_STORAGE 1
        !          3766: | #define HAVE_SOCKADDR_SA_LEN 1
        !          3767: | #define HAVE_VPRINTF 1
        !          3768: | #define HAVE_ALPHASORT 1
        !          3769: | #define HAVE_ASCTIME_R 1
        !          3770: | #define HAVE_CHROOT 1
        !          3771: | #define HAVE_CTIME_R 1
        !          3772: | #define HAVE_FLOCK 1
        !          3773: | #define HAVE_FTOK 1
        !          3774: | #define HAVE_FUNOPEN 1
        !          3775: | #define HAVE_GAI_STRERROR 1
        !          3776: | #define HAVE_GETLOADAVG 1
        !          3777: | #define HAVE_GETLOGIN 1
        !          3778: | #define HAVE_GETPROTOBYNAME 1
        !          3779: | #define HAVE_GETPROTOBYNUMBER 1
        !          3780: | #define HAVE_GETSERVBYNAME 1
        !          3781: | #define HAVE_GETSERVBYPORT 1
        !          3782: | #define HAVE_GETHOSTNAME 1
        !          3783: | #define HAVE_GETRUSAGE 1
        !          3784: | #define HAVE_GETTIMEOFDAY 1
        !          3785: | #define HAVE_GMTIME_R 1
        !          3786: | #define HAVE_GETPWNAM_R 1
        !          3787: | #define HAVE_GETGRNAM_R 1
        !          3788: | #define HAVE_GETPWUID_R 1
        !          3789: | #define HAVE_GRANTPT 1
        !          3790: | #define HAVE_INET_NTOA 1
        !          3791: | #define HAVE_INET_NTOP 1
        !          3792: | #define HAVE_INET_PTON 1
        !          3793: | #define HAVE_ISASCII 1
        !          3794: | #define HAVE_LINK 1
        !          3795: | #define HAVE_LOCALTIME_R 1
        !          3796: | #define HAVE_LOCKF 1
        !          3797: | #define HAVE_LCHOWN 1
        !          3798: | #define HAVE_LRAND48 1
        !          3799: | #define HAVE_MEMCPY 1
        !          3800: | #define HAVE_MEMMOVE 1
        !          3801: | #define HAVE_MKSTEMP 1
        !          3802: | #define HAVE_MMAP 1
        !          3803: | #define HAVE_NL_LANGINFO 1
        !          3804: | #define HAVE_PERROR 1
        !          3805: | #define HAVE_POLL 1
        !          3806: | #define HAVE_PTSNAME 1
        !          3807: | #define HAVE_PUTENV 1
        !          3808: | #define HAVE_REALPATH 1
        !          3809: | #define HAVE_RANDOM 1
        !          3810: | #define HAVE_RAND_R 1
        !          3811: | #define HAVE_SCANDIR 1
        !          3812: | #define HAVE_SETITIMER 1
        !          3813: | #define HAVE_SETLOCALE 1
        !          3814: | #define HAVE_LOCALECONV 1
        !          3815: | #define HAVE_SETENV 1
        !          3816: | #define HAVE_SETPGID 1
        !          3817: | #define HAVE_SETSOCKOPT 1
        !          3818: | #define HAVE_SETVBUF 1
        !          3819: | #define HAVE_SHUTDOWN 1
        !          3820: | #define HAVE_SIN 1
        !          3821: | #define HAVE_SNPRINTF 1
        !          3822: | #define HAVE_SRAND48 1
        !          3823: | #define HAVE_SRANDOM 1
        !          3824: | #define HAVE_STATFS 1
        !          3825: | #define HAVE_STATVFS 1
        !          3826: | #define HAVE_STRCASECMP 1
        !          3827: | #define HAVE_STRCOLL 1
        !          3828: | #define HAVE_STRDUP 1
        !          3829: | #define HAVE_STRERROR 1
        !          3830: | #define HAVE_STRFTIME 1
        !          3831: | #define HAVE_STRNLEN 1
        !          3832: | #define HAVE_STRPTIME 1
        !          3833: | #define HAVE_STRSTR 1
        !          3834: | #define HAVE_STRTOK_R 1
        !          3835: | #define HAVE_SYMLINK 1
        !          3836: | #define HAVE_TEMPNAM 1
        !          3837: | #define HAVE_TZSET 1
        !          3838: | #define HAVE_UNLOCKPT 1
        !          3839: | #define HAVE_UNSETENV 1
        !          3840: | #define HAVE_USLEEP 1
        !          3841: | #define HAVE_UTIME 1
        !          3842: | #define HAVE_VSNPRINTF 1
        !          3843: | #define HAVE_VASPRINTF 1
        !          3844: | #define HAVE_ASPRINTF 1
        !          3845: | #define HAVE_NANOSLEEP 1
        !          3846: | #define HAVE_NANOSLEEP 1
        !          3847: | #define HAVE_GETADDRINFO 1
        !          3848: | #define HAVE_SYNC_FETCH_AND_ADD 1
        !          3849: | #define HAVE_STRLCAT 1
        !          3850: | #define HAVE_STRLCPY 1
        !          3851: | #define HAVE_GETOPT 1
        !          3852: | #define HAVE_UTIME_H 1
        !          3853: | #define HAVE_UTIME_NULL 1
        !          3854: | #define HAVE_ALLOCA 1
        !          3855: | #define HAVE_DECLARED_TIMEZONE 1
        !          3856: | /* end confdefs.h.  */
        !          3857: | 
        !          3858: | #include <time.h>
        !          3859: | main() {
        !          3860: |   struct tm t, *s;
        !          3861: |   time_t old = 0;
        !          3862: |   char buf[27], *p;
        !          3863: | 
        !          3864: |   s = gmtime_r(&old, &t);
        !          3865: |   p = asctime_r(&t, buf, 26);
        !          3866: |   if (p == buf && s == &t) return (0);
        !          3867: |   return (1);
        !          3868: | }
        !          3869: | 
        !          3870: configure:20531: result: POSIX
        !          3871: configure:20543: checking for readdir_r
        !          3872: configure:20543: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3873: configure:20543: $? = 0
        !          3874: configure:20543: result: yes
        !          3875: configure:20551: checking for type of readdir_r
        !          3876: configure:20587: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3877: conftest.c: In function 'main':
        !          3878: conftest.c:215: warning: incompatible implicit declaration of built-in function 'exit'
        !          3879: configure:20587: $? = 0
        !          3880: configure:20587: ./conftest
        !          3881: configure:20587: $? = 0
        !          3882: configure:20620: result: POSIX
        !          3883: configure:20635: checking for in_addr_t
        !          3884: configure:20660: result: yes
        !          3885: configure:20671: checking for crypt_r
        !          3886: configure:20671: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          3887: /tmp//cctPUcup.o: In function `main':
        !          3888: conftest.c:(.text+0x12): undefined reference to `crypt_r'
        !          3889: configure:20671: $? = 1
        !          3890: configure: failed program was:
        !          3891: | /* confdefs.h */
        !          3892: | #define PACKAGE_NAME ""
        !          3893: | #define PACKAGE_TARNAME ""
        !          3894: | #define PACKAGE_VERSION ""
        !          3895: | #define PACKAGE_STRING ""
        !          3896: | #define PACKAGE_BUGREPORT ""
        !          3897: | #define PACKAGE_URL ""
        !          3898: | #define STDC_HEADERS 1
        !          3899: | #define HAVE_SYS_TYPES_H 1
        !          3900: | #define HAVE_SYS_STAT_H 1
        !          3901: | #define HAVE_STDLIB_H 1
        !          3902: | #define HAVE_STRING_H 1
        !          3903: | #define HAVE_MEMORY_H 1
        !          3904: | #define HAVE_STRINGS_H 1
        !          3905: | #define HAVE_INTTYPES_H 1
        !          3906: | #define HAVE_STDINT_H 1
        !          3907: | #define HAVE_UNISTD_H 1
        !          3908: | #define __EXTENSIONS__ 1
        !          3909: | #define _ALL_SOURCE 1
        !          3910: | #define _GNU_SOURCE 1
        !          3911: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          3912: | #define _TANDEM_SOURCE 1
        !          3913: | #define HAVE_DEV_URANDOM 1
        !          3914: | #define SUHOSIN_PATCH 1
        !          3915: | #define HAVE_SOCKLEN_T 1
        !          3916: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          3917: | #define PHP_WRITE_STDOUT 1
        !          3918: | #define HAVE_SOCKET 1
        !          3919: | #define HAVE_SOCKETPAIR 1
        !          3920: | #define HAVE_HTONL 1
        !          3921: | #define HAVE_GETHOSTNAME 1
        !          3922: | #define HAVE_GETHOSTBYADDR 1
        !          3923: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          3924: | #define HAVE_DLOPEN 1
        !          3925: | #define HAVE_LIBDL 1
        !          3926: | #define HAVE_LIBM 1
        !          3927: | #define HAVE_INET_ATON 1
        !          3928: | #define STDC_HEADERS 1
        !          3929: | #define HAVE_DIRENT_H 1
        !          3930: | #define HAVE_INTTYPES_H 1
        !          3931: | #define HAVE_STDINT_H 1
        !          3932: | #define HAVE_DIRENT_H 1
        !          3933: | #define HAVE_SYS_PARAM_H 1
        !          3934: | #define HAVE_SYS_TYPES_H 1
        !          3935: | #define HAVE_SYS_TIME_H 1
        !          3936: | #define HAVE_NETINET_IN_H 1
        !          3937: | #define HAVE_ARPA_INET_H 1
        !          3938: | #define HAVE_ARPA_NAMESER_H 1
        !          3939: | #define HAVE_ASSERT_H 1
        !          3940: | #define HAVE_FCNTL_H 1
        !          3941: | #define HAVE_GRP_H 1
        !          3942: | #define HAVE_IEEEFP_H 1
        !          3943: | #define HAVE_LANGINFO_H 1
        !          3944: | #define HAVE_LIMITS_H 1
        !          3945: | #define HAVE_LOCALE_H 1
        !          3946: | #define HAVE_MONETARY_H 1
        !          3947: | #define HAVE_NETDB_H 1
        !          3948: | #define HAVE_PWD_H 1
        !          3949: | #define HAVE_RESOLV_H 1
        !          3950: | #define HAVE_SIGNAL_H 1
        !          3951: | #define HAVE_STDARG_H 1
        !          3952: | #define HAVE_STDLIB_H 1
        !          3953: | #define HAVE_STRING_H 1
        !          3954: | #define HAVE_SYSLOG_H 1
        !          3955: | #define HAVE_SYSEXITS_H 1
        !          3956: | #define HAVE_SYS_IOCTL_H 1
        !          3957: | #define HAVE_SYS_FILE_H 1
        !          3958: | #define HAVE_SYS_MMAN_H 1
        !          3959: | #define HAVE_SYS_MOUNT_H 1
        !          3960: | #define HAVE_SYS_POLL_H 1
        !          3961: | #define HAVE_SYS_RESOURCE_H 1
        !          3962: | #define HAVE_SYS_SELECT_H 1
        !          3963: | #define HAVE_SYS_SOCKET_H 1
        !          3964: | #define HAVE_SYS_STAT_H 1
        !          3965: | #define HAVE_SYS_STATVFS_H 1
        !          3966: | #define HAVE_SYS_WAIT_H 1
        !          3967: | #define HAVE_TERMIOS_H 1
        !          3968: | #define HAVE_UNISTD_H 1
        !          3969: | #define HAVE_UTIME_H 1
        !          3970: | #define HAVE_SYS_UTSNAME_H 1
        !          3971: | #define HAVE_SYS_IPC_H 1
        !          3972: | #define HAVE_DLFCN_H 1
        !          3973: | #define HAVE_ASSERT_H 1
        !          3974: | #define HAVE_STRUCT_TM_TM_ZONE 1
        !          3975: | #define HAVE_TM_ZONE 1
        !          3976: | #define MISSING_FCLOSE_DECL 0
        !          3977: | #define HAVE_TM_GMTOFF 1
        !          3978: | #define HAVE_STRUCT_FLOCK 1
        !          3979: | #define HAVE_SOCKLEN_T 1
        !          3980: | #define SIZEOF_SIZE_T 4
        !          3981: | #define SIZEOF_LONG_LONG 8
        !          3982: | #define SIZEOF_LONG_LONG_INT 8
        !          3983: | #define SIZEOF_LONG 4
        !          3984: | #define SIZEOF_INT 4
        !          3985: | #define SIZEOF_INTMAX_T 8
        !          3986: | #define HAVE_INTMAX_T 1
        !          3987: | #define SIZEOF_SSIZE_T 4
        !          3988: | #define HAVE_SSIZE_T 1
        !          3989: | #define SIZEOF_PTRDIFF_T 4
        !          3990: | #define HAVE_PTRDIFF_T 1
        !          3991: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
        !          3992: | #define HAVE_ST_BLKSIZE 1
        !          3993: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
        !          3994: | #define HAVE_ST_BLOCKS 1
        !          3995: | #define HAVE_STRUCT_STAT_ST_RDEV 1
        !          3996: | #define HAVE_ST_RDEV 1
        !          3997: | #define HAVE_SOCKADDR_STORAGE 1
        !          3998: | #define HAVE_SOCKADDR_SA_LEN 1
        !          3999: | #define HAVE_VPRINTF 1
        !          4000: | #define HAVE_ALPHASORT 1
        !          4001: | #define HAVE_ASCTIME_R 1
        !          4002: | #define HAVE_CHROOT 1
        !          4003: | #define HAVE_CTIME_R 1
        !          4004: | #define HAVE_FLOCK 1
        !          4005: | #define HAVE_FTOK 1
        !          4006: | #define HAVE_FUNOPEN 1
        !          4007: | #define HAVE_GAI_STRERROR 1
        !          4008: | #define HAVE_GETLOADAVG 1
        !          4009: | #define HAVE_GETLOGIN 1
        !          4010: | #define HAVE_GETPROTOBYNAME 1
        !          4011: | #define HAVE_GETPROTOBYNUMBER 1
        !          4012: | #define HAVE_GETSERVBYNAME 1
        !          4013: | #define HAVE_GETSERVBYPORT 1
        !          4014: | #define HAVE_GETHOSTNAME 1
        !          4015: | #define HAVE_GETRUSAGE 1
        !          4016: | #define HAVE_GETTIMEOFDAY 1
        !          4017: | #define HAVE_GMTIME_R 1
        !          4018: | #define HAVE_GETPWNAM_R 1
        !          4019: | #define HAVE_GETGRNAM_R 1
        !          4020: | #define HAVE_GETPWUID_R 1
        !          4021: | #define HAVE_GRANTPT 1
        !          4022: | #define HAVE_INET_NTOA 1
        !          4023: | #define HAVE_INET_NTOP 1
        !          4024: | #define HAVE_INET_PTON 1
        !          4025: | #define HAVE_ISASCII 1
        !          4026: | #define HAVE_LINK 1
        !          4027: | #define HAVE_LOCALTIME_R 1
        !          4028: | #define HAVE_LOCKF 1
        !          4029: | #define HAVE_LCHOWN 1
        !          4030: | #define HAVE_LRAND48 1
        !          4031: | #define HAVE_MEMCPY 1
        !          4032: | #define HAVE_MEMMOVE 1
        !          4033: | #define HAVE_MKSTEMP 1
        !          4034: | #define HAVE_MMAP 1
        !          4035: | #define HAVE_NL_LANGINFO 1
        !          4036: | #define HAVE_PERROR 1
        !          4037: | #define HAVE_POLL 1
        !          4038: | #define HAVE_PTSNAME 1
        !          4039: | #define HAVE_PUTENV 1
        !          4040: | #define HAVE_REALPATH 1
        !          4041: | #define HAVE_RANDOM 1
        !          4042: | #define HAVE_RAND_R 1
        !          4043: | #define HAVE_SCANDIR 1
        !          4044: | #define HAVE_SETITIMER 1
        !          4045: | #define HAVE_SETLOCALE 1
        !          4046: | #define HAVE_LOCALECONV 1
        !          4047: | #define HAVE_SETENV 1
        !          4048: | #define HAVE_SETPGID 1
        !          4049: | #define HAVE_SETSOCKOPT 1
        !          4050: | #define HAVE_SETVBUF 1
        !          4051: | #define HAVE_SHUTDOWN 1
        !          4052: | #define HAVE_SIN 1
        !          4053: | #define HAVE_SNPRINTF 1
        !          4054: | #define HAVE_SRAND48 1
        !          4055: | #define HAVE_SRANDOM 1
        !          4056: | #define HAVE_STATFS 1
        !          4057: | #define HAVE_STATVFS 1
        !          4058: | #define HAVE_STRCASECMP 1
        !          4059: | #define HAVE_STRCOLL 1
        !          4060: | #define HAVE_STRDUP 1
        !          4061: | #define HAVE_STRERROR 1
        !          4062: | #define HAVE_STRFTIME 1
        !          4063: | #define HAVE_STRNLEN 1
        !          4064: | #define HAVE_STRPTIME 1
        !          4065: | #define HAVE_STRSTR 1
        !          4066: | #define HAVE_STRTOK_R 1
        !          4067: | #define HAVE_SYMLINK 1
        !          4068: | #define HAVE_TEMPNAM 1
        !          4069: | #define HAVE_TZSET 1
        !          4070: | #define HAVE_UNLOCKPT 1
        !          4071: | #define HAVE_UNSETENV 1
        !          4072: | #define HAVE_USLEEP 1
        !          4073: | #define HAVE_UTIME 1
        !          4074: | #define HAVE_VSNPRINTF 1
        !          4075: | #define HAVE_VASPRINTF 1
        !          4076: | #define HAVE_ASPRINTF 1
        !          4077: | #define HAVE_NANOSLEEP 1
        !          4078: | #define HAVE_NANOSLEEP 1
        !          4079: | #define HAVE_GETADDRINFO 1
        !          4080: | #define HAVE_SYNC_FETCH_AND_ADD 1
        !          4081: | #define HAVE_STRLCAT 1
        !          4082: | #define HAVE_STRLCPY 1
        !          4083: | #define HAVE_GETOPT 1
        !          4084: | #define HAVE_UTIME_H 1
        !          4085: | #define HAVE_UTIME_NULL 1
        !          4086: | #define HAVE_ALLOCA 1
        !          4087: | #define HAVE_DECLARED_TIMEZONE 1
        !          4088: | #define HAVE_POSIX_READDIR_R 1
        !          4089: | /* end confdefs.h.  */
        !          4090: | /* Define crypt_r to an innocuous variant, in case <limits.h> declares crypt_r.
        !          4091: |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
        !          4092: | #define crypt_r innocuous_crypt_r
        !          4093: | 
        !          4094: | /* System header to define __stub macros and hopefully few prototypes,
        !          4095: |     which can conflict with char crypt_r (); below.
        !          4096: |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
        !          4097: |     <limits.h> exists even on freestanding compilers.  */
        !          4098: | 
        !          4099: | #ifdef __STDC__
        !          4100: | # include <limits.h>
        !          4101: | #else
        !          4102: | # include <assert.h>
        !          4103: | #endif
        !          4104: | 
        !          4105: | #undef crypt_r
        !          4106: | 
        !          4107: | /* Override any GCC internal prototype to avoid an error.
        !          4108: |    Use char because int might match the return type of a GCC
        !          4109: |    builtin and then its argument prototype would still apply.  */
        !          4110: | #ifdef __cplusplus
        !          4111: | extern "C"
        !          4112: | #endif
        !          4113: | char crypt_r ();
        !          4114: | /* The GNU C library defines this for functions which it implements
        !          4115: |     to always fail with ENOSYS.  Some functions are actually named
        !          4116: |     something starting with __ and the normal name is an alias.  */
        !          4117: | #if defined __stub_crypt_r || defined __stub___crypt_r
        !          4118: | choke me
        !          4119: | #endif
        !          4120: | 
        !          4121: | int
        !          4122: | main ()
        !          4123: | {
        !          4124: | return crypt_r ();
        !          4125: |   ;
        !          4126: |   return 0;
        !          4127: | }
        !          4128: configure:20671: result: no
        !          4129: configure:20788: checking whether flush should be called explicitly after a buffered io
        !          4130: configure:20837: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lm  >&5
        !          4131: /tmp//ccmFqy52.o: In function `main':
        !          4132: conftest.c:(.text+0x24): warning: warning: tmpnam() possibly used unsafely; consider using mkstemp()
        !          4133: configure:20837: $? = 0
        !          4134: configure:20837: ./conftest
        !          4135: configure:20837: $? = 1
        !          4136: configure: program exited with status 1
        !          4137: configure: failed program was:
        !          4138: | /* confdefs.h */
        !          4139: | #define PACKAGE_NAME ""
        !          4140: | #define PACKAGE_TARNAME ""
        !          4141: | #define PACKAGE_VERSION ""
        !          4142: | #define PACKAGE_STRING ""
        !          4143: | #define PACKAGE_BUGREPORT ""
        !          4144: | #define PACKAGE_URL ""
        !          4145: | #define STDC_HEADERS 1
        !          4146: | #define HAVE_SYS_TYPES_H 1
        !          4147: | #define HAVE_SYS_STAT_H 1
        !          4148: | #define HAVE_STDLIB_H 1
        !          4149: | #define HAVE_STRING_H 1
        !          4150: | #define HAVE_MEMORY_H 1
        !          4151: | #define HAVE_STRINGS_H 1
        !          4152: | #define HAVE_INTTYPES_H 1
        !          4153: | #define HAVE_STDINT_H 1
        !          4154: | #define HAVE_UNISTD_H 1
        !          4155: | #define __EXTENSIONS__ 1
        !          4156: | #define _ALL_SOURCE 1
        !          4157: | #define _GNU_SOURCE 1
        !          4158: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          4159: | #define _TANDEM_SOURCE 1
        !          4160: | #define HAVE_DEV_URANDOM 1
        !          4161: | #define SUHOSIN_PATCH 1
        !          4162: | #define HAVE_SOCKLEN_T 1
        !          4163: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          4164: | #define PHP_WRITE_STDOUT 1
        !          4165: | #define HAVE_SOCKET 1
        !          4166: | #define HAVE_SOCKETPAIR 1
        !          4167: | #define HAVE_HTONL 1
        !          4168: | #define HAVE_GETHOSTNAME 1
        !          4169: | #define HAVE_GETHOSTBYADDR 1
        !          4170: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          4171: | #define HAVE_DLOPEN 1
        !          4172: | #define HAVE_LIBDL 1
        !          4173: | #define HAVE_LIBM 1
        !          4174: | #define HAVE_INET_ATON 1
        !          4175: | #define STDC_HEADERS 1
        !          4176: | #define HAVE_DIRENT_H 1
        !          4177: | #define HAVE_INTTYPES_H 1
        !          4178: | #define HAVE_STDINT_H 1
        !          4179: | #define HAVE_DIRENT_H 1
        !          4180: | #define HAVE_SYS_PARAM_H 1
        !          4181: | #define HAVE_SYS_TYPES_H 1
        !          4182: | #define HAVE_SYS_TIME_H 1
        !          4183: | #define HAVE_NETINET_IN_H 1
        !          4184: | #define HAVE_ARPA_INET_H 1
        !          4185: | #define HAVE_ARPA_NAMESER_H 1
        !          4186: | #define HAVE_ASSERT_H 1
        !          4187: | #define HAVE_FCNTL_H 1
        !          4188: | #define HAVE_GRP_H 1
        !          4189: | #define HAVE_IEEEFP_H 1
        !          4190: | #define HAVE_LANGINFO_H 1
        !          4191: | #define HAVE_LIMITS_H 1
        !          4192: | #define HAVE_LOCALE_H 1
        !          4193: | #define HAVE_MONETARY_H 1
        !          4194: | #define HAVE_NETDB_H 1
        !          4195: | #define HAVE_PWD_H 1
        !          4196: | #define HAVE_RESOLV_H 1
        !          4197: | #define HAVE_SIGNAL_H 1
        !          4198: | #define HAVE_STDARG_H 1
        !          4199: | #define HAVE_STDLIB_H 1
        !          4200: | #define HAVE_STRING_H 1
        !          4201: | #define HAVE_SYSLOG_H 1
        !          4202: | #define HAVE_SYSEXITS_H 1
        !          4203: | #define HAVE_SYS_IOCTL_H 1
        !          4204: | #define HAVE_SYS_FILE_H 1
        !          4205: | #define HAVE_SYS_MMAN_H 1
        !          4206: | #define HAVE_SYS_MOUNT_H 1
        !          4207: | #define HAVE_SYS_POLL_H 1
        !          4208: | #define HAVE_SYS_RESOURCE_H 1
        !          4209: | #define HAVE_SYS_SELECT_H 1
        !          4210: | #define HAVE_SYS_SOCKET_H 1
        !          4211: | #define HAVE_SYS_STAT_H 1
        !          4212: | #define HAVE_SYS_STATVFS_H 1
        !          4213: | #define HAVE_SYS_WAIT_H 1
        !          4214: | #define HAVE_TERMIOS_H 1
        !          4215: | #define HAVE_UNISTD_H 1
        !          4216: | #define HAVE_UTIME_H 1
        !          4217: | #define HAVE_SYS_UTSNAME_H 1
        !          4218: | #define HAVE_SYS_IPC_H 1
        !          4219: | #define HAVE_DLFCN_H 1
        !          4220: | #define HAVE_ASSERT_H 1
        !          4221: | #define HAVE_STRUCT_TM_TM_ZONE 1
        !          4222: | #define HAVE_TM_ZONE 1
        !          4223: | #define MISSING_FCLOSE_DECL 0
        !          4224: | #define HAVE_TM_GMTOFF 1
        !          4225: | #define HAVE_STRUCT_FLOCK 1
        !          4226: | #define HAVE_SOCKLEN_T 1
        !          4227: | #define SIZEOF_SIZE_T 4
        !          4228: | #define SIZEOF_LONG_LONG 8
        !          4229: | #define SIZEOF_LONG_LONG_INT 8
        !          4230: | #define SIZEOF_LONG 4
        !          4231: | #define SIZEOF_INT 4
        !          4232: | #define SIZEOF_INTMAX_T 8
        !          4233: | #define HAVE_INTMAX_T 1
        !          4234: | #define SIZEOF_SSIZE_T 4
        !          4235: | #define HAVE_SSIZE_T 1
        !          4236: | #define SIZEOF_PTRDIFF_T 4
        !          4237: | #define HAVE_PTRDIFF_T 1
        !          4238: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
        !          4239: | #define HAVE_ST_BLKSIZE 1
        !          4240: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
        !          4241: | #define HAVE_ST_BLOCKS 1
        !          4242: | #define HAVE_STRUCT_STAT_ST_RDEV 1
        !          4243: | #define HAVE_ST_RDEV 1
        !          4244: | #define HAVE_SOCKADDR_STORAGE 1
        !          4245: | #define HAVE_SOCKADDR_SA_LEN 1
        !          4246: | #define HAVE_VPRINTF 1
        !          4247: | #define HAVE_ALPHASORT 1
        !          4248: | #define HAVE_ASCTIME_R 1
        !          4249: | #define HAVE_CHROOT 1
        !          4250: | #define HAVE_CTIME_R 1
        !          4251: | #define HAVE_FLOCK 1
        !          4252: | #define HAVE_FTOK 1
        !          4253: | #define HAVE_FUNOPEN 1
        !          4254: | #define HAVE_GAI_STRERROR 1
        !          4255: | #define HAVE_GETLOADAVG 1
        !          4256: | #define HAVE_GETLOGIN 1
        !          4257: | #define HAVE_GETPROTOBYNAME 1
        !          4258: | #define HAVE_GETPROTOBYNUMBER 1
        !          4259: | #define HAVE_GETSERVBYNAME 1
        !          4260: | #define HAVE_GETSERVBYPORT 1
        !          4261: | #define HAVE_GETHOSTNAME 1
        !          4262: | #define HAVE_GETRUSAGE 1
        !          4263: | #define HAVE_GETTIMEOFDAY 1
        !          4264: | #define HAVE_GMTIME_R 1
        !          4265: | #define HAVE_GETPWNAM_R 1
        !          4266: | #define HAVE_GETGRNAM_R 1
        !          4267: | #define HAVE_GETPWUID_R 1
        !          4268: | #define HAVE_GRANTPT 1
        !          4269: | #define HAVE_INET_NTOA 1
        !          4270: | #define HAVE_INET_NTOP 1
        !          4271: | #define HAVE_INET_PTON 1
        !          4272: | #define HAVE_ISASCII 1
        !          4273: | #define HAVE_LINK 1
        !          4274: | #define HAVE_LOCALTIME_R 1
        !          4275: | #define HAVE_LOCKF 1
        !          4276: | #define HAVE_LCHOWN 1
        !          4277: | #define HAVE_LRAND48 1
        !          4278: | #define HAVE_MEMCPY 1
        !          4279: | #define HAVE_MEMMOVE 1
        !          4280: | #define HAVE_MKSTEMP 1
        !          4281: | #define HAVE_MMAP 1
        !          4282: | #define HAVE_NL_LANGINFO 1
        !          4283: | #define HAVE_PERROR 1
        !          4284: | #define HAVE_POLL 1
        !          4285: | #define HAVE_PTSNAME 1
        !          4286: | #define HAVE_PUTENV 1
        !          4287: | #define HAVE_REALPATH 1
        !          4288: | #define HAVE_RANDOM 1
        !          4289: | #define HAVE_RAND_R 1
        !          4290: | #define HAVE_SCANDIR 1
        !          4291: | #define HAVE_SETITIMER 1
        !          4292: | #define HAVE_SETLOCALE 1
        !          4293: | #define HAVE_LOCALECONV 1
        !          4294: | #define HAVE_SETENV 1
        !          4295: | #define HAVE_SETPGID 1
        !          4296: | #define HAVE_SETSOCKOPT 1
        !          4297: | #define HAVE_SETVBUF 1
        !          4298: | #define HAVE_SHUTDOWN 1
        !          4299: | #define HAVE_SIN 1
        !          4300: | #define HAVE_SNPRINTF 1
        !          4301: | #define HAVE_SRAND48 1
        !          4302: | #define HAVE_SRANDOM 1
        !          4303: | #define HAVE_STATFS 1
        !          4304: | #define HAVE_STATVFS 1
        !          4305: | #define HAVE_STRCASECMP 1
        !          4306: | #define HAVE_STRCOLL 1
        !          4307: | #define HAVE_STRDUP 1
        !          4308: | #define HAVE_STRERROR 1
        !          4309: | #define HAVE_STRFTIME 1
        !          4310: | #define HAVE_STRNLEN 1
        !          4311: | #define HAVE_STRPTIME 1
        !          4312: | #define HAVE_STRSTR 1
        !          4313: | #define HAVE_STRTOK_R 1
        !          4314: | #define HAVE_SYMLINK 1
        !          4315: | #define HAVE_TEMPNAM 1
        !          4316: | #define HAVE_TZSET 1
        !          4317: | #define HAVE_UNLOCKPT 1
        !          4318: | #define HAVE_UNSETENV 1
        !          4319: | #define HAVE_USLEEP 1
        !          4320: | #define HAVE_UTIME 1
        !          4321: | #define HAVE_VSNPRINTF 1
        !          4322: | #define HAVE_VASPRINTF 1
        !          4323: | #define HAVE_ASPRINTF 1
        !          4324: | #define HAVE_NANOSLEEP 1
        !          4325: | #define HAVE_NANOSLEEP 1
        !          4326: | #define HAVE_GETADDRINFO 1
        !          4327: | #define HAVE_SYNC_FETCH_AND_ADD 1
        !          4328: | #define HAVE_STRLCAT 1
        !          4329: | #define HAVE_STRLCPY 1
        !          4330: | #define HAVE_GETOPT 1
        !          4331: | #define HAVE_UTIME_H 1
        !          4332: | #define HAVE_UTIME_NULL 1
        !          4333: | #define HAVE_ALLOCA 1
        !          4334: | #define HAVE_DECLARED_TIMEZONE 1
        !          4335: | #define HAVE_POSIX_READDIR_R 1
        !          4336: | /* end confdefs.h.  */
        !          4337: | 
        !          4338: | #include <stdio.h>
        !          4339: | #include <stdlib.h>
        !          4340: | 
        !          4341: | int main(int argc, char **argv)
        !          4342: | {
        !          4343: |      char *filename = tmpnam(NULL);
        !          4344: |      char buffer[64];
        !          4345: |      int result = 0;
        !          4346: | 
        !          4347: |      FILE *fp = fopen(filename, "wb");
        !          4348: |      if (NULL == fp)
        !          4349: |              return 0;
        !          4350: |      fputs("line 1\n", fp);
        !          4351: |      fputs("line 2\n", fp);
        !          4352: |      fclose(fp);
        !          4353: | 
        !          4354: |      fp = fopen(filename, "rb+");
        !          4355: |      if (NULL == fp)
        !          4356: |              return 0;
        !          4357: |      fgets(buffer, sizeof(buffer), fp);
        !          4358: |      fputs("line 3\n", fp);
        !          4359: |      rewind(fp);
        !          4360: |      fgets(buffer, sizeof(buffer), fp);
        !          4361: |      if (0 != strcmp(buffer, "line 1\n"))
        !          4362: |              result = 1;
        !          4363: |      fgets(buffer, sizeof(buffer), fp);
        !          4364: |      if (0 != strcmp(buffer, "line 3\n"))
        !          4365: |              result = 1;
        !          4366: |      fclose(fp);
        !          4367: |      unlink(filename);
        !          4368: | 
        !          4369: |      exit(result);
        !          4370: | }
        !          4371: | 
        !          4372: configure:20851: result: yes
        !          4373: configure:20860: checking for crypt in -lcrypt
        !          4374: configure:20885: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt  -lm  >&5
        !          4375: configure:20885: $? = 0
        !          4376: configure:20894: result: yes
        !          4377: configure:20907: checking for standard DES crypt
        !          4378: configure:20937: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          4379: conftest.c: In function 'main':
        !          4380: conftest.c:213: warning: incompatible implicit declaration of built-in function 'exit'
        !          4381: configure:20937: $? = 0
        !          4382: configure:20937: ./conftest
        !          4383: configure:20937: $? = 0
        !          4384: configure:20951: result: yes
        !          4385: configure:20954: checking for extended DES crypt
        !          4386: configure:20984: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          4387: conftest.c: In function 'main':
        !          4388: conftest.c:213: warning: incompatible implicit declaration of built-in function 'exit'
        !          4389: configure:20984: $? = 0
        !          4390: configure:20984: ./conftest
        !          4391: configure:20984: $? = 0
        !          4392: configure:20998: result: yes
        !          4393: configure:21001: checking for MD5 crypt
        !          4394: configure:21040: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          4395: conftest.c: In function 'main':
        !          4396: conftest.c:220: warning: incompatible implicit declaration of built-in function 'strcpy'
        !          4397: conftest.c:221: warning: incompatible implicit declaration of built-in function 'strcat'
        !          4398: conftest.c:222: warning: incompatible implicit declaration of built-in function 'exit'
        !          4399: configure:21040: $? = 0
        !          4400: configure:21040: ./conftest
        !          4401: configure:21040: $? = 0
        !          4402: configure:21054: result: yes
        !          4403: configure:21057: checking for Blowfish crypt
        !          4404: configure:21093: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          4405: conftest.c: In function 'main':
        !          4406: conftest.c:216: warning: incompatible implicit declaration of built-in function 'strcat'
        !          4407: conftest.c:217: warning: incompatible implicit declaration of built-in function 'strcpy'
        !          4408: conftest.c:219: warning: incompatible implicit declaration of built-in function 'exit'
        !          4409: configure:21093: $? = 0
        !          4410: configure:21093: ./conftest
        !          4411: configure:21093: $? = 0
        !          4412: configure:21107: result: yes
        !          4413: configure:21110: checking for SHA512 crypt
        !          4414: configure:21145: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          4415: conftest.c: In function 'main':
        !          4416: conftest.c:216: warning: incompatible implicit declaration of built-in function 'strcpy'
        !          4417: conftest.c:218: warning: incompatible implicit declaration of built-in function 'exit'
        !          4418: configure:21145: $? = 0
        !          4419: configure:21145: ./conftest
        !          4420: configure:21145: $? = 41
        !          4421: configure: program exited with status 41
        !          4422: configure: failed program was:
        !          4423: | /* confdefs.h */
        !          4424: | #define PACKAGE_NAME ""
        !          4425: | #define PACKAGE_TARNAME ""
        !          4426: | #define PACKAGE_VERSION ""
        !          4427: | #define PACKAGE_STRING ""
        !          4428: | #define PACKAGE_BUGREPORT ""
        !          4429: | #define PACKAGE_URL ""
        !          4430: | #define STDC_HEADERS 1
        !          4431: | #define HAVE_SYS_TYPES_H 1
        !          4432: | #define HAVE_SYS_STAT_H 1
        !          4433: | #define HAVE_STDLIB_H 1
        !          4434: | #define HAVE_STRING_H 1
        !          4435: | #define HAVE_MEMORY_H 1
        !          4436: | #define HAVE_STRINGS_H 1
        !          4437: | #define HAVE_INTTYPES_H 1
        !          4438: | #define HAVE_STDINT_H 1
        !          4439: | #define HAVE_UNISTD_H 1
        !          4440: | #define __EXTENSIONS__ 1
        !          4441: | #define _ALL_SOURCE 1
        !          4442: | #define _GNU_SOURCE 1
        !          4443: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          4444: | #define _TANDEM_SOURCE 1
        !          4445: | #define HAVE_DEV_URANDOM 1
        !          4446: | #define SUHOSIN_PATCH 1
        !          4447: | #define HAVE_SOCKLEN_T 1
        !          4448: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          4449: | #define PHP_WRITE_STDOUT 1
        !          4450: | #define HAVE_SOCKET 1
        !          4451: | #define HAVE_SOCKETPAIR 1
        !          4452: | #define HAVE_HTONL 1
        !          4453: | #define HAVE_GETHOSTNAME 1
        !          4454: | #define HAVE_GETHOSTBYADDR 1
        !          4455: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          4456: | #define HAVE_DLOPEN 1
        !          4457: | #define HAVE_LIBDL 1
        !          4458: | #define HAVE_LIBM 1
        !          4459: | #define HAVE_INET_ATON 1
        !          4460: | #define STDC_HEADERS 1
        !          4461: | #define HAVE_DIRENT_H 1
        !          4462: | #define HAVE_INTTYPES_H 1
        !          4463: | #define HAVE_STDINT_H 1
        !          4464: | #define HAVE_DIRENT_H 1
        !          4465: | #define HAVE_SYS_PARAM_H 1
        !          4466: | #define HAVE_SYS_TYPES_H 1
        !          4467: | #define HAVE_SYS_TIME_H 1
        !          4468: | #define HAVE_NETINET_IN_H 1
        !          4469: | #define HAVE_ARPA_INET_H 1
        !          4470: | #define HAVE_ARPA_NAMESER_H 1
        !          4471: | #define HAVE_ASSERT_H 1
        !          4472: | #define HAVE_FCNTL_H 1
        !          4473: | #define HAVE_GRP_H 1
        !          4474: | #define HAVE_IEEEFP_H 1
        !          4475: | #define HAVE_LANGINFO_H 1
        !          4476: | #define HAVE_LIMITS_H 1
        !          4477: | #define HAVE_LOCALE_H 1
        !          4478: | #define HAVE_MONETARY_H 1
        !          4479: | #define HAVE_NETDB_H 1
        !          4480: | #define HAVE_PWD_H 1
        !          4481: | #define HAVE_RESOLV_H 1
        !          4482: | #define HAVE_SIGNAL_H 1
        !          4483: | #define HAVE_STDARG_H 1
        !          4484: | #define HAVE_STDLIB_H 1
        !          4485: | #define HAVE_STRING_H 1
        !          4486: | #define HAVE_SYSLOG_H 1
        !          4487: | #define HAVE_SYSEXITS_H 1
        !          4488: | #define HAVE_SYS_IOCTL_H 1
        !          4489: | #define HAVE_SYS_FILE_H 1
        !          4490: | #define HAVE_SYS_MMAN_H 1
        !          4491: | #define HAVE_SYS_MOUNT_H 1
        !          4492: | #define HAVE_SYS_POLL_H 1
        !          4493: | #define HAVE_SYS_RESOURCE_H 1
        !          4494: | #define HAVE_SYS_SELECT_H 1
        !          4495: | #define HAVE_SYS_SOCKET_H 1
        !          4496: | #define HAVE_SYS_STAT_H 1
        !          4497: | #define HAVE_SYS_STATVFS_H 1
        !          4498: | #define HAVE_SYS_WAIT_H 1
        !          4499: | #define HAVE_TERMIOS_H 1
        !          4500: | #define HAVE_UNISTD_H 1
        !          4501: | #define HAVE_UTIME_H 1
        !          4502: | #define HAVE_SYS_UTSNAME_H 1
        !          4503: | #define HAVE_SYS_IPC_H 1
        !          4504: | #define HAVE_DLFCN_H 1
        !          4505: | #define HAVE_ASSERT_H 1
        !          4506: | #define HAVE_STRUCT_TM_TM_ZONE 1
        !          4507: | #define HAVE_TM_ZONE 1
        !          4508: | #define MISSING_FCLOSE_DECL 0
        !          4509: | #define HAVE_TM_GMTOFF 1
        !          4510: | #define HAVE_STRUCT_FLOCK 1
        !          4511: | #define HAVE_SOCKLEN_T 1
        !          4512: | #define SIZEOF_SIZE_T 4
        !          4513: | #define SIZEOF_LONG_LONG 8
        !          4514: | #define SIZEOF_LONG_LONG_INT 8
        !          4515: | #define SIZEOF_LONG 4
        !          4516: | #define SIZEOF_INT 4
        !          4517: | #define SIZEOF_INTMAX_T 8
        !          4518: | #define HAVE_INTMAX_T 1
        !          4519: | #define SIZEOF_SSIZE_T 4
        !          4520: | #define HAVE_SSIZE_T 1
        !          4521: | #define SIZEOF_PTRDIFF_T 4
        !          4522: | #define HAVE_PTRDIFF_T 1
        !          4523: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
        !          4524: | #define HAVE_ST_BLKSIZE 1
        !          4525: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
        !          4526: | #define HAVE_ST_BLOCKS 1
        !          4527: | #define HAVE_STRUCT_STAT_ST_RDEV 1
        !          4528: | #define HAVE_ST_RDEV 1
        !          4529: | #define HAVE_SOCKADDR_STORAGE 1
        !          4530: | #define HAVE_SOCKADDR_SA_LEN 1
        !          4531: | #define HAVE_VPRINTF 1
        !          4532: | #define HAVE_ALPHASORT 1
        !          4533: | #define HAVE_ASCTIME_R 1
        !          4534: | #define HAVE_CHROOT 1
        !          4535: | #define HAVE_CTIME_R 1
        !          4536: | #define HAVE_FLOCK 1
        !          4537: | #define HAVE_FTOK 1
        !          4538: | #define HAVE_FUNOPEN 1
        !          4539: | #define HAVE_GAI_STRERROR 1
        !          4540: | #define HAVE_GETLOADAVG 1
        !          4541: | #define HAVE_GETLOGIN 1
        !          4542: | #define HAVE_GETPROTOBYNAME 1
        !          4543: | #define HAVE_GETPROTOBYNUMBER 1
        !          4544: | #define HAVE_GETSERVBYNAME 1
        !          4545: | #define HAVE_GETSERVBYPORT 1
        !          4546: | #define HAVE_GETHOSTNAME 1
        !          4547: | #define HAVE_GETRUSAGE 1
        !          4548: | #define HAVE_GETTIMEOFDAY 1
        !          4549: | #define HAVE_GMTIME_R 1
        !          4550: | #define HAVE_GETPWNAM_R 1
        !          4551: | #define HAVE_GETGRNAM_R 1
        !          4552: | #define HAVE_GETPWUID_R 1
        !          4553: | #define HAVE_GRANTPT 1
        !          4554: | #define HAVE_INET_NTOA 1
        !          4555: | #define HAVE_INET_NTOP 1
        !          4556: | #define HAVE_INET_PTON 1
        !          4557: | #define HAVE_ISASCII 1
        !          4558: | #define HAVE_LINK 1
        !          4559: | #define HAVE_LOCALTIME_R 1
        !          4560: | #define HAVE_LOCKF 1
        !          4561: | #define HAVE_LCHOWN 1
        !          4562: | #define HAVE_LRAND48 1
        !          4563: | #define HAVE_MEMCPY 1
        !          4564: | #define HAVE_MEMMOVE 1
        !          4565: | #define HAVE_MKSTEMP 1
        !          4566: | #define HAVE_MMAP 1
        !          4567: | #define HAVE_NL_LANGINFO 1
        !          4568: | #define HAVE_PERROR 1
        !          4569: | #define HAVE_POLL 1
        !          4570: | #define HAVE_PTSNAME 1
        !          4571: | #define HAVE_PUTENV 1
        !          4572: | #define HAVE_REALPATH 1
        !          4573: | #define HAVE_RANDOM 1
        !          4574: | #define HAVE_RAND_R 1
        !          4575: | #define HAVE_SCANDIR 1
        !          4576: | #define HAVE_SETITIMER 1
        !          4577: | #define HAVE_SETLOCALE 1
        !          4578: | #define HAVE_LOCALECONV 1
        !          4579: | #define HAVE_SETENV 1
        !          4580: | #define HAVE_SETPGID 1
        !          4581: | #define HAVE_SETSOCKOPT 1
        !          4582: | #define HAVE_SETVBUF 1
        !          4583: | #define HAVE_SHUTDOWN 1
        !          4584: | #define HAVE_SIN 1
        !          4585: | #define HAVE_SNPRINTF 1
        !          4586: | #define HAVE_SRAND48 1
        !          4587: | #define HAVE_SRANDOM 1
        !          4588: | #define HAVE_STATFS 1
        !          4589: | #define HAVE_STATVFS 1
        !          4590: | #define HAVE_STRCASECMP 1
        !          4591: | #define HAVE_STRCOLL 1
        !          4592: | #define HAVE_STRDUP 1
        !          4593: | #define HAVE_STRERROR 1
        !          4594: | #define HAVE_STRFTIME 1
        !          4595: | #define HAVE_STRNLEN 1
        !          4596: | #define HAVE_STRPTIME 1
        !          4597: | #define HAVE_STRSTR 1
        !          4598: | #define HAVE_STRTOK_R 1
        !          4599: | #define HAVE_SYMLINK 1
        !          4600: | #define HAVE_TEMPNAM 1
        !          4601: | #define HAVE_TZSET 1
        !          4602: | #define HAVE_UNLOCKPT 1
        !          4603: | #define HAVE_UNSETENV 1
        !          4604: | #define HAVE_USLEEP 1
        !          4605: | #define HAVE_UTIME 1
        !          4606: | #define HAVE_VSNPRINTF 1
        !          4607: | #define HAVE_VASPRINTF 1
        !          4608: | #define HAVE_ASPRINTF 1
        !          4609: | #define HAVE_NANOSLEEP 1
        !          4610: | #define HAVE_NANOSLEEP 1
        !          4611: | #define HAVE_GETADDRINFO 1
        !          4612: | #define HAVE_SYNC_FETCH_AND_ADD 1
        !          4613: | #define HAVE_STRLCAT 1
        !          4614: | #define HAVE_STRLCPY 1
        !          4615: | #define HAVE_GETOPT 1
        !          4616: | #define HAVE_UTIME_H 1
        !          4617: | #define HAVE_UTIME_NULL 1
        !          4618: | #define HAVE_ALLOCA 1
        !          4619: | #define HAVE_DECLARED_TIMEZONE 1
        !          4620: | #define HAVE_POSIX_READDIR_R 1
        !          4621: | #define HAVE_FLUSHIO 1
        !          4622: | #define HAVE_CRYPT 1
        !          4623: | /* end confdefs.h.  */
        !          4624: | 
        !          4625: | #if HAVE_UNISTD_H
        !          4626: | #include <unistd.h>
        !          4627: | #endif
        !          4628: | 
        !          4629: | #if HAVE_CRYPT_H
        !          4630: | #include <crypt.h>
        !          4631: | #endif
        !          4632: | 
        !          4633: | main() {
        !          4634: | #if HAVE_CRYPT
        !          4635: |     char salt[30], answer[80];
        !          4636: | 
        !          4637: |     salt[0]='$'; salt[1]='6'; salt[2]='$'; salt[3]='$'; salt[4]='b'; salt[5]='a'; salt[6]='r'; salt[7]='\0';
        !          4638: |     strcpy(answer, salt);
        !          4639: |     strcpy(&answer[29],"12677QMXjqd7rHQZPQ1yHsXkQqC1FBzDiVfTHXL.LaeDAeVV.IzMaV9VU4MQ8kPuZa2SOP1A0RPm772EaFYjpEJtdu.");
        !          4640: |     exit (strcmp((char *)crypt("foo",salt),answer));
        !          4641: | #else
        !          4642: |      exit(0);
        !          4643: | #endif
        !          4644: | }
        !          4645: configure:21159: result: no
        !          4646: configure:21162: checking for SHA256 crypt
        !          4647: configure:21197: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          4648: conftest.c: In function 'main':
        !          4649: conftest.c:215: warning: incompatible implicit declaration of built-in function 'strcat'
        !          4650: conftest.c:216: warning: incompatible implicit declaration of built-in function 'strcpy'
        !          4651: conftest.c:218: warning: incompatible implicit declaration of built-in function 'exit'
        !          4652: configure:21197: $? = 0
        !          4653: configure:21197: ./conftest
        !          4654: configure:21197: $? = 198
        !          4655: configure: program exited with status 198
        !          4656: configure: failed program was:
        !          4657: | /* confdefs.h */
        !          4658: | #define PACKAGE_NAME ""
        !          4659: | #define PACKAGE_TARNAME ""
        !          4660: | #define PACKAGE_VERSION ""
        !          4661: | #define PACKAGE_STRING ""
        !          4662: | #define PACKAGE_BUGREPORT ""
        !          4663: | #define PACKAGE_URL ""
        !          4664: | #define STDC_HEADERS 1
        !          4665: | #define HAVE_SYS_TYPES_H 1
        !          4666: | #define HAVE_SYS_STAT_H 1
        !          4667: | #define HAVE_STDLIB_H 1
        !          4668: | #define HAVE_STRING_H 1
        !          4669: | #define HAVE_MEMORY_H 1
        !          4670: | #define HAVE_STRINGS_H 1
        !          4671: | #define HAVE_INTTYPES_H 1
        !          4672: | #define HAVE_STDINT_H 1
        !          4673: | #define HAVE_UNISTD_H 1
        !          4674: | #define __EXTENSIONS__ 1
        !          4675: | #define _ALL_SOURCE 1
        !          4676: | #define _GNU_SOURCE 1
        !          4677: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          4678: | #define _TANDEM_SOURCE 1
        !          4679: | #define HAVE_DEV_URANDOM 1
        !          4680: | #define SUHOSIN_PATCH 1
        !          4681: | #define HAVE_SOCKLEN_T 1
        !          4682: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          4683: | #define PHP_WRITE_STDOUT 1
        !          4684: | #define HAVE_SOCKET 1
        !          4685: | #define HAVE_SOCKETPAIR 1
        !          4686: | #define HAVE_HTONL 1
        !          4687: | #define HAVE_GETHOSTNAME 1
        !          4688: | #define HAVE_GETHOSTBYADDR 1
        !          4689: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          4690: | #define HAVE_DLOPEN 1
        !          4691: | #define HAVE_LIBDL 1
        !          4692: | #define HAVE_LIBM 1
        !          4693: | #define HAVE_INET_ATON 1
        !          4694: | #define STDC_HEADERS 1
        !          4695: | #define HAVE_DIRENT_H 1
        !          4696: | #define HAVE_INTTYPES_H 1
        !          4697: | #define HAVE_STDINT_H 1
        !          4698: | #define HAVE_DIRENT_H 1
        !          4699: | #define HAVE_SYS_PARAM_H 1
        !          4700: | #define HAVE_SYS_TYPES_H 1
        !          4701: | #define HAVE_SYS_TIME_H 1
        !          4702: | #define HAVE_NETINET_IN_H 1
        !          4703: | #define HAVE_ARPA_INET_H 1
        !          4704: | #define HAVE_ARPA_NAMESER_H 1
        !          4705: | #define HAVE_ASSERT_H 1
        !          4706: | #define HAVE_FCNTL_H 1
        !          4707: | #define HAVE_GRP_H 1
        !          4708: | #define HAVE_IEEEFP_H 1
        !          4709: | #define HAVE_LANGINFO_H 1
        !          4710: | #define HAVE_LIMITS_H 1
        !          4711: | #define HAVE_LOCALE_H 1
        !          4712: | #define HAVE_MONETARY_H 1
        !          4713: | #define HAVE_NETDB_H 1
        !          4714: | #define HAVE_PWD_H 1
        !          4715: | #define HAVE_RESOLV_H 1
        !          4716: | #define HAVE_SIGNAL_H 1
        !          4717: | #define HAVE_STDARG_H 1
        !          4718: | #define HAVE_STDLIB_H 1
        !          4719: | #define HAVE_STRING_H 1
        !          4720: | #define HAVE_SYSLOG_H 1
        !          4721: | #define HAVE_SYSEXITS_H 1
        !          4722: | #define HAVE_SYS_IOCTL_H 1
        !          4723: | #define HAVE_SYS_FILE_H 1
        !          4724: | #define HAVE_SYS_MMAN_H 1
        !          4725: | #define HAVE_SYS_MOUNT_H 1
        !          4726: | #define HAVE_SYS_POLL_H 1
        !          4727: | #define HAVE_SYS_RESOURCE_H 1
        !          4728: | #define HAVE_SYS_SELECT_H 1
        !          4729: | #define HAVE_SYS_SOCKET_H 1
        !          4730: | #define HAVE_SYS_STAT_H 1
        !          4731: | #define HAVE_SYS_STATVFS_H 1
        !          4732: | #define HAVE_SYS_WAIT_H 1
        !          4733: | #define HAVE_TERMIOS_H 1
        !          4734: | #define HAVE_UNISTD_H 1
        !          4735: | #define HAVE_UTIME_H 1
        !          4736: | #define HAVE_SYS_UTSNAME_H 1
        !          4737: | #define HAVE_SYS_IPC_H 1
        !          4738: | #define HAVE_DLFCN_H 1
        !          4739: | #define HAVE_ASSERT_H 1
        !          4740: | #define HAVE_STRUCT_TM_TM_ZONE 1
        !          4741: | #define HAVE_TM_ZONE 1
        !          4742: | #define MISSING_FCLOSE_DECL 0
        !          4743: | #define HAVE_TM_GMTOFF 1
        !          4744: | #define HAVE_STRUCT_FLOCK 1
        !          4745: | #define HAVE_SOCKLEN_T 1
        !          4746: | #define SIZEOF_SIZE_T 4
        !          4747: | #define SIZEOF_LONG_LONG 8
        !          4748: | #define SIZEOF_LONG_LONG_INT 8
        !          4749: | #define SIZEOF_LONG 4
        !          4750: | #define SIZEOF_INT 4
        !          4751: | #define SIZEOF_INTMAX_T 8
        !          4752: | #define HAVE_INTMAX_T 1
        !          4753: | #define SIZEOF_SSIZE_T 4
        !          4754: | #define HAVE_SSIZE_T 1
        !          4755: | #define SIZEOF_PTRDIFF_T 4
        !          4756: | #define HAVE_PTRDIFF_T 1
        !          4757: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
        !          4758: | #define HAVE_ST_BLKSIZE 1
        !          4759: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
        !          4760: | #define HAVE_ST_BLOCKS 1
        !          4761: | #define HAVE_STRUCT_STAT_ST_RDEV 1
        !          4762: | #define HAVE_ST_RDEV 1
        !          4763: | #define HAVE_SOCKADDR_STORAGE 1
        !          4764: | #define HAVE_SOCKADDR_SA_LEN 1
        !          4765: | #define HAVE_VPRINTF 1
        !          4766: | #define HAVE_ALPHASORT 1
        !          4767: | #define HAVE_ASCTIME_R 1
        !          4768: | #define HAVE_CHROOT 1
        !          4769: | #define HAVE_CTIME_R 1
        !          4770: | #define HAVE_FLOCK 1
        !          4771: | #define HAVE_FTOK 1
        !          4772: | #define HAVE_FUNOPEN 1
        !          4773: | #define HAVE_GAI_STRERROR 1
        !          4774: | #define HAVE_GETLOADAVG 1
        !          4775: | #define HAVE_GETLOGIN 1
        !          4776: | #define HAVE_GETPROTOBYNAME 1
        !          4777: | #define HAVE_GETPROTOBYNUMBER 1
        !          4778: | #define HAVE_GETSERVBYNAME 1
        !          4779: | #define HAVE_GETSERVBYPORT 1
        !          4780: | #define HAVE_GETHOSTNAME 1
        !          4781: | #define HAVE_GETRUSAGE 1
        !          4782: | #define HAVE_GETTIMEOFDAY 1
        !          4783: | #define HAVE_GMTIME_R 1
        !          4784: | #define HAVE_GETPWNAM_R 1
        !          4785: | #define HAVE_GETGRNAM_R 1
        !          4786: | #define HAVE_GETPWUID_R 1
        !          4787: | #define HAVE_GRANTPT 1
        !          4788: | #define HAVE_INET_NTOA 1
        !          4789: | #define HAVE_INET_NTOP 1
        !          4790: | #define HAVE_INET_PTON 1
        !          4791: | #define HAVE_ISASCII 1
        !          4792: | #define HAVE_LINK 1
        !          4793: | #define HAVE_LOCALTIME_R 1
        !          4794: | #define HAVE_LOCKF 1
        !          4795: | #define HAVE_LCHOWN 1
        !          4796: | #define HAVE_LRAND48 1
        !          4797: | #define HAVE_MEMCPY 1
        !          4798: | #define HAVE_MEMMOVE 1
        !          4799: | #define HAVE_MKSTEMP 1
        !          4800: | #define HAVE_MMAP 1
        !          4801: | #define HAVE_NL_LANGINFO 1
        !          4802: | #define HAVE_PERROR 1
        !          4803: | #define HAVE_POLL 1
        !          4804: | #define HAVE_PTSNAME 1
        !          4805: | #define HAVE_PUTENV 1
        !          4806: | #define HAVE_REALPATH 1
        !          4807: | #define HAVE_RANDOM 1
        !          4808: | #define HAVE_RAND_R 1
        !          4809: | #define HAVE_SCANDIR 1
        !          4810: | #define HAVE_SETITIMER 1
        !          4811: | #define HAVE_SETLOCALE 1
        !          4812: | #define HAVE_LOCALECONV 1
        !          4813: | #define HAVE_SETENV 1
        !          4814: | #define HAVE_SETPGID 1
        !          4815: | #define HAVE_SETSOCKOPT 1
        !          4816: | #define HAVE_SETVBUF 1
        !          4817: | #define HAVE_SHUTDOWN 1
        !          4818: | #define HAVE_SIN 1
        !          4819: | #define HAVE_SNPRINTF 1
        !          4820: | #define HAVE_SRAND48 1
        !          4821: | #define HAVE_SRANDOM 1
        !          4822: | #define HAVE_STATFS 1
        !          4823: | #define HAVE_STATVFS 1
        !          4824: | #define HAVE_STRCASECMP 1
        !          4825: | #define HAVE_STRCOLL 1
        !          4826: | #define HAVE_STRDUP 1
        !          4827: | #define HAVE_STRERROR 1
        !          4828: | #define HAVE_STRFTIME 1
        !          4829: | #define HAVE_STRNLEN 1
        !          4830: | #define HAVE_STRPTIME 1
        !          4831: | #define HAVE_STRSTR 1
        !          4832: | #define HAVE_STRTOK_R 1
        !          4833: | #define HAVE_SYMLINK 1
        !          4834: | #define HAVE_TEMPNAM 1
        !          4835: | #define HAVE_TZSET 1
        !          4836: | #define HAVE_UNLOCKPT 1
        !          4837: | #define HAVE_UNSETENV 1
        !          4838: | #define HAVE_USLEEP 1
        !          4839: | #define HAVE_UTIME 1
        !          4840: | #define HAVE_VSNPRINTF 1
        !          4841: | #define HAVE_VASPRINTF 1
        !          4842: | #define HAVE_ASPRINTF 1
        !          4843: | #define HAVE_NANOSLEEP 1
        !          4844: | #define HAVE_NANOSLEEP 1
        !          4845: | #define HAVE_GETADDRINFO 1
        !          4846: | #define HAVE_SYNC_FETCH_AND_ADD 1
        !          4847: | #define HAVE_STRLCAT 1
        !          4848: | #define HAVE_STRLCPY 1
        !          4849: | #define HAVE_GETOPT 1
        !          4850: | #define HAVE_UTIME_H 1
        !          4851: | #define HAVE_UTIME_NULL 1
        !          4852: | #define HAVE_ALLOCA 1
        !          4853: | #define HAVE_DECLARED_TIMEZONE 1
        !          4854: | #define HAVE_POSIX_READDIR_R 1
        !          4855: | #define HAVE_FLUSHIO 1
        !          4856: | #define HAVE_CRYPT 1
        !          4857: | /* end confdefs.h.  */
        !          4858: | 
        !          4859: | #if HAVE_UNISTD_H
        !          4860: | #include <unistd.h>
        !          4861: | #endif
        !          4862: | 
        !          4863: | #if HAVE_CRYPT_H
        !          4864: | #include <crypt.h>
        !          4865: | #endif
        !          4866: | 
        !          4867: | main() {
        !          4868: | #if HAVE_CRYPT
        !          4869: |     char salt[30], answer[80];
        !          4870: |     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';
        !          4871: |     strcat(salt,"");
        !          4872: |     strcpy(answer, salt);
        !          4873: |     strcpy(&answer[29], "B8vYYiY.CVt1RlTTf8KbXBH3hsxY/GNooZaBBGWEc5");
        !          4874: |     exit (strcmp((char *)crypt("foo",salt),answer));
        !          4875: | #else
        !          4876: |      exit(0);
        !          4877: | #endif
        !          4878: | }
        !          4879: configure:21211: result: no
        !          4880: configure:21217: checking whether the compiler supports __alignof__
        !          4881: configure:21237: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          4882: configure:21237: $? = 0
        !          4883: configure:21248: result: yes
        !          4884: configure:21256: checking whether the compiler supports aligned attribute
        !          4885: configure:21276: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          4886: configure:21276: $? = 0
        !          4887: configure:21287: result: yes
        !          4888: configure:21464: checking for getcwd
        !          4889: configure:21464: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          4890: configure:21464: $? = 0
        !          4891: configure:21464: result: yes
        !          4892: configure:21464: checking for getwd
        !          4893: configure:21464: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          4894: configure:21464: $? = 0
        !          4895: configure:21464: result: yes
        !          4896: configure:21464: checking for asinh
        !          4897: configure:21464: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          4898: conftest.c:236: warning: conflicting types for built-in function 'asinh'
        !          4899: configure:21464: $? = 0
        !          4900: configure:21464: result: yes
        !          4901: configure:21464: checking for acosh
        !          4902: configure:21464: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          4903: conftest.c:237: warning: conflicting types for built-in function 'acosh'
        !          4904: configure:21464: $? = 0
        !          4905: configure:21464: result: yes
        !          4906: configure:21464: checking for atanh
        !          4907: configure:21464: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          4908: conftest.c:238: warning: conflicting types for built-in function 'atanh'
        !          4909: configure:21464: $? = 0
        !          4910: configure:21464: result: yes
        !          4911: configure:21464: checking for log1p
        !          4912: configure:21464: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          4913: conftest.c:239: warning: conflicting types for built-in function 'log1p'
        !          4914: configure:21464: $? = 0
        !          4915: configure:21464: result: yes
        !          4916: configure:21464: checking for hypot
        !          4917: configure:21464: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          4918: conftest.c:240: warning: conflicting types for built-in function 'hypot'
        !          4919: configure:21464: $? = 0
        !          4920: configure:21464: result: yes
        !          4921: configure:21464: checking for glob
        !          4922: configure:21464: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          4923: configure:21464: $? = 0
        !          4924: configure:21464: result: yes
        !          4925: configure:21464: checking for strfmon
        !          4926: configure:21464: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          4927: conftest.c:242: warning: conflicting types for built-in function 'strfmon'
        !          4928: configure:21464: $? = 0
        !          4929: configure:21464: result: yes
        !          4930: configure:21464: checking for nice
        !          4931: configure:21464: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          4932: configure:21464: $? = 0
        !          4933: configure:21464: result: yes
        !          4934: configure:21464: checking for fpclass
        !          4935: configure:21464: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          4936: /tmp//cccqlSMc.o: In function `main':
        !          4937: conftest.c:(.text+0x12): undefined reference to `fpclass'
        !          4938: configure:21464: $? = 1
        !          4939: configure: failed program was:
        !          4940: | /* confdefs.h */
        !          4941: | #define PACKAGE_NAME ""
        !          4942: | #define PACKAGE_TARNAME ""
        !          4943: | #define PACKAGE_VERSION ""
        !          4944: | #define PACKAGE_STRING ""
        !          4945: | #define PACKAGE_BUGREPORT ""
        !          4946: | #define PACKAGE_URL ""
        !          4947: | #define STDC_HEADERS 1
        !          4948: | #define HAVE_SYS_TYPES_H 1
        !          4949: | #define HAVE_SYS_STAT_H 1
        !          4950: | #define HAVE_STDLIB_H 1
        !          4951: | #define HAVE_STRING_H 1
        !          4952: | #define HAVE_MEMORY_H 1
        !          4953: | #define HAVE_STRINGS_H 1
        !          4954: | #define HAVE_INTTYPES_H 1
        !          4955: | #define HAVE_STDINT_H 1
        !          4956: | #define HAVE_UNISTD_H 1
        !          4957: | #define __EXTENSIONS__ 1
        !          4958: | #define _ALL_SOURCE 1
        !          4959: | #define _GNU_SOURCE 1
        !          4960: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          4961: | #define _TANDEM_SOURCE 1
        !          4962: | #define HAVE_DEV_URANDOM 1
        !          4963: | #define SUHOSIN_PATCH 1
        !          4964: | #define HAVE_SOCKLEN_T 1
        !          4965: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          4966: | #define PHP_WRITE_STDOUT 1
        !          4967: | #define HAVE_SOCKET 1
        !          4968: | #define HAVE_SOCKETPAIR 1
        !          4969: | #define HAVE_HTONL 1
        !          4970: | #define HAVE_GETHOSTNAME 1
        !          4971: | #define HAVE_GETHOSTBYADDR 1
        !          4972: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          4973: | #define HAVE_DLOPEN 1
        !          4974: | #define HAVE_LIBDL 1
        !          4975: | #define HAVE_LIBM 1
        !          4976: | #define HAVE_INET_ATON 1
        !          4977: | #define STDC_HEADERS 1
        !          4978: | #define HAVE_DIRENT_H 1
        !          4979: | #define HAVE_INTTYPES_H 1
        !          4980: | #define HAVE_STDINT_H 1
        !          4981: | #define HAVE_DIRENT_H 1
        !          4982: | #define HAVE_SYS_PARAM_H 1
        !          4983: | #define HAVE_SYS_TYPES_H 1
        !          4984: | #define HAVE_SYS_TIME_H 1
        !          4985: | #define HAVE_NETINET_IN_H 1
        !          4986: | #define HAVE_ARPA_INET_H 1
        !          4987: | #define HAVE_ARPA_NAMESER_H 1
        !          4988: | #define HAVE_ASSERT_H 1
        !          4989: | #define HAVE_FCNTL_H 1
        !          4990: | #define HAVE_GRP_H 1
        !          4991: | #define HAVE_IEEEFP_H 1
        !          4992: | #define HAVE_LANGINFO_H 1
        !          4993: | #define HAVE_LIMITS_H 1
        !          4994: | #define HAVE_LOCALE_H 1
        !          4995: | #define HAVE_MONETARY_H 1
        !          4996: | #define HAVE_NETDB_H 1
        !          4997: | #define HAVE_PWD_H 1
        !          4998: | #define HAVE_RESOLV_H 1
        !          4999: | #define HAVE_SIGNAL_H 1
        !          5000: | #define HAVE_STDARG_H 1
        !          5001: | #define HAVE_STDLIB_H 1
        !          5002: | #define HAVE_STRING_H 1
        !          5003: | #define HAVE_SYSLOG_H 1
        !          5004: | #define HAVE_SYSEXITS_H 1
        !          5005: | #define HAVE_SYS_IOCTL_H 1
        !          5006: | #define HAVE_SYS_FILE_H 1
        !          5007: | #define HAVE_SYS_MMAN_H 1
        !          5008: | #define HAVE_SYS_MOUNT_H 1
        !          5009: | #define HAVE_SYS_POLL_H 1
        !          5010: | #define HAVE_SYS_RESOURCE_H 1
        !          5011: | #define HAVE_SYS_SELECT_H 1
        !          5012: | #define HAVE_SYS_SOCKET_H 1
        !          5013: | #define HAVE_SYS_STAT_H 1
        !          5014: | #define HAVE_SYS_STATVFS_H 1
        !          5015: | #define HAVE_SYS_WAIT_H 1
        !          5016: | #define HAVE_TERMIOS_H 1
        !          5017: | #define HAVE_UNISTD_H 1
        !          5018: | #define HAVE_UTIME_H 1
        !          5019: | #define HAVE_SYS_UTSNAME_H 1
        !          5020: | #define HAVE_SYS_IPC_H 1
        !          5021: | #define HAVE_DLFCN_H 1
        !          5022: | #define HAVE_ASSERT_H 1
        !          5023: | #define HAVE_STRUCT_TM_TM_ZONE 1
        !          5024: | #define HAVE_TM_ZONE 1
        !          5025: | #define MISSING_FCLOSE_DECL 0
        !          5026: | #define HAVE_TM_GMTOFF 1
        !          5027: | #define HAVE_STRUCT_FLOCK 1
        !          5028: | #define HAVE_SOCKLEN_T 1
        !          5029: | #define SIZEOF_SIZE_T 4
        !          5030: | #define SIZEOF_LONG_LONG 8
        !          5031: | #define SIZEOF_LONG_LONG_INT 8
        !          5032: | #define SIZEOF_LONG 4
        !          5033: | #define SIZEOF_INT 4
        !          5034: | #define SIZEOF_INTMAX_T 8
        !          5035: | #define HAVE_INTMAX_T 1
        !          5036: | #define SIZEOF_SSIZE_T 4
        !          5037: | #define HAVE_SSIZE_T 1
        !          5038: | #define SIZEOF_PTRDIFF_T 4
        !          5039: | #define HAVE_PTRDIFF_T 1
        !          5040: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
        !          5041: | #define HAVE_ST_BLKSIZE 1
        !          5042: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
        !          5043: | #define HAVE_ST_BLOCKS 1
        !          5044: | #define HAVE_STRUCT_STAT_ST_RDEV 1
        !          5045: | #define HAVE_ST_RDEV 1
        !          5046: | #define HAVE_SOCKADDR_STORAGE 1
        !          5047: | #define HAVE_SOCKADDR_SA_LEN 1
        !          5048: | #define HAVE_VPRINTF 1
        !          5049: | #define HAVE_ALPHASORT 1
        !          5050: | #define HAVE_ASCTIME_R 1
        !          5051: | #define HAVE_CHROOT 1
        !          5052: | #define HAVE_CTIME_R 1
        !          5053: | #define HAVE_FLOCK 1
        !          5054: | #define HAVE_FTOK 1
        !          5055: | #define HAVE_FUNOPEN 1
        !          5056: | #define HAVE_GAI_STRERROR 1
        !          5057: | #define HAVE_GETLOADAVG 1
        !          5058: | #define HAVE_GETLOGIN 1
        !          5059: | #define HAVE_GETPROTOBYNAME 1
        !          5060: | #define HAVE_GETPROTOBYNUMBER 1
        !          5061: | #define HAVE_GETSERVBYNAME 1
        !          5062: | #define HAVE_GETSERVBYPORT 1
        !          5063: | #define HAVE_GETHOSTNAME 1
        !          5064: | #define HAVE_GETRUSAGE 1
        !          5065: | #define HAVE_GETTIMEOFDAY 1
        !          5066: | #define HAVE_GMTIME_R 1
        !          5067: | #define HAVE_GETPWNAM_R 1
        !          5068: | #define HAVE_GETGRNAM_R 1
        !          5069: | #define HAVE_GETPWUID_R 1
        !          5070: | #define HAVE_GRANTPT 1
        !          5071: | #define HAVE_INET_NTOA 1
        !          5072: | #define HAVE_INET_NTOP 1
        !          5073: | #define HAVE_INET_PTON 1
        !          5074: | #define HAVE_ISASCII 1
        !          5075: | #define HAVE_LINK 1
        !          5076: | #define HAVE_LOCALTIME_R 1
        !          5077: | #define HAVE_LOCKF 1
        !          5078: | #define HAVE_LCHOWN 1
        !          5079: | #define HAVE_LRAND48 1
        !          5080: | #define HAVE_MEMCPY 1
        !          5081: | #define HAVE_MEMMOVE 1
        !          5082: | #define HAVE_MKSTEMP 1
        !          5083: | #define HAVE_MMAP 1
        !          5084: | #define HAVE_NL_LANGINFO 1
        !          5085: | #define HAVE_PERROR 1
        !          5086: | #define HAVE_POLL 1
        !          5087: | #define HAVE_PTSNAME 1
        !          5088: | #define HAVE_PUTENV 1
        !          5089: | #define HAVE_REALPATH 1
        !          5090: | #define HAVE_RANDOM 1
        !          5091: | #define HAVE_RAND_R 1
        !          5092: | #define HAVE_SCANDIR 1
        !          5093: | #define HAVE_SETITIMER 1
        !          5094: | #define HAVE_SETLOCALE 1
        !          5095: | #define HAVE_LOCALECONV 1
        !          5096: | #define HAVE_SETENV 1
        !          5097: | #define HAVE_SETPGID 1
        !          5098: | #define HAVE_SETSOCKOPT 1
        !          5099: | #define HAVE_SETVBUF 1
        !          5100: | #define HAVE_SHUTDOWN 1
        !          5101: | #define HAVE_SIN 1
        !          5102: | #define HAVE_SNPRINTF 1
        !          5103: | #define HAVE_SRAND48 1
        !          5104: | #define HAVE_SRANDOM 1
        !          5105: | #define HAVE_STATFS 1
        !          5106: | #define HAVE_STATVFS 1
        !          5107: | #define HAVE_STRCASECMP 1
        !          5108: | #define HAVE_STRCOLL 1
        !          5109: | #define HAVE_STRDUP 1
        !          5110: | #define HAVE_STRERROR 1
        !          5111: | #define HAVE_STRFTIME 1
        !          5112: | #define HAVE_STRNLEN 1
        !          5113: | #define HAVE_STRPTIME 1
        !          5114: | #define HAVE_STRSTR 1
        !          5115: | #define HAVE_STRTOK_R 1
        !          5116: | #define HAVE_SYMLINK 1
        !          5117: | #define HAVE_TEMPNAM 1
        !          5118: | #define HAVE_TZSET 1
        !          5119: | #define HAVE_UNLOCKPT 1
        !          5120: | #define HAVE_UNSETENV 1
        !          5121: | #define HAVE_USLEEP 1
        !          5122: | #define HAVE_UTIME 1
        !          5123: | #define HAVE_VSNPRINTF 1
        !          5124: | #define HAVE_VASPRINTF 1
        !          5125: | #define HAVE_ASPRINTF 1
        !          5126: | #define HAVE_NANOSLEEP 1
        !          5127: | #define HAVE_NANOSLEEP 1
        !          5128: | #define HAVE_GETADDRINFO 1
        !          5129: | #define HAVE_SYNC_FETCH_AND_ADD 1
        !          5130: | #define HAVE_STRLCAT 1
        !          5131: | #define HAVE_STRLCPY 1
        !          5132: | #define HAVE_GETOPT 1
        !          5133: | #define HAVE_UTIME_H 1
        !          5134: | #define HAVE_UTIME_NULL 1
        !          5135: | #define HAVE_ALLOCA 1
        !          5136: | #define HAVE_DECLARED_TIMEZONE 1
        !          5137: | #define HAVE_POSIX_READDIR_R 1
        !          5138: | #define HAVE_FLUSHIO 1
        !          5139: | #define HAVE_CRYPT 1
        !          5140: | #define HAVE_ALIGNOF 1
        !          5141: | #define HAVE_ATTRIBUTE_ALIGNED 1
        !          5142: | #define PHP_USE_PHP_CRYPT_R 1
        !          5143: | #define PHP_STD_DES_CRYPT 1
        !          5144: | #define PHP_BLOWFISH_CRYPT 1
        !          5145: | #define PHP_EXT_DES_CRYPT 1
        !          5146: | #define PHP_MD5_CRYPT 1
        !          5147: | #define PHP_SHA512_CRYPT 1
        !          5148: | #define PHP_SHA256_CRYPT 1
        !          5149: | #define HAVE_GETCWD 1
        !          5150: | #define HAVE_GETWD 1
        !          5151: | #define HAVE_ASINH 1
        !          5152: | #define HAVE_ACOSH 1
        !          5153: | #define HAVE_ATANH 1
        !          5154: | #define HAVE_LOG1P 1
        !          5155: | #define HAVE_HYPOT 1
        !          5156: | #define HAVE_GLOB 1
        !          5157: | #define HAVE_STRFMON 1
        !          5158: | #define HAVE_NICE 1
        !          5159: | /* end confdefs.h.  */
        !          5160: | /* Define fpclass to an innocuous variant, in case <limits.h> declares fpclass.
        !          5161: |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
        !          5162: | #define fpclass innocuous_fpclass
        !          5163: | 
        !          5164: | /* System header to define __stub macros and hopefully few prototypes,
        !          5165: |     which can conflict with char fpclass (); below.
        !          5166: |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
        !          5167: |     <limits.h> exists even on freestanding compilers.  */
        !          5168: | 
        !          5169: | #ifdef __STDC__
        !          5170: | # include <limits.h>
        !          5171: | #else
        !          5172: | # include <assert.h>
        !          5173: | #endif
        !          5174: | 
        !          5175: | #undef fpclass
        !          5176: | 
        !          5177: | /* Override any GCC internal prototype to avoid an error.
        !          5178: |    Use char because int might match the return type of a GCC
        !          5179: |    builtin and then its argument prototype would still apply.  */
        !          5180: | #ifdef __cplusplus
        !          5181: | extern "C"
        !          5182: | #endif
        !          5183: | char fpclass ();
        !          5184: | /* The GNU C library defines this for functions which it implements
        !          5185: |     to always fail with ENOSYS.  Some functions are actually named
        !          5186: |     something starting with __ and the normal name is an alias.  */
        !          5187: | #if defined __stub_fpclass || defined __stub___fpclass
        !          5188: | choke me
        !          5189: | #endif
        !          5190: | 
        !          5191: | int
        !          5192: | main ()
        !          5193: | {
        !          5194: | return fpclass ();
        !          5195: |   ;
        !          5196: |   return 0;
        !          5197: | }
        !          5198: configure:21464: result: no
        !          5199: configure:21464: checking for isinf
        !          5200: configure:21464: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          5201: conftest.c:244: warning: conflicting types for built-in function 'isinf'
        !          5202: configure:21464: $? = 0
        !          5203: configure:21464: result: yes
        !          5204: configure:21464: checking for isnan
        !          5205: configure:21464: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          5206: conftest.c:245: warning: conflicting types for built-in function 'isnan'
        !          5207: configure:21464: $? = 0
        !          5208: configure:21464: result: yes
        !          5209: configure:21464: checking for mempcpy
        !          5210: configure:21464: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          5211: conftest.c:246: warning: conflicting types for built-in function 'mempcpy'
        !          5212: /tmp//ccFJCn03.o: In function `main':
        !          5213: conftest.c:(.text+0x12): undefined reference to `mempcpy'
        !          5214: configure:21464: $? = 1
        !          5215: configure: failed program was:
        !          5216: | /* confdefs.h */
        !          5217: | #define PACKAGE_NAME ""
        !          5218: | #define PACKAGE_TARNAME ""
        !          5219: | #define PACKAGE_VERSION ""
        !          5220: | #define PACKAGE_STRING ""
        !          5221: | #define PACKAGE_BUGREPORT ""
        !          5222: | #define PACKAGE_URL ""
        !          5223: | #define STDC_HEADERS 1
        !          5224: | #define HAVE_SYS_TYPES_H 1
        !          5225: | #define HAVE_SYS_STAT_H 1
        !          5226: | #define HAVE_STDLIB_H 1
        !          5227: | #define HAVE_STRING_H 1
        !          5228: | #define HAVE_MEMORY_H 1
        !          5229: | #define HAVE_STRINGS_H 1
        !          5230: | #define HAVE_INTTYPES_H 1
        !          5231: | #define HAVE_STDINT_H 1
        !          5232: | #define HAVE_UNISTD_H 1
        !          5233: | #define __EXTENSIONS__ 1
        !          5234: | #define _ALL_SOURCE 1
        !          5235: | #define _GNU_SOURCE 1
        !          5236: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          5237: | #define _TANDEM_SOURCE 1
        !          5238: | #define HAVE_DEV_URANDOM 1
        !          5239: | #define SUHOSIN_PATCH 1
        !          5240: | #define HAVE_SOCKLEN_T 1
        !          5241: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          5242: | #define PHP_WRITE_STDOUT 1
        !          5243: | #define HAVE_SOCKET 1
        !          5244: | #define HAVE_SOCKETPAIR 1
        !          5245: | #define HAVE_HTONL 1
        !          5246: | #define HAVE_GETHOSTNAME 1
        !          5247: | #define HAVE_GETHOSTBYADDR 1
        !          5248: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          5249: | #define HAVE_DLOPEN 1
        !          5250: | #define HAVE_LIBDL 1
        !          5251: | #define HAVE_LIBM 1
        !          5252: | #define HAVE_INET_ATON 1
        !          5253: | #define STDC_HEADERS 1
        !          5254: | #define HAVE_DIRENT_H 1
        !          5255: | #define HAVE_INTTYPES_H 1
        !          5256: | #define HAVE_STDINT_H 1
        !          5257: | #define HAVE_DIRENT_H 1
        !          5258: | #define HAVE_SYS_PARAM_H 1
        !          5259: | #define HAVE_SYS_TYPES_H 1
        !          5260: | #define HAVE_SYS_TIME_H 1
        !          5261: | #define HAVE_NETINET_IN_H 1
        !          5262: | #define HAVE_ARPA_INET_H 1
        !          5263: | #define HAVE_ARPA_NAMESER_H 1
        !          5264: | #define HAVE_ASSERT_H 1
        !          5265: | #define HAVE_FCNTL_H 1
        !          5266: | #define HAVE_GRP_H 1
        !          5267: | #define HAVE_IEEEFP_H 1
        !          5268: | #define HAVE_LANGINFO_H 1
        !          5269: | #define HAVE_LIMITS_H 1
        !          5270: | #define HAVE_LOCALE_H 1
        !          5271: | #define HAVE_MONETARY_H 1
        !          5272: | #define HAVE_NETDB_H 1
        !          5273: | #define HAVE_PWD_H 1
        !          5274: | #define HAVE_RESOLV_H 1
        !          5275: | #define HAVE_SIGNAL_H 1
        !          5276: | #define HAVE_STDARG_H 1
        !          5277: | #define HAVE_STDLIB_H 1
        !          5278: | #define HAVE_STRING_H 1
        !          5279: | #define HAVE_SYSLOG_H 1
        !          5280: | #define HAVE_SYSEXITS_H 1
        !          5281: | #define HAVE_SYS_IOCTL_H 1
        !          5282: | #define HAVE_SYS_FILE_H 1
        !          5283: | #define HAVE_SYS_MMAN_H 1
        !          5284: | #define HAVE_SYS_MOUNT_H 1
        !          5285: | #define HAVE_SYS_POLL_H 1
        !          5286: | #define HAVE_SYS_RESOURCE_H 1
        !          5287: | #define HAVE_SYS_SELECT_H 1
        !          5288: | #define HAVE_SYS_SOCKET_H 1
        !          5289: | #define HAVE_SYS_STAT_H 1
        !          5290: | #define HAVE_SYS_STATVFS_H 1
        !          5291: | #define HAVE_SYS_WAIT_H 1
        !          5292: | #define HAVE_TERMIOS_H 1
        !          5293: | #define HAVE_UNISTD_H 1
        !          5294: | #define HAVE_UTIME_H 1
        !          5295: | #define HAVE_SYS_UTSNAME_H 1
        !          5296: | #define HAVE_SYS_IPC_H 1
        !          5297: | #define HAVE_DLFCN_H 1
        !          5298: | #define HAVE_ASSERT_H 1
        !          5299: | #define HAVE_STRUCT_TM_TM_ZONE 1
        !          5300: | #define HAVE_TM_ZONE 1
        !          5301: | #define MISSING_FCLOSE_DECL 0
        !          5302: | #define HAVE_TM_GMTOFF 1
        !          5303: | #define HAVE_STRUCT_FLOCK 1
        !          5304: | #define HAVE_SOCKLEN_T 1
        !          5305: | #define SIZEOF_SIZE_T 4
        !          5306: | #define SIZEOF_LONG_LONG 8
        !          5307: | #define SIZEOF_LONG_LONG_INT 8
        !          5308: | #define SIZEOF_LONG 4
        !          5309: | #define SIZEOF_INT 4
        !          5310: | #define SIZEOF_INTMAX_T 8
        !          5311: | #define HAVE_INTMAX_T 1
        !          5312: | #define SIZEOF_SSIZE_T 4
        !          5313: | #define HAVE_SSIZE_T 1
        !          5314: | #define SIZEOF_PTRDIFF_T 4
        !          5315: | #define HAVE_PTRDIFF_T 1
        !          5316: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
        !          5317: | #define HAVE_ST_BLKSIZE 1
        !          5318: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
        !          5319: | #define HAVE_ST_BLOCKS 1
        !          5320: | #define HAVE_STRUCT_STAT_ST_RDEV 1
        !          5321: | #define HAVE_ST_RDEV 1
        !          5322: | #define HAVE_SOCKADDR_STORAGE 1
        !          5323: | #define HAVE_SOCKADDR_SA_LEN 1
        !          5324: | #define HAVE_VPRINTF 1
        !          5325: | #define HAVE_ALPHASORT 1
        !          5326: | #define HAVE_ASCTIME_R 1
        !          5327: | #define HAVE_CHROOT 1
        !          5328: | #define HAVE_CTIME_R 1
        !          5329: | #define HAVE_FLOCK 1
        !          5330: | #define HAVE_FTOK 1
        !          5331: | #define HAVE_FUNOPEN 1
        !          5332: | #define HAVE_GAI_STRERROR 1
        !          5333: | #define HAVE_GETLOADAVG 1
        !          5334: | #define HAVE_GETLOGIN 1
        !          5335: | #define HAVE_GETPROTOBYNAME 1
        !          5336: | #define HAVE_GETPROTOBYNUMBER 1
        !          5337: | #define HAVE_GETSERVBYNAME 1
        !          5338: | #define HAVE_GETSERVBYPORT 1
        !          5339: | #define HAVE_GETHOSTNAME 1
        !          5340: | #define HAVE_GETRUSAGE 1
        !          5341: | #define HAVE_GETTIMEOFDAY 1
        !          5342: | #define HAVE_GMTIME_R 1
        !          5343: | #define HAVE_GETPWNAM_R 1
        !          5344: | #define HAVE_GETGRNAM_R 1
        !          5345: | #define HAVE_GETPWUID_R 1
        !          5346: | #define HAVE_GRANTPT 1
        !          5347: | #define HAVE_INET_NTOA 1
        !          5348: | #define HAVE_INET_NTOP 1
        !          5349: | #define HAVE_INET_PTON 1
        !          5350: | #define HAVE_ISASCII 1
        !          5351: | #define HAVE_LINK 1
        !          5352: | #define HAVE_LOCALTIME_R 1
        !          5353: | #define HAVE_LOCKF 1
        !          5354: | #define HAVE_LCHOWN 1
        !          5355: | #define HAVE_LRAND48 1
        !          5356: | #define HAVE_MEMCPY 1
        !          5357: | #define HAVE_MEMMOVE 1
        !          5358: | #define HAVE_MKSTEMP 1
        !          5359: | #define HAVE_MMAP 1
        !          5360: | #define HAVE_NL_LANGINFO 1
        !          5361: | #define HAVE_PERROR 1
        !          5362: | #define HAVE_POLL 1
        !          5363: | #define HAVE_PTSNAME 1
        !          5364: | #define HAVE_PUTENV 1
        !          5365: | #define HAVE_REALPATH 1
        !          5366: | #define HAVE_RANDOM 1
        !          5367: | #define HAVE_RAND_R 1
        !          5368: | #define HAVE_SCANDIR 1
        !          5369: | #define HAVE_SETITIMER 1
        !          5370: | #define HAVE_SETLOCALE 1
        !          5371: | #define HAVE_LOCALECONV 1
        !          5372: | #define HAVE_SETENV 1
        !          5373: | #define HAVE_SETPGID 1
        !          5374: | #define HAVE_SETSOCKOPT 1
        !          5375: | #define HAVE_SETVBUF 1
        !          5376: | #define HAVE_SHUTDOWN 1
        !          5377: | #define HAVE_SIN 1
        !          5378: | #define HAVE_SNPRINTF 1
        !          5379: | #define HAVE_SRAND48 1
        !          5380: | #define HAVE_SRANDOM 1
        !          5381: | #define HAVE_STATFS 1
        !          5382: | #define HAVE_STATVFS 1
        !          5383: | #define HAVE_STRCASECMP 1
        !          5384: | #define HAVE_STRCOLL 1
        !          5385: | #define HAVE_STRDUP 1
        !          5386: | #define HAVE_STRERROR 1
        !          5387: | #define HAVE_STRFTIME 1
        !          5388: | #define HAVE_STRNLEN 1
        !          5389: | #define HAVE_STRPTIME 1
        !          5390: | #define HAVE_STRSTR 1
        !          5391: | #define HAVE_STRTOK_R 1
        !          5392: | #define HAVE_SYMLINK 1
        !          5393: | #define HAVE_TEMPNAM 1
        !          5394: | #define HAVE_TZSET 1
        !          5395: | #define HAVE_UNLOCKPT 1
        !          5396: | #define HAVE_UNSETENV 1
        !          5397: | #define HAVE_USLEEP 1
        !          5398: | #define HAVE_UTIME 1
        !          5399: | #define HAVE_VSNPRINTF 1
        !          5400: | #define HAVE_VASPRINTF 1
        !          5401: | #define HAVE_ASPRINTF 1
        !          5402: | #define HAVE_NANOSLEEP 1
        !          5403: | #define HAVE_NANOSLEEP 1
        !          5404: | #define HAVE_GETADDRINFO 1
        !          5405: | #define HAVE_SYNC_FETCH_AND_ADD 1
        !          5406: | #define HAVE_STRLCAT 1
        !          5407: | #define HAVE_STRLCPY 1
        !          5408: | #define HAVE_GETOPT 1
        !          5409: | #define HAVE_UTIME_H 1
        !          5410: | #define HAVE_UTIME_NULL 1
        !          5411: | #define HAVE_ALLOCA 1
        !          5412: | #define HAVE_DECLARED_TIMEZONE 1
        !          5413: | #define HAVE_POSIX_READDIR_R 1
        !          5414: | #define HAVE_FLUSHIO 1
        !          5415: | #define HAVE_CRYPT 1
        !          5416: | #define HAVE_ALIGNOF 1
        !          5417: | #define HAVE_ATTRIBUTE_ALIGNED 1
        !          5418: | #define PHP_USE_PHP_CRYPT_R 1
        !          5419: | #define PHP_STD_DES_CRYPT 1
        !          5420: | #define PHP_BLOWFISH_CRYPT 1
        !          5421: | #define PHP_EXT_DES_CRYPT 1
        !          5422: | #define PHP_MD5_CRYPT 1
        !          5423: | #define PHP_SHA512_CRYPT 1
        !          5424: | #define PHP_SHA256_CRYPT 1
        !          5425: | #define HAVE_GETCWD 1
        !          5426: | #define HAVE_GETWD 1
        !          5427: | #define HAVE_ASINH 1
        !          5428: | #define HAVE_ACOSH 1
        !          5429: | #define HAVE_ATANH 1
        !          5430: | #define HAVE_LOG1P 1
        !          5431: | #define HAVE_HYPOT 1
        !          5432: | #define HAVE_GLOB 1
        !          5433: | #define HAVE_STRFMON 1
        !          5434: | #define HAVE_NICE 1
        !          5435: | #define HAVE_ISINF 1
        !          5436: | #define HAVE_ISNAN 1
        !          5437: | /* end confdefs.h.  */
        !          5438: | /* Define mempcpy to an innocuous variant, in case <limits.h> declares mempcpy.
        !          5439: |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
        !          5440: | #define mempcpy innocuous_mempcpy
        !          5441: | 
        !          5442: | /* System header to define __stub macros and hopefully few prototypes,
        !          5443: |     which can conflict with char mempcpy (); below.
        !          5444: |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
        !          5445: |     <limits.h> exists even on freestanding compilers.  */
        !          5446: | 
        !          5447: | #ifdef __STDC__
        !          5448: | # include <limits.h>
        !          5449: | #else
        !          5450: | # include <assert.h>
        !          5451: | #endif
        !          5452: | 
        !          5453: | #undef mempcpy
        !          5454: | 
        !          5455: | /* Override any GCC internal prototype to avoid an error.
        !          5456: |    Use char because int might match the return type of a GCC
        !          5457: |    builtin and then its argument prototype would still apply.  */
        !          5458: | #ifdef __cplusplus
        !          5459: | extern "C"
        !          5460: | #endif
        !          5461: | char mempcpy ();
        !          5462: | /* The GNU C library defines this for functions which it implements
        !          5463: |     to always fail with ENOSYS.  Some functions are actually named
        !          5464: |     something starting with __ and the normal name is an alias.  */
        !          5465: | #if defined __stub_mempcpy || defined __stub___mempcpy
        !          5466: | choke me
        !          5467: | #endif
        !          5468: | 
        !          5469: | int
        !          5470: | main ()
        !          5471: | {
        !          5472: | return mempcpy ();
        !          5473: |   ;
        !          5474: |   return 0;
        !          5475: | }
        !          5476: configure:21464: result: no
        !          5477: configure:21464: checking for strpncpy
        !          5478: configure:21464: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          5479: /tmp//ccyVAPZk.o: In function `main':
        !          5480: conftest.c:(.text+0x12): undefined reference to `strpncpy'
        !          5481: configure:21464: $? = 1
        !          5482: configure: failed program was:
        !          5483: | /* confdefs.h */
        !          5484: | #define PACKAGE_NAME ""
        !          5485: | #define PACKAGE_TARNAME ""
        !          5486: | #define PACKAGE_VERSION ""
        !          5487: | #define PACKAGE_STRING ""
        !          5488: | #define PACKAGE_BUGREPORT ""
        !          5489: | #define PACKAGE_URL ""
        !          5490: | #define STDC_HEADERS 1
        !          5491: | #define HAVE_SYS_TYPES_H 1
        !          5492: | #define HAVE_SYS_STAT_H 1
        !          5493: | #define HAVE_STDLIB_H 1
        !          5494: | #define HAVE_STRING_H 1
        !          5495: | #define HAVE_MEMORY_H 1
        !          5496: | #define HAVE_STRINGS_H 1
        !          5497: | #define HAVE_INTTYPES_H 1
        !          5498: | #define HAVE_STDINT_H 1
        !          5499: | #define HAVE_UNISTD_H 1
        !          5500: | #define __EXTENSIONS__ 1
        !          5501: | #define _ALL_SOURCE 1
        !          5502: | #define _GNU_SOURCE 1
        !          5503: | #define _POSIX_PTHREAD_SEMANTICS 1
        !          5504: | #define _TANDEM_SOURCE 1
        !          5505: | #define HAVE_DEV_URANDOM 1
        !          5506: | #define SUHOSIN_PATCH 1
        !          5507: | #define HAVE_SOCKLEN_T 1
        !          5508: | #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          5509: | #define PHP_WRITE_STDOUT 1
        !          5510: | #define HAVE_SOCKET 1
        !          5511: | #define HAVE_SOCKETPAIR 1
        !          5512: | #define HAVE_HTONL 1
        !          5513: | #define HAVE_GETHOSTNAME 1
        !          5514: | #define HAVE_GETHOSTBYADDR 1
        !          5515: | #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          5516: | #define HAVE_DLOPEN 1
        !          5517: | #define HAVE_LIBDL 1
        !          5518: | #define HAVE_LIBM 1
        !          5519: | #define HAVE_INET_ATON 1
        !          5520: | #define STDC_HEADERS 1
        !          5521: | #define HAVE_DIRENT_H 1
        !          5522: | #define HAVE_INTTYPES_H 1
        !          5523: | #define HAVE_STDINT_H 1
        !          5524: | #define HAVE_DIRENT_H 1
        !          5525: | #define HAVE_SYS_PARAM_H 1
        !          5526: | #define HAVE_SYS_TYPES_H 1
        !          5527: | #define HAVE_SYS_TIME_H 1
        !          5528: | #define HAVE_NETINET_IN_H 1
        !          5529: | #define HAVE_ARPA_INET_H 1
        !          5530: | #define HAVE_ARPA_NAMESER_H 1
        !          5531: | #define HAVE_ASSERT_H 1
        !          5532: | #define HAVE_FCNTL_H 1
        !          5533: | #define HAVE_GRP_H 1
        !          5534: | #define HAVE_IEEEFP_H 1
        !          5535: | #define HAVE_LANGINFO_H 1
        !          5536: | #define HAVE_LIMITS_H 1
        !          5537: | #define HAVE_LOCALE_H 1
        !          5538: | #define HAVE_MONETARY_H 1
        !          5539: | #define HAVE_NETDB_H 1
        !          5540: | #define HAVE_PWD_H 1
        !          5541: | #define HAVE_RESOLV_H 1
        !          5542: | #define HAVE_SIGNAL_H 1
        !          5543: | #define HAVE_STDARG_H 1
        !          5544: | #define HAVE_STDLIB_H 1
        !          5545: | #define HAVE_STRING_H 1
        !          5546: | #define HAVE_SYSLOG_H 1
        !          5547: | #define HAVE_SYSEXITS_H 1
        !          5548: | #define HAVE_SYS_IOCTL_H 1
        !          5549: | #define HAVE_SYS_FILE_H 1
        !          5550: | #define HAVE_SYS_MMAN_H 1
        !          5551: | #define HAVE_SYS_MOUNT_H 1
        !          5552: | #define HAVE_SYS_POLL_H 1
        !          5553: | #define HAVE_SYS_RESOURCE_H 1
        !          5554: | #define HAVE_SYS_SELECT_H 1
        !          5555: | #define HAVE_SYS_SOCKET_H 1
        !          5556: | #define HAVE_SYS_STAT_H 1
        !          5557: | #define HAVE_SYS_STATVFS_H 1
        !          5558: | #define HAVE_SYS_WAIT_H 1
        !          5559: | #define HAVE_TERMIOS_H 1
        !          5560: | #define HAVE_UNISTD_H 1
        !          5561: | #define HAVE_UTIME_H 1
        !          5562: | #define HAVE_SYS_UTSNAME_H 1
        !          5563: | #define HAVE_SYS_IPC_H 1
        !          5564: | #define HAVE_DLFCN_H 1
        !          5565: | #define HAVE_ASSERT_H 1
        !          5566: | #define HAVE_STRUCT_TM_TM_ZONE 1
        !          5567: | #define HAVE_TM_ZONE 1
        !          5568: | #define MISSING_FCLOSE_DECL 0
        !          5569: | #define HAVE_TM_GMTOFF 1
        !          5570: | #define HAVE_STRUCT_FLOCK 1
        !          5571: | #define HAVE_SOCKLEN_T 1
        !          5572: | #define SIZEOF_SIZE_T 4
        !          5573: | #define SIZEOF_LONG_LONG 8
        !          5574: | #define SIZEOF_LONG_LONG_INT 8
        !          5575: | #define SIZEOF_LONG 4
        !          5576: | #define SIZEOF_INT 4
        !          5577: | #define SIZEOF_INTMAX_T 8
        !          5578: | #define HAVE_INTMAX_T 1
        !          5579: | #define SIZEOF_SSIZE_T 4
        !          5580: | #define HAVE_SSIZE_T 1
        !          5581: | #define SIZEOF_PTRDIFF_T 4
        !          5582: | #define HAVE_PTRDIFF_T 1
        !          5583: | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
        !          5584: | #define HAVE_ST_BLKSIZE 1
        !          5585: | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
        !          5586: | #define HAVE_ST_BLOCKS 1
        !          5587: | #define HAVE_STRUCT_STAT_ST_RDEV 1
        !          5588: | #define HAVE_ST_RDEV 1
        !          5589: | #define HAVE_SOCKADDR_STORAGE 1
        !          5590: | #define HAVE_SOCKADDR_SA_LEN 1
        !          5591: | #define HAVE_VPRINTF 1
        !          5592: | #define HAVE_ALPHASORT 1
        !          5593: | #define HAVE_ASCTIME_R 1
        !          5594: | #define HAVE_CHROOT 1
        !          5595: | #define HAVE_CTIME_R 1
        !          5596: | #define HAVE_FLOCK 1
        !          5597: | #define HAVE_FTOK 1
        !          5598: | #define HAVE_FUNOPEN 1
        !          5599: | #define HAVE_GAI_STRERROR 1
        !          5600: | #define HAVE_GETLOADAVG 1
        !          5601: | #define HAVE_GETLOGIN 1
        !          5602: | #define HAVE_GETPROTOBYNAME 1
        !          5603: | #define HAVE_GETPROTOBYNUMBER 1
        !          5604: | #define HAVE_GETSERVBYNAME 1
        !          5605: | #define HAVE_GETSERVBYPORT 1
        !          5606: | #define HAVE_GETHOSTNAME 1
        !          5607: | #define HAVE_GETRUSAGE 1
        !          5608: | #define HAVE_GETTIMEOFDAY 1
        !          5609: | #define HAVE_GMTIME_R 1
        !          5610: | #define HAVE_GETPWNAM_R 1
        !          5611: | #define HAVE_GETGRNAM_R 1
        !          5612: | #define HAVE_GETPWUID_R 1
        !          5613: | #define HAVE_GRANTPT 1
        !          5614: | #define HAVE_INET_NTOA 1
        !          5615: | #define HAVE_INET_NTOP 1
        !          5616: | #define HAVE_INET_PTON 1
        !          5617: | #define HAVE_ISASCII 1
        !          5618: | #define HAVE_LINK 1
        !          5619: | #define HAVE_LOCALTIME_R 1
        !          5620: | #define HAVE_LOCKF 1
        !          5621: | #define HAVE_LCHOWN 1
        !          5622: | #define HAVE_LRAND48 1
        !          5623: | #define HAVE_MEMCPY 1
        !          5624: | #define HAVE_MEMMOVE 1
        !          5625: | #define HAVE_MKSTEMP 1
        !          5626: | #define HAVE_MMAP 1
        !          5627: | #define HAVE_NL_LANGINFO 1
        !          5628: | #define HAVE_PERROR 1
        !          5629: | #define HAVE_POLL 1
        !          5630: | #define HAVE_PTSNAME 1
        !          5631: | #define HAVE_PUTENV 1
        !          5632: | #define HAVE_REALPATH 1
        !          5633: | #define HAVE_RANDOM 1
        !          5634: | #define HAVE_RAND_R 1
        !          5635: | #define HAVE_SCANDIR 1
        !          5636: | #define HAVE_SETITIMER 1
        !          5637: | #define HAVE_SETLOCALE 1
        !          5638: | #define HAVE_LOCALECONV 1
        !          5639: | #define HAVE_SETENV 1
        !          5640: | #define HAVE_SETPGID 1
        !          5641: | #define HAVE_SETSOCKOPT 1
        !          5642: | #define HAVE_SETVBUF 1
        !          5643: | #define HAVE_SHUTDOWN 1
        !          5644: | #define HAVE_SIN 1
        !          5645: | #define HAVE_SNPRINTF 1
        !          5646: | #define HAVE_SRAND48 1
        !          5647: | #define HAVE_SRANDOM 1
        !          5648: | #define HAVE_STATFS 1
        !          5649: | #define HAVE_STATVFS 1
        !          5650: | #define HAVE_STRCASECMP 1
        !          5651: | #define HAVE_STRCOLL 1
        !          5652: | #define HAVE_STRDUP 1
        !          5653: | #define HAVE_STRERROR 1
        !          5654: | #define HAVE_STRFTIME 1
        !          5655: | #define HAVE_STRNLEN 1
        !          5656: | #define HAVE_STRPTIME 1
        !          5657: | #define HAVE_STRSTR 1
        !          5658: | #define HAVE_STRTOK_R 1
        !          5659: | #define HAVE_SYMLINK 1
        !          5660: | #define HAVE_TEMPNAM 1
        !          5661: | #define HAVE_TZSET 1
        !          5662: | #define HAVE_UNLOCKPT 1
        !          5663: | #define HAVE_UNSETENV 1
        !          5664: | #define HAVE_USLEEP 1
        !          5665: | #define HAVE_UTIME 1
        !          5666: | #define HAVE_VSNPRINTF 1
        !          5667: | #define HAVE_VASPRINTF 1
        !          5668: | #define HAVE_ASPRINTF 1
        !          5669: | #define HAVE_NANOSLEEP 1
        !          5670: | #define HAVE_NANOSLEEP 1
        !          5671: | #define HAVE_GETADDRINFO 1
        !          5672: | #define HAVE_SYNC_FETCH_AND_ADD 1
        !          5673: | #define HAVE_STRLCAT 1
        !          5674: | #define HAVE_STRLCPY 1
        !          5675: | #define HAVE_GETOPT 1
        !          5676: | #define HAVE_UTIME_H 1
        !          5677: | #define HAVE_UTIME_NULL 1
        !          5678: | #define HAVE_ALLOCA 1
        !          5679: | #define HAVE_DECLARED_TIMEZONE 1
        !          5680: | #define HAVE_POSIX_READDIR_R 1
        !          5681: | #define HAVE_FLUSHIO 1
        !          5682: | #define HAVE_CRYPT 1
        !          5683: | #define HAVE_ALIGNOF 1
        !          5684: | #define HAVE_ATTRIBUTE_ALIGNED 1
        !          5685: | #define PHP_USE_PHP_CRYPT_R 1
        !          5686: | #define PHP_STD_DES_CRYPT 1
        !          5687: | #define PHP_BLOWFISH_CRYPT 1
        !          5688: | #define PHP_EXT_DES_CRYPT 1
        !          5689: | #define PHP_MD5_CRYPT 1
        !          5690: | #define PHP_SHA512_CRYPT 1
        !          5691: | #define PHP_SHA256_CRYPT 1
        !          5692: | #define HAVE_GETCWD 1
        !          5693: | #define HAVE_GETWD 1
        !          5694: | #define HAVE_ASINH 1
        !          5695: | #define HAVE_ACOSH 1
        !          5696: | #define HAVE_ATANH 1
        !          5697: | #define HAVE_LOG1P 1
        !          5698: | #define HAVE_HYPOT 1
        !          5699: | #define HAVE_GLOB 1
        !          5700: | #define HAVE_STRFMON 1
        !          5701: | #define HAVE_NICE 1
        !          5702: | #define HAVE_ISINF 1
        !          5703: | #define HAVE_ISNAN 1
        !          5704: | /* end confdefs.h.  */
        !          5705: | /* Define strpncpy to an innocuous variant, in case <limits.h> declares strpncpy.
        !          5706: |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
        !          5707: | #define strpncpy innocuous_strpncpy
        !          5708: | 
        !          5709: | /* System header to define __stub macros and hopefully few prototypes,
        !          5710: |     which can conflict with char strpncpy (); below.
        !          5711: |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
        !          5712: |     <limits.h> exists even on freestanding compilers.  */
        !          5713: | 
        !          5714: | #ifdef __STDC__
        !          5715: | # include <limits.h>
        !          5716: | #else
        !          5717: | # include <assert.h>
        !          5718: | #endif
        !          5719: | 
        !          5720: | #undef strpncpy
        !          5721: | 
        !          5722: | /* Override any GCC internal prototype to avoid an error.
        !          5723: |    Use char because int might match the return type of a GCC
        !          5724: |    builtin and then its argument prototype would still apply.  */
        !          5725: | #ifdef __cplusplus
        !          5726: | extern "C"
        !          5727: | #endif
        !          5728: | char strpncpy ();
        !          5729: | /* The GNU C library defines this for functions which it implements
        !          5730: |     to always fail with ENOSYS.  Some functions are actually named
        !          5731: |     something starting with __ and the normal name is an alias.  */
        !          5732: | #if defined __stub_strpncpy || defined __stub___strpncpy
        !          5733: | choke me
        !          5734: | #endif
        !          5735: | 
        !          5736: | int
        !          5737: | main ()
        !          5738: | {
        !          5739: | return strpncpy ();
        !          5740: |   ;
        !          5741: |   return 0;
        !          5742: | }
        !          5743: configure:21464: result: no
        !          5744: configure:21473: checking for working POSIX fnmatch
        !          5745: configure:21506: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          5746: configure:21506: $? = 0
        !          5747: configure:21506: ./conftest
        !          5748: configure:21506: $? = 0
        !          5749: configure:21516: result: yes
        !          5750: configure:21530: result: 
        !          5751: configure:21532: result: General settings
        !          5752: configure:21547: checking whether to include gcov symbols
        !          5753: configure:21561: result: no
        !          5754: configure:21722: checking whether to include debugging symbols
        !          5755: configure:21736: result: no
        !          5756: configure:21770: checking layout of installed files
        !          5757: configure:21785: result: GNU
        !          5758: configure:21803: checking path to configuration file
        !          5759: configure:21818: result: DEFAULT
        !          5760: configure:21835: checking where to scan for configuration files
        !          5761: configure:21861: result: /usr/local/etc/php
        !          5762: configure:21869: checking whether to enable safe mode by default
        !          5763: configure:21883: result: no
        !          5764: configure:21899: checking for safe mode exec dir
        !          5765: configure:21935: result: /usr/local/php/bin
        !          5766: configure:21942: checking whether to enable PHP's own SIGCHLD handler
        !          5767: configure:21956: result: no
        !          5768: configure:21975: checking whether to enable magic quotes by default
        !          5769: configure:21989: result: no
        !          5770: configure:22008: checking whether to explicitly link against libgcc
        !          5771: configure:22022: result: no
        !          5772: configure:22085: checking whether to enable short tags by default
        !          5773: configure:22099: result: yes
        !          5774: configure:22118: checking whether to enable dmalloc
        !          5775: configure:22132: result: no
        !          5776: configure:22203: checking whether to enable IPv6 support
        !          5777: configure:22217: result: yes
        !          5778: configure:22229: checking how big to make fd sets
        !          5779: configure:22261: result: using system default
        !          5780: configure:22278: result: 
        !          5781: configure:22280: result: Configuring extensions
        !          5782: configure:22302: checking size of long
        !          5783: configure:22321: result: 4
        !          5784: configure:22335: checking size of int
        !          5785: configure:22354: result: 4
        !          5786: configure:22365: checking for int32_t
        !          5787: configure:22394: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          5788: configure:22394: $? = 0
        !          5789: configure:22402: result: yes
        !          5790: configure:22411: checking for uint32_t
        !          5791: configure:22440: cc -c -O2 -pipe -fno-strict-aliasing -fvisibility=hidden  conftest.c >&5
        !          5792: configure:22440: $? = 0
        !          5793: configure:22448: result: yes
        !          5794: configure:22466: checking for sys/types.h
        !          5795: configure:22466: result: yes
        !          5796: configure:22466: checking for inttypes.h
        !          5797: configure:22466: result: yes
        !          5798: configure:22466: checking for stdint.h
        !          5799: configure:22466: result: yes
        !          5800: configure:22466: checking for string.h
        !          5801: configure:22466: result: yes
        !          5802: configure:22466: checking for stdlib.h
        !          5803: configure:22466: result: yes
        !          5804: configure:22480: checking for strtoll
        !          5805: configure:22480: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          5806: configure:22480: $? = 0
        !          5807: configure:22480: result: yes
        !          5808: configure:22480: checking for atoll
        !          5809: configure:22480: cc -o conftest -O2 -pipe -fno-strict-aliasing -fvisibility=hidden   conftest.c -lcrypt -lm  -lcrypt >&5
        !          5810: configure:22480: $? = 0
        !          5811: configure:22480: result: yes
        !          5812: configure:22480: checking for strftime
        !          5813: configure:22480: result: yes
        !          5814: configure:22964: checking which regex library to use
        !          5815: configure:22966: result: php
        !          5816: configure:23413: checking whether to enable LIBXML support
        !          5817: configure:23448: result: yes
        !          5818: configure:23458: checking libxml2 install dir
        !          5819: configure:23473: result: /usr/local
        !          5820: configure:23485: checking for xml2-config path
        !          5821: configure:23499: result: 
        !          5822: configure:24057: error: xml2-config not found. Please check your libxml2 installation.
        !          5823: 
        !          5824: ## ---------------- ##
        !          5825: ## Cache variables. ##
        !          5826: ## ---------------- ##
        !          5827: 
        !          5828: _cv_have_broken_glibc_fopen_append=no
        !          5829: ac_cv_alignof_exists=yes
        !          5830: ac_cv_attribute_aligned=yes
        !          5831: ac_cv_build=i386-portbld-freebsd10.0
        !          5832: ac_cv_c_bigendian_php=no
        !          5833: ac_cv_c_compiler_gnu=yes
        !          5834: ac_cv_crypt_SHA256=no
        !          5835: ac_cv_crypt_SHA512=no
        !          5836: ac_cv_crypt_blowfish=yes
        !          5837: ac_cv_crypt_des=yes
        !          5838: ac_cv_crypt_ext_des=yes
        !          5839: ac_cv_crypt_md5=yes
        !          5840: ac_cv_declared_timezone=yes
        !          5841: ac_cv_ebcdic=no
        !          5842: ac_cv_env_CCC_set=''
        !          5843: ac_cv_env_CCC_value=''
        !          5844: ac_cv_env_CC_set=set
        !          5845: ac_cv_env_CC_value=cc
        !          5846: ac_cv_env_CFLAGS_set=set
        !          5847: ac_cv_env_CFLAGS_value='-O2 -pipe -fno-strict-aliasing'
        !          5848: ac_cv_env_CPPFLAGS_set=set
        !          5849: ac_cv_env_CPPFLAGS_value=''
        !          5850: ac_cv_env_CPP_set=set
        !          5851: ac_cv_env_CPP_value=cpp
        !          5852: ac_cv_env_CXXCPP_set=''
        !          5853: ac_cv_env_CXXCPP_value=''
        !          5854: ac_cv_env_CXXFLAGS_set=set
        !          5855: ac_cv_env_CXXFLAGS_value='-O2 -pipe -fno-strict-aliasing'
        !          5856: ac_cv_env_CXX_set=set
        !          5857: ac_cv_env_CXX_value=c++
        !          5858: ac_cv_env_LDFLAGS_set=set
        !          5859: ac_cv_env_LDFLAGS_value=''
        !          5860: ac_cv_env_LIBS_set=''
        !          5861: ac_cv_env_LIBS_value=''
        !          5862: ac_cv_env_YACC_set=''
        !          5863: ac_cv_env_YACC_value=''
        !          5864: ac_cv_env_YFLAGS_set=''
        !          5865: ac_cv_env_YFLAGS_value=''
        !          5866: ac_cv_env_build_alias_set=set
        !          5867: ac_cv_env_build_alias_value=i386-portbld-freebsd10.0
        !          5868: ac_cv_env_host_alias_set=''
        !          5869: ac_cv_env_host_alias_value=''
        !          5870: ac_cv_env_target_alias_set=''
        !          5871: ac_cv_env_target_alias_value=''
        !          5872: ac_cv_flush_io=yes
        !          5873: ac_cv_func__doprnt=no
        !          5874: ac_cv_func_acosh=yes
        !          5875: ac_cv_func_alloca_works=yes
        !          5876: ac_cv_func_alphasort=yes
        !          5877: ac_cv_func_asctime_r=yes
        !          5878: ac_cv_func_asinh=yes
        !          5879: ac_cv_func_asprintf=yes
        !          5880: ac_cv_func_atanh=yes
        !          5881: ac_cv_func_atoll=yes
        !          5882: ac_cv_func_chroot=yes
        !          5883: ac_cv_func_crypt=no
        !          5884: ac_cv_func_crypt_r=no
        !          5885: ac_cv_func_ctime_r=yes
        !          5886: ac_cv_func_cuserid=no
        !          5887: ac_cv_func_dlopen=yes
        !          5888: ac_cv_func_flock=yes
        !          5889: ac_cv_func_fnmatch_works=yes
        !          5890: ac_cv_func_fopencookie=no
        !          5891: ac_cv_func_fpclass=no
        !          5892: ac_cv_func_ftok=yes
        !          5893: ac_cv_func_funopen=yes
        !          5894: ac_cv_func_gai_strerror=yes
        !          5895: ac_cv_func_gcvt=no
        !          5896: ac_cv_func_getaddrinfo=yes
        !          5897: ac_cv_func_getcwd=yes
        !          5898: ac_cv_func_getgrnam_r=yes
        !          5899: ac_cv_func_gethostbyaddr=yes
        !          5900: ac_cv_func_gethostname=yes
        !          5901: ac_cv_func_getloadavg=yes
        !          5902: ac_cv_func_getlogin=yes
        !          5903: ac_cv_func_getopt=yes
        !          5904: ac_cv_func_getprotobyname=yes
        !          5905: ac_cv_func_getprotobynumber=yes
        !          5906: ac_cv_func_getpwnam_r=yes
        !          5907: ac_cv_func_getpwuid_r=yes
        !          5908: ac_cv_func_getrusage=yes
        !          5909: ac_cv_func_getservbyname=yes
        !          5910: ac_cv_func_getservbyport=yes
        !          5911: ac_cv_func_gettimeofday=yes
        !          5912: ac_cv_func_getwd=yes
        !          5913: ac_cv_func_glob=yes
        !          5914: ac_cv_func_gmtime_r=yes
        !          5915: ac_cv_func_grantpt=yes
        !          5916: ac_cv_func_htonl=yes
        !          5917: ac_cv_func_hypot=yes
        !          5918: ac_cv_func_inet_aton=yes
        !          5919: ac_cv_func_inet_ntoa=yes
        !          5920: ac_cv_func_inet_ntop=yes
        !          5921: ac_cv_func_inet_pton=yes
        !          5922: ac_cv_func_isascii=yes
        !          5923: ac_cv_func_isinf=yes
        !          5924: ac_cv_func_isnan=yes
        !          5925: ac_cv_func_lchown=yes
        !          5926: ac_cv_func_link=yes
        !          5927: ac_cv_func_localeconv=yes
        !          5928: ac_cv_func_localtime_r=yes
        !          5929: ac_cv_func_lockf=yes
        !          5930: ac_cv_func_log1p=yes
        !          5931: ac_cv_func_lrand48=yes
        !          5932: ac_cv_func_memcpy=yes
        !          5933: ac_cv_func_memmove=yes
        !          5934: ac_cv_func_mempcpy=no
        !          5935: ac_cv_func_mkstemp=yes
        !          5936: ac_cv_func_mmap=yes
        !          5937: ac_cv_func_nanosleep=yes
        !          5938: ac_cv_func_nice=yes
        !          5939: ac_cv_func_nl_langinfo=yes
        !          5940: ac_cv_func_perror=yes
        !          5941: ac_cv_func_poll=yes
        !          5942: ac_cv_func_ptsname=yes
        !          5943: ac_cv_func_putenv=yes
        !          5944: ac_cv_func_rand_r=yes
        !          5945: ac_cv_func_random=yes
        !          5946: ac_cv_func_readdir_r=yes
        !          5947: ac_cv_func_realpath=yes
        !          5948: ac_cv_func_scandir=yes
        !          5949: ac_cv_func_setenv=yes
        !          5950: ac_cv_func_setitimer=yes
        !          5951: ac_cv_func_setlocale=yes
        !          5952: ac_cv_func_setpgid=yes
        !          5953: ac_cv_func_setsockopt=yes
        !          5954: ac_cv_func_setvbuf=yes
        !          5955: ac_cv_func_shutdown=yes
        !          5956: ac_cv_func_sin=yes
        !          5957: ac_cv_func_snprintf=yes
        !          5958: ac_cv_func_socket=yes
        !          5959: ac_cv_func_socketpair=yes
        !          5960: ac_cv_func_srand48=yes
        !          5961: ac_cv_func_srandom=yes
        !          5962: ac_cv_func_statfs=yes
        !          5963: ac_cv_func_statvfs=yes
        !          5964: ac_cv_func_std_syslog=no
        !          5965: ac_cv_func_strcasecmp=yes
        !          5966: ac_cv_func_strcoll=yes
        !          5967: ac_cv_func_strdup=yes
        !          5968: ac_cv_func_strerror=yes
        !          5969: ac_cv_func_strfmon=yes
        !          5970: ac_cv_func_strftime=yes
        !          5971: ac_cv_func_strlcat=yes
        !          5972: ac_cv_func_strlcpy=yes
        !          5973: ac_cv_func_strnlen=yes
        !          5974: ac_cv_func_strpncpy=no
        !          5975: ac_cv_func_strptime=yes
        !          5976: ac_cv_func_strstr=yes
        !          5977: ac_cv_func_strtok_r=yes
        !          5978: ac_cv_func_strtoll=yes
        !          5979: ac_cv_func_symlink=yes
        !          5980: ac_cv_func_sync_fetch_and_add=yes
        !          5981: ac_cv_func_tempnam=yes
        !          5982: ac_cv_func_tzset=yes
        !          5983: ac_cv_func_unlockpt=yes
        !          5984: ac_cv_func_unsetenv=yes
        !          5985: ac_cv_func_usleep=yes
        !          5986: ac_cv_func_utime=yes
        !          5987: ac_cv_func_utime_null=yes
        !          5988: ac_cv_func_vasprintf=yes
        !          5989: ac_cv_func_vprintf=yes
        !          5990: ac_cv_func_vsnprintf=yes
        !          5991: ac_cv_func_yp_get_default_domain=yes
        !          5992: ac_cv_header_ApplicationServices_ApplicationServices_h=no
        !          5993: ac_cv_header_alloca_h=no
        !          5994: ac_cv_header_arpa_inet_h=yes
        !          5995: ac_cv_header_arpa_nameser_h=yes
        !          5996: ac_cv_header_assert_h=yes
        !          5997: ac_cv_header_crypt_h=no
        !          5998: ac_cv_header_dirent_dirent_h=yes
        !          5999: ac_cv_header_dirent_h=yes
        !          6000: ac_cv_header_dlfcn_h=yes
        !          6001: ac_cv_header_dns_h=no
        !          6002: ac_cv_header_fcntl_h=yes
        !          6003: ac_cv_header_grp_h=yes
        !          6004: ac_cv_header_ieeefp_h=yes
        !          6005: ac_cv_header_inttypes_h=yes
        !          6006: ac_cv_header_langinfo_h=yes
        !          6007: ac_cv_header_limits_h=yes
        !          6008: ac_cv_header_locale_h=yes
        !          6009: ac_cv_header_memory_h=yes
        !          6010: ac_cv_header_minix_config_h=no
        !          6011: ac_cv_header_monetary_h=yes
        !          6012: ac_cv_header_netdb_h=yes
        !          6013: ac_cv_header_netinet_in_h=yes
        !          6014: ac_cv_header_pwd_h=yes
        !          6015: ac_cv_header_resolv_h=yes
        !          6016: ac_cv_header_signal_h=yes
        !          6017: ac_cv_header_stdarg_h=yes
        !          6018: ac_cv_header_stdc=yes
        !          6019: ac_cv_header_stdint_h=yes
        !          6020: ac_cv_header_stdlib_h=yes
        !          6021: ac_cv_header_string_h=yes
        !          6022: ac_cv_header_strings_h=yes
        !          6023: ac_cv_header_sys_file_h=yes
        !          6024: ac_cv_header_sys_ioctl_h=yes
        !          6025: ac_cv_header_sys_ipc_h=yes
        !          6026: ac_cv_header_sys_loadavg_h=no
        !          6027: ac_cv_header_sys_mman_h=yes
        !          6028: ac_cv_header_sys_mount_h=yes
        !          6029: ac_cv_header_sys_param_h=yes
        !          6030: ac_cv_header_sys_poll_h=yes
        !          6031: ac_cv_header_sys_resource_h=yes
        !          6032: ac_cv_header_sys_select_h=yes
        !          6033: ac_cv_header_sys_socket_h=yes
        !          6034: ac_cv_header_sys_stat_h=yes
        !          6035: ac_cv_header_sys_statfs_h=no
        !          6036: ac_cv_header_sys_statvfs_h=yes
        !          6037: ac_cv_header_sys_sysexits_h=no
        !          6038: ac_cv_header_sys_time_h=yes
        !          6039: ac_cv_header_sys_types_h=yes
        !          6040: ac_cv_header_sys_utsname_h=yes
        !          6041: ac_cv_header_sys_varargs_h=no
        !          6042: ac_cv_header_sys_vfs_h=no
        !          6043: ac_cv_header_sys_wait_h=yes
        !          6044: ac_cv_header_sysexits_h=yes
        !          6045: ac_cv_header_syslog_h=yes
        !          6046: ac_cv_header_termios_h=yes
        !          6047: ac_cv_header_unistd_h=yes
        !          6048: ac_cv_header_unix_h=no
        !          6049: ac_cv_header_utime_h=yes
        !          6050: ac_cv_host=i386-portbld-freebsd10.0
        !          6051: ac_cv_int_type_int32_t=yes
        !          6052: ac_cv_int_type_uint32_t=yes
        !          6053: ac_cv_ipv6_support=yes
        !          6054: ac_cv_lib_crypt_crypt=yes
        !          6055: ac_cv_lib_m_sin=yes
        !          6056: ac_cv_member_struct_stat_st_blksize=yes
        !          6057: ac_cv_member_struct_stat_st_blocks=yes
        !          6058: ac_cv_member_struct_stat_st_rdev=yes
        !          6059: ac_cv_member_struct_tm_tm_zone=yes
        !          6060: ac_cv_objext=o
        !          6061: ac_cv_path_EGREP='/usr/bin/grep -E'
        !          6062: ac_cv_path_GREP=/usr/bin/grep
        !          6063: ac_cv_path_PROG_SENDMAIL=/usr/sbin/sendmail
        !          6064: ac_cv_prog_AWK=gawk
        !          6065: ac_cv_prog_CPP=cpp
        !          6066: ac_cv_prog_YACC='bison -y'
        !          6067: ac_cv_prog_cc_c89=''
        !          6068: ac_cv_prog_cc_cc_c_o=yes
        !          6069: ac_cv_prog_cc_g=yes
        !          6070: ac_cv_pthreads_cflags=''
        !          6071: ac_cv_pthreads_lib=''
        !          6072: ac_cv_safe_to_define___extensions__=yes
        !          6073: ac_cv_search_opendir='none required'
        !          6074: ac_cv_sizeof_int=4
        !          6075: ac_cv_sizeof_long=4
        !          6076: ac_cv_sizeof_long_long=8
        !          6077: ac_cv_sizeof_long_long_int=8
        !          6078: ac_cv_sizeof_size_t=4
        !          6079: ac_cv_sockaddr_sa_len=yes
        !          6080: ac_cv_sockaddr_storage=yes
        !          6081: ac_cv_socklen_t=yes
        !          6082: ac_cv_struct_flock=yes
        !          6083: ac_cv_struct_tm=time.h
        !          6084: ac_cv_struct_tm_gmtoff=yes
        !          6085: ac_cv_target=i386-portbld-freebsd10.0
        !          6086: ac_cv_time_r_type=POSIX
        !          6087: ac_cv_type_in_addr_t=yes
        !          6088: ac_cv_type_size_t=yes
        !          6089: ac_cv_type_uid_t=yes
        !          6090: ac_cv_what_readdir_r=POSIX
        !          6091: ac_cv_working_alloca_h=no
        !          6092: ac_cv_write_stdout=yes
        !          6093: lt_cv_path_SED=sed
        !          6094: lt_cv_sys_max_cmd_len=262144
        !          6095: php_cv_bison_version='2.4.3 (ok)'
        !          6096: php_cv_cc_dashr=yes
        !          6097: php_cv_sizeof_intmax_t=8
        !          6098: php_cv_sizeof_ptrdiff_t=4
        !          6099: php_cv_sizeof_ssize_t=4
        !          6100: 
        !          6101: ## ----------------- ##
        !          6102: ## Output variables. ##
        !          6103: ## ----------------- ##
        !          6104: 
        !          6105: ALLOCA=''
        !          6106: AR=''
        !          6107: AWK='gawk'
        !          6108: CC='cc'
        !          6109: CFLAGS='-O2 -pipe -fno-strict-aliasing -fvisibility=hidden'
        !          6110: 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='\'' '\''--with-regex=php'\'' '\''--with-zend-vm=CALL'\'' '\''--prefix=/usr/local'\'' '\''--mandir=/usr/local/man'\'' '\''--infodir=/usr/local/info/'\'' '\''--build=i386-portbld-freebsd10.0'\'''
        !          6111: 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='\'' '\''--with-regex=php'\'' '\''--with-zend-vm=CALL'\'' '\''--prefix=/usr/local'\'' '\''--mandir=/usr/local/man'\'' '\''--infodir=/usr/local/info/'\'' '\''--build=i386-portbld-freebsd10.0'\'''
        !          6112: CPP='cpp'
        !          6113: CPPFLAGS=''
        !          6114: CXX='c++'
        !          6115: CXXCPP=''
        !          6116: CXXFLAGS='-O2 -pipe -fno-strict-aliasing'
        !          6117: DEBUG_CFLAGS=''
        !          6118: DEFS=''
        !          6119: DSYMUTIL=''
        !          6120: ECHO='echo'
        !          6121: ECHO_C=''
        !          6122: ECHO_N='-n'
        !          6123: ECHO_T=''
        !          6124: EGREP='/usr/bin/grep -E'
        !          6125: EXEEXT=''
        !          6126: EXPANDED_BINDIR=''
        !          6127: EXPANDED_DATADIR=''
        !          6128: EXPANDED_EXTENSION_DIR=''
        !          6129: EXPANDED_LIBDIR=''
        !          6130: EXPANDED_LOCALSTATEDIR=''
        !          6131: EXPANDED_MANDIR=''
        !          6132: EXPANDED_PEAR_INSTALLDIR=''
        !          6133: EXPANDED_PHP_CONFIG_FILE_PATH=''
        !          6134: EXPANDED_PHP_CONFIG_FILE_SCAN_DIR=''
        !          6135: EXPANDED_SBINDIR=''
        !          6136: EXPANDED_SYSCONFDIR=''
        !          6137: EXTENSION_DIR=''
        !          6138: EXTRA_INCLUDES=''
        !          6139: EXTRA_LDFLAGS=''
        !          6140: EXTRA_LDFLAGS_PROGRAM=''
        !          6141: EXTRA_LIBS=''
        !          6142: GREP='/usr/bin/grep'
        !          6143: ICU_CONFIG=''
        !          6144: INCLUDES=' -I/usr/ports/lang/php5/work/php-5.3.10/ext/date/lib -I/usr/ports/lang/php5/work/php-5.3.10/ext/ereg/regex'
        !          6145: INCLUDE_PATH=''
        !          6146: INLINE_CFLAGS=''
        !          6147: INSTALL_IT=''
        !          6148: KRB5_CONFIG=''
        !          6149: LDFLAGS=''
        !          6150: LEMON=''
        !          6151: LIBOBJS=''
        !          6152: LIBS='-lcrypt -lm  -lcrypt'
        !          6153: LIBTOOL=''
        !          6154: LN_S='ln -s'
        !          6155: LTLIBOBJS=''
        !          6156: LTP=''
        !          6157: LTP_GENHTML=''
        !          6158: MYSQL_INCLUDE=''
        !          6159: MYSQL_LIBS=''
        !          6160: MYSQL_MODULE_TYPE=''
        !          6161: NATIVE_RPATHS=''
        !          6162: NMEDIT=''
        !          6163: OBJEXT='o'
        !          6164: OCI8_DIR=''
        !          6165: OCI8_ORACLE_VERSION=''
        !          6166: OCI8_SHARED_LIBADD=''
        !          6167: ODBC_INCLUDE=''
        !          6168: ODBC_LFLAGS=''
        !          6169: ODBC_LIBS=''
        !          6170: ODBC_TYPE=''
        !          6171: OPENSSL_INCDIR_OPT=''
        !          6172: PACKAGE_BUGREPORT=''
        !          6173: PACKAGE_NAME=''
        !          6174: PACKAGE_STRING=''
        !          6175: PACKAGE_TARNAME=''
        !          6176: PACKAGE_URL=''
        !          6177: PACKAGE_VERSION=''
        !          6178: PATH_SEPARATOR=':'
        !          6179: PDO_MYSQL_MODULE_TYPE=''
        !          6180: PDO_OCI_DIR=''
        !          6181: PDO_OCI_SHARED_LIBADD=''
        !          6182: PDO_OCI_VERSION=''
        !          6183: PEAR_INSTALLDIR=''
        !          6184: PHP_INSTALLED_SAPIS=''
        !          6185: PHP_LDFLAGS=''
        !          6186: PHP_LIBS=''
        !          6187: PHP_VERSION='5.3.10'
        !          6188: PHP_VERSION_ID='50310'
        !          6189: PKG_CONFIG=''
        !          6190: PROG_SENDMAIL='/usr/sbin/sendmail'
        !          6191: RANLIB=''
        !          6192: RE2C='exit 0;'
        !          6193: SED='sed'
        !          6194: SHELL='/bin/sh'
        !          6195: SHLIB_DL_SUFFIX_NAME='so'
        !          6196: SHLIB_SUFFIX_NAME='so'
        !          6197: SNMP_CONFIG=''
        !          6198: STRIP=''
        !          6199: YACC='bison -y'
        !          6200: YFLAGS=''
        !          6201: ZEND_EXTRA_LIBS=''
        !          6202: abs_builddir='/usr/ports/lang/php5/work/php-5.3.10'
        !          6203: abs_srcdir='/usr/ports/lang/php5/work/php-5.3.10'
        !          6204: ac_ct_CC=''
        !          6205: ac_ct_CXX=''
        !          6206: bindir='${exec_prefix}/bin'
        !          6207: build='i386-portbld-freebsd10.0'
        !          6208: build_alias='i386-portbld-freebsd10.0'
        !          6209: build_cpu='i386'
        !          6210: build_os='freebsd10.0'
        !          6211: build_vendor='portbld'
        !          6212: datadir='${datarootdir}'
        !          6213: datarootdir='${prefix}/share'
        !          6214: docdir='${datarootdir}/doc/${PACKAGE}'
        !          6215: dvidir='${docdir}'
        !          6216: exec_prefix='NONE'
        !          6217: host='i386-portbld-freebsd10.0'
        !          6218: host_alias='i386-portbld-freebsd10.0'
        !          6219: host_cpu='i386'
        !          6220: host_os='freebsd10.0'
        !          6221: host_vendor='portbld'
        !          6222: htmldir='${docdir}'
        !          6223: includedir='${prefix}/include'
        !          6224: infodir='/usr/local/info'
        !          6225: libdir='${exec_prefix}/lib'
        !          6226: libexecdir='${exec_prefix}/libexec'
        !          6227: localedir='${datarootdir}/locale'
        !          6228: localstatedir='/var'
        !          6229: mandir='/usr/local/man'
        !          6230: oldincludedir='/usr/include'
        !          6231: pdfdir='${docdir}'
        !          6232: php_abs_top_builddir='/usr/ports/lang/php5/work/php-5.3.10'
        !          6233: php_abs_top_srcdir='/usr/ports/lang/php5/work/php-5.3.10'
        !          6234: php_fpm_group=''
        !          6235: php_fpm_localstatedir=''
        !          6236: php_fpm_prefix=''
        !          6237: php_fpm_sysconfdir=''
        !          6238: php_fpm_user=''
        !          6239: prefix='/usr/local'
        !          6240: program_prefix=''
        !          6241: program_suffix='NONE'
        !          6242: program_transform_name='s,x,x,'
        !          6243: psdir='${docdir}'
        !          6244: sbindir='${exec_prefix}/sbin'
        !          6245: sharedstatedir='${prefix}/com'
        !          6246: sysconfdir='${prefix}/etc'
        !          6247: target='i386-portbld-freebsd10.0'
        !          6248: target_alias=''
        !          6249: target_cpu='i386'
        !          6250: target_os='freebsd10.0'
        !          6251: target_vendor='portbld'
        !          6252: 
        !          6253: ## ----------- ##
        !          6254: ## confdefs.h. ##
        !          6255: ## ----------- ##
        !          6256: 
        !          6257: /* confdefs.h */
        !          6258: #define PACKAGE_NAME ""
        !          6259: #define PACKAGE_TARNAME ""
        !          6260: #define PACKAGE_VERSION ""
        !          6261: #define PACKAGE_STRING ""
        !          6262: #define PACKAGE_BUGREPORT ""
        !          6263: #define PACKAGE_URL ""
        !          6264: #define STDC_HEADERS 1
        !          6265: #define HAVE_SYS_TYPES_H 1
        !          6266: #define HAVE_SYS_STAT_H 1
        !          6267: #define HAVE_STDLIB_H 1
        !          6268: #define HAVE_STRING_H 1
        !          6269: #define HAVE_MEMORY_H 1
        !          6270: #define HAVE_STRINGS_H 1
        !          6271: #define HAVE_INTTYPES_H 1
        !          6272: #define HAVE_STDINT_H 1
        !          6273: #define HAVE_UNISTD_H 1
        !          6274: #define __EXTENSIONS__ 1
        !          6275: #define _ALL_SOURCE 1
        !          6276: #define _GNU_SOURCE 1
        !          6277: #define _POSIX_PTHREAD_SEMANTICS 1
        !          6278: #define _TANDEM_SOURCE 1
        !          6279: #define HAVE_DEV_URANDOM 1
        !          6280: #define SUHOSIN_PATCH 1
        !          6281: #define HAVE_SOCKLEN_T 1
        !          6282: #define HAVE_SOCKADDR_UN_SUN_LEN 1
        !          6283: #define PHP_WRITE_STDOUT 1
        !          6284: #define HAVE_SOCKET 1
        !          6285: #define HAVE_SOCKETPAIR 1
        !          6286: #define HAVE_HTONL 1
        !          6287: #define HAVE_GETHOSTNAME 1
        !          6288: #define HAVE_GETHOSTBYADDR 1
        !          6289: #define HAVE_YP_GET_DEFAULT_DOMAIN 1
        !          6290: #define HAVE_DLOPEN 1
        !          6291: #define HAVE_LIBDL 1
        !          6292: #define HAVE_LIBM 1
        !          6293: #define HAVE_INET_ATON 1
        !          6294: #define STDC_HEADERS 1
        !          6295: #define HAVE_DIRENT_H 1
        !          6296: #define HAVE_INTTYPES_H 1
        !          6297: #define HAVE_STDINT_H 1
        !          6298: #define HAVE_DIRENT_H 1
        !          6299: #define HAVE_SYS_PARAM_H 1
        !          6300: #define HAVE_SYS_TYPES_H 1
        !          6301: #define HAVE_SYS_TIME_H 1
        !          6302: #define HAVE_NETINET_IN_H 1
        !          6303: #define HAVE_ARPA_INET_H 1
        !          6304: #define HAVE_ARPA_NAMESER_H 1
        !          6305: #define HAVE_ASSERT_H 1
        !          6306: #define HAVE_FCNTL_H 1
        !          6307: #define HAVE_GRP_H 1
        !          6308: #define HAVE_IEEEFP_H 1
        !          6309: #define HAVE_LANGINFO_H 1
        !          6310: #define HAVE_LIMITS_H 1
        !          6311: #define HAVE_LOCALE_H 1
        !          6312: #define HAVE_MONETARY_H 1
        !          6313: #define HAVE_NETDB_H 1
        !          6314: #define HAVE_PWD_H 1
        !          6315: #define HAVE_RESOLV_H 1
        !          6316: #define HAVE_SIGNAL_H 1
        !          6317: #define HAVE_STDARG_H 1
        !          6318: #define HAVE_STDLIB_H 1
        !          6319: #define HAVE_STRING_H 1
        !          6320: #define HAVE_SYSLOG_H 1
        !          6321: #define HAVE_SYSEXITS_H 1
        !          6322: #define HAVE_SYS_IOCTL_H 1
        !          6323: #define HAVE_SYS_FILE_H 1
        !          6324: #define HAVE_SYS_MMAN_H 1
        !          6325: #define HAVE_SYS_MOUNT_H 1
        !          6326: #define HAVE_SYS_POLL_H 1
        !          6327: #define HAVE_SYS_RESOURCE_H 1
        !          6328: #define HAVE_SYS_SELECT_H 1
        !          6329: #define HAVE_SYS_SOCKET_H 1
        !          6330: #define HAVE_SYS_STAT_H 1
        !          6331: #define HAVE_SYS_STATVFS_H 1
        !          6332: #define HAVE_SYS_WAIT_H 1
        !          6333: #define HAVE_TERMIOS_H 1
        !          6334: #define HAVE_UNISTD_H 1
        !          6335: #define HAVE_UTIME_H 1
        !          6336: #define HAVE_SYS_UTSNAME_H 1
        !          6337: #define HAVE_SYS_IPC_H 1
        !          6338: #define HAVE_DLFCN_H 1
        !          6339: #define HAVE_ASSERT_H 1
        !          6340: #define HAVE_STRUCT_TM_TM_ZONE 1
        !          6341: #define HAVE_TM_ZONE 1
        !          6342: #define MISSING_FCLOSE_DECL 0
        !          6343: #define HAVE_TM_GMTOFF 1
        !          6344: #define HAVE_STRUCT_FLOCK 1
        !          6345: #define HAVE_SOCKLEN_T 1
        !          6346: #define SIZEOF_SIZE_T 4
        !          6347: #define SIZEOF_LONG_LONG 8
        !          6348: #define SIZEOF_LONG_LONG_INT 8
        !          6349: #define SIZEOF_LONG 4
        !          6350: #define SIZEOF_INT 4
        !          6351: #define SIZEOF_INTMAX_T 8
        !          6352: #define HAVE_INTMAX_T 1
        !          6353: #define SIZEOF_SSIZE_T 4
        !          6354: #define HAVE_SSIZE_T 1
        !          6355: #define SIZEOF_PTRDIFF_T 4
        !          6356: #define HAVE_PTRDIFF_T 1
        !          6357: #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
        !          6358: #define HAVE_ST_BLKSIZE 1
        !          6359: #define HAVE_STRUCT_STAT_ST_BLOCKS 1
        !          6360: #define HAVE_ST_BLOCKS 1
        !          6361: #define HAVE_STRUCT_STAT_ST_RDEV 1
        !          6362: #define HAVE_ST_RDEV 1
        !          6363: #define HAVE_SOCKADDR_STORAGE 1
        !          6364: #define HAVE_SOCKADDR_SA_LEN 1
        !          6365: #define HAVE_VPRINTF 1
        !          6366: #define HAVE_ALPHASORT 1
        !          6367: #define HAVE_ASCTIME_R 1
        !          6368: #define HAVE_CHROOT 1
        !          6369: #define HAVE_CTIME_R 1
        !          6370: #define HAVE_FLOCK 1
        !          6371: #define HAVE_FTOK 1
        !          6372: #define HAVE_FUNOPEN 1
        !          6373: #define HAVE_GAI_STRERROR 1
        !          6374: #define HAVE_GETLOADAVG 1
        !          6375: #define HAVE_GETLOGIN 1
        !          6376: #define HAVE_GETPROTOBYNAME 1
        !          6377: #define HAVE_GETPROTOBYNUMBER 1
        !          6378: #define HAVE_GETSERVBYNAME 1
        !          6379: #define HAVE_GETSERVBYPORT 1
        !          6380: #define HAVE_GETHOSTNAME 1
        !          6381: #define HAVE_GETRUSAGE 1
        !          6382: #define HAVE_GETTIMEOFDAY 1
        !          6383: #define HAVE_GMTIME_R 1
        !          6384: #define HAVE_GETPWNAM_R 1
        !          6385: #define HAVE_GETGRNAM_R 1
        !          6386: #define HAVE_GETPWUID_R 1
        !          6387: #define HAVE_GRANTPT 1
        !          6388: #define HAVE_INET_NTOA 1
        !          6389: #define HAVE_INET_NTOP 1
        !          6390: #define HAVE_INET_PTON 1
        !          6391: #define HAVE_ISASCII 1
        !          6392: #define HAVE_LINK 1
        !          6393: #define HAVE_LOCALTIME_R 1
        !          6394: #define HAVE_LOCKF 1
        !          6395: #define HAVE_LCHOWN 1
        !          6396: #define HAVE_LRAND48 1
        !          6397: #define HAVE_MEMCPY 1
        !          6398: #define HAVE_MEMMOVE 1
        !          6399: #define HAVE_MKSTEMP 1
        !          6400: #define HAVE_MMAP 1
        !          6401: #define HAVE_NL_LANGINFO 1
        !          6402: #define HAVE_PERROR 1
        !          6403: #define HAVE_POLL 1
        !          6404: #define HAVE_PTSNAME 1
        !          6405: #define HAVE_PUTENV 1
        !          6406: #define HAVE_REALPATH 1
        !          6407: #define HAVE_RANDOM 1
        !          6408: #define HAVE_RAND_R 1
        !          6409: #define HAVE_SCANDIR 1
        !          6410: #define HAVE_SETITIMER 1
        !          6411: #define HAVE_SETLOCALE 1
        !          6412: #define HAVE_LOCALECONV 1
        !          6413: #define HAVE_SETENV 1
        !          6414: #define HAVE_SETPGID 1
        !          6415: #define HAVE_SETSOCKOPT 1
        !          6416: #define HAVE_SETVBUF 1
        !          6417: #define HAVE_SHUTDOWN 1
        !          6418: #define HAVE_SIN 1
        !          6419: #define HAVE_SNPRINTF 1
        !          6420: #define HAVE_SRAND48 1
        !          6421: #define HAVE_SRANDOM 1
        !          6422: #define HAVE_STATFS 1
        !          6423: #define HAVE_STATVFS 1
        !          6424: #define HAVE_STRCASECMP 1
        !          6425: #define HAVE_STRCOLL 1
        !          6426: #define HAVE_STRDUP 1
        !          6427: #define HAVE_STRERROR 1
        !          6428: #define HAVE_STRFTIME 1
        !          6429: #define HAVE_STRNLEN 1
        !          6430: #define HAVE_STRPTIME 1
        !          6431: #define HAVE_STRSTR 1
        !          6432: #define HAVE_STRTOK_R 1
        !          6433: #define HAVE_SYMLINK 1
        !          6434: #define HAVE_TEMPNAM 1
        !          6435: #define HAVE_TZSET 1
        !          6436: #define HAVE_UNLOCKPT 1
        !          6437: #define HAVE_UNSETENV 1
        !          6438: #define HAVE_USLEEP 1
        !          6439: #define HAVE_UTIME 1
        !          6440: #define HAVE_VSNPRINTF 1
        !          6441: #define HAVE_VASPRINTF 1
        !          6442: #define HAVE_ASPRINTF 1
        !          6443: #define HAVE_NANOSLEEP 1
        !          6444: #define HAVE_NANOSLEEP 1
        !          6445: #define HAVE_GETADDRINFO 1
        !          6446: #define HAVE_SYNC_FETCH_AND_ADD 1
        !          6447: #define HAVE_STRLCAT 1
        !          6448: #define HAVE_STRLCPY 1
        !          6449: #define HAVE_GETOPT 1
        !          6450: #define HAVE_UTIME_H 1
        !          6451: #define HAVE_UTIME_NULL 1
        !          6452: #define HAVE_ALLOCA 1
        !          6453: #define HAVE_DECLARED_TIMEZONE 1
        !          6454: #define HAVE_POSIX_READDIR_R 1
        !          6455: #define HAVE_FLUSHIO 1
        !          6456: #define HAVE_CRYPT 1
        !          6457: #define HAVE_ALIGNOF 1
        !          6458: #define HAVE_ATTRIBUTE_ALIGNED 1
        !          6459: #define PHP_USE_PHP_CRYPT_R 1
        !          6460: #define PHP_STD_DES_CRYPT 1
        !          6461: #define PHP_BLOWFISH_CRYPT 1
        !          6462: #define PHP_EXT_DES_CRYPT 1
        !          6463: #define PHP_MD5_CRYPT 1
        !          6464: #define PHP_SHA512_CRYPT 1
        !          6465: #define PHP_SHA256_CRYPT 1
        !          6466: #define HAVE_GETCWD 1
        !          6467: #define HAVE_GETWD 1
        !          6468: #define HAVE_ASINH 1
        !          6469: #define HAVE_ACOSH 1
        !          6470: #define HAVE_ATANH 1
        !          6471: #define HAVE_LOG1P 1
        !          6472: #define HAVE_HYPOT 1
        !          6473: #define HAVE_GLOB 1
        !          6474: #define HAVE_STRFMON 1
        !          6475: #define HAVE_NICE 1
        !          6476: #define HAVE_ISINF 1
        !          6477: #define HAVE_ISNAN 1
        !          6478: #define HAVE_FNMATCH 1
        !          6479: #define PHP_SAFE_MODE 0
        !          6480: #define PHP_SAFE_MODE_EXEC_DIR "/usr/local/php/bin"
        !          6481: #define PHP_SIGCHILD 0
        !          6482: #define MAGIC_QUOTES 0
        !          6483: #define DEFAULT_SHORT_OPEN_TAG "1"
        !          6484: #define HAVE_IPV6 1
        !          6485: #define SIZEOF_LONG 4
        !          6486: #define SIZEOF_INT 4
        !          6487: #define HAVE_INT32_T 1
        !          6488: #define HAVE_UINT32_T 1
        !          6489: #define HAVE_SYS_TYPES_H 1
        !          6490: #define HAVE_INTTYPES_H 1
        !          6491: #define HAVE_STDINT_H 1
        !          6492: #define HAVE_STRING_H 1
        !          6493: #define HAVE_STDLIB_H 1
        !          6494: #define HAVE_STRTOLL 1
        !          6495: #define HAVE_ATOLL 1
        !          6496: #define HAVE_STRFTIME 1
        !          6497: #define HAVE_REGEX_T_RE_MAGIC 1
        !          6498: #define HSREGEX 1
        !          6499: #define REGEX 1
        !          6500: 
        !          6501: configure: exit 1

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>