kalle Tue Jun 23 06:55:45 2009 UTC
Modified files:
/php-src/ext/standard config.w32
/php-src/win32/build config.w32.h.in
Log:
Move these defines to config.w32.h
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/config.w32?r1=1.12&r2=1.13&diff_format=u
Index: php-src/ext/standard/config.w32
diff -u php-src/ext/standard/config.w32:1.12
php-src/ext/standard/config.w32:1.13
--- php-src/ext/standard/config.w32:1.12 Fri Jan 16 10:04:29 2009
+++ php-src/ext/standard/config.w32 Tue Jun 23 06:55:45 2009
@@ -1,12 +1,9 @@
// vim:ft=javascript
-// $Id: config.w32,v 1.12 2009/01/16 10:04:29 pajoye Exp $
+// $Id: config.w32,v 1.13 2009/06/23 06:55:45 kalle Exp $
ARG_WITH("config-file-scan-dir", "Dir to check for additional php ini files",
"");
AC_DEFINE("PHP_CONFIG_FILE_SCAN_DIR", PHP_CONFIG_FILE_SCAN_DIR);
-AC_DEFINE("HAVE_INET_PTON", 1);
-AC_DEFINE("HAVE_INET_NTOP", 1);
-
AC_DEFINE("PHP_USE_PHP_CRYPT_R", 1);
CHECK_HEADER_ADD_INCLUDE("timelib_config.h", "CFLAGS_STANDARD",
"ext/date/lib");
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32.h.in?r1=1.27&r2=1.28&diff_format=u
Index: php-src/win32/build/config.w32.h.in
diff -u php-src/win32/build/config.w32.h.in:1.27
php-src/win32/build/config.w32.h.in:1.28
--- php-src/win32/build/config.w32.h.in:1.27 Fri May 29 08:18:42 2009
+++ php-src/win32/build/config.w32.h.in Tue Jun 23 06:55:45 2009
@@ -1,6 +1,6 @@
/*
Build Configuration Template for Win32.
- $Id: config.w32.h.in,v 1.27 2009/05/29 08:18:42 pajoye Exp $
+ $Id: config.w32.h.in,v 1.28 2009/06/23 06:55:45 kalle Exp $
*/
/* Define the minimum supported version */
@@ -155,6 +155,10 @@
/* Win32 support proc_open */
#define PHP_CAN_SUPPORT_PROC_OPEN 1
+/* inet_ptop() & inet_nton() */
+#define HAVE_INET_PTON 1
+#define HAVE_INET_NTOP 1
+
#define HAVE_MBLEN
#undef HAVE_ATOF_ACCEPTS_NAN
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php