Browse Source

bcc win32 compiler has no timeval tv_sec

svn:r2571
Roger Dingledine 21 years ago
parent
commit
c3a15d1c74
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/win32/orconfig.h

+ 2 - 0
src/win32/orconfig.h

@@ -86,7 +86,9 @@
 /* Define to 1 if you have the `strptime' function. */
 /* 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
 #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. */
 /* Define to 1 if you have the <sys/fcntl.h> header file. */
 #undef HAVE_SYS_FCNTL_H
 #undef HAVE_SYS_FCNTL_H