[or-cvs] define TIME_T_IS_SIGNED on windows

Nick Mathewson nickm at seul.org
Mon Jul 25 18:13:07 UTC 2005


Update of /home/or/cvsroot/tor/src/win32
In directory moria:/tmp/cvs-serv14885/src/win32

Modified Files:
	orconfig.h 
Log Message:
define TIME_T_IS_SIGNED on windows

Index: orconfig.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/win32/orconfig.h,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- orconfig.h	25 Jul 2005 09:12:18 -0000	1.66
+++ orconfig.h	25 Jul 2005 18:13:05 -0000	1.67
@@ -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
 



More information about the tor-commits mailing list