[or-cvs] bcc win32 compiler has no timeval tv_sec

Roger Dingledine arma at seul.org
Wed Oct 20 23:12:40 UTC 2004


Update of /home/or/cvsroot/src/win32
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/win32

Modified Files:
	orconfig.h 
Log Message:
bcc win32 compiler has no timeval tv_sec


Index: orconfig.h
===================================================================
RCS file: /home/or/cvsroot/src/win32/orconfig.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- orconfig.h	16 Oct 2004 23:18:58 -0000	1.23
+++ orconfig.h	20 Oct 2004 23:12:37 -0000	1.24
@@ -84,9 +84,11 @@
 #undef HAVE_STRLCPY
 
 /* Define to 1 if you have the `strptime' function. */
-#undef HAVE_STRPTIME
-
+#undef HAVE_STRPTIME
+
+/* Define to 1 if your timeval has a tv_sec element. */
 #define HAVE_STRUCT_TIMEVAL_TV_SEC
+/* Change to #undef if you're using BCC */
 
 /* Define to 1 if you have the <sys/fcntl.h> header file. */
 #undef HAVE_SYS_FCNTL_H
@@ -182,7 +184,7 @@
 #undef SIZEOF_UINT64_T
 
 /* The size of a `uint8_t', as computed by sizeof. */
-#undef SIZEOF_UINT8_T
+#undef SIZEOF_UINT8_T
 
 /* The size of a `void *', as computed by sizeof. */
 #define SIZEOF_VOID_P 4



More information about the tor-commits mailing list