1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00

Fixed bug #44233 (MSG_PEEK undefined under BeOS R5)

This commit is contained in:
Ilia Alshanetsky
2008-02-27 00:30:24 +00:00
parent 3f40f96c50
commit 425c4bca2e

View File

@@ -35,6 +35,10 @@
# define MSG_DONTWAIT 0
#endif
#ifndef MSG_PEEK
# define MSG_PEEK 0
#endif
php_stream_ops php_stream_generic_socket_ops;
PHPAPI php_stream_ops php_stream_socket_ops;
php_stream_ops php_stream_udp_socket_ops;