define TIME_T_IS_SIGNED on windows

svn:r4676
This commit is contained in:
Nick Mathewson 2005-07-25 18:13:05 +00:00
parent 48787c839e
commit 67d8c5af8f

View File

@ -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