[or-cvs] Fix all warnings on win32 build

Nick Mathewson nickm at seul.org
Tue Aug 3 23:57:07 UTC 2004


Update of /home/or/cvsroot/src/win32
In directory moria.mit.edu:/tmp/cvs-serv23620/src/win32

Modified Files:
	orconfig.h 
Log Message:
Fix all warnings on win32 build

Index: orconfig.h
===================================================================
RCS file: /home/or/cvsroot/src/win32/orconfig.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- orconfig.h	7 Jun 2004 22:31:24 -0000	1.16
+++ orconfig.h	3 Aug 2004 23:57:05 -0000	1.17
@@ -36,7 +36,7 @@
 #undef HAVE_INET_ATON
 
 /* Define to 1 if you have the <inttypes.h> header file. */
-#define HAVE_INTTYPES_H
+/* #define HAVE_INTTYPES_H */
 
 /* Define to 1 if you have the <limits.h> header file. */
 #define HAVE_LIMITS_H
@@ -84,7 +84,9 @@
 #undef HAVE_STRLCPY
 
 /* Define to 1 if you have the `strptime' function. */
-#undef HAVE_STRPTIME
+#undef HAVE_STRPTIME
+
+#define HAVE_STRUCT_TIMEVAL_TV_SEC
 
 /* Define to 1 if you have the <sys/fcntl.h> header file. */
 #undef HAVE_SYS_FCNTL_H



More information about the tor-commits mailing list