]> granicus.if.org Git - php/commitdiff
Some AIX version failed to compile if this was redefined.
authorfoobar <sniper@php.net>
Fri, 25 Apr 2003 08:10:11 +0000 (08:10 +0000)
committerfoobar <sniper@php.net>
Fri, 25 Apr 2003 08:10:11 +0000 (08:10 +0000)
ext/sockets/sockets.c

index c84d0bcd0707545339a78e9c87aba29ea4964bd3..f39b97566b5c5b6c06867704e65742ee021f9e42 100644 (file)
 
 #if HAVE_SOCKETS
 
+#ifndef _XOPEN_SOURCE_EXTENDED
 #define _XOPEN_SOURCE_EXTENDED
+#endif
+
 #define _XPG4_2
 #define __EXTENSIONS__