summaryrefslogtreecommitdiff
path: root/src/win32
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-03-09 22:09:13 +0000
committerNick Mathewson <nickm@torproject.org>2004-03-09 22:09:13 +0000
commit0e5a13470917fc1b9f2ed3ae7e632a265857a774 (patch)
tree6dff681f4d41c4a11b801df9f56ef3b913e43797 /src/win32
parent2da54de9682716729154872ffc7946fbca1d6391 (diff)
downloadtor-0e5a13470917fc1b9f2ed3ae7e632a265857a774.tar.gz
tor-0e5a13470917fc1b9f2ed3ae7e632a265857a774.zip
Fix DOS line endings; autoconfize checks for strptime and inet_aton
svn:r1248
Diffstat (limited to 'src/win32')
-rw-r--r--src/win32/orconfig.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 29524513ba..c8e089fb3c 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -23,6 +23,10 @@
#undef HAVE_GETTIMEOFDAY
+#undef HAVE_STRPTIME
+
+#undef HAVE_INET_ATON
+
/* Define to 1 if the system has the type `int16_t'. */
#undef HAVE_INT16_T
@@ -147,4 +151,4 @@
#define VERSION "0.0.2pre6"
/* XXXX WWWW */
-#define CONFDIR "" \ No newline at end of file
+#define CONFDIR ""