view src/os/unix/ngx_recv.h @ 242:5d4f49dc8de5

nginx-0.0.1-2004-01-28-18:22:37 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 28 Jan 2004 15:22:37 +0000
parents 637625a2acdb
children
line wrap: on
line source

#ifndef _NGX_RECV_H_INCLUDED_
#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_ */