From 67d8c5af8fea3aab8d2d8053629b358d53aaf669 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 25 Jul 2005 18:13:05 +0000 Subject: define TIME_T_IS_SIGNED on windows svn:r4676 --- src/win32/orconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/win32/orconfig.h') diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 1d9881541b..dc3b4bbc70 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 -- cgit v1.2.3-54-g00ecf