From: Roger Dingledine Date: Wed, 20 Oct 2004 23:12:37 +0000 (+0000) Subject: bcc win32 compiler has no timeval tv_sec X-Git-Tag: debian-version-0.0.8+0.0.9pre5-1~210 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3a15d1c745e3021abbe767689f113569adc7292;p=thirdparty%2Ftor.git bcc win32 compiler has no timeval tv_sec svn:r2571 --- diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index eb8e7c52a5..acc9177012 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -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 header file. */ #undef HAVE_SYS_FCNTL_H