summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-07-25 18:13:05 +0000
committerNick Mathewson <nickm@torproject.org>2005-07-25 18:13:05 +0000
commit67d8c5af8fea3aab8d2d8053629b358d53aaf669 (patch)
tree8325e45c17d33bed071b6b9a36907138d97d48b6
parent48787c839e394d3c543d847e0173b988ca319cba (diff)
downloadtor-67d8c5af8fea3aab8d2d8053629b358d53aaf669.tar.gz
tor-67d8c5af8fea3aab8d2d8053629b358d53aaf669.zip
define TIME_T_IS_SIGNED on windows
svn:r4676
-rw-r--r--src/win32/orconfig.h3
1 files changed, 3 insertions, 0 deletions
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