Diff for /embedaddon/php/main/php_config.h.in between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/05/29 12:34:35 version 1.1.1.3, 2013/07/22 01:32:11
Line 25 Line 25
 #undef BETHREADS  #undef BETHREADS
   
 /* */  /* */
 #undef BUGGY_SNMPRINT_VALUE  
   
 /* */  
 #undef CDB_INCLUDE_FILE  #undef CDB_INCLUDE_FILE
   
 /* Define if system uses EBCDIC */  /* Define if system uses EBCDIC */
Line 756 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 1366 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 1495 Line 1501
 /* */  /* */
 #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 1750 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 a member of `struct stat'. *//* Define to 1 if `st_blksize' is member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_BLKSIZE  #undef HAVE_STRUCT_STAT_ST_BLKSIZE
   
/* Define to 1 if `st_blocks' is a member of `struct stat'. *//* Define to 1 if `st_blocks' is member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_BLOCKS  #undef HAVE_STRUCT_STAT_ST_BLOCKS
   
/* Define to 1 if `st_rdev' is a member of `struct stat'. *//* Define to 1 if `st_rdev' is member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_RDEV  #undef HAVE_STRUCT_STAT_ST_RDEV
   
/* Define to 1 if `tm_zone' is a member of `struct tm'. *//* Define to 1 if `tm_zone' is 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 1795 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 1970 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 2108 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 2147 Line 2159
 /* 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 2270 Line 2285
 /* */  /* */
 #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
   
Line 2320 Line 2338
 /* 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 2354 Line 2350
 /* 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 2381 Line 2374
 /* */  /* */
 #undef ZTS  #undef ZTS
   
/* Define to 1 if on MINIX. *//* Define to 1 if on AIX 3.
#undef _MINIX   System headers sometimes define this.
   We just want to avoid a redefinition error message.  */
/* Define to 2 if the system does not provide POSIX.1 features except with#ifndef _ALL_SOURCE
   this defined. */# undef _ALL_SOURCE
#undef _POSIX_1_SOURCE#endif
 
/* 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

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


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