diff src/os/unix/ngx_recv.h @ 91:637625a2acdb

nginx-0.0.1-2003-05-19-20:39:14 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 May 2003 16:39:14 +0000
parents d220029ac7f3
children
line wrap: on
line diff
--- a/src/os/unix/ngx_recv.h
+++ b/src/os/unix/ngx_recv.h
@@ -2,9 +2,11 @@
 #define _NGX_RECV_H_INCLUDED_
 
 
+#if 0
 #include <errno.h>
 
 #define ngx_recv(fd, buf, size, flags)  recv(fd, buf, size, flags)
+#endif
 
 
 #endif /* _NGX_RECV_H_INCLUDED_ */