diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-11-13 16:16:33 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-13 16:16:33 +0000 |
commit | 45890ea8c13a561fe3fd66bf639ad429f3c18846 (patch) | |
tree | 72b5d6ceedcd3152d68d579989a99ddf0de84db5 /src/os/unix/ngx_time.h | |
parent | 562e53ea7d2ec904abba1cf9a9766fe3a91574e8 (diff) | |
download | nginx-45890ea8c13a561fe3fd66bf639ad429f3c18846.tar.gz nginx-45890ea8c13a561fe3fd66bf639ad429f3c18846.zip |
nginx-0.0.1-2003-11-13-19:16:33 import
Diffstat (limited to 'src/os/unix/ngx_time.h')
-rw-r--r-- | src/os/unix/ngx_time.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/os/unix/ngx_time.h b/src/os/unix/ngx_time.h index d942900df..b8c642283 100644 --- a/src/os/unix/ngx_time.h +++ b/src/os/unix/ngx_time.h @@ -20,7 +20,10 @@ typedef struct tm ngx_tm_t; #define ngx_tm_mon tm_mon #define ngx_tm_year tm_year #define ngx_tm_wday tm_wday + +#ifndef SOLARIS #define ngx_tm_zone tm_zone +#endif void ngx_localtime(ngx_tm_t *tm); |