pajoye          Mon Feb  2 09:49:57 2009 UTC

  Modified files:              
    /php-src/win32/build        config.w32.h.in 
  Log:
  - define HAVE_SOCKLEN_T as it exists (vc6+)
  
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32.h.in?r1=1.24&r2=1.25&diff_format=u
Index: php-src/win32/build/config.w32.h.in
diff -u php-src/win32/build/config.w32.h.in:1.24 
php-src/win32/build/config.w32.h.in:1.25
--- php-src/win32/build/config.w32.h.in:1.24    Fri Jan 23 15:48:58 2009
+++ php-src/win32/build/config.w32.h.in Mon Feb  2 09:49:57 2009
@@ -1,6 +1,6 @@
 /*
        Build Configuration Template for Win32.
-       $Id: config.w32.h.in,v 1.24 2009/01/23 15:48:58 kalle Exp $
+       $Id: config.w32.h.in,v 1.25 2009/02/02 09:49:57 pajoye Exp $
 */
 
 /* Define the minimum supported version */
@@ -148,6 +148,7 @@
 
 /* Win32 supports socketpair by the emulation in win32/sockets.c */
 #define HAVE_SOCKETPAIR 1
+#define HAVE_SOCKLEN_T 1
 
 /* Win32 support proc_open */
 #define PHP_CAN_SUPPORT_PROC_OPEN 1



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

Reply via email to