[or-cvs] Fix DOS line endings; autoconfize checks for strptime and ...

Nick Mathewson nickm at seul.org
Tue Mar 9 22:09:16 UTC 2004


Update of /home/or/cvsroot/src/win32
In directory moria.mit.edu:/tmp/cvs-serv15735/src/win32

Modified Files:
	orconfig.h 
Log Message:
Fix DOS line endings; autoconfize checks for strptime and  inet_aton

Index: orconfig.h
===================================================================
RCS file: /home/or/cvsroot/src/win32/orconfig.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- orconfig.h	9 Mar 2004 22:01:17 -0000	1.5
+++ orconfig.h	9 Mar 2004 22:09:13 -0000	1.6
@@ -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
 
@@ -145,6 +149,6 @@
 
 /* Version number of package */
 #define VERSION "0.0.2pre6"
-
-/* XXXX WWWW */
-#define CONFDIR ""
\ No newline at end of file
+
+/* XXXX WWWW */
+#define CONFDIR ""



More information about the tor-commits mailing list