sebastian               Mon Oct 14 01:54:15 2002 EDT

  Modified files:              
    /php4/main  php_network.h 
  Log:
  Fix Win32 build.
  
  
Index: php4/main/php_network.h
diff -u php4/main/php_network.h:1.33 php4/main/php_network.h:1.34
--- php4/main/php_network.h:1.33        Sun Oct 13 19:43:21 2002
+++ php4/main/php_network.h     Mon Oct 14 01:54:15 2002
@@ -15,7 +15,7 @@
    | Author: Stig Venaas <[EMAIL PROTECTED]>                              |
    +----------------------------------------------------------------------+
  */
-/* $Id: php_network.h,v 1.33 2002/10/13 23:43:21 wez Exp $ */
+/* $Id: php_network.h,v 1.34 2002/10/14 05:54:15 sebastian Exp $ */
 
 #ifndef _PHP_NETWORK_H
 #define _PHP_NETWORK_H
@@ -27,9 +27,6 @@
 # undef FD_SETSIZE
 # include "arpa/inet.h"
 # define socklen_t unsigned int
-# define SHUT_RD       SD_RECEIVE
-# define SHUT_WR       SD_SEND
-# define SHUT_RDWR     SD_BOTH
 #else
 # undef closesocket
 # define closesocket close



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

Reply via email to