[or-cvs] Win32 compilation/correctness fixes.

Nick Mathewson nickm at seul.org
Fri Oct 7 19:33:49 UTC 2005


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

Modified Files:
	orconfig.h 
Log Message:
Win32 compilation/correctness fixes.

Index: orconfig.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/win32/orconfig.h,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- orconfig.h	19 Sep 2005 22:02:14 -0000	1.76
+++ orconfig.h	7 Oct 2005 19:33:47 -0000	1.77
@@ -125,6 +125,9 @@
 /* Define to 1 if you have the <sys/types.h> header file. */
 #define HAVE_SYS_TYPES_H
 
+/* Define to 1 if you have the <sys/utime.h> header file. */
+#define HAVE_SYS_UTIME_H
+
 /* Define to 1 if you have the <sys/wait.h> header file. */
 #undef HAVE_SYS_WAIT_H
 



More information about the tor-commits mailing list