From: foobar Date: Sat, 5 Apr 2003 17:33:55 +0000 (+0000) Subject: Better ifdef it out here too X-Git-Tag: RELEASE_0_5~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78365069f00853c9abecc7cad86a5899d24b3207;p=php Better ifdef it out here too --- diff --git a/ext/sockets/php_sockets.h b/ext/sockets/php_sockets.h index e8b2cf88c2..c31c0a78fe 100644 --- a/ext/sockets/php_sockets.h +++ b/ext/sockets/php_sockets.h @@ -70,7 +70,9 @@ PHP_FUNCTION(socket_recv); PHP_FUNCTION(socket_send); PHP_FUNCTION(socket_recvfrom); PHP_FUNCTION(socket_sendto); +#ifdef HAVE_CMSGHDR PHP_FUNCTION(socket_recvmsg); +#endif PHP_FUNCTION(socket_sendmsg); PHP_FUNCTION(socket_readv); PHP_FUNCTION(socket_writev);