blob: 18c07f9b0a251db218377a5e2da362189dce34b7 [file] [log] [blame]
#ifndef _NGX_SOCKET_H_INCLUDED_
#define _NGX_SOCKET_H_INCLUDED_
#include <ngx_config.h>
typedef int ngx_socket_t;
#define ngx_init_sockets
#define ngx_nonblocking(s) fcntl(s, F_SETFL, O_NONBLOCK)
#define ngx_nonblocking_n "fcntl (O_NONBLOCK)"
#endif /* _NGX_SOCKET_H_INCLUDED_ */