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

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

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