Browse Source

define TIME_T_IS_SIGNED on windows

svn:r4676
Nick Mathewson 20 years ago
parent
commit
67d8c5af8f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/win32/orconfig.h

+ 3 - 0
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