diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-06-28 16:05:02 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-06-28 16:05:02 +0000 |
commit | b14b91020284baf090b40bdb6ba87b99751f27fb (patch) | |
tree | 5c0a3b3cd099910a1d9698b6972db858839b3067 /src/os/win32/ngx_win32_config.h | |
parent | c02473048cee372cb8644e1f2d566431781074d2 (diff) | |
download | nginx-b14b91020284baf090b40bdb6ba87b99751f27fb.tar.gz nginx-b14b91020284baf090b40bdb6ba87b99751f27fb.zip |
nginx-0.0.7-2004-06-28-20:05:02 import
Diffstat (limited to 'src/os/win32/ngx_win32_config.h')
-rw-r--r-- | src/os/win32/ngx_win32_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/win32/ngx_win32_config.h b/src/os/win32/ngx_win32_config.h index 72e5c5e79..c48fb3823 100644 --- a/src/os/win32/ngx_win32_config.h +++ b/src/os/win32/ngx_win32_config.h @@ -104,6 +104,8 @@ typedef int sig_atomic_t; typedef uint32_t ngx_atomic_t; +#define TIME_T_LEN sizeof("-2147483648") - 1 + #define OFF_T_FMT "%I64d" #define SIZE_T_FMT "%d" #define SIZE_T_X_FMT "%x" |