jason           Tue Apr 10 15:01:58 2001 EDT

  Modified files:              (Branch: PHP_4_0_5)
    /php4/ext/sockets   sockets.c 
  Log:
  MFH, I have tested this thoroughly.
  
  
Index: php4/ext/sockets/sockets.c
diff -u php4/ext/sockets/sockets.c:1.32.2.1 php4/ext/sockets/sockets.c:1.32.2.2
--- php4/ext/sockets/sockets.c:1.32.2.1 Thu Mar 22 05:20:35 2001
+++ php4/ext/sockets/sockets.c  Tue Apr 10 15:01:57 2001
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: sockets.c,v 1.32.2.1 2001/03/22 13:20:35 sniper Exp $ */
+/* $Id: sockets.c,v 1.32.2.2 2001/04/10 22:01:57 jason Exp $ */
 
 #include "php.h"
 
@@ -34,6 +34,10 @@
 #define _XOPEN_SOURCE_EXTENDED
 #define _XPG4_2
 #define __EXTENSIONS__
+
+#ifndef __PRAGMA_REDEFINE_EXTNAME
+#define __PRAGMA_REDEFINE_EXTNAME
+#endif
 
 #include "ext/standard/info.h"
 #include "php_sockets.h"



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to