kalle           Thu May 22 22:07:21 2008 UTC

  Modified files:              
    /php-src/ext/standard       config.w32 
  Log:
  Enable inet_pton() and inet_ntop() on Windows in HEAD
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/config.w32?r1=1.8&r2=1.9&diff_format=u
Index: php-src/ext/standard/config.w32
diff -u php-src/ext/standard/config.w32:1.8 php-src/ext/standard/config.w32:1.9
--- php-src/ext/standard/config.w32:1.8 Sun Jul 15 19:50:06 2007
+++ php-src/ext/standard/config.w32     Thu May 22 22:07:21 2008
@@ -1,8 +1,11 @@
 // vim:ft=javascript
-// $Id: config.w32,v 1.8 2007/07/15 19:50:06 jani Exp $
+// $Id: config.w32,v 1.9 2008/05/22 22:07:21 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);
 
 CHECK_HEADER_ADD_INCLUDE("timelib_config.h", "CFLAGS_STANDARD", 
"ext/date/lib");
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to