diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-07-25 18:13:05 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-07-25 18:13:05 +0000 |
commit | 67d8c5af8fea3aab8d2d8053629b358d53aaf669 (patch) | |
tree | 8325e45c17d33bed071b6b9a36907138d97d48b6 /src/win32/orconfig.h | |
parent | 48787c839e394d3c543d847e0173b988ca319cba (diff) | |
download | tor-67d8c5af8fea3aab8d2d8053629b358d53aaf669.tar tor-67d8c5af8fea3aab8d2d8053629b358d53aaf669.tar.gz |
define TIME_T_IS_SIGNED on windows
svn:r4676
Diffstat (limited to 'src/win32/orconfig.h')
-rw-r--r-- | src/win32/orconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 1d9881541..dc3b4bbc7 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -209,6 +209,9 @@ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS +/* Define to 1 if time_t is signed. */ +#define TIME_T_IS_SIGNED + /* Define to 1 iff unaligned int access is allowed */ #define UNALIGNED_INT_ACCESS_OK |