diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-03-14 20:46:25 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-14 20:46:25 +0000 |
commit | 3646a1669df23e2dcfb7cc8c940abeb822d8f010 (patch) | |
tree | 3fa72a0986c1bbb70eb393a0073c117bb82dcd54 /src/os/unix/ngx_errno.h | |
parent | 67f88e9cc678d31b5995518922d3fcb63a129465 (diff) | |
download | nginx-3646a1669df23e2dcfb7cc8c940abeb822d8f010.tar.gz nginx-3646a1669df23e2dcfb7cc8c940abeb822d8f010.zip |
nginx-0.0.2-2004-03-14-23:46:25 import
Diffstat (limited to 'src/os/unix/ngx_errno.h')
-rw-r--r-- | src/os/unix/ngx_errno.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/unix/ngx_errno.h b/src/os/unix/ngx_errno.h index 7ead602f7..cbfc98bb6 100644 --- a/src/os/unix/ngx_errno.h +++ b/src/os/unix/ngx_errno.h @@ -23,6 +23,8 @@ typedef int ngx_err_t; #define NGX_ECONNRESET ECONNRESET #define NGX_ENOTCONN ENOTCONN #define NGX_ETIMEDOUT ETIMEDOUT +#define NGX_ECONNREFUSED ECONNREFUSED +#define NGX_EHOSTUNREACH EHOSTUNREACH #define NGX_ECANCELED ECANCELED #define NGX_ENOMOREFILES 0 |