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

version 1.1.1.3, 2013/07/22 01:32:11 version 1.1.1.4, 2013/10/14 08:02:43
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 2374 Line 2399
 /* */  /* */
 #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

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


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