version 1.1.1.1, 2012/02/21 23:48:05
|
version 1.1.1.4.2.2, 2013/10/14 09:14:07
|
Line 1
|
Line 1
|
/* main/php_config.h.in. Generated from configure.in by autoheader. */ |
/* main/php_config.h.in. Generated from configure.in by autoheader. */ |
/* Leave this file alone */ |
|
/* |
|
+----------------------------------------------------------------------+ |
|
| Zend Engine | |
|
+----------------------------------------------------------------------+ |
|
| Copyright (c) 1998-2012 Zend Technologies Ltd. (http://www.zend.com) | |
|
+----------------------------------------------------------------------+ |
|
| This source file is subject to version 2.00 of the Zend license, | |
|
| that is bundled with this package in the file LICENSE, and is | |
|
| available through the world-wide-web at the following url: | |
|
| http://www.zend.com/license/2_00.txt. | |
|
| If you did not receive a copy of the Zend license and are unable to | |
|
| obtain it through the world-wide-web, please send a note to | |
|
| license@zend.com so we can mail you a copy immediately. | |
|
+----------------------------------------------------------------------+ |
|
| Authors: Andi Gutmans <andi@zend.com> | |
|
| Zeev Suraski <zeev@zend.com> | |
|
+----------------------------------------------------------------------+ |
|
*/ |
|
|
|
/* $Id$ */ |
|
|
|
#if defined(__GNUC__) && __GNUC__ >= 4 |
#if defined(__GNUC__) && __GNUC__ >= 4 |
# define ZEND_API __attribute__ ((visibility("default"))) |
# define ZEND_API __attribute__ ((visibility("default"))) |
Line 31
|
Line 11
|
|
|
#define ZEND_DLIMPORT |
#define ZEND_DLIMPORT |
|
|
|
|
#undef uint |
#undef uint |
#undef ulong |
#undef ulong |
|
|
Line 225
|
Line 204
|
/* Whether to build spl as dynamic module */ |
/* Whether to build spl as dynamic module */ |
#undef COMPILE_DL_SPL |
#undef COMPILE_DL_SPL |
|
|
/* Whether to build sqlite as dynamic module */ |
|
#undef COMPILE_DL_SQLITE |
|
|
|
/* Whether to build sqlite3 as dynamic module */ |
/* Whether to build sqlite3 as dynamic module */ |
#undef COMPILE_DL_SQLITE3 |
#undef COMPILE_DL_SQLITE3 |
|
|
Line 357
|
Line 333
|
#undef DBA_QDBM |
#undef DBA_QDBM |
|
|
/* */ |
/* */ |
|
#undef DBA_TCADB |
|
|
|
/* */ |
#undef DBM_INCLUDE_FILE |
#undef DBM_INCLUDE_FILE |
|
|
/* */ |
/* */ |
Line 405
|
Line 384
|
/* Define to 1 if you have the `alphasort' function. */ |
/* Define to 1 if you have the `alphasort' function. */ |
#undef HAVE_ALPHASORT |
#undef HAVE_ALPHASORT |
|
|
/* Suhosin-Patch for PHP */ |
|
#undef SUHOSIN_PATCH |
|
|
|
/* Whether you have AOLserver */ |
/* Whether you have AOLserver */ |
#undef HAVE_AOLSERVER |
#undef HAVE_AOLSERVER |
|
|
Line 602
|
Line 578
|
*/ |
*/ |
#undef HAVE_DECL_TZNAME |
#undef HAVE_DECL_TZNAME |
|
|
/* Define to 1 if you have the <default_store.h> header file. */ |
|
#undef HAVE_DEFAULT_STORE_H |
|
|
|
/* do we have /dev/poll? */ |
/* do we have /dev/poll? */ |
#undef HAVE_DEVPOLL |
#undef HAVE_DEVPOLL |
|
|
|
/* Define if the target system has /dev/arandom device */ |
|
#undef HAVE_DEV_ARANDOM |
|
|
/* Define if the target system has /dev/urandom device */ |
/* Define if the target system has /dev/urandom device */ |
#undef HAVE_DEV_URANDOM |
#undef HAVE_DEV_URANDOM |
|
|
Line 647
|
Line 623
|
/* OpenSSL 0.9.7 or later */ |
/* OpenSSL 0.9.7 or later */ |
#undef HAVE_DSA_DEFAULT_METHOD |
#undef HAVE_DSA_DEFAULT_METHOD |
|
|
|
/* Whether to enable DTrace support */ |
|
#undef HAVE_DTRACE |
|
|
/* embedded MySQL support enabled */ |
/* embedded MySQL support enabled */ |
#undef HAVE_EMBEDDED_MYSQLI |
#undef HAVE_EMBEDDED_MYSQLI |
|
|
Line 774
|
Line 753
|
#undef HAVE_GD_IMAGESETTILE |
#undef HAVE_GD_IMAGESETTILE |
|
|
/* */ |
/* */ |
|
#undef HAVE_GD_IMAGE_CONVOLUTION |
|
|
|
/* */ |
|
#undef HAVE_GD_IMAGE_PIXELATE |
|
|
|
/* */ |
#undef HAVE_GD_JPG |
#undef HAVE_GD_JPG |
|
|
/* */ |
/* */ |
Line 792
|
Line 777
|
#undef HAVE_GD_WBMP |
#undef HAVE_GD_WBMP |
|
|
/* */ |
/* */ |
|
#undef HAVE_GD_WEBP |
|
|
|
/* */ |
#undef HAVE_GD_XBM |
#undef HAVE_GD_XBM |
|
|
/* */ |
/* */ |
Line 923
|
Line 911
|
/* Define to 1 if you have the <ieeefp.h> header file. */ |
/* Define to 1 if you have the <ieeefp.h> header file. */ |
#undef HAVE_IEEEFP_H |
#undef HAVE_IEEEFP_H |
|
|
|
/* Define to 1 if you have the `if_indextoname' function. */ |
|
#undef HAVE_IF_INDEXTONAME |
|
|
|
/* Define to 1 if you have the `if_nametoindex' function. */ |
|
#undef HAVE_IF_NAMETOINDEX |
|
|
/* */ |
/* */ |
#undef HAVE_IMAP |
#undef HAVE_IMAP |
|
|
Line 1219
|
Line 1213
|
/* */ |
/* */ |
#undef HAVE_MYSQLILIB |
#undef HAVE_MYSQLILIB |
|
|
/* Define to 1 if you have the `mysql_commit' function. */ |
|
#undef HAVE_MYSQL_COMMIT |
|
|
|
/* Define to 1 if you have the `mysql_next_result' function. */ |
|
#undef HAVE_MYSQL_NEXT_RESULT |
|
|
|
/* Define to 1 if you have the `mysql_sqlstate' function. */ |
|
#undef HAVE_MYSQL_SQLSTATE |
|
|
|
/* Define to 1 if you have the `mysql_stmt_prepare' function. */ |
|
#undef HAVE_MYSQL_STMT_PREPARE |
|
|
|
/* Define to 1 if you have the `nanosleep' function. */ |
/* Define to 1 if you have the `nanosleep' function. */ |
#undef HAVE_NANOSLEEP |
#undef HAVE_NANOSLEEP |
|
|
Line 1246
|
Line 1228
|
/* Define to 1 if you have the <netinet/tcp.h> header file. */ |
/* Define to 1 if you have the <netinet/tcp.h> header file. */ |
#undef HAVE_NETINET_TCP_H |
#undef HAVE_NETINET_TCP_H |
|
|
/* */ |
|
#undef HAVE_NET_SNMP |
|
|
|
/* Whether utf8_mime2text() has new signature */ |
/* Whether utf8_mime2text() has new signature */ |
#undef HAVE_NEW_MIME2TEXT |
#undef HAVE_NEW_MIME2TEXT |
|
|
Line 1390
|
Line 1369
|
/* PostgreSQL 7.2.0 or later */ |
/* PostgreSQL 7.2.0 or later */ |
#undef HAVE_PQESCAPE |
#undef HAVE_PQESCAPE |
|
|
|
/* PostgreSQL 9.0 or later */ |
|
#undef HAVE_PQESCAPELITERAL |
|
|
/* PostgreSQL 8.1.4 or later */ |
/* PostgreSQL 8.1.4 or later */ |
#undef HAVE_PQESCAPE_BYTEA_CONN |
#undef HAVE_PQESCAPE_BYTEA_CONN |
|
|
Line 1510
|
Line 1492
|
/* Define to 1 if you have the `rl_completion_matches' function. */ |
/* Define to 1 if you have the `rl_completion_matches' function. */ |
#undef HAVE_RL_COMPLETION_MATCHES |
#undef HAVE_RL_COMPLETION_MATCHES |
|
|
|
/* */ |
|
#undef HAVE_RL_ON_NEW_LINE |
|
|
/* Whether you use Roxen */ |
/* Whether you use Roxen */ |
#undef HAVE_ROXEN |
#undef HAVE_ROXEN |
|
|
/* */ |
/* */ |
#undef HAVE_SAPDB |
#undef HAVE_SAPDB |
|
|
|
/* Whether you have sockaddr_storage.ss_family */ |
|
#undef HAVE_SA_SS_FAMILY |
|
|
/* Define to 1 if you have the `scandir' function. */ |
/* Define to 1 if you have the `scandir' function. */ |
#undef HAVE_SCANDIR |
#undef HAVE_SCANDIR |
|
|
Line 1565
|
Line 1553
|
#undef HAVE_SHUTDOWN |
#undef HAVE_SHUTDOWN |
|
|
/* */ |
/* */ |
|
#undef HAVE_SHUTDOWN_SNMP_LOGGING |
|
|
|
/* Whether sigaction() is available */ |
#undef HAVE_SIGACTION |
#undef HAVE_SIGACTION |
|
|
/* Define to 1 if you have the <signal.h> header file. */ |
/* Define to 1 if you have the <signal.h> header file. */ |
Line 1591
|
Line 1582
|
/* */ |
/* */ |
#undef HAVE_SNMP |
#undef HAVE_SNMP |
|
|
/* */ |
|
#undef HAVE_SNMP_PARSE_OID |
|
|
|
/* Define to 1 if you have the `snprintf' function. */ |
/* Define to 1 if you have the `snprintf' function. */ |
#undef HAVE_SNPRINTF |
#undef HAVE_SNPRINTF |
|
|
Line 1771
|
Line 1759
|
/* whether you have struct flock */ |
/* whether you have struct flock */ |
#undef HAVE_STRUCT_FLOCK |
#undef HAVE_STRUCT_FLOCK |
|
|
/* Define to 1 if `st_blksize' is member of `struct stat'. */ | /* Define to 1 if `st_blksize' is a member of `struct stat'. */ |
#undef HAVE_STRUCT_STAT_ST_BLKSIZE |
#undef HAVE_STRUCT_STAT_ST_BLKSIZE |
|
|
/* Define to 1 if `st_blocks' is member of `struct stat'. */ | /* Define to 1 if `st_blocks' is a member of `struct stat'. */ |
#undef HAVE_STRUCT_STAT_ST_BLOCKS |
#undef HAVE_STRUCT_STAT_ST_BLOCKS |
|
|
/* Define to 1 if `st_rdev' is member of `struct stat'. */ | /* Define to 1 if `st_rdev' is a member of `struct stat'. */ |
#undef HAVE_STRUCT_STAT_ST_RDEV |
#undef HAVE_STRUCT_STAT_ST_RDEV |
|
|
/* Define to 1 if `tm_zone' is member of `struct tm'. */ | /* Define to 1 if `tm_zone' is a member of `struct tm'. */ |
#undef HAVE_STRUCT_TM_TM_ZONE |
#undef HAVE_STRUCT_TM_TM_ZONE |
|
|
/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use |
/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use |
Line 1816
|
Line 1804
|
/* Define to 1 if you have the <syslog.h> header file. */ |
/* Define to 1 if you have the <syslog.h> header file. */ |
#undef HAVE_SYSLOG_H |
#undef HAVE_SYSLOG_H |
|
|
|
/* FPM use systemd integration */ |
|
#undef HAVE_SYSTEMD |
|
|
|
/* Define to 1 if you have the <systemd/sd-daemon.h> header file. */ |
|
#undef HAVE_SYSTEMD_SD_DAEMON_H |
|
|
/* */ |
/* */ |
#undef HAVE_SYSVMSG |
#undef HAVE_SYSVMSG |
|
|
Line 1863
|
Line 1857
|
/* Define to 1 if you have the <sys/resource.h> header file. */ |
/* Define to 1 if you have the <sys/resource.h> header file. */ |
#undef HAVE_SYS_RESOURCE_H |
#undef HAVE_SYS_RESOURCE_H |
|
|
|
/* Define to 1 if you have the <sys/sdt.h> header file. */ |
|
#undef HAVE_SYS_SDT_H |
|
|
/* Define to 1 if you have the <sys/select.h> header file. */ |
/* Define to 1 if you have the <sys/select.h> header file. */ |
#undef HAVE_SYS_SELECT_H |
#undef HAVE_SYS_SELECT_H |
|
|
/* Define to 1 if you have the <sys/socket.h> header file. */ |
/* Define to 1 if you have the <sys/socket.h> header file. */ |
#undef HAVE_SYS_SOCKET_H |
#undef HAVE_SYS_SOCKET_H |
|
|
|
/* Define to 1 if you have the <sys/sockio.h> header file. */ |
|
#undef HAVE_SYS_SOCKIO_H |
|
|
/* Define to 1 if you have the <sys/statfs.h> header file. */ |
/* Define to 1 if you have the <sys/statfs.h> header file. */ |
#undef HAVE_SYS_STATFS_H |
#undef HAVE_SYS_STATFS_H |
|
|
Line 1985
|
Line 1985
|
/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */ |
/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */ |
#undef HAVE_UTIME_NULL |
#undef HAVE_UTIME_NULL |
|
|
/* Wether struct utsname has domainname */ | /* Whether struct utsname has domainname */ |
#undef HAVE_UTSNAME_DOMAINNAME |
#undef HAVE_UTSNAME_DOMAINNAME |
|
|
/* Define to 1 if you have the `vasprintf' function. */ |
/* Define to 1 if you have the `vasprintf' function. */ |
Line 2069
|
Line 2069
|
/* */ |
/* */ |
#undef LINUX |
#undef LINUX |
|
|
/* */ |
|
#undef MAGIC_QUOTES |
|
|
|
/* Whether asctime_r is declared */ |
/* Whether asctime_r is declared */ |
#undef MISSING_ASCTIME_R_DECL |
#undef MISSING_ASCTIME_R_DECL |
|
|
Line 2126
|
Line 2123
|
/* Define to the one symbol short name of this package. */ |
/* Define to the one symbol short name of this package. */ |
#undef PACKAGE_TARNAME |
#undef PACKAGE_TARNAME |
|
|
|
/* Define to the home page for this package. */ |
|
#undef PACKAGE_URL |
|
|
/* Define to the version of this package. */ |
/* Define to the version of this package. */ |
#undef PACKAGE_VERSION |
#undef PACKAGE_VERSION |
|
|
Line 2162
|
Line 2162
|
/* fpm group name */ |
/* fpm group name */ |
#undef PHP_FPM_GROUP |
#undef PHP_FPM_GROUP |
|
|
|
/* fpm systemd service type */ |
|
#undef PHP_FPM_SYSTEMD |
|
|
/* fpm user name */ |
/* fpm user name */ |
#undef PHP_FPM_USER |
#undef PHP_FPM_USER |
|
|
Line 2210
|
Line 2213
|
/* whether pwrite64 is default */ |
/* whether pwrite64 is default */ |
#undef PHP_PWRITE_64 |
#undef PHP_PWRITE_64 |
|
|
/* */ |
|
#undef PHP_SAFE_MODE |
|
|
|
/* */ |
|
#undef PHP_SAFE_MODE_EXEC_DIR |
|
|
|
/* Whether the system supports SHA256 salt */ |
/* Whether the system supports SHA256 salt */ |
#undef PHP_SHA256_CRYPT |
#undef PHP_SHA256_CRYPT |
|
|
Line 2225
|
Line 2222
|
/* */ |
/* */ |
#undef PHP_SIGCHILD |
#undef PHP_SIGCHILD |
|
|
/* Have PDO */ |
|
#undef PHP_SQLITE2_HAVE_PDO |
|
|
|
/* Whether the system supports standard DES salt */ |
/* Whether the system supports standard DES salt */ |
#undef PHP_STD_DES_CRYPT |
#undef PHP_STD_DES_CRYPT |
|
|
Line 2261
|
Line 2255
|
/* The size of `char', as computed by sizeof. */ |
/* The size of `char', as computed by sizeof. */ |
#undef SIZEOF_CHAR |
#undef SIZEOF_CHAR |
|
|
/* The size of `char *', as computed by sizeof. */ |
|
#undef SIZEOF_CHAR_P |
|
|
|
/* The size of `int', as computed by sizeof. */ |
/* The size of `int', as computed by sizeof. */ |
#undef SIZEOF_INT |
#undef SIZEOF_INT |
|
|
Line 2297
|
Line 2288
|
/* */ |
/* */ |
#undef SOLARIS |
#undef SOLARIS |
|
|
|
/* have sqlite3 with column metadata enabled */ |
|
#undef SQLITE_ENABLE_COLUMN_METADATA |
|
|
/* have sqlite3 with extension support */ |
/* have sqlite3 with extension support */ |
#undef SQLITE_OMIT_LOAD_EXTENSION |
#undef SQLITE_OMIT_LOAD_EXTENSION |
|
|
/* Size of a pointer */ |
|
#undef SQLITE_PTR_SZ |
|
|
|
/* */ |
|
#undef SQLITE_UTF8 |
|
|
|
/* Needed in sqlunix.h for wchar defs */ |
/* Needed in sqlunix.h for wchar defs */ |
#undef SS_FBX |
#undef SS_FBX |
|
|
Line 2323
|
Line 2311
|
/* Define to 1 if you have the ANSI C header files. */ |
/* Define to 1 if you have the ANSI C header files. */ |
#undef STDC_HEADERS |
#undef STDC_HEADERS |
|
|
|
/* */ |
|
#undef TCADB_INCLUDE_FILE |
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
#undef TIME_WITH_SYS_TIME |
#undef TIME_WITH_SYS_TIME |
|
|
Line 2333
|
Line 2324
|
#undef TSRM_ST |
#undef TSRM_ST |
|
|
/* */ |
/* */ |
#undef UCD_SNMP_HACK |
|
|
|
/* */ |
|
#undef UNDEF_THREADS_HACK |
#undef UNDEF_THREADS_HACK |
|
|
/* */ |
/* */ |
Line 2387
|
Line 2375
|
/* Define if processor uses big-endian word */ |
/* Define if processor uses big-endian word */ |
#undef WORDS_BIGENDIAN |
#undef WORDS_BIGENDIAN |
|
|
/* Include external shared modules configurations */ |
|
#include "ext/php_config.h" |
|
|
|
/* Whether sprintf is broken */ |
/* Whether sprintf is broken */ |
#undef ZEND_BROKEN_SPRINTF |
#undef ZEND_BROKEN_SPRINTF |
|
|
Line 2405
|
Line 2390
|
/* */ |
/* */ |
#undef ZEND_MM_ALIGNMENT_LOG2 |
#undef ZEND_MM_ALIGNMENT_LOG2 |
|
|
/* */ | /* Use zend signal handling */ |
#undef ZEND_MULTIBYTE | #undef ZEND_SIGNALS |
|
|
/* virtual machine dispatch method */ |
/* virtual machine dispatch method */ |
#undef ZEND_VM_KIND |
#undef ZEND_VM_KIND |
Line 2451
|
Line 2436
|
/* Define to `unsigned long ' if <sys/types.h> does not define. */ |
/* Define to `unsigned long ' if <sys/types.h> does not define. */ |
#undef ulong |
#undef ulong |
|
|
|
|
#ifndef ZEND_ACCONFIG_H_NO_C_PROTOS |
#ifndef ZEND_ACCONFIG_H_NO_C_PROTOS |
|
|
#ifdef HAVE_STDLIB_H |
#ifdef HAVE_STDLIB_H |
Line 2530 int zend_sprintf(char *buffer, const char *format, ...
|
Line 2516 int zend_sprintf(char *buffer, const char *format, ...
|
#endif |
#endif |
#endif |
#endif |
|
|
/* |
|
* Local variables: |
|
* tab-width: 4 |
|
* c-basic-offset: 4 |
|
* indent-tabs-mode: t |
|
* End: |
|
*/ |
|
#undef PTHREADS |
#undef PTHREADS |
|
|