pajoye          Mon Feb  2 09:40:55 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /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.7.2.4.2.3.2.10&r2=1.7.2.4.2.3.2.11&diff_format=u
Index: php-src/win32/build/config.w32.h.in
diff -u php-src/win32/build/config.w32.h.in:1.7.2.4.2.3.2.10 
php-src/win32/build/config.w32.h.in:1.7.2.4.2.3.2.11
--- php-src/win32/build/config.w32.h.in:1.7.2.4.2.3.2.10        Fri Jan 23 
15:49:49 2009
+++ php-src/win32/build/config.w32.h.in Mon Feb  2 09:40:55 2009
@@ -1,6 +1,6 @@
 /*
        Build Configuration Template for Win32.
-       $Id: config.w32.h.in,v 1.7.2.4.2.3.2.10 2009/01/23 15:49:49 kalle Exp $
+       $Id: config.w32.h.in,v 1.7.2.4.2.3.2.11 2009/02/02 09:40:55 pajoye Exp $
 */
 
 /* Define the minimum supported version */
@@ -149,6 +149,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