From 0e5a13470917fc1b9f2ed3ae7e632a265857a774 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 9 Mar 2004 22:09:13 +0000 Subject: Fix DOS line endings; autoconfize checks for strptime and inet_aton svn:r1248 --- src/win32/orconfig.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/win32') 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 "" -- cgit v1.2.3-54-g00ecf