From: Hannes Magnusson Date: Sat, 24 Jan 2009 12:42:19 +0000 (+0000) Subject: Fix build X-Git-Tag: php-5.3.0beta1~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbd8949ab5ce9b424a64b0732ba50e9b4abba833;p=php Fix build --- diff --git a/ext/sockets/php_sockets.h b/ext/sockets/php_sockets.h index aebe3ea4bf..3db96dc2ab 100644 --- a/ext/sockets/php_sockets.h +++ b/ext/sockets/php_sockets.h @@ -43,7 +43,7 @@ PHP_RSHUTDOWN_FUNCTION(sockets); PHP_FUNCTION(socket_select); PHP_FUNCTION(socket_create_listen); -#ifdef PHP_WIN32 +#ifdef HAVE_SOCKETPAIR PHP_FUNCTION(socket_create_pair); #endif PHP_FUNCTION(socket_accept);