summaryrefslogtreecommitdiff
path: root/src/win32
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-08-03 23:57:05 +0000
committerNick Mathewson <nickm@torproject.org>2004-08-03 23:57:05 +0000
commit5b61dd04570c93ec6663f5893951c312b95f58f9 (patch)
tree4e7be06b8f2cf38ed3ad38e9cebf006f57650fdf /src/win32
parent8cb412412127dafd88e6b6a5b39a6b897f174a7c (diff)
downloadtor-5b61dd04570c93ec6663f5893951c312b95f58f9.tar.gz
tor-5b61dd04570c93ec6663f5893951c312b95f58f9.zip
Fix all warnings on win32 build
svn:r2127
Diffstat (limited to 'src/win32')
-rw-r--r--src/win32/orconfig.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 0594cfab33..ddbf23a0fb 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -36,7 +36,7 @@
#undef HAVE_INET_ATON
/* Define to 1 if you have the <inttypes.h> header file. */
-#define HAVE_INTTYPES_H
+/* #define HAVE_INTTYPES_H */
/* Define to 1 if you have the <limits.h> header file. */
#define HAVE_LIMITS_H
@@ -86,6 +86,8 @@
/* Define to 1 if you have the `strptime' function. */
#undef HAVE_STRPTIME
+#define HAVE_STRUCT_TIMEVAL_TV_SEC
+
/* Define to 1 if you have the <sys/fcntl.h> header file. */
#undef HAVE_SYS_FCNTL_H