comparison src/os/unix/ngx_files.h @ 2259:0864138899f1

$realpath_root
author Igor Sysoev <igor@sysoev.ru>
date Sat, 27 Sep 2008 11:53:41 +0000
parents 1adec90a0e46
children 2abf14c952a2
comparison
equal deleted inserted replaced
2258:5b4680865e68 2259:0864138899f1
143 #define ngx_filename_cmp ngx_memcmp 143 #define ngx_filename_cmp ngx_memcmp
144 144
145 #endif 145 #endif
146 146
147 147
148 #define ngx_realpath(p, r) realpath((char *) p, (char *) r)
149 #define ngx_realpath_n "realpath()"
148 #define ngx_getcwd(buf, size) (getcwd(buf, size) != NULL) 150 #define ngx_getcwd(buf, size) (getcwd(buf, size) != NULL)
149 #define ngx_getcwd_n "getcwd()" 151 #define ngx_getcwd_n "getcwd()"
150 #define NGX_MAX_PATH PATH_MAX 152 #define NGX_MAX_PATH PATH_MAX
151 153
152 #define NGX_DIR_MASK_LEN 0 154 #define NGX_DIR_MASK_LEN 0