diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-06-20 19:54:15 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-06-20 19:54:15 +0000 |
| commit | 73a73b5a60b1c6c985f3e9a5d7cddbe292ad01a4 (patch) | |
| tree | fe274167bb823494fe327e9f48a97a330cfe5c49 /auto | |
| parent | f7290501f2426950f6c3ff7a2e3280bfaa831f0b (diff) | |
| download | nginx-73a73b5a60b1c6c985f3e9a5d7cddbe292ad01a4.tar.gz nginx-73a73b5a60b1c6c985f3e9a5d7cddbe292ad01a4.tar.bz2 | |
nginx-0.0.7-2004-06-20-23:54:15 import
Diffstat (limited to 'auto')
| -rw-r--r-- | auto/types/maxvalue | 6 | ||||
| -rwxr-xr-x | auto/unix | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/auto/types/maxvalue b/auto/types/maxvalue new file mode 100644 index 000000000..91752a26d --- /dev/null +++ b/auto/types/maxvalue @@ -0,0 +1,6 @@ + +cat << END >> $NGX_AUTO_CONFIG_H + +#ifndef $ngx_type_max_value +#define $ngx_type_max_value $ngx_max_size +#endif @@ -46,6 +46,7 @@ CC_WARN=$CC_STRONG ngx_fmt_collect=no ngx_fmt_name=OFF_T_FMT; ngx_type="off_t"; . auto/types/sizeof +ngx_type_max_value=OFF_T_MAX_VALUE; . auto/types/maxvalue eval ngx_formats=\${ngx_${ngx_bytes}_fmt}; . auto/fmt/fmt ngx_fmt_name=TIME_T_FMT; ngx_type="time_t"; . auto/types/sizeof |
