version 1.1.1.3, 2013/07/22 01:32:11
|
version 1.1.1.4.2.2.2.1, 2014/06/15 20:15:53
|
Line 1759
|
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 2123
|
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 2338
|
Line 2341
|
/* Define if cross-process locking is required by accept() */ |
/* Define if cross-process locking is required by accept() */ |
#undef USE_LOCKING |
#undef USE_LOCKING |
|
|
|
/* Enable extensions on AIX 3, Interix. */ |
|
#ifndef _ALL_SOURCE |
|
# undef _ALL_SOURCE |
|
#endif |
|
/* Enable GNU extensions on systems that have them. */ |
|
#ifndef _GNU_SOURCE |
|
# undef _GNU_SOURCE |
|
#endif |
|
/* Enable threading extensions on Solaris. */ |
|
#ifndef _POSIX_PTHREAD_SEMANTICS |
|
# undef _POSIX_PTHREAD_SEMANTICS |
|
#endif |
|
/* Enable extensions on HP NonStop. */ |
|
#ifndef _TANDEM_SOURCE |
|
# undef _TANDEM_SOURCE |
|
#endif |
|
/* Enable general extensions on Solaris. */ |
|
#ifndef __EXTENSIONS__ |
|
# undef __EXTENSIONS__ |
|
#endif |
|
|
|
|
/* */ |
/* */ |
#undef USE_TRANSFER_TABLES |
#undef USE_TRANSFER_TABLES |
|
|
Line 2350
|
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 2374
|
Line 2402
|
/* */ |
/* */ |
#undef ZTS |
#undef ZTS |
|
|
/* Define to 1 if on AIX 3. | /* Define to 1 if on MINIX. */ |
System headers sometimes define this. | #undef _MINIX |
We just want to avoid a redefinition error message. */ | |
#ifndef _ALL_SOURCE | /* Define to 2 if the system does not provide POSIX.1 features except with |
# undef _ALL_SOURCE | this defined. */ |
#endif | #undef _POSIX_1_SOURCE |
| |
| /* Define to 1 if you need to in order for `stat' and other things to work. */ |
| #undef _POSIX_SOURCE |
|
|
/* Define to empty if `const' does not conform to ANSI C. */ |
/* Define to empty if `const' does not conform to ANSI C. */ |
#undef const |
#undef const |