aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-10-20 23:12:37 +0000
committerRoger Dingledine <arma@torproject.org>2004-10-20 23:12:37 +0000
commitc3a15d1c745e3021abbe767689f113569adc7292 (patch)
tree4b23fefba4e4a571dd071483dcecfbf2cb1eb424
parent235e8f9b33e53b6f721a0bd976efa82e92b903cc (diff)
downloadtor-c3a15d1c745e3021abbe767689f113569adc7292.tar
tor-c3a15d1c745e3021abbe767689f113569adc7292.tar.gz
bcc win32 compiler has no timeval tv_sec
svn:r2571
-rw-r--r--src/win32/orconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index eb8e7c52a..acc917701 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 <sys/fcntl.h> header file. */
#undef HAVE_SYS_FCNTL_H