comparison src/os/unix/ngx_errno.h @ 288:f81d075ad172

nginx-0.0.2-2004-03-14-23:46:25 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 14 Mar 2004 20:46:25 +0000
parents 8e39cab6abd5
children 117ccc7c4055
comparison
equal deleted inserted replaced
287:35a6a9df2d25 288:f81d075ad172
21 #define NGX_EADDRINUSE EADDRINUSE 21 #define NGX_EADDRINUSE EADDRINUSE
22 #define NGX_ECONNABORTED ECONNABORTED 22 #define NGX_ECONNABORTED ECONNABORTED
23 #define NGX_ECONNRESET ECONNRESET 23 #define NGX_ECONNRESET ECONNRESET
24 #define NGX_ENOTCONN ENOTCONN 24 #define NGX_ENOTCONN ENOTCONN
25 #define NGX_ETIMEDOUT ETIMEDOUT 25 #define NGX_ETIMEDOUT ETIMEDOUT
26 #define NGX_ECONNREFUSED ECONNREFUSED
27 #define NGX_EHOSTUNREACH EHOSTUNREACH
26 #define NGX_ECANCELED ECANCELED 28 #define NGX_ECANCELED ECANCELED
27 #define NGX_ENOMOREFILES 0 29 #define NGX_ENOMOREFILES 0
28 30
29 31
30 32