Annotation of embedaddon/php/main/php_config.h.in, revision 1.1

1.1     ! misho       1: /* main/php_config.h.in.  Generated from configure.in by autoheader.  */
        !             2: /* Leave this file alone */
        !             3: /*
        !             4:    +----------------------------------------------------------------------+
        !             5:    | Zend Engine                                                          |
        !             6:    +----------------------------------------------------------------------+
        !             7:    | Copyright (c) 1998-2012 Zend Technologies Ltd. (http://www.zend.com) |
        !             8:    +----------------------------------------------------------------------+
        !             9:    | This source file is subject to version 2.00 of the Zend license,     |
        !            10:    | that is bundled with this package in the file LICENSE, and is        |
        !            11:    | available through the world-wide-web at the following url:           |
        !            12:    | http://www.zend.com/license/2_00.txt.                                |
        !            13:    | If you did not receive a copy of the Zend license and are unable to  |
        !            14:    | obtain it through the world-wide-web, please send a note to          |
        !            15:    | license@zend.com so we can mail you a copy immediately.              |
        !            16:    +----------------------------------------------------------------------+
        !            17:    | Authors: Andi Gutmans <andi@zend.com>                                |
        !            18:    |          Zeev Suraski <zeev@zend.com>                                |
        !            19:    +----------------------------------------------------------------------+
        !            20: */
        !            21: 
        !            22: /* $Id: acconfig.h 321634 2012-01-01 13:15:04Z felipe $ */
        !            23: 
        !            24: #if defined(__GNUC__) && __GNUC__ >= 4
        !            25: # define ZEND_API __attribute__ ((visibility("default")))
        !            26: # define ZEND_DLEXPORT __attribute__ ((visibility("default")))
        !            27: #else
        !            28: # define ZEND_API
        !            29: # define ZEND_DLEXPORT
        !            30: #endif
        !            31: 
        !            32: #define ZEND_DLIMPORT
        !            33: 
        !            34: 
        !            35: #undef uint
        !            36: #undef ulong
        !            37: 
        !            38: /* Define if you want to enable memory limit support */
        !            39: #define MEMORY_LIMIT 0
        !            40: 
        !            41: 
        !            42: /* */
        !            43: #undef AIX
        !            44: 
        !            45: /* Whether to use native BeOS threads */
        !            46: #undef BETHREADS
        !            47: 
        !            48: /* */
        !            49: #undef CDB_INCLUDE_FILE
        !            50: 
        !            51: /* Define if system uses EBCDIC */
        !            52: #undef CHARSET_EBCDIC
        !            53: 
        !            54: /* Whether to build bcmath as dynamic module */
        !            55: #undef COMPILE_DL_BCMATH
        !            56: 
        !            57: /* Whether to build bz2 as dynamic module */
        !            58: #undef COMPILE_DL_BZ2
        !            59: 
        !            60: /* Whether to build calendar as dynamic module */
        !            61: #undef COMPILE_DL_CALENDAR
        !            62: 
        !            63: /* Whether to build ctype as dynamic module */
        !            64: #undef COMPILE_DL_CTYPE
        !            65: 
        !            66: /* Whether to build curl as dynamic module */
        !            67: #undef COMPILE_DL_CURL
        !            68: 
        !            69: /* Whether to build date as dynamic module */
        !            70: #undef COMPILE_DL_DATE
        !            71: 
        !            72: /* Whether to build dba as dynamic module */
        !            73: #undef COMPILE_DL_DBA
        !            74: 
        !            75: /* Whether to build dom as dynamic module */
        !            76: #undef COMPILE_DL_DOM
        !            77: 
        !            78: /* Whether to build enchant as dynamic module */
        !            79: #undef COMPILE_DL_ENCHANT
        !            80: 
        !            81: /* Whether to build ereg as dynamic module */
        !            82: #undef COMPILE_DL_EREG
        !            83: 
        !            84: /* Whether to build exif as dynamic module */
        !            85: #undef COMPILE_DL_EXIF
        !            86: 
        !            87: /* Whether to build fileinfo as dynamic module */
        !            88: #undef COMPILE_DL_FILEINFO
        !            89: 
        !            90: /* Whether to build filter as dynamic module */
        !            91: #undef COMPILE_DL_FILTER
        !            92: 
        !            93: /* Whether to build ftp as dynamic module */
        !            94: #undef COMPILE_DL_FTP
        !            95: 
        !            96: /* Whether to build gd as dynamic module */
        !            97: #undef COMPILE_DL_GD
        !            98: 
        !            99: /* Whether to build gettext as dynamic module */
        !           100: #undef COMPILE_DL_GETTEXT
        !           101: 
        !           102: /* Whether to build gmp as dynamic module */
        !           103: #undef COMPILE_DL_GMP
        !           104: 
        !           105: /* Whether to build hash as dynamic module */
        !           106: #undef COMPILE_DL_HASH
        !           107: 
        !           108: /* Whether to build iconv as dynamic module */
        !           109: #undef COMPILE_DL_ICONV
        !           110: 
        !           111: /* Whether to build imap as dynamic module */
        !           112: #undef COMPILE_DL_IMAP
        !           113: 
        !           114: /* Whether to build interbase as dynamic module */
        !           115: #undef COMPILE_DL_INTERBASE
        !           116: 
        !           117: /* Whether to build intl as dynamic module */
        !           118: #undef COMPILE_DL_INTL
        !           119: 
        !           120: /* Whether to build json as dynamic module */
        !           121: #undef COMPILE_DL_JSON
        !           122: 
        !           123: /* Whether to build ldap as dynamic module */
        !           124: #undef COMPILE_DL_LDAP
        !           125: 
        !           126: /* Whether to build libxml as dynamic module */
        !           127: #undef COMPILE_DL_LIBXML
        !           128: 
        !           129: /* Whether to build mbstring as dynamic module */
        !           130: #undef COMPILE_DL_MBSTRING
        !           131: 
        !           132: /* Whether to build mcrypt as dynamic module */
        !           133: #undef COMPILE_DL_MCRYPT
        !           134: 
        !           135: /* Whether to build mssql as dynamic module */
        !           136: #undef COMPILE_DL_MSSQL
        !           137: 
        !           138: /* Whether to build mysql as dynamic module */
        !           139: #undef COMPILE_DL_MYSQL
        !           140: 
        !           141: /* Whether to build mysqli as dynamic module */
        !           142: #undef COMPILE_DL_MYSQLI
        !           143: 
        !           144: /* Whether to build mysqlnd as dynamic module */
        !           145: #undef COMPILE_DL_MYSQLND
        !           146: 
        !           147: /* Whether to build oci8 as dynamic module */
        !           148: #undef COMPILE_DL_OCI8
        !           149: 
        !           150: /* Whether to build odbc as dynamic module */
        !           151: #undef COMPILE_DL_ODBC
        !           152: 
        !           153: /* Whether to build openssl as dynamic module */
        !           154: #undef COMPILE_DL_OPENSSL
        !           155: 
        !           156: /* Whether to build pcntl as dynamic module */
        !           157: #undef COMPILE_DL_PCNTL
        !           158: 
        !           159: /* Whether to build pcre as dynamic module */
        !           160: #undef COMPILE_DL_PCRE
        !           161: 
        !           162: /* Whether to build pdo as dynamic module */
        !           163: #undef COMPILE_DL_PDO
        !           164: 
        !           165: /* Whether to build pdo_dblib as dynamic module */
        !           166: #undef COMPILE_DL_PDO_DBLIB
        !           167: 
        !           168: /* Whether to build pdo_firebird as dynamic module */
        !           169: #undef COMPILE_DL_PDO_FIREBIRD
        !           170: 
        !           171: /* Whether to build pdo_mysql as dynamic module */
        !           172: #undef COMPILE_DL_PDO_MYSQL
        !           173: 
        !           174: /* Whether to build pdo_oci as dynamic module */
        !           175: #undef COMPILE_DL_PDO_OCI
        !           176: 
        !           177: /* Whether to build pdo_odbc as dynamic module */
        !           178: #undef COMPILE_DL_PDO_ODBC
        !           179: 
        !           180: /* Whether to build pdo_pgsql as dynamic module */
        !           181: #undef COMPILE_DL_PDO_PGSQL
        !           182: 
        !           183: /* Whether to build pdo_sqlite as dynamic module */
        !           184: #undef COMPILE_DL_PDO_SQLITE
        !           185: 
        !           186: /* Whether to build pgsql as dynamic module */
        !           187: #undef COMPILE_DL_PGSQL
        !           188: 
        !           189: /* Whether to build phar as dynamic module */
        !           190: #undef COMPILE_DL_PHAR
        !           191: 
        !           192: /* Whether to build posix as dynamic module */
        !           193: #undef COMPILE_DL_POSIX
        !           194: 
        !           195: /* Whether to build pspell as dynamic module */
        !           196: #undef COMPILE_DL_PSPELL
        !           197: 
        !           198: /* Whether to build readline as dynamic module */
        !           199: #undef COMPILE_DL_READLINE
        !           200: 
        !           201: /* Whether to build recode as dynamic module */
        !           202: #undef COMPILE_DL_RECODE
        !           203: 
        !           204: /* Whether to build reflection as dynamic module */
        !           205: #undef COMPILE_DL_REFLECTION
        !           206: 
        !           207: /* Whether to build session as dynamic module */
        !           208: #undef COMPILE_DL_SESSION
        !           209: 
        !           210: /* Whether to build shmop as dynamic module */
        !           211: #undef COMPILE_DL_SHMOP
        !           212: 
        !           213: /* Whether to build simplexml as dynamic module */
        !           214: #undef COMPILE_DL_SIMPLEXML
        !           215: 
        !           216: /* Whether to build snmp as dynamic module */
        !           217: #undef COMPILE_DL_SNMP
        !           218: 
        !           219: /* Whether to build soap as dynamic module */
        !           220: #undef COMPILE_DL_SOAP
        !           221: 
        !           222: /* Whether to build sockets as dynamic module */
        !           223: #undef COMPILE_DL_SOCKETS
        !           224: 
        !           225: /* Whether to build spl as dynamic module */
        !           226: #undef COMPILE_DL_SPL
        !           227: 
        !           228: /* Whether to build sqlite as dynamic module */
        !           229: #undef COMPILE_DL_SQLITE
        !           230: 
        !           231: /* Whether to build sqlite3 as dynamic module */
        !           232: #undef COMPILE_DL_SQLITE3
        !           233: 
        !           234: /* Whether to build standard as dynamic module */
        !           235: #undef COMPILE_DL_STANDARD
        !           236: 
        !           237: /* Whether to build sybase_ct as dynamic module */
        !           238: #undef COMPILE_DL_SYBASE_CT
        !           239: 
        !           240: /* Whether to build sysvmsg as dynamic module */
        !           241: #undef COMPILE_DL_SYSVMSG
        !           242: 
        !           243: /* Whether to build sysvsem as dynamic module */
        !           244: #undef COMPILE_DL_SYSVSEM
        !           245: 
        !           246: /* Whether to build sysvshm as dynamic module */
        !           247: #undef COMPILE_DL_SYSVSHM
        !           248: 
        !           249: /* Whether to build tidy as dynamic module */
        !           250: #undef COMPILE_DL_TIDY
        !           251: 
        !           252: /* Whether to build tokenizer as dynamic module */
        !           253: #undef COMPILE_DL_TOKENIZER
        !           254: 
        !           255: /* Whether to build wddx as dynamic module */
        !           256: #undef COMPILE_DL_WDDX
        !           257: 
        !           258: /* Whether to build xml as dynamic module */
        !           259: #undef COMPILE_DL_XML
        !           260: 
        !           261: /* Whether to build xmlreader as dynamic module */
        !           262: #undef COMPILE_DL_XMLREADER
        !           263: 
        !           264: /* Whether to build xmlrpc as dynamic module */
        !           265: #undef COMPILE_DL_XMLRPC
        !           266: 
        !           267: /* Whether to build xmlwriter as dynamic module */
        !           268: #undef COMPILE_DL_XMLWRITER
        !           269: 
        !           270: /* Whether to build xsl as dynamic module */
        !           271: #undef COMPILE_DL_XSL
        !           272: 
        !           273: /* Whether to build zip as dynamic module */
        !           274: #undef COMPILE_DL_ZIP
        !           275: 
        !           276: /* Whether to build zlib as dynamic module */
        !           277: #undef COMPILE_DL_ZLIB
        !           278: 
        !           279: /* */
        !           280: #undef COOKIE_IO_FUNCTIONS_T
        !           281: 
        !           282: /* */
        !           283: #undef COOKIE_SEEKER_USES_OFF64_T
        !           284: 
        !           285: /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
        !           286:    systems. This function is required for `alloca.c' support on those systems.
        !           287:    */
        !           288: #undef CRAY_STACKSEG_END
        !           289: 
        !           290: /* Define if crypt_r has uses CRYPTD */
        !           291: #undef CRYPT_R_CRYPTD
        !           292: 
        !           293: /* Define if struct crypt_data requires _GNU_SOURCE */
        !           294: #undef CRYPT_R_GNU_SOURCE
        !           295: 
        !           296: /* Define if crypt_r uses struct crypt_data */
        !           297: #undef CRYPT_R_STRUCT_CRYPT_DATA
        !           298: 
        !           299: /* Define to 1 if using `alloca.c'. */
        !           300: #undef C_ALLOCA
        !           301: 
        !           302: /* Define if the target system is darwin */
        !           303: #undef DARWIN
        !           304: 
        !           305: /* */
        !           306: #undef DB1_INCLUDE_FILE
        !           307: 
        !           308: /* */
        !           309: #undef DB1_VERSION
        !           310: 
        !           311: /* */
        !           312: #undef DB2_INCLUDE_FILE
        !           313: 
        !           314: /* */
        !           315: #undef DB3_INCLUDE_FILE
        !           316: 
        !           317: /* */
        !           318: #undef DB4_INCLUDE_FILE
        !           319: 
        !           320: /* */
        !           321: #undef DBA_CDB
        !           322: 
        !           323: /* */
        !           324: #undef DBA_CDB_BUILTIN
        !           325: 
        !           326: /* */
        !           327: #undef DBA_CDB_MAKE
        !           328: 
        !           329: /* */
        !           330: #undef DBA_DB1
        !           331: 
        !           332: /* */
        !           333: #undef DBA_DB2
        !           334: 
        !           335: /* */
        !           336: #undef DBA_DB3
        !           337: 
        !           338: /* */
        !           339: #undef DBA_DB4
        !           340: 
        !           341: /* */
        !           342: #undef DBA_DBM
        !           343: 
        !           344: /* */
        !           345: #undef DBA_FLATFILE
        !           346: 
        !           347: /* */
        !           348: #undef DBA_GDBM
        !           349: 
        !           350: /* */
        !           351: #undef DBA_INIFILE
        !           352: 
        !           353: /* */
        !           354: #undef DBA_NDBM
        !           355: 
        !           356: /* */
        !           357: #undef DBA_QDBM
        !           358: 
        !           359: /* */
        !           360: #undef DBM_INCLUDE_FILE
        !           361: 
        !           362: /* */
        !           363: #undef DBM_VERSION
        !           364: 
        !           365: /* */
        !           366: #undef DEFAULT_SHORT_OPEN_TAG
        !           367: 
        !           368: /* Define if dlsym() requires a leading underscore in symbol names. */
        !           369: #undef DLSYM_NEEDS_UNDERSCORE
        !           370: 
        !           371: /* Whether to enable chroot() function */
        !           372: #undef ENABLE_CHROOT_FUNC
        !           373: 
        !           374: /* */
        !           375: #undef ENABLE_GD_TTF
        !           376: 
        !           377: /* */
        !           378: #undef ENCHANT_VERSION_STRING
        !           379: 
        !           380: /* */
        !           381: #undef GDBM_INCLUDE_FILE
        !           382: 
        !           383: /* Whether you use GNU Pth */
        !           384: #undef GNUPTH
        !           385: 
        !           386: /* Whether 3 arg set_rebind_proc() */
        !           387: #undef HAVE_3ARG_SETREBINDPROC
        !           388: 
        !           389: /* Define to 1 if you have the `acosh' function. */
        !           390: #undef HAVE_ACOSH
        !           391: 
        !           392: /* */
        !           393: #undef HAVE_ADABAS
        !           394: 
        !           395: /* whether the compiler supports __alignof__ */
        !           396: #undef HAVE_ALIGNOF
        !           397: 
        !           398: /* Define to 1 if you have `alloca', as a function or macro. */
        !           399: #undef HAVE_ALLOCA
        !           400: 
        !           401: /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
        !           402:    */
        !           403: #undef HAVE_ALLOCA_H
        !           404: 
        !           405: /* Define to 1 if you have the `alphasort' function. */
        !           406: #undef HAVE_ALPHASORT
        !           407: 
        !           408: /* Suhosin-Patch for PHP */
        !           409: #undef SUHOSIN_PATCH
        !           410: 
        !           411: /* Whether you have AOLserver */
        !           412: #undef HAVE_AOLSERVER
        !           413: 
        !           414: /* */
        !           415: #undef HAVE_APACHE
        !           416: 
        !           417: /* */
        !           418: #undef HAVE_APACHE_HOOKS
        !           419: 
        !           420: /* Define to 1 if you have the <ApplicationServices/ApplicationServices.h>
        !           421:    header file. */
        !           422: #undef HAVE_APPLICATIONSERVICES_APPLICATIONSERVICES_H
        !           423: 
        !           424: /* */
        !           425: #undef HAVE_AP_COMPAT_H
        !           426: 
        !           427: /* */
        !           428: #undef HAVE_AP_CONFIG_H
        !           429: 
        !           430: /* Define to 1 if you have the <arpa/inet.h> header file. */
        !           431: #undef HAVE_ARPA_INET_H
        !           432: 
        !           433: /* Define to 1 if you have the <arpa/nameser.h> header file. */
        !           434: #undef HAVE_ARPA_NAMESER_H
        !           435: 
        !           436: /* Define to 1 if you have the `asctime_r' function. */
        !           437: #undef HAVE_ASCTIME_R
        !           438: 
        !           439: /* Define to 1 if you have the `asinh' function. */
        !           440: #undef HAVE_ASINH
        !           441: 
        !           442: /* Define to 1 if you have the `asprintf' function. */
        !           443: #undef HAVE_ASPRINTF
        !           444: 
        !           445: /* Define to 1 if you have the <assert.h> header file. */
        !           446: #undef HAVE_ASSERT_H
        !           447: 
        !           448: /* Define to 1 if you have the `atanh' function. */
        !           449: #undef HAVE_ATANH
        !           450: 
        !           451: /* whether atof() accepts INF */
        !           452: #undef HAVE_ATOF_ACCEPTS_INF
        !           453: 
        !           454: /* whether atof() accepts NAN */
        !           455: #undef HAVE_ATOF_ACCEPTS_NAN
        !           456: 
        !           457: /* Define to 1 if you have the `atoll' function. */
        !           458: #undef HAVE_ATOLL
        !           459: 
        !           460: /* Define to 1 if you have the <atomic.h> header file. */
        !           461: #undef HAVE_ATOMIC_H
        !           462: 
        !           463: /* whether the compiler supports __attribute__ ((__aligned__)) */
        !           464: #undef HAVE_ATTRIBUTE_ALIGNED
        !           465: 
        !           466: /* Whether you have bcmath */
        !           467: #undef HAVE_BCMATH
        !           468: 
        !           469: /* */
        !           470: #undef HAVE_BIND_TEXTDOMAIN_CODESET
        !           471: 
        !           472: /* */
        !           473: #undef HAVE_BIRDSTEP
        !           474: 
        !           475: /* Define if system has broken getcwd */
        !           476: #undef HAVE_BROKEN_GETCWD
        !           477: 
        !           478: /* Define if your glibc borks on fopen with mode a+ */
        !           479: #undef HAVE_BROKEN_GLIBC_FOPEN_APPEND
        !           480: 
        !           481: /* Whether we have librecode 3.5 */
        !           482: #undef HAVE_BROKEN_RECODE
        !           483: 
        !           484: /* Konstantin Chuguev's iconv implementation */
        !           485: #undef HAVE_BSD_ICONV
        !           486: 
        !           487: /* */
        !           488: #undef HAVE_BUILD_DEFS_H
        !           489: 
        !           490: /* Define to 1 if gcc supports __sync_bool_compare_and_swap() a.o. */
        !           491: #undef HAVE_BUILTIN_ATOMIC
        !           492: 
        !           493: /* */
        !           494: #undef HAVE_BUNDLED_PCRE
        !           495: 
        !           496: /* */
        !           497: #undef HAVE_BZ2
        !           498: 
        !           499: /* */
        !           500: #undef HAVE_CALENDAR
        !           501: 
        !           502: /* Whether to compile with Caudium support */
        !           503: #undef HAVE_CAUDIUM
        !           504: 
        !           505: /* Define to 1 if you have the `chroot' function. */
        !           506: #undef HAVE_CHROOT
        !           507: 
        !           508: /* Define to 1 if you have the `clearenv' function. */
        !           509: #undef HAVE_CLEARENV
        !           510: 
        !           511: /* */
        !           512: #undef HAVE_CLI0CLI_H
        !           513: 
        !           514: /* */
        !           515: #undef HAVE_CLI0CORE_H
        !           516: 
        !           517: /* */
        !           518: #undef HAVE_CLI0DEFS_H
        !           519: 
        !           520: /* */
        !           521: #undef HAVE_CLI0ENV_H
        !           522: 
        !           523: /* */
        !           524: #undef HAVE_CLI0EXT_H
        !           525: 
        !           526: /* do we have clock_gettime? */
        !           527: #undef HAVE_CLOCK_GETTIME
        !           528: 
        !           529: /* do we have clock_get_time? */
        !           530: #undef HAVE_CLOCK_GET_TIME
        !           531: 
        !           532: /* Whether you have struct cmsghdr */
        !           533: #undef HAVE_CMSGHDR
        !           534: 
        !           535: /* */
        !           536: #undef HAVE_CODBC
        !           537: 
        !           538: /* */
        !           539: #undef HAVE_COLORCLOSESTHWB
        !           540: 
        !           541: /* Whether you have a Continuity Server */
        !           542: #undef HAVE_CONTINUITY
        !           543: 
        !           544: /* Define to 1 if you have the `CreateProcess' function. */
        !           545: #undef HAVE_CREATEPROCESS
        !           546: 
        !           547: /* */
        !           548: #undef HAVE_CRYPT
        !           549: 
        !           550: /* Define to 1 if you have the <crypt.h> header file. */
        !           551: #undef HAVE_CRYPT_H
        !           552: 
        !           553: /* Define to 1 if you have the `crypt_r' function. */
        !           554: #undef HAVE_CRYPT_R
        !           555: 
        !           556: /* Define to 1 if you have the `ctermid' function. */
        !           557: #undef HAVE_CTERMID
        !           558: 
        !           559: /* Define to 1 if you have the `ctime_r' function. */
        !           560: #undef HAVE_CTIME_R
        !           561: 
        !           562: /* */
        !           563: #undef HAVE_CTYPE
        !           564: 
        !           565: /* */
        !           566: #undef HAVE_CURL
        !           567: 
        !           568: /* */
        !           569: #undef HAVE_CURL_EASY_STRERROR
        !           570: 
        !           571: /* Have cURL with GnuTLS support */
        !           572: #undef HAVE_CURL_GNUTLS
        !           573: 
        !           574: /* */
        !           575: #undef HAVE_CURL_MULTI_STRERROR
        !           576: 
        !           577: /* Have cURL with OpenSSL support */
        !           578: #undef HAVE_CURL_OPENSSL
        !           579: 
        !           580: /* Have cURL with SSL support */
        !           581: #undef HAVE_CURL_SSL
        !           582: 
        !           583: /* */
        !           584: #undef HAVE_CURL_VERSION_INFO
        !           585: 
        !           586: /* Define to 1 if you have the `cuserid' function. */
        !           587: #undef HAVE_CUSERID
        !           588: 
        !           589: /* */
        !           590: #undef HAVE_DBA
        !           591: 
        !           592: /* Whether you want DBMaker */
        !           593: #undef HAVE_DBMAKER
        !           594: 
        !           595: /* */
        !           596: #undef HAVE_DCNGETTEXT
        !           597: 
        !           598: /* Whether system headers declare timezone */
        !           599: #undef HAVE_DECLARED_TIMEZONE
        !           600: 
        !           601: /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
        !           602:    */
        !           603: #undef HAVE_DECL_TZNAME
        !           604: 
        !           605: /* Define to 1 if you have the <default_store.h> header file. */
        !           606: #undef HAVE_DEFAULT_STORE_H
        !           607: 
        !           608: /* do we have /dev/poll? */
        !           609: #undef HAVE_DEVPOLL
        !           610: 
        !           611: /* Define if the target system has /dev/urandom device */
        !           612: #undef HAVE_DEV_URANDOM
        !           613: 
        !           614: /* Define to 1 if you have the <dirent.h> header file. */
        !           615: #undef HAVE_DIRENT_H
        !           616: 
        !           617: /* Define to 1 if you have the <dlfcn.h> header file. */
        !           618: #undef HAVE_DLFCN_H
        !           619: 
        !           620: /* */
        !           621: #undef HAVE_DLOPEN
        !           622: 
        !           623: /* Whether you have dmalloc */
        !           624: #undef HAVE_DMALLOC
        !           625: 
        !           626: /* */
        !           627: #undef HAVE_DNGETTEXT
        !           628: 
        !           629: /* Define to 1 if you have the <dns.h> header file. */
        !           630: #undef HAVE_DNS_H
        !           631: 
        !           632: /* */
        !           633: #undef HAVE_DNS_SEARCH
        !           634: 
        !           635: /* */
        !           636: #undef HAVE_DN_EXPAND
        !           637: 
        !           638: /* */
        !           639: #undef HAVE_DN_SKIPNAME
        !           640: 
        !           641: /* */
        !           642: #undef HAVE_DOM
        !           643: 
        !           644: /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
        !           645: #undef HAVE_DOPRNT
        !           646: 
        !           647: /* OpenSSL 0.9.7 or later */
        !           648: #undef HAVE_DSA_DEFAULT_METHOD
        !           649: 
        !           650: /* embedded MySQL support enabled */
        !           651: #undef HAVE_EMBEDDED_MYSQLI
        !           652: 
        !           653: /* */
        !           654: #undef HAVE_EMPRESS
        !           655: 
        !           656: /* */
        !           657: #undef HAVE_ENCHANT
        !           658: 
        !           659: /* */
        !           660: #undef HAVE_ENCHANT_BROKER_SET_PARAM
        !           661: 
        !           662: /* do we have epoll? */
        !           663: #undef HAVE_EPOLL
        !           664: 
        !           665: /* Define to 1 if you have the <errno.h> header file. */
        !           666: #undef HAVE_ERRNO_H
        !           667: 
        !           668: /* */
        !           669: #undef HAVE_ESOOB
        !           670: 
        !           671: /* Whether you want EXIF (metadata from images) support */
        !           672: #undef HAVE_EXIF
        !           673: 
        !           674: /* Define to 1 if you have the `fabsf' function. */
        !           675: #undef HAVE_FABSF
        !           676: 
        !           677: /* Define to 1 if you have the <fcntl.h> header file. */
        !           678: #undef HAVE_FCNTL_H
        !           679: 
        !           680: /* Define to 1 if you have the `finite' function. */
        !           681: #undef HAVE_FINITE
        !           682: 
        !           683: /* Define to 1 if you have the `flock' function. */
        !           684: #undef HAVE_FLOCK
        !           685: 
        !           686: /* Define to 1 if you have the `floorf' function. */
        !           687: #undef HAVE_FLOORF
        !           688: 
        !           689: /* Define if flush should be called explicitly after a buffered io. */
        !           690: #undef HAVE_FLUSHIO
        !           691: 
        !           692: /* Define to 1 if your system has a working POSIX `fnmatch' function. */
        !           693: #undef HAVE_FNMATCH
        !           694: 
        !           695: /* */
        !           696: #undef HAVE_FOPENCOOKIE
        !           697: 
        !           698: /* Define to 1 if you have the `fork' function. */
        !           699: #undef HAVE_FORK
        !           700: 
        !           701: /* Define to 1 if you have the `fpclass' function. */
        !           702: #undef HAVE_FPCLASS
        !           703: 
        !           704: /* whether fpsetprec is present and usable */
        !           705: #undef HAVE_FPSETPREC
        !           706: 
        !           707: /* whether FPU control word can be manipulated by inline assembler */
        !           708: #undef HAVE_FPU_INLINE_ASM_X86
        !           709: 
        !           710: /* whether floatingpoint.h defines fp_except */
        !           711: #undef HAVE_FP_EXCEPT
        !           712: 
        !           713: /* */
        !           714: #undef HAVE_FREETDS
        !           715: 
        !           716: /* Define to 1 if you have the `ftok' function. */
        !           717: #undef HAVE_FTOK
        !           718: 
        !           719: /* Whether you want FTP support */
        !           720: #undef HAVE_FTP
        !           721: 
        !           722: /* Define to 1 if you have the `funopen' function. */
        !           723: #undef HAVE_FUNOPEN
        !           724: 
        !           725: /* Define to 1 if you have the `gai_strerror' function. */
        !           726: #undef HAVE_GAI_STRERROR
        !           727: 
        !           728: /* Whether you have gcov */
        !           729: #undef HAVE_GCOV
        !           730: 
        !           731: /* Define to 1 if you have the `gcvt' function. */
        !           732: #undef HAVE_GCVT
        !           733: 
        !           734: /* */
        !           735: #undef HAVE_GDIMAGECOLORRESOLVE
        !           736: 
        !           737: /* */
        !           738: #undef HAVE_GD_BUNDLED
        !           739: 
        !           740: /* */
        !           741: #undef HAVE_GD_CACHE_CREATE
        !           742: 
        !           743: /* */
        !           744: #undef HAVE_GD_DYNAMIC_CTX_EX
        !           745: 
        !           746: /* */
        !           747: #undef HAVE_GD_FONTCACHESHUTDOWN
        !           748: 
        !           749: /* */
        !           750: #undef HAVE_GD_FONTMUTEX
        !           751: 
        !           752: /* */
        !           753: #undef HAVE_GD_FREEFONTCACHE
        !           754: 
        !           755: /* */
        !           756: #undef HAVE_GD_GD2
        !           757: 
        !           758: /* */
        !           759: #undef HAVE_GD_GIF_CREATE
        !           760: 
        !           761: /* */
        !           762: #undef HAVE_GD_GIF_CTX
        !           763: 
        !           764: /* */
        !           765: #undef HAVE_GD_GIF_READ
        !           766: 
        !           767: /* */
        !           768: #undef HAVE_GD_IMAGEELLIPSE
        !           769: 
        !           770: /* */
        !           771: #undef HAVE_GD_IMAGESETBRUSH
        !           772: 
        !           773: /* */
        !           774: #undef HAVE_GD_IMAGESETTILE
        !           775: 
        !           776: /* */
        !           777: #undef HAVE_GD_JPG
        !           778: 
        !           779: /* */
        !           780: #undef HAVE_GD_PNG
        !           781: 
        !           782: /* */
        !           783: #undef HAVE_GD_STRINGFT
        !           784: 
        !           785: /* */
        !           786: #undef HAVE_GD_STRINGFTEX
        !           787: 
        !           788: /* */
        !           789: #undef HAVE_GD_STRINGTTF
        !           790: 
        !           791: /* */
        !           792: #undef HAVE_GD_WBMP
        !           793: 
        !           794: /* */
        !           795: #undef HAVE_GD_XBM
        !           796: 
        !           797: /* */
        !           798: #undef HAVE_GD_XPM
        !           799: 
        !           800: /* Define if you have the getaddrinfo function */
        !           801: #undef HAVE_GETADDRINFO
        !           802: 
        !           803: /* Define to 1 if you have the `getcwd' function. */
        !           804: #undef HAVE_GETCWD
        !           805: 
        !           806: /* Define to 1 if you have the `getgrgid_r' function. */
        !           807: #undef HAVE_GETGRGID_R
        !           808: 
        !           809: /* Define to 1 if you have the `getgrnam_r' function. */
        !           810: #undef HAVE_GETGRNAM_R
        !           811: 
        !           812: /* Define to 1 if you have the `getgroups' function. */
        !           813: #undef HAVE_GETGROUPS
        !           814: 
        !           815: /* */
        !           816: #undef HAVE_GETHOSTBYADDR
        !           817: 
        !           818: /* Define to 1 if you have the `gethostname' function. */
        !           819: #undef HAVE_GETHOSTNAME
        !           820: 
        !           821: /* Define to 1 if you have the `getloadavg' function. */
        !           822: #undef HAVE_GETLOADAVG
        !           823: 
        !           824: /* Define to 1 if you have the `getlogin' function. */
        !           825: #undef HAVE_GETLOGIN
        !           826: 
        !           827: /* Define to 1 if you have the `getopt' function. */
        !           828: #undef HAVE_GETOPT
        !           829: 
        !           830: /* Define to 1 if you have the `getpgid' function. */
        !           831: #undef HAVE_GETPGID
        !           832: 
        !           833: /* Define to 1 if you have the `getpid' function. */
        !           834: #undef HAVE_GETPID
        !           835: 
        !           836: /* Define to 1 if you have the `getpriority' function. */
        !           837: #undef HAVE_GETPRIORITY
        !           838: 
        !           839: /* Define to 1 if you have the `getprotobyname' function. */
        !           840: #undef HAVE_GETPROTOBYNAME
        !           841: 
        !           842: /* Define to 1 if you have the `getprotobynumber' function. */
        !           843: #undef HAVE_GETPROTOBYNUMBER
        !           844: 
        !           845: /* Define to 1 if you have the `getpwnam_r' function. */
        !           846: #undef HAVE_GETPWNAM_R
        !           847: 
        !           848: /* Define to 1 if you have the `getpwuid_r' function. */
        !           849: #undef HAVE_GETPWUID_R
        !           850: 
        !           851: /* Define to 1 if you have the `getrlimit' function. */
        !           852: #undef HAVE_GETRLIMIT
        !           853: 
        !           854: /* Define to 1 if you have the `getrusage' function. */
        !           855: #undef HAVE_GETRUSAGE
        !           856: 
        !           857: /* Define to 1 if you have the `getservbyname' function. */
        !           858: #undef HAVE_GETSERVBYNAME
        !           859: 
        !           860: /* Define to 1 if you have the `getservbyport' function. */
        !           861: #undef HAVE_GETSERVBYPORT
        !           862: 
        !           863: /* Define to 1 if you have the `getsid' function. */
        !           864: #undef HAVE_GETSID
        !           865: 
        !           866: /* Define to 1 if you have the `gettimeofday' function. */
        !           867: #undef HAVE_GETTIMEOFDAY
        !           868: 
        !           869: /* Define to 1 if you have the `getwd' function. */
        !           870: #undef HAVE_GETWD
        !           871: 
        !           872: /* */
        !           873: #undef HAVE_GICONV_H
        !           874: 
        !           875: /* glibc's iconv implementation */
        !           876: #undef HAVE_GLIBC_ICONV
        !           877: 
        !           878: /* Define to 1 if you have the `glob' function. */
        !           879: #undef HAVE_GLOB
        !           880: 
        !           881: /* */
        !           882: #undef HAVE_GMP
        !           883: 
        !           884: /* Define to 1 if you have the `gmtime_r' function. */
        !           885: #undef HAVE_GMTIME_R
        !           886: 
        !           887: /* Define to 1 if you have the `grantpt' function. */
        !           888: #undef HAVE_GRANTPT
        !           889: 
        !           890: /* Define to 1 if you have the <grp.h> header file. */
        !           891: #undef HAVE_GRP_H
        !           892: 
        !           893: /* Have HASH Extension */
        !           894: #undef HAVE_HASH_EXT
        !           895: 
        !           896: /* Define to 1 if you have the `hstrerror' function. */
        !           897: #undef HAVE_HSTRERROR
        !           898: 
        !           899: /* */
        !           900: #undef HAVE_HTONL
        !           901: 
        !           902: /* whether HUGE_VAL == INF */
        !           903: #undef HAVE_HUGE_VAL_INF
        !           904: 
        !           905: /* whether HUGE_VAL + -HUGEVAL == NAN */
        !           906: #undef HAVE_HUGE_VAL_NAN
        !           907: 
        !           908: /* Define to 1 if you have the `hypot' function. */
        !           909: #undef HAVE_HYPOT
        !           910: 
        !           911: /* */
        !           912: #undef HAVE_IBASE
        !           913: 
        !           914: /* */
        !           915: #undef HAVE_IBMDB2
        !           916: 
        !           917: /* IBM iconv implementation */
        !           918: #undef HAVE_IBM_ICONV
        !           919: 
        !           920: /* */
        !           921: #undef HAVE_ICONV
        !           922: 
        !           923: /* Define to 1 if you have the <ieeefp.h> header file. */
        !           924: #undef HAVE_IEEEFP_H
        !           925: 
        !           926: /* */
        !           927: #undef HAVE_IMAP
        !           928: 
        !           929: /* */
        !           930: #undef HAVE_IMAP2000
        !           931: 
        !           932: /* */
        !           933: #undef HAVE_IMAP2001
        !           934: 
        !           935: /* */
        !           936: #undef HAVE_IMAP2004
        !           937: 
        !           938: /* */
        !           939: #undef HAVE_IMAP_AUTH_GSS
        !           940: 
        !           941: /* */
        !           942: #undef HAVE_IMAP_KRB
        !           943: 
        !           944: /* */
        !           945: #undef HAVE_IMAP_MUTF7
        !           946: 
        !           947: /* */
        !           948: #undef HAVE_IMAP_SSL
        !           949: 
        !           950: /* */
        !           951: #undef HAVE_INET_ATON
        !           952: 
        !           953: /* Define to 1 if you have the `inet_ntoa' function. */
        !           954: #undef HAVE_INET_NTOA
        !           955: 
        !           956: /* Define to 1 if you have the `inet_ntop' function. */
        !           957: #undef HAVE_INET_NTOP
        !           958: 
        !           959: /* Define to 1 if you have the `inet_pton' function. */
        !           960: #undef HAVE_INET_PTON
        !           961: 
        !           962: /* Define to 1 if you have the `initgroups' function. */
        !           963: #undef HAVE_INITGROUPS
        !           964: 
        !           965: /* Define if int32_t type is present. */
        !           966: #undef HAVE_INT32_T
        !           967: 
        !           968: /* Whether intmax_t is available */
        !           969: #undef HAVE_INTMAX_T
        !           970: 
        !           971: /* Define to 1 if you have the <inttypes.h> header file. */
        !           972: #undef HAVE_INTTYPES_H
        !           973: 
        !           974: /* */
        !           975: #undef HAVE_IODBC
        !           976: 
        !           977: /* */
        !           978: #undef HAVE_IODBC_H
        !           979: 
        !           980: /* Whether to enable IPv6 support */
        !           981: #undef HAVE_IPV6
        !           982: 
        !           983: /* Define to 1 if you have the `isascii' function. */
        !           984: #undef HAVE_ISASCII
        !           985: 
        !           986: /* Define to 1 if you have the `isfinite' function. */
        !           987: #undef HAVE_ISFINITE
        !           988: 
        !           989: /* Define to 1 if you have the `isinf' function. */
        !           990: #undef HAVE_ISINF
        !           991: 
        !           992: /* Define to 1 if you have the `isnan' function. */
        !           993: #undef HAVE_ISNAN
        !           994: 
        !           995: /* */
        !           996: #undef HAVE_ISQLEXT_H
        !           997: 
        !           998: /* */
        !           999: #undef HAVE_ISQL_H
        !          1000: 
        !          1001: /* whether to enable JavaScript Object Serialization support */
        !          1002: #undef HAVE_JSON
        !          1003: 
        !          1004: /* Define to 1 if you have the `kill' function. */
        !          1005: #undef HAVE_KILL
        !          1006: 
        !          1007: /* do we have kqueue? */
        !          1008: #undef HAVE_KQUEUE
        !          1009: 
        !          1010: /* Define to 1 if you have the <langinfo.h> header file. */
        !          1011: #undef HAVE_LANGINFO_H
        !          1012: 
        !          1013: /* Define to 1 if you have the `lchown' function. */
        !          1014: #undef HAVE_LCHOWN
        !          1015: 
        !          1016: /* */
        !          1017: #undef HAVE_LDAP
        !          1018: 
        !          1019: /* Define to 1 if you have the `ldap_parse_reference' function. */
        !          1020: #undef HAVE_LDAP_PARSE_REFERENCE
        !          1021: 
        !          1022: /* Define to 1 if you have the `ldap_parse_result' function. */
        !          1023: #undef HAVE_LDAP_PARSE_RESULT
        !          1024: 
        !          1025: /* LDAP SASL support */
        !          1026: #undef HAVE_LDAP_SASL
        !          1027: 
        !          1028: /* */
        !          1029: #undef HAVE_LDAP_SASL_H
        !          1030: 
        !          1031: /* */
        !          1032: #undef HAVE_LDAP_SASL_SASL_H
        !          1033: 
        !          1034: /* Define to 1 if you have the `ldap_start_tls_s' function. */
        !          1035: #undef HAVE_LDAP_START_TLS_S
        !          1036: 
        !          1037: /* */
        !          1038: #undef HAVE_LIBBIND
        !          1039: 
        !          1040: /* */
        !          1041: #undef HAVE_LIBCRYPT
        !          1042: 
        !          1043: /* */
        !          1044: #undef HAVE_LIBDL
        !          1045: 
        !          1046: /* */
        !          1047: #undef HAVE_LIBDNET_STUB
        !          1048: 
        !          1049: /* */
        !          1050: #undef HAVE_LIBEDIT
        !          1051: 
        !          1052: /* */
        !          1053: #undef HAVE_LIBEXPAT
        !          1054: 
        !          1055: /* */
        !          1056: #undef HAVE_LIBFREETYPE
        !          1057: 
        !          1058: /* */
        !          1059: #undef HAVE_LIBGD
        !          1060: 
        !          1061: /* */
        !          1062: #undef HAVE_LIBGD13
        !          1063: 
        !          1064: /* */
        !          1065: #undef HAVE_LIBGD15
        !          1066: 
        !          1067: /* */
        !          1068: #undef HAVE_LIBGD20
        !          1069: 
        !          1070: /* */
        !          1071: #undef HAVE_LIBGD204
        !          1072: 
        !          1073: /* */
        !          1074: #undef HAVE_LIBICONV
        !          1075: 
        !          1076: /* */
        !          1077: #undef HAVE_LIBINTL
        !          1078: 
        !          1079: /* Define to 1 if you have the `m' library (-lm). */
        !          1080: #undef HAVE_LIBM
        !          1081: 
        !          1082: /* */
        !          1083: #undef HAVE_LIBMCRYPT
        !          1084: 
        !          1085: /* Whether you have libmm */
        !          1086: #undef HAVE_LIBMM
        !          1087: 
        !          1088: /* */
        !          1089: #undef HAVE_LIBNSL
        !          1090: 
        !          1091: /* */
        !          1092: #undef HAVE_LIBPAM
        !          1093: 
        !          1094: /* */
        !          1095: #undef HAVE_LIBRARYMANAGER_H
        !          1096: 
        !          1097: /* */
        !          1098: #undef HAVE_LIBREADLINE
        !          1099: 
        !          1100: /* Whether we have librecode 3.5 or higher */
        !          1101: #undef HAVE_LIBRECODE
        !          1102: 
        !          1103: /* */
        !          1104: #undef HAVE_LIBRESOLV
        !          1105: 
        !          1106: /* */
        !          1107: #undef HAVE_LIBRT
        !          1108: 
        !          1109: /* */
        !          1110: #undef HAVE_LIBSOCKET
        !          1111: 
        !          1112: /* */
        !          1113: #undef HAVE_LIBT1
        !          1114: 
        !          1115: /* */
        !          1116: #undef HAVE_LIBXML
        !          1117: 
        !          1118: /* Define to 1 if you have the <limits.h> header file. */
        !          1119: #undef HAVE_LIMITS_H
        !          1120: 
        !          1121: /* Define to 1 if you have the `link' function. */
        !          1122: #undef HAVE_LINK
        !          1123: 
        !          1124: /* Define to 1 if you have the `localeconv' function. */
        !          1125: #undef HAVE_LOCALECONV
        !          1126: 
        !          1127: /* Define to 1 if you have the <locale.h> header file. */
        !          1128: #undef HAVE_LOCALE_H
        !          1129: 
        !          1130: /* Define to 1 if you have the `localtime_r' function. */
        !          1131: #undef HAVE_LOCALTIME_R
        !          1132: 
        !          1133: /* Define to 1 if you have the `lockf' function. */
        !          1134: #undef HAVE_LOCKF
        !          1135: 
        !          1136: /* Define to 1 if you have the `log1p' function. */
        !          1137: #undef HAVE_LOG1P
        !          1138: 
        !          1139: /* do we have SO_LISTENQxxx? */
        !          1140: #undef HAVE_LQ_SO_LISTENQ
        !          1141: 
        !          1142: /* do we have TCP_INFO? */
        !          1143: #undef HAVE_LQ_TCP_INFO
        !          1144: 
        !          1145: /* Define to 1 if you have the `lrand48' function. */
        !          1146: #undef HAVE_LRAND48
        !          1147: 
        !          1148: /* do we have mach_vm_read? */
        !          1149: #undef HAVE_MACH_VM_READ
        !          1150: 
        !          1151: /* Define to 1 if you have the `makedev' function. */
        !          1152: #undef HAVE_MAKEDEV
        !          1153: 
        !          1154: /* Define to 1 if you have the <malloc.h> header file. */
        !          1155: #undef HAVE_MALLOC_H
        !          1156: 
        !          1157: /* Define to 1 if you have the `mblen' function. */
        !          1158: #undef HAVE_MBLEN
        !          1159: 
        !          1160: /* whether to have multibyte regex support */
        !          1161: #undef HAVE_MBREGEX
        !          1162: 
        !          1163: /* Define to 1 if you have the `mbrlen' function. */
        !          1164: #undef HAVE_MBRLEN
        !          1165: 
        !          1166: /* Define to 1 if you have the `mbsinit' function. */
        !          1167: #undef HAVE_MBSINIT
        !          1168: 
        !          1169: /* Define if your system has mbstate_t in wchar.h */
        !          1170: #undef HAVE_MBSTATE_T
        !          1171: 
        !          1172: /* whether to have multibyte string support */
        !          1173: #undef HAVE_MBSTRING
        !          1174: 
        !          1175: /* Define to 1 if you have the `memcpy' function. */
        !          1176: #undef HAVE_MEMCPY
        !          1177: 
        !          1178: /* Define to 1 if you have the `memmove' function. */
        !          1179: #undef HAVE_MEMMOVE
        !          1180: 
        !          1181: /* Define to 1 if you have the <memory.h> header file. */
        !          1182: #undef HAVE_MEMORY_H
        !          1183: 
        !          1184: /* Define to 1 if you have the `mempcpy' function. */
        !          1185: #undef HAVE_MEMPCPY
        !          1186: 
        !          1187: /* Define if the target system has support for memory allocation using
        !          1188:    mmap(MAP_ANON) */
        !          1189: #undef HAVE_MEM_MMAP_ANON
        !          1190: 
        !          1191: /* Define if the target system has support for memory allocation using
        !          1192:    mmap("/dev/zero") */
        !          1193: #undef HAVE_MEM_MMAP_ZERO
        !          1194: 
        !          1195: /* Define to 1 if you have the `mkfifo' function. */
        !          1196: #undef HAVE_MKFIFO
        !          1197: 
        !          1198: /* Define to 1 if you have the `mknod' function. */
        !          1199: #undef HAVE_MKNOD
        !          1200: 
        !          1201: /* Define to 1 if you have the `mkstemp' function. */
        !          1202: #undef HAVE_MKSTEMP
        !          1203: 
        !          1204: /* Define to 1 if you have the `mmap' function. */
        !          1205: #undef HAVE_MMAP
        !          1206: 
        !          1207: /* Define to 1 if you have the <monetary.h> header file. */
        !          1208: #undef HAVE_MONETARY_H
        !          1209: 
        !          1210: /* Define to 1 if you have the `mremap' function. */
        !          1211: #undef HAVE_MREMAP
        !          1212: 
        !          1213: /* */
        !          1214: #undef HAVE_MSSQL
        !          1215: 
        !          1216: /* Whether you have MySQL */
        !          1217: #undef HAVE_MYSQL
        !          1218: 
        !          1219: /* */
        !          1220: #undef HAVE_MYSQLILIB
        !          1221: 
        !          1222: /* Define to 1 if you have the `mysql_commit' function. */
        !          1223: #undef HAVE_MYSQL_COMMIT
        !          1224: 
        !          1225: /* Define to 1 if you have the `mysql_next_result' function. */
        !          1226: #undef HAVE_MYSQL_NEXT_RESULT
        !          1227: 
        !          1228: /* Define to 1 if you have the `mysql_sqlstate' function. */
        !          1229: #undef HAVE_MYSQL_SQLSTATE
        !          1230: 
        !          1231: /* Define to 1 if you have the `mysql_stmt_prepare' function. */
        !          1232: #undef HAVE_MYSQL_STMT_PREPARE
        !          1233: 
        !          1234: /* Define to 1 if you have the `nanosleep' function. */
        !          1235: #undef HAVE_NANOSLEEP
        !          1236: 
        !          1237: /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
        !          1238: #undef HAVE_NDIR_H
        !          1239: 
        !          1240: /* Define to 1 if you have the <netdb.h> header file. */
        !          1241: #undef HAVE_NETDB_H
        !          1242: 
        !          1243: /* Define to 1 if you have the <netinet/in.h> header file. */
        !          1244: #undef HAVE_NETINET_IN_H
        !          1245: 
        !          1246: /* Define to 1 if you have the <netinet/tcp.h> header file. */
        !          1247: #undef HAVE_NETINET_TCP_H
        !          1248: 
        !          1249: /* */
        !          1250: #undef HAVE_NET_SNMP
        !          1251: 
        !          1252: /* Whether utf8_mime2text() has new signature */
        !          1253: #undef HAVE_NEW_MIME2TEXT
        !          1254: 
        !          1255: /* */
        !          1256: #undef HAVE_NGETTEXT
        !          1257: 
        !          1258: /* Define to 1 if you have the `nice' function. */
        !          1259: #undef HAVE_NICE
        !          1260: 
        !          1261: /* Define to 1 if you have the `nl_langinfo' function. */
        !          1262: #undef HAVE_NL_LANGINFO
        !          1263: 
        !          1264: /* Whether you have a Netscape/iPlanet/Sun Webserver */
        !          1265: #undef HAVE_NSAPI
        !          1266: 
        !          1267: /* */
        !          1268: #undef HAVE_NSLDAP
        !          1269: 
        !          1270: /* */
        !          1271: #undef HAVE_OCI8
        !          1272: 
        !          1273: /* */
        !          1274: #undef HAVE_OCICOLLASSIGN
        !          1275: 
        !          1276: /* */
        !          1277: #undef HAVE_OCIENVCREATE
        !          1278: 
        !          1279: /* */
        !          1280: #undef HAVE_OCIENVNLSCREATE
        !          1281: 
        !          1282: /* */
        !          1283: #undef HAVE_OCILOBISTEMPORARY
        !          1284: 
        !          1285: /* */
        !          1286: #undef HAVE_OCISTMTFETCH2
        !          1287: 
        !          1288: /* */
        !          1289: #undef HAVE_OCI_INSTANT_CLIENT
        !          1290: 
        !          1291: /* */
        !          1292: #undef HAVE_OCI_LOB_READ2
        !          1293: 
        !          1294: /* */
        !          1295: #undef HAVE_ODBC2
        !          1296: 
        !          1297: /* */
        !          1298: #undef HAVE_ODBCSDK_H
        !          1299: 
        !          1300: /* */
        !          1301: #undef HAVE_ODBC_H
        !          1302: 
        !          1303: /* */
        !          1304: #undef HAVE_ODBC_ROUTER
        !          1305: 
        !          1306: /* */
        !          1307: #undef HAVE_OLD_COMPAT_H
        !          1308: 
        !          1309: /* whether you have old-style readdir_r */
        !          1310: #undef HAVE_OLD_READDIR_R
        !          1311: 
        !          1312: /* Define to 1 if the oniguruma library is available */
        !          1313: #undef HAVE_ONIG
        !          1314: 
        !          1315: /* Define to 1 if you have the <openssl/crypto.h> header file. */
        !          1316: #undef HAVE_OPENSSL_CRYPTO_H
        !          1317: 
        !          1318: /* */
        !          1319: #undef HAVE_OPENSSL_EXT
        !          1320: 
        !          1321: /* */
        !          1322: #undef HAVE_ORALDAP
        !          1323: 
        !          1324: /* */
        !          1325: #undef HAVE_ORALDAP_10
        !          1326: 
        !          1327: /* Whether struct _zend_object_value is packed */
        !          1328: #undef HAVE_PACKED_OBJECT_VALUE
        !          1329: 
        !          1330: /* */
        !          1331: #undef HAVE_PCRE
        !          1332: 
        !          1333: /* */
        !          1334: #undef HAVE_PDO_DBLIB
        !          1335: 
        !          1336: /* */
        !          1337: #undef HAVE_PDO_FIREBIRD
        !          1338: 
        !          1339: /* Whether to build PostgreSQL for PDO support or not */
        !          1340: #undef HAVE_PDO_PGSQL
        !          1341: 
        !          1342: /* */
        !          1343: #undef HAVE_PDO_SQLITELIB
        !          1344: 
        !          1345: /* Define to 1 if you have the `perror' function. */
        !          1346: #undef HAVE_PERROR
        !          1347: 
        !          1348: /* Whether to build PostgreSQL support or not */
        !          1349: #undef HAVE_PGSQL
        !          1350: 
        !          1351: /* Whether libpq is compiled with --enable-multibyte */
        !          1352: #undef HAVE_PGSQL_WITH_MULTIBYTE_SUPPORT
        !          1353: 
        !          1354: /* PostgreSQL 7.4 or later */
        !          1355: #undef HAVE_PGTRANSACTIONSTATUS
        !          1356: 
        !          1357: /* Whether to have pg_config.h */
        !          1358: #undef HAVE_PG_CONFIG_H
        !          1359: 
        !          1360: /* PostgreSQL 8.1 or later */
        !          1361: #undef HAVE_PG_LO_CREATE
        !          1362: 
        !          1363: /* PostgreSQL 8.4 or later */
        !          1364: #undef HAVE_PG_LO_IMPORT_WITH_OID
        !          1365: 
        !          1366: /* */
        !          1367: #undef HAVE_PHP_SESSION
        !          1368: 
        !          1369: /* Whether you have phttpd */
        !          1370: #undef HAVE_PHTTPD
        !          1371: 
        !          1372: /* Define to 1 if you have the `poll' function. */
        !          1373: #undef HAVE_POLL
        !          1374: 
        !          1375: /* do we have port framework? */
        !          1376: #undef HAVE_PORT
        !          1377: 
        !          1378: /* whether to include POSIX-like functions */
        !          1379: #undef HAVE_POSIX
        !          1380: 
        !          1381: /* whether you have POSIX readdir_r */
        !          1382: #undef HAVE_POSIX_READDIR_R
        !          1383: 
        !          1384: /* PostgreSQL 7.0.x or later */
        !          1385: #undef HAVE_PQCLIENTENCODING
        !          1386: 
        !          1387: /* Broken libpq under windows */
        !          1388: #undef HAVE_PQCMDTUPLES
        !          1389: 
        !          1390: /* PostgreSQL 7.2.0 or later */
        !          1391: #undef HAVE_PQESCAPE
        !          1392: 
        !          1393: /* PostgreSQL 8.1.4 or later */
        !          1394: #undef HAVE_PQESCAPE_BYTEA_CONN
        !          1395: 
        !          1396: /* PostgreSQL 8.1.4 or later */
        !          1397: #undef HAVE_PQESCAPE_CONN
        !          1398: 
        !          1399: /* PostgreSQL 7.4 or later */
        !          1400: #undef HAVE_PQEXECPARAMS
        !          1401: 
        !          1402: /* PostgreSQL 7.4 or later */
        !          1403: #undef HAVE_PQEXECPREPARED
        !          1404: 
        !          1405: /* PostgreSQL 7.4 or later */
        !          1406: #undef HAVE_PQFREEMEM
        !          1407: 
        !          1408: /* PostgreSQL 7.4 or later */
        !          1409: #undef HAVE_PQFTABLE
        !          1410: 
        !          1411: /* PostgreSQL 7.4 or later */
        !          1412: #undef HAVE_PQGETCOPYDATA
        !          1413: 
        !          1414: /* Older PostgreSQL */
        !          1415: #undef HAVE_PQOIDVALUE
        !          1416: 
        !          1417: /* PostgreSQL 7.4 or later */
        !          1418: #undef HAVE_PQPARAMETERSTATUS
        !          1419: 
        !          1420: /* PostgreSQL 7.4 or later */
        !          1421: #undef HAVE_PQPREPARE
        !          1422: 
        !          1423: /* PostgreSQL 7.4 or later */
        !          1424: #undef HAVE_PQPROTOCOLVERSION
        !          1425: 
        !          1426: /* PostgreSQL 7.4 or later */
        !          1427: #undef HAVE_PQPUTCOPYDATA
        !          1428: 
        !          1429: /* PostgreSQL 7.4 or later */
        !          1430: #undef HAVE_PQPUTCOPYEND
        !          1431: 
        !          1432: /* PostgreSQL 7.4 or later */
        !          1433: #undef HAVE_PQRESULTERRORFIELD
        !          1434: 
        !          1435: /* PostgreSQL 7.4 or later */
        !          1436: #undef HAVE_PQSENDPREPARE
        !          1437: 
        !          1438: /* PostgreSQL 7.4 or later */
        !          1439: #undef HAVE_PQSENDQUERYPARAMS
        !          1440: 
        !          1441: /* PostgreSQL 7.4 or later */
        !          1442: #undef HAVE_PQSENDQUERYPREPARED
        !          1443: 
        !          1444: /* PostgreSQL 7.4 or later */
        !          1445: #undef HAVE_PQSETERRORVERBOSITY
        !          1446: 
        !          1447: /* PostgreSQL 7.0.x or later */
        !          1448: #undef HAVE_PQSETNONBLOCKING
        !          1449: 
        !          1450: /* PostgreSQL 7.3.0 or later */
        !          1451: #undef HAVE_PQUNESCAPEBYTEA
        !          1452: 
        !          1453: /* do we have prctl? */
        !          1454: #undef HAVE_PRCTL
        !          1455: 
        !          1456: /* */
        !          1457: #undef HAVE_PREAD
        !          1458: 
        !          1459: /* */
        !          1460: #undef HAVE_PSPELL
        !          1461: 
        !          1462: /* do we have ptrace? */
        !          1463: #undef HAVE_PTRACE
        !          1464: 
        !          1465: /* Whether ptrdiff_t is available */
        !          1466: #undef HAVE_PTRDIFF_T
        !          1467: 
        !          1468: /* Define to 1 if you have the `ptsname' function. */
        !          1469: #undef HAVE_PTSNAME
        !          1470: 
        !          1471: /* Define to 1 if you have the `putenv' function. */
        !          1472: #undef HAVE_PUTENV
        !          1473: 
        !          1474: /* Define to 1 if you have the <pwd.h> header file. */
        !          1475: #undef HAVE_PWD_H
        !          1476: 
        !          1477: /* */
        !          1478: #undef HAVE_PWRITE
        !          1479: 
        !          1480: /* Define to 1 if you have the `random' function. */
        !          1481: #undef HAVE_RANDOM
        !          1482: 
        !          1483: /* Define to 1 if you have the `rand_r' function. */
        !          1484: #undef HAVE_RAND_R
        !          1485: 
        !          1486: /* Define to 1 if you have the `realpath' function. */
        !          1487: #undef HAVE_REALPATH
        !          1488: 
        !          1489: /* Whether Reflection is enabled */
        !          1490: #undef HAVE_REFLECTION
        !          1491: 
        !          1492: /* 1 */
        !          1493: #undef HAVE_REGEX_T_RE_MAGIC
        !          1494: 
        !          1495: /* Define to 1 if you have the <resolv.h> header file. */
        !          1496: #undef HAVE_RESOLV_H
        !          1497: 
        !          1498: /* */
        !          1499: #undef HAVE_RES_NSEARCH
        !          1500: 
        !          1501: /* */
        !          1502: #undef HAVE_RES_SEARCH
        !          1503: 
        !          1504: /* */
        !          1505: #undef HAVE_RFC822_OUTPUT_ADDRESS_LIST
        !          1506: 
        !          1507: /* */
        !          1508: #undef HAVE_RL_CALLBACK_READ_CHAR
        !          1509: 
        !          1510: /* Define to 1 if you have the `rl_completion_matches' function. */
        !          1511: #undef HAVE_RL_COMPLETION_MATCHES
        !          1512: 
        !          1513: /* Whether you use Roxen */
        !          1514: #undef HAVE_ROXEN
        !          1515: 
        !          1516: /* */
        !          1517: #undef HAVE_SAPDB
        !          1518: 
        !          1519: /* Define to 1 if you have the `scandir' function. */
        !          1520: #undef HAVE_SCANDIR
        !          1521: 
        !          1522: /* do we have select? */
        !          1523: #undef HAVE_SELECT
        !          1524: 
        !          1525: /* */
        !          1526: #undef HAVE_SEMUN
        !          1527: 
        !          1528: /* Define to 1 if you have the `setegid' function. */
        !          1529: #undef HAVE_SETEGID
        !          1530: 
        !          1531: /* Define to 1 if you have the `setenv' function. */
        !          1532: #undef HAVE_SETENV
        !          1533: 
        !          1534: /* Define to 1 if you have the `seteuid' function. */
        !          1535: #undef HAVE_SETEUID
        !          1536: 
        !          1537: /* Define to 1 if you have the `setitimer' function. */
        !          1538: #undef HAVE_SETITIMER
        !          1539: 
        !          1540: /* Define to 1 if you have the `setlocale' function. */
        !          1541: #undef HAVE_SETLOCALE
        !          1542: 
        !          1543: /* Define to 1 if you have the `setpgid' function. */
        !          1544: #undef HAVE_SETPGID
        !          1545: 
        !          1546: /* Define to 1 if you have the `setpriority' function. */
        !          1547: #undef HAVE_SETPRIORITY
        !          1548: 
        !          1549: /* Define to 1 if you have the `setproctitle' function. */
        !          1550: #undef HAVE_SETPROCTITLE
        !          1551: 
        !          1552: /* Define to 1 if you have the `setsid' function. */
        !          1553: #undef HAVE_SETSID
        !          1554: 
        !          1555: /* Define to 1 if you have the `setsockopt' function. */
        !          1556: #undef HAVE_SETSOCKOPT
        !          1557: 
        !          1558: /* Define to 1 if you have the `setvbuf' function. */
        !          1559: #undef HAVE_SETVBUF
        !          1560: 
        !          1561: /* */
        !          1562: #undef HAVE_SHMOP
        !          1563: 
        !          1564: /* Define to 1 if you have the `shutdown' function. */
        !          1565: #undef HAVE_SHUTDOWN
        !          1566: 
        !          1567: /* */
        !          1568: #undef HAVE_SIGACTION
        !          1569: 
        !          1570: /* Define to 1 if you have the <signal.h> header file. */
        !          1571: #undef HAVE_SIGNAL_H
        !          1572: 
        !          1573: /* Define to 1 if you have the `sigprocmask' function. */
        !          1574: #undef HAVE_SIGPROCMASK
        !          1575: 
        !          1576: /* Define to 1 if you have the `sigsetjmp' function. */
        !          1577: #undef HAVE_SIGSETJMP
        !          1578: 
        !          1579: /* Define to 1 if you have the `sigtimedwait' function. */
        !          1580: #undef HAVE_SIGTIMEDWAIT
        !          1581: 
        !          1582: /* Define to 1 if you have the `sigwaitinfo' function. */
        !          1583: #undef HAVE_SIGWAITINFO
        !          1584: 
        !          1585: /* */
        !          1586: #undef HAVE_SIMPLEXML
        !          1587: 
        !          1588: /* Define to 1 if you have the `sin' function. */
        !          1589: #undef HAVE_SIN
        !          1590: 
        !          1591: /* */
        !          1592: #undef HAVE_SNMP
        !          1593: 
        !          1594: /* */
        !          1595: #undef HAVE_SNMP_PARSE_OID
        !          1596: 
        !          1597: /* Define to 1 if you have the `snprintf' function. */
        !          1598: #undef HAVE_SNPRINTF
        !          1599: 
        !          1600: /* */
        !          1601: #undef HAVE_SOAP
        !          1602: 
        !          1603: /* Whether struct sockaddr has field sa_len */
        !          1604: #undef HAVE_SOCKADDR_SA_LEN
        !          1605: 
        !          1606: /* Whether you have struct sockaddr_storage */
        !          1607: #undef HAVE_SOCKADDR_STORAGE
        !          1608: 
        !          1609: /* Define if sockaddr_un in sys/un.h contains a sun_len component */
        !          1610: #undef HAVE_SOCKADDR_UN_SUN_LEN
        !          1611: 
        !          1612: /* */
        !          1613: #undef HAVE_SOCKET
        !          1614: 
        !          1615: /* Define to 1 if you have the `socketpair' function. */
        !          1616: #undef HAVE_SOCKETPAIR
        !          1617: 
        !          1618: /* */
        !          1619: #undef HAVE_SOCKETS
        !          1620: 
        !          1621: /* Whether you have socklen_t */
        !          1622: #undef HAVE_SOCKLEN_T
        !          1623: 
        !          1624: /* */
        !          1625: #undef HAVE_SOLID
        !          1626: 
        !          1627: /* */
        !          1628: #undef HAVE_SOLID_30
        !          1629: 
        !          1630: /* */
        !          1631: #undef HAVE_SOLID_35
        !          1632: 
        !          1633: /* Whether you want SPL (Standard PHP Library) support */
        !          1634: #undef HAVE_SPL
        !          1635: 
        !          1636: /* */
        !          1637: #undef HAVE_SQLCLI1_H
        !          1638: 
        !          1639: /* */
        !          1640: #undef HAVE_SQLDATASOURCES
        !          1641: 
        !          1642: /* */
        !          1643: #undef HAVE_SQLEXT_H
        !          1644: 
        !          1645: /* */
        !          1646: #undef HAVE_SQLITE3
        !          1647: 
        !          1648: /* have commercial sqlite3 with crypto support */
        !          1649: #undef HAVE_SQLITE3_KEY
        !          1650: 
        !          1651: /* */
        !          1652: #undef HAVE_SQLTYPES_H
        !          1653: 
        !          1654: /* */
        !          1655: #undef HAVE_SQLUCODE_H
        !          1656: 
        !          1657: /* */
        !          1658: #undef HAVE_SQLUNIX_H
        !          1659: 
        !          1660: /* */
        !          1661: #undef HAVE_SQL_H
        !          1662: 
        !          1663: /* Define to 1 if you have the `srand48' function. */
        !          1664: #undef HAVE_SRAND48
        !          1665: 
        !          1666: /* Define to 1 if you have the `srandom' function. */
        !          1667: #undef HAVE_SRANDOM
        !          1668: 
        !          1669: /* Whether ssize_t is available */
        !          1670: #undef HAVE_SSIZE_T
        !          1671: 
        !          1672: /* Define to 1 if you have the `statfs' function. */
        !          1673: #undef HAVE_STATFS
        !          1674: 
        !          1675: /* Define to 1 if you have the `statvfs' function. */
        !          1676: #undef HAVE_STATVFS
        !          1677: 
        !          1678: /* Define to 1 if you have the <stdarg.h> header file. */
        !          1679: #undef HAVE_STDARG_H
        !          1680: 
        !          1681: /* Define to 1 if you have the <stdarg.h> header file. */
        !          1682: #undef HAVE_STDARG_PROTOTYPES
        !          1683: 
        !          1684: /* Define to 1 if you have the <stdbool.h> header file. */
        !          1685: #undef HAVE_STDBOOL_H
        !          1686: 
        !          1687: /* Define to 1 if you have the <stdint.h> header file. */
        !          1688: #undef HAVE_STDINT_H
        !          1689: 
        !          1690: /* Define to 1 if you have the <stdio.h> header file. */
        !          1691: #undef HAVE_STDIO_H
        !          1692: 
        !          1693: /* Define to 1 if you have the <stdlib.h> header file. */
        !          1694: #undef HAVE_STDLIB_H
        !          1695: 
        !          1696: /* Define to 1 if you have the `std_syslog' function. */
        !          1697: #undef HAVE_STD_SYSLOG
        !          1698: 
        !          1699: /* */
        !          1700: #undef HAVE_STMT_NEXT_RESULT
        !          1701: 
        !          1702: /* Define to 1 if you have the `strcasecmp' function. */
        !          1703: #undef HAVE_STRCASECMP
        !          1704: 
        !          1705: /* Define to 1 if you have the `strcoll' function. */
        !          1706: #undef HAVE_STRCOLL
        !          1707: 
        !          1708: /* Define to 1 if you have the `strdup' function. */
        !          1709: #undef HAVE_STRDUP
        !          1710: 
        !          1711: /* Define to 1 if you have the `strerror' function. */
        !          1712: #undef HAVE_STRERROR
        !          1713: 
        !          1714: /* Define to 1 if you have the `strfmon' function. */
        !          1715: #undef HAVE_STRFMON
        !          1716: 
        !          1717: /* Define to 1 if you have the `strftime' function. */
        !          1718: #undef HAVE_STRFTIME
        !          1719: 
        !          1720: /* Define to 1 if you have the <strings.h> header file. */
        !          1721: #undef HAVE_STRINGS_H
        !          1722: 
        !          1723: /* Define to 1 if you have the <string.h> header file. */
        !          1724: #undef HAVE_STRING_H
        !          1725: 
        !          1726: /* Define to 1 if you have the `strlcat' function. */
        !          1727: #undef HAVE_STRLCAT
        !          1728: 
        !          1729: /* Define to 1 if you have the `strlcpy' function. */
        !          1730: #undef HAVE_STRLCPY
        !          1731: 
        !          1732: /* Define to 1 if you have the `strndup' function. */
        !          1733: #undef HAVE_STRNDUP
        !          1734: 
        !          1735: /* Define to 1 if you have the `strnlen' function. */
        !          1736: #undef HAVE_STRNLEN
        !          1737: 
        !          1738: /* Define to 1 if you have the `strpbrk' function. */
        !          1739: #undef HAVE_STRPBRK
        !          1740: 
        !          1741: /* Define to 1 if you have the `strpncpy' function. */
        !          1742: #undef HAVE_STRPNCPY
        !          1743: 
        !          1744: /* Define to 1 if you have the `strptime' function. */
        !          1745: #undef HAVE_STRPTIME
        !          1746: 
        !          1747: /* whether strptime() declaration fails */
        !          1748: #undef HAVE_STRPTIME_DECL_FAILS
        !          1749: 
        !          1750: /* Define to 1 if you have the `strstr' function. */
        !          1751: #undef HAVE_STRSTR
        !          1752: 
        !          1753: /* Define to 1 if you have the `strtod' function. */
        !          1754: #undef HAVE_STRTOD
        !          1755: 
        !          1756: /* Define to 1 if you have the `strtok_r' function. */
        !          1757: #undef HAVE_STRTOK_R
        !          1758: 
        !          1759: /* Define to 1 if you have the `strtol' function. */
        !          1760: #undef HAVE_STRTOL
        !          1761: 
        !          1762: /* Define to 1 if you have the `strtoll' function. */
        !          1763: #undef HAVE_STRTOLL
        !          1764: 
        !          1765: /* Define to 1 if you have the `strtoul' function. */
        !          1766: #undef HAVE_STRTOUL
        !          1767: 
        !          1768: /* Define to 1 if you have the `strtoull' function. */
        !          1769: #undef HAVE_STRTOULL
        !          1770: 
        !          1771: /* whether you have struct flock */
        !          1772: #undef HAVE_STRUCT_FLOCK
        !          1773: 
        !          1774: /* Define to 1 if `st_blksize' is member of `struct stat'. */
        !          1775: #undef HAVE_STRUCT_STAT_ST_BLKSIZE
        !          1776: 
        !          1777: /* Define to 1 if `st_blocks' is member of `struct stat'. */
        !          1778: #undef HAVE_STRUCT_STAT_ST_BLOCKS
        !          1779: 
        !          1780: /* Define to 1 if `st_rdev' is member of `struct stat'. */
        !          1781: #undef HAVE_STRUCT_STAT_ST_RDEV
        !          1782: 
        !          1783: /* Define to 1 if `tm_zone' is member of `struct tm'. */
        !          1784: #undef HAVE_STRUCT_TM_TM_ZONE
        !          1785: 
        !          1786: /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
        !          1787:    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
        !          1788: #undef HAVE_ST_BLKSIZE
        !          1789: 
        !          1790: /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
        !          1791:    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
        !          1792: #undef HAVE_ST_BLOCKS
        !          1793: 
        !          1794: /* Define to 1 if you have the <st.h> header file. */
        !          1795: #undef HAVE_ST_H
        !          1796: 
        !          1797: /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
        !          1798:    `HAVE_STRUCT_STAT_ST_RDEV' instead. */
        !          1799: #undef HAVE_ST_RDEV
        !          1800: 
        !          1801: /* */
        !          1802: #undef HAVE_SYBASE_CT
        !          1803: 
        !          1804: /* Define to 1 if you have the `symlink' function. */
        !          1805: #undef HAVE_SYMLINK
        !          1806: 
        !          1807: /* Define if you have the __sync_fetch_and_add function */
        !          1808: #undef HAVE_SYNC_FETCH_AND_ADD
        !          1809: 
        !          1810: /* do we have sysconf? */
        !          1811: #undef HAVE_SYSCONF
        !          1812: 
        !          1813: /* Define to 1 if you have the <sysexits.h> header file. */
        !          1814: #undef HAVE_SYSEXITS_H
        !          1815: 
        !          1816: /* Define to 1 if you have the <syslog.h> header file. */
        !          1817: #undef HAVE_SYSLOG_H
        !          1818: 
        !          1819: /* */
        !          1820: #undef HAVE_SYSVMSG
        !          1821: 
        !          1822: /* */
        !          1823: #undef HAVE_SYSVSEM
        !          1824: 
        !          1825: /* */
        !          1826: #undef HAVE_SYSVSHM
        !          1827: 
        !          1828: /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
        !          1829:    */
        !          1830: #undef HAVE_SYS_DIR_H
        !          1831: 
        !          1832: /* Define to 1 if you have the <sys/file.h> header file. */
        !          1833: #undef HAVE_SYS_FILE_H
        !          1834: 
        !          1835: /* Define to 1 if you have the <sys/ioctl.h> header file. */
        !          1836: #undef HAVE_SYS_IOCTL_H
        !          1837: 
        !          1838: /* Define to 1 if you have the <sys/ipc.h> header file. */
        !          1839: #undef HAVE_SYS_IPC_H
        !          1840: 
        !          1841: /* Define to 1 if you have the <sys/loadavg.h> header file. */
        !          1842: #undef HAVE_SYS_LOADAVG_H
        !          1843: 
        !          1844: /* Define to 1 if you have the <sys/mkdev.h> header file. */
        !          1845: #undef HAVE_SYS_MKDEV_H
        !          1846: 
        !          1847: /* Define to 1 if you have the <sys/mman.h> header file. */
        !          1848: #undef HAVE_SYS_MMAN_H
        !          1849: 
        !          1850: /* Define to 1 if you have the <sys/mount.h> header file. */
        !          1851: #undef HAVE_SYS_MOUNT_H
        !          1852: 
        !          1853: /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
        !          1854:    */
        !          1855: #undef HAVE_SYS_NDIR_H
        !          1856: 
        !          1857: /* Define to 1 if you have the <sys/param.h> header file. */
        !          1858: #undef HAVE_SYS_PARAM_H
        !          1859: 
        !          1860: /* Define to 1 if you have the <sys/poll.h> header file. */
        !          1861: #undef HAVE_SYS_POLL_H
        !          1862: 
        !          1863: /* Define to 1 if you have the <sys/resource.h> header file. */
        !          1864: #undef HAVE_SYS_RESOURCE_H
        !          1865: 
        !          1866: /* Define to 1 if you have the <sys/select.h> header file. */
        !          1867: #undef HAVE_SYS_SELECT_H
        !          1868: 
        !          1869: /* Define to 1 if you have the <sys/socket.h> header file. */
        !          1870: #undef HAVE_SYS_SOCKET_H
        !          1871: 
        !          1872: /* Define to 1 if you have the <sys/statfs.h> header file. */
        !          1873: #undef HAVE_SYS_STATFS_H
        !          1874: 
        !          1875: /* Define to 1 if you have the <sys/statvfs.h> header file. */
        !          1876: #undef HAVE_SYS_STATVFS_H
        !          1877: 
        !          1878: /* Define to 1 if you have the <sys/stat.h> header file. */
        !          1879: #undef HAVE_SYS_STAT_H
        !          1880: 
        !          1881: /* Define to 1 if you have the <sys/sysexits.h> header file. */
        !          1882: #undef HAVE_SYS_SYSEXITS_H
        !          1883: 
        !          1884: /* Define to 1 if you have the <sys/times.h> header file. */
        !          1885: #undef HAVE_SYS_TIMES_H
        !          1886: 
        !          1887: /* Define to 1 if you have the <sys/time.h> header file. */
        !          1888: #undef HAVE_SYS_TIME_H
        !          1889: 
        !          1890: /* Define to 1 if you have the <sys/types.h> header file. */
        !          1891: #undef HAVE_SYS_TYPES_H
        !          1892: 
        !          1893: /* Define to 1 if you have the <sys/uio.h> header file. */
        !          1894: #undef HAVE_SYS_UIO_H
        !          1895: 
        !          1896: /* Define to 1 if you have the <sys/un.h> header file. */
        !          1897: #undef HAVE_SYS_UN_H
        !          1898: 
        !          1899: /* Define to 1 if you have the <sys/utsname.h> header file. */
        !          1900: #undef HAVE_SYS_UTSNAME_H
        !          1901: 
        !          1902: /* Define to 1 if you have the <sys/varargs.h> header file. */
        !          1903: #undef HAVE_SYS_VARARGS_H
        !          1904: 
        !          1905: /* Define to 1 if you have the <sys/vfs.h> header file. */
        !          1906: #undef HAVE_SYS_VFS_H
        !          1907: 
        !          1908: /* Define to 1 if you have the <sys/wait.h> header file. */
        !          1909: #undef HAVE_SYS_WAIT_H
        !          1910: 
        !          1911: /* Define to 1 if you have the `tempnam' function. */
        !          1912: #undef HAVE_TEMPNAM
        !          1913: 
        !          1914: /* Define to 1 if you have the <termios.h> header file. */
        !          1915: #undef HAVE_TERMIOS_H
        !          1916: 
        !          1917: /* */
        !          1918: #undef HAVE_TIDY
        !          1919: 
        !          1920: /* */
        !          1921: #undef HAVE_TIDYOPTGETDOC
        !          1922: 
        !          1923: /* do we have times? */
        !          1924: #undef HAVE_TIMES
        !          1925: 
        !          1926: /* Define to 1 if you have the <time.h> header file. */
        !          1927: #undef HAVE_TIME_H
        !          1928: 
        !          1929: /* whether you have tm_gmtoff in struct tm */
        !          1930: #undef HAVE_TM_GMTOFF
        !          1931: 
        !          1932: /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
        !          1933:    `HAVE_STRUCT_TM_TM_ZONE' instead. */
        !          1934: #undef HAVE_TM_ZONE
        !          1935: 
        !          1936: /* Whether you have a working ttyname_r */
        !          1937: #undef HAVE_TTYNAME_R
        !          1938: 
        !          1939: /* Define to 1 if you have the <tuxmodule.h> header file. */
        !          1940: #undef HAVE_TUXMODULE_H
        !          1941: 
        !          1942: /* Define to 1 if you don't have `tm_zone' but do have the external array
        !          1943:    `tzname'. */
        !          1944: #undef HAVE_TZNAME
        !          1945: 
        !          1946: /* Define to 1 if you have the `tzset' function. */
        !          1947: #undef HAVE_TZSET
        !          1948: 
        !          1949: /* */
        !          1950: #undef HAVE_UDBCEXT_H
        !          1951: 
        !          1952: /* Define if uint32_t type is present. */
        !          1953: #undef HAVE_UINT32_T
        !          1954: 
        !          1955: /* Define to 1 if you have the <unistd.h> header file. */
        !          1956: #undef HAVE_UNISTD_H
        !          1957: 
        !          1958: /* */
        !          1959: #undef HAVE_UNIXODBC
        !          1960: 
        !          1961: /* Define to 1 if you have the <unix.h> header file. */
        !          1962: #undef HAVE_UNIX_H
        !          1963: 
        !          1964: /* Define to 1 if you have the `unlockpt' function. */
        !          1965: #undef HAVE_UNLOCKPT
        !          1966: 
        !          1967: /* Define to 1 if you have the `unsetenv' function. */
        !          1968: #undef HAVE_UNSETENV
        !          1969: 
        !          1970: /* */
        !          1971: #undef HAVE_UODBC
        !          1972: 
        !          1973: /* Define to 1 if you have the `usleep' function. */
        !          1974: #undef HAVE_USLEEP
        !          1975: 
        !          1976: /* Define to 1 if you have the `utime' function. */
        !          1977: #undef HAVE_UTIME
        !          1978: 
        !          1979: /* Define to 1 if you have the `utimes' function. */
        !          1980: #undef HAVE_UTIMES
        !          1981: 
        !          1982: /* Define to 1 if you have the <utime.h> header file. */
        !          1983: #undef HAVE_UTIME_H
        !          1984: 
        !          1985: /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
        !          1986: #undef HAVE_UTIME_NULL
        !          1987: 
        !          1988: /* Wether struct utsname has domainname */
        !          1989: #undef HAVE_UTSNAME_DOMAINNAME
        !          1990: 
        !          1991: /* Define to 1 if you have the `vasprintf' function. */
        !          1992: #undef HAVE_VASPRINTF
        !          1993: 
        !          1994: /* Define to 1 if you have the `vprintf' function. */
        !          1995: #undef HAVE_VPRINTF
        !          1996: 
        !          1997: /* Define to 1 if you have the `vsnprintf' function. */
        !          1998: #undef HAVE_VSNPRINTF
        !          1999: 
        !          2000: /* Define to 1 if you have the `wait3' function. */
        !          2001: #undef HAVE_WAIT3
        !          2002: 
        !          2003: /* */
        !          2004: #undef HAVE_WAITPID
        !          2005: 
        !          2006: /* Define to 1 if you have the <wchar.h> header file. */
        !          2007: #undef HAVE_WCHAR_H
        !          2008: 
        !          2009: /* */
        !          2010: #undef HAVE_WDDX
        !          2011: 
        !          2012: /* */
        !          2013: #undef HAVE_XML
        !          2014: 
        !          2015: /* Define to 1 if you have the <xmlparse.h> header file. */
        !          2016: #undef HAVE_XMLPARSE_H
        !          2017: 
        !          2018: /* */
        !          2019: #undef HAVE_XMLREADER
        !          2020: 
        !          2021: /* */
        !          2022: #undef HAVE_XMLRPC
        !          2023: 
        !          2024: /* Define to 1 if you have the <xmltok.h> header file. */
        !          2025: #undef HAVE_XMLTOK_H
        !          2026: 
        !          2027: /* */
        !          2028: #undef HAVE_XMLWRITER
        !          2029: 
        !          2030: /* */
        !          2031: #undef HAVE_XSL
        !          2032: 
        !          2033: /* */
        !          2034: #undef HAVE_XSL_EXSLT
        !          2035: 
        !          2036: /* */
        !          2037: #undef HAVE_YP_GET_DEFAULT_DOMAIN
        !          2038: 
        !          2039: /* */
        !          2040: #undef HAVE_ZIP
        !          2041: 
        !          2042: /* */
        !          2043: #undef HAVE_ZLIB
        !          2044: 
        !          2045: /* whether _controlfp is present usable */
        !          2046: #undef HAVE__CONTROLFP
        !          2047: 
        !          2048: /* whether _controlfp_s is present and usable */
        !          2049: #undef HAVE__CONTROLFP_S
        !          2050: 
        !          2051: /* whether _FPU_SETCW is present and usable */
        !          2052: #undef HAVE__FPU_SETCW
        !          2053: 
        !          2054: /* */
        !          2055: #undef HPUX
        !          2056: 
        !          2057: /* */
        !          2058: #undef HSREGEX
        !          2059: 
        !          2060: /* iconv() is aliased to libiconv() in -liconv */
        !          2061: #undef ICONV_ALIASED_LIBICONV
        !          2062: 
        !          2063: /* Whether iconv supports error no or not */
        !          2064: #undef ICONV_SUPPORTS_ERRNO
        !          2065: 
        !          2066: /* */
        !          2067: #undef ISOLARIS
        !          2068: 
        !          2069: /* */
        !          2070: #undef LINUX
        !          2071: 
        !          2072: /* */
        !          2073: #undef MAGIC_QUOTES
        !          2074: 
        !          2075: /* Whether asctime_r is declared */
        !          2076: #undef MISSING_ASCTIME_R_DECL
        !          2077: 
        !          2078: /* Whether ctime_r is declared */
        !          2079: #undef MISSING_CTIME_R_DECL
        !          2080: 
        !          2081: /* */
        !          2082: #undef MISSING_FCLOSE_DECL
        !          2083: 
        !          2084: /* Whether gmtime_r is declared */
        !          2085: #undef MISSING_GMTIME_R_DECL
        !          2086: 
        !          2087: /* Whether localtime_r is declared */
        !          2088: #undef MISSING_LOCALTIME_R_DECL
        !          2089: 
        !          2090: /* */
        !          2091: #undef MISSING_MSGHDR_MSGFLAGS
        !          2092: 
        !          2093: /* Whether strtok_r is declared */
        !          2094: #undef MISSING_STRTOK_R_DECL
        !          2095: 
        !          2096: /* Whether mysqlnd is enabled */
        !          2097: #undef MYSQLI_USE_MYSQLND
        !          2098: 
        !          2099: /* Enable compressed protocol support */
        !          2100: #undef MYSQLND_COMPRESSION_WANTED
        !          2101: 
        !          2102: /* Enable SSL support */
        !          2103: #undef MYSQLND_SSL_SUPPORTED
        !          2104: 
        !          2105: /* Whether mysqlnd is enabled */
        !          2106: #undef MYSQL_USE_MYSQLND
        !          2107: 
        !          2108: /* */
        !          2109: #undef NDBM_INCLUDE_FILE
        !          2110: 
        !          2111: /* */
        !          2112: #undef NEUTRINO
        !          2113: 
        !          2114: /* Define to 1 if your C compiler doesn't accept -c and -o together. */
        !          2115: #undef NO_MINUS_C_MINUS_O
        !          2116: 
        !          2117: /* Define to the address where bug reports for this package should be sent. */
        !          2118: #undef PACKAGE_BUGREPORT
        !          2119: 
        !          2120: /* Define to the full name of this package. */
        !          2121: #undef PACKAGE_NAME
        !          2122: 
        !          2123: /* Define to the full name and version of this package. */
        !          2124: #undef PACKAGE_STRING
        !          2125: 
        !          2126: /* Define to the one symbol short name of this package. */
        !          2127: #undef PACKAGE_TARNAME
        !          2128: 
        !          2129: /* Define to the version of this package. */
        !          2130: #undef PACKAGE_VERSION
        !          2131: 
        !          2132: /* */
        !          2133: #undef PDO_MYSQL_UNIX_ADDR
        !          2134: 
        !          2135: /* Whether pdo_mysql uses mysqlnd */
        !          2136: #undef PDO_USE_MYSQLND
        !          2137: 
        !          2138: /* */
        !          2139: #undef PHAR_HASH_OK
        !          2140: 
        !          2141: /* */
        !          2142: #undef PHAR_HAVE_OPENSSL
        !          2143: 
        !          2144: /* */
        !          2145: #undef PHP_APACHE_HAVE_CLIENT_FD
        !          2146: 
        !          2147: /* Whether the system supports BlowFish salt */
        !          2148: #undef PHP_BLOWFISH_CRYPT
        !          2149: 
        !          2150: /* PHP build date */
        !          2151: #undef PHP_BUILD_DATE
        !          2152: 
        !          2153: /* Define if your system has fork/vfork/CreateProcess */
        !          2154: #undef PHP_CAN_SUPPORT_PROC_OPEN
        !          2155: 
        !          2156: /* */
        !          2157: #undef PHP_CURL_URL_WRAPPERS
        !          2158: 
        !          2159: /* Whether the system supports extended DES salt */
        !          2160: #undef PHP_EXT_DES_CRYPT
        !          2161: 
        !          2162: /* fpm group name */
        !          2163: #undef PHP_FPM_GROUP
        !          2164: 
        !          2165: /* fpm user name */
        !          2166: #undef PHP_FPM_USER
        !          2167: 
        !          2168: /* Whether you have HP-UX 10.x */
        !          2169: #undef PHP_HPUX_TIME_R
        !          2170: 
        !          2171: /* Path to iconv.h */
        !          2172: #undef PHP_ICONV_H_PATH
        !          2173: 
        !          2174: /* Which iconv implementation to use */
        !          2175: #undef PHP_ICONV_IMPL
        !          2176: 
        !          2177: /* Whether you have IRIX-style functions */
        !          2178: #undef PHP_IRIX_TIME_R
        !          2179: 
        !          2180: /* Whether the system supports MD5 salt */
        !          2181: #undef PHP_MD5_CRYPT
        !          2182: 
        !          2183: /* */
        !          2184: #undef PHP_MHASH_BC
        !          2185: 
        !          2186: /* */
        !          2187: #undef PHP_MYSQL_UNIX_SOCK_ADDR
        !          2188: 
        !          2189: /* */
        !          2190: #undef PHP_OCI8_DEF_DIR
        !          2191: 
        !          2192: /* */
        !          2193: #undef PHP_OCI8_DEF_SHARED_LIBADD
        !          2194: 
        !          2195: /* define to 1 if oniguruma has an invalid entry for KOI8 encoding */
        !          2196: #undef PHP_ONIG_BAD_KOI8_ENTRY
        !          2197: 
        !          2198: /* Define to 1 if the bundled oniguruma is used */
        !          2199: #undef PHP_ONIG_BUNDLED
        !          2200: 
        !          2201: /* uname output */
        !          2202: #undef PHP_OS
        !          2203: 
        !          2204: /* */
        !          2205: #undef PHP_PDO_OCI_CLIENT_VERSION
        !          2206: 
        !          2207: /* whether pread64 is default */
        !          2208: #undef PHP_PREAD_64
        !          2209: 
        !          2210: /* whether pwrite64 is default */
        !          2211: #undef PHP_PWRITE_64
        !          2212: 
        !          2213: /* */
        !          2214: #undef PHP_SAFE_MODE
        !          2215: 
        !          2216: /* */
        !          2217: #undef PHP_SAFE_MODE_EXEC_DIR
        !          2218: 
        !          2219: /* Whether the system supports SHA256 salt */
        !          2220: #undef PHP_SHA256_CRYPT
        !          2221: 
        !          2222: /* Whether the system supports SHA512 salt */
        !          2223: #undef PHP_SHA512_CRYPT
        !          2224: 
        !          2225: /* */
        !          2226: #undef PHP_SIGCHILD
        !          2227: 
        !          2228: /* Have PDO */
        !          2229: #undef PHP_SQLITE2_HAVE_PDO
        !          2230: 
        !          2231: /* Whether the system supports standard DES salt */
        !          2232: #undef PHP_STD_DES_CRYPT
        !          2233: 
        !          2234: /* uname -a output */
        !          2235: #undef PHP_UNAME
        !          2236: 
        !          2237: /* Whether PHP has to use its own crypt_r for blowfish, des and ext des */
        !          2238: #undef PHP_USE_PHP_CRYPT_R
        !          2239: 
        !          2240: /* whether write(2) works */
        !          2241: #undef PHP_WRITE_STDOUT
        !          2242: 
        !          2243: /* /proc/pid/mem interface */
        !          2244: #undef PROC_MEM_FILE
        !          2245: 
        !          2246: /* Whether to use Pthreads */
        !          2247: #undef PTHREADS
        !          2248: 
        !          2249: /* */
        !          2250: #undef QDBM_INCLUDE_FILE
        !          2251: 
        !          2252: /* */
        !          2253: #undef REGEX
        !          2254: 
        !          2255: /* Define as the return type of signal handlers (`int' or `void'). */
        !          2256: #undef RETSIGTYPE
        !          2257: 
        !          2258: /* Whether to use Roxen in ZTS mode */
        !          2259: #undef ROXEN_USE_ZTS
        !          2260: 
        !          2261: /* The size of `char', as computed by sizeof. */
        !          2262: #undef SIZEOF_CHAR
        !          2263: 
        !          2264: /* The size of `char *', as computed by sizeof. */
        !          2265: #undef SIZEOF_CHAR_P
        !          2266: 
        !          2267: /* The size of `int', as computed by sizeof. */
        !          2268: #undef SIZEOF_INT
        !          2269: 
        !          2270: /* Size of intmax_t */
        !          2271: #undef SIZEOF_INTMAX_T
        !          2272: 
        !          2273: /* The size of `long', as computed by sizeof. */
        !          2274: #undef SIZEOF_LONG
        !          2275: 
        !          2276: /* The size of `long int', as computed by sizeof. */
        !          2277: #undef SIZEOF_LONG_INT
        !          2278: 
        !          2279: /* The size of `long long', as computed by sizeof. */
        !          2280: #undef SIZEOF_LONG_LONG
        !          2281: 
        !          2282: /* The size of `long long int', as computed by sizeof. */
        !          2283: #undef SIZEOF_LONG_LONG_INT
        !          2284: 
        !          2285: /* Size of ptrdiff_t */
        !          2286: #undef SIZEOF_PTRDIFF_T
        !          2287: 
        !          2288: /* The size of `short', as computed by sizeof. */
        !          2289: #undef SIZEOF_SHORT
        !          2290: 
        !          2291: /* The size of `size_t', as computed by sizeof. */
        !          2292: #undef SIZEOF_SIZE_T
        !          2293: 
        !          2294: /* Size of ssize_t */
        !          2295: #undef SIZEOF_SSIZE_T
        !          2296: 
        !          2297: /* */
        !          2298: #undef SOLARIS
        !          2299: 
        !          2300: /* have sqlite3 with extension support */
        !          2301: #undef SQLITE_OMIT_LOAD_EXTENSION
        !          2302: 
        !          2303: /* Size of a pointer */
        !          2304: #undef SQLITE_PTR_SZ
        !          2305: 
        !          2306: /* */
        !          2307: #undef SQLITE_UTF8
        !          2308: 
        !          2309: /* Needed in sqlunix.h for wchar defs */
        !          2310: #undef SS_FBX
        !          2311: 
        !          2312: /* Needed in sqlunix.h */
        !          2313: #undef SS_LINUX
        !          2314: 
        !          2315: /* If using the C implementation of alloca, define if you know the
        !          2316:    direction of stack growth for your system; otherwise it will be
        !          2317:    automatically deduced at runtime.
        !          2318:        STACK_DIRECTION > 0 => grows toward higher addresses
        !          2319:        STACK_DIRECTION < 0 => grows toward lower addresses
        !          2320:        STACK_DIRECTION = 0 => direction of growth unknown */
        !          2321: #undef STACK_DIRECTION
        !          2322: 
        !          2323: /* Define to 1 if you have the ANSI C header files. */
        !          2324: #undef STDC_HEADERS
        !          2325: 
        !          2326: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
        !          2327: #undef TIME_WITH_SYS_TIME
        !          2328: 
        !          2329: /* Define to 1 if your <sys/time.h> declares `struct tm'. */
        !          2330: #undef TM_IN_SYS_TIME
        !          2331: 
        !          2332: /* */
        !          2333: #undef TSRM_ST
        !          2334: 
        !          2335: /* */
        !          2336: #undef UCD_SNMP_HACK
        !          2337: 
        !          2338: /* */
        !          2339: #undef UNDEF_THREADS_HACK
        !          2340: 
        !          2341: /* */
        !          2342: #undef UNIXWARE
        !          2343: 
        !          2344: /* whether to check multibyte regex backtrack */
        !          2345: #undef USE_COMBINATION_EXPLOSION_CHECK
        !          2346: 
        !          2347: /* */
        !          2348: #undef USE_GD_IMGSTRTTF
        !          2349: 
        !          2350: /* */
        !          2351: #undef USE_GD_JISX0208
        !          2352: 
        !          2353: /* Define if cross-process locking is required by accept() */
        !          2354: #undef USE_LOCKING
        !          2355: 
        !          2356: /* Enable extensions on AIX 3, Interix.  */
        !          2357: #ifndef _ALL_SOURCE
        !          2358: # undef _ALL_SOURCE
        !          2359: #endif
        !          2360: /* Enable GNU extensions on systems that have them.  */
        !          2361: #ifndef _GNU_SOURCE
        !          2362: # undef _GNU_SOURCE
        !          2363: #endif
        !          2364: /* Enable threading extensions on Solaris.  */
        !          2365: #ifndef _POSIX_PTHREAD_SEMANTICS
        !          2366: # undef _POSIX_PTHREAD_SEMANTICS
        !          2367: #endif
        !          2368: /* Enable extensions on HP NonStop.  */
        !          2369: #ifndef _TANDEM_SOURCE
        !          2370: # undef _TANDEM_SOURCE
        !          2371: #endif
        !          2372: /* Enable general extensions on Solaris.  */
        !          2373: #ifndef __EXTENSIONS__
        !          2374: # undef __EXTENSIONS__
        !          2375: #endif
        !          2376: 
        !          2377: 
        !          2378: /* */
        !          2379: #undef USE_TRANSFER_TABLES
        !          2380: 
        !          2381: /* whether you want Pi3Web support */
        !          2382: #undef WITH_PI3WEB
        !          2383: 
        !          2384: /* */
        !          2385: #undef WITH_ZEUS
        !          2386: 
        !          2387: /* Define if processor uses big-endian word */
        !          2388: #undef WORDS_BIGENDIAN
        !          2389: 
        !          2390: /* Include external shared modules configurations */
        !          2391: #include "ext/php_config.h"
        !          2392: 
        !          2393: /* Whether sprintf is broken */
        !          2394: #undef ZEND_BROKEN_SPRINTF
        !          2395: 
        !          2396: /* */
        !          2397: #undef ZEND_DEBUG
        !          2398: 
        !          2399: /* Define if double cast to long preserves least significant bits */
        !          2400: #undef ZEND_DVAL_TO_LVAL_CAST_OK
        !          2401: 
        !          2402: /* */
        !          2403: #undef ZEND_MM_ALIGNMENT
        !          2404: 
        !          2405: /* */
        !          2406: #undef ZEND_MM_ALIGNMENT_LOG2
        !          2407: 
        !          2408: /* */
        !          2409: #undef ZEND_MULTIBYTE
        !          2410: 
        !          2411: /* virtual machine dispatch method */
        !          2412: #undef ZEND_VM_KIND
        !          2413: 
        !          2414: /* */
        !          2415: #undef ZTS
        !          2416: 
        !          2417: /* Define to 1 if on MINIX. */
        !          2418: #undef _MINIX
        !          2419: 
        !          2420: /* Define to 2 if the system does not provide POSIX.1 features except with
        !          2421:    this defined. */
        !          2422: #undef _POSIX_1_SOURCE
        !          2423: 
        !          2424: /* Define to 1 if you need to in order for `stat' and other things to work. */
        !          2425: #undef _POSIX_SOURCE
        !          2426: 
        !          2427: /* Define to empty if `const' does not conform to ANSI C. */
        !          2428: #undef const
        !          2429: 
        !          2430: /* Define to `int' if <sys/types.h> doesn't define. */
        !          2431: #undef gid_t
        !          2432: 
        !          2433: /* */
        !          2434: #undef in_addr_t
        !          2435: 
        !          2436: /* Define to `__inline__' or `__inline' if that's what the C compiler
        !          2437:    calls it, or to nothing if 'inline' is not supported under any name.  */
        !          2438: #ifndef __cplusplus
        !          2439: #undef inline
        !          2440: #endif
        !          2441: 
        !          2442: /* Define to `unsigned int' if <sys/types.h> does not define. */
        !          2443: #undef size_t
        !          2444: 
        !          2445: /* Define to `int' if <sys/types.h> doesn't define. */
        !          2446: #undef uid_t
        !          2447: 
        !          2448: /* Define to `unsigned int ' if <sys/types.h> does not define. */
        !          2449: #undef uint
        !          2450: 
        !          2451: /* Define to `unsigned long ' if <sys/types.h> does not define. */
        !          2452: #undef ulong
        !          2453: 
        !          2454: #ifndef ZEND_ACCONFIG_H_NO_C_PROTOS
        !          2455: 
        !          2456: #ifdef HAVE_STDLIB_H
        !          2457: # include <stdlib.h>
        !          2458: #endif
        !          2459: 
        !          2460: #ifdef HAVE_SYS_TYPES_H
        !          2461: # include <sys/types.h>
        !          2462: #endif
        !          2463: 
        !          2464: #ifdef HAVE_SYS_SELECT_H
        !          2465: #include <sys/select.h>
        !          2466: #endif
        !          2467: 
        !          2468: #ifdef HAVE_IEEEFP_H
        !          2469: # include <ieeefp.h>
        !          2470: #endif
        !          2471: 
        !          2472: #ifdef HAVE_STRING_H
        !          2473: # include <string.h>
        !          2474: #else
        !          2475: # include <strings.h>
        !          2476: #endif
        !          2477: 
        !          2478: #if ZEND_BROKEN_SPRINTF
        !          2479: int zend_sprintf(char *buffer, const char *format, ...);
        !          2480: #else
        !          2481: # define zend_sprintf sprintf
        !          2482: #endif
        !          2483: 
        !          2484: #include <math.h>
        !          2485: 
        !          2486: /* To enable the is_nan, is_infinite and is_finite PHP functions */
        !          2487: #ifdef NETWARE
        !          2488:        #define HAVE_ISNAN 1
        !          2489:        #define HAVE_ISINF 1
        !          2490:        #define HAVE_ISFINITE 1
        !          2491: #endif
        !          2492: 
        !          2493: #ifndef zend_isnan
        !          2494: #ifdef HAVE_ISNAN
        !          2495: #define zend_isnan(a) isnan(a)
        !          2496: #elif defined(HAVE_FPCLASS)
        !          2497: #define zend_isnan(a) ((fpclass(a) == FP_SNAN) || (fpclass(a) == FP_QNAN))
        !          2498: #else
        !          2499: #define zend_isnan(a) 0
        !          2500: #endif
        !          2501: #endif
        !          2502: 
        !          2503: #ifdef HAVE_ISINF
        !          2504: #define zend_isinf(a) isinf(a)
        !          2505: #elif defined(INFINITY)
        !          2506: /* Might not work, but is required by ISO C99 */
        !          2507: #define zend_isinf(a) (((a)==INFINITY)?1:0)
        !          2508: #elif defined(HAVE_FPCLASS)
        !          2509: #define zend_isinf(a) ((fpclass(a) == FP_PINF) || (fpclass(a) == FP_NINF))
        !          2510: #else
        !          2511: #define zend_isinf(a) 0
        !          2512: #endif
        !          2513: 
        !          2514: #ifdef HAVE_FINITE
        !          2515: #define zend_finite(a) finite(a)
        !          2516: #elif defined(HAVE_ISFINITE) || defined(isfinite)
        !          2517: #define zend_finite(a) isfinite(a)
        !          2518: #elif defined(fpclassify)
        !          2519: #define zend_finite(a) ((fpclassify((a))!=FP_INFINITE&&fpclassify((a))!=FP_NAN)?1:0)
        !          2520: #else
        !          2521: #define zend_finite(a) (zend_isnan(a) ? 0 : zend_isinf(a) ? 0 : 1)
        !          2522: #endif
        !          2523: 
        !          2524: #endif /* ifndef ZEND_ACCONFIG_H_NO_C_PROTOS */
        !          2525: 
        !          2526: #ifdef NETWARE
        !          2527: #ifdef USE_WINSOCK
        !          2528: #/*This detection against winsock is of no use*/ undef HAVE_SOCKLEN_T
        !          2529: #/*This detection against winsock is of no use*/ undef HAVE_SYS_SOCKET_H
        !          2530: #endif
        !          2531: #endif
        !          2532: 
        !          2533: /*
        !          2534:  * Local variables:
        !          2535:  * tab-width: 4
        !          2536:  * c-basic-offset: 4
        !          2537:  * indent-tabs-mode: t
        !          2538:  * End:
        !          2539:  */
        !          2540: #undef PTHREADS

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