#ifndef _NGX_RECV_H_INCLUDED_ #define _NGX_RECV_H_INCLUDED_ #if 0 #include #define ngx_recv(fd, buf, size, flags) recv(fd, buf, size, flags) #endif #endif /* _NGX_RECV_H_INCLUDED_ */