From 78365069f00853c9abecc7cad86a5899d24b3207 Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 5 Apr 2003 17:33:55 +0000 Subject: [PATCH] Better ifdef it out here too --- ext/sockets/php_sockets.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.50.1