]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bcc win32 compiler has no timeval tv_sec
authorRoger Dingledine <arma@torproject.org>
Wed, 20 Oct 2004 23:12:37 +0000 (23:12 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 20 Oct 2004 23:12:37 +0000 (23:12 +0000)
svn:r2571

src/win32/orconfig.h

index eb8e7c52a5d02639cf1e9194c3da1a5d18421966..acc9177012f561c12d5b5c088962434fe6131fb8 100644 (file)
@@ -86,7 +86,9 @@
 /* Define to 1 if you have the `strptime' function. */
 #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