comparison src/os/unix/ngx_errno.h @ 5333:e8bca8397625

Autoindex: improved ngx_de_info() error handling. This allows to build a directory listing whenever a loop exists in symbolic link resolution of the path argument.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 30 Jul 2013 11:43:21 +0400
parents f1a0de6eb505
children 32847478c2c1
comparison
equal deleted inserted replaced
5332:1a9700ef9725 5333:e8bca8397625
47 #define NGX_EHOSTUNREACH EHOSTUNREACH 47 #define NGX_EHOSTUNREACH EHOSTUNREACH
48 #define NGX_ENOSYS ENOSYS 48 #define NGX_ENOSYS ENOSYS
49 #define NGX_ECANCELED ECANCELED 49 #define NGX_ECANCELED ECANCELED
50 #define NGX_EILSEQ EILSEQ 50 #define NGX_EILSEQ EILSEQ
51 #define NGX_ENOMOREFILES 0 51 #define NGX_ENOMOREFILES 0
52 #define NGX_ELOOP ELOOP
52 53
53 #if (NGX_HAVE_OPENAT) 54 #if (NGX_HAVE_OPENAT)
54 #define NGX_EMLINK EMLINK 55 #define NGX_EMLINK EMLINK
55 #define NGX_ELOOP ELOOP
56 #endif 56 #endif
57 57
58 #if (__hpux__) 58 #if (__hpux__)
59 #define NGX_EAGAIN EWOULDBLOCK 59 #define NGX_EAGAIN EWOULDBLOCK
60 #else 60 #else