aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-02 08:07:47 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-02 08:07:47 +0000
commit8e4d1cce1e90c0ddcc702ae9ff51ee33b79fec51 (patch)
tree1b7b6b659bf0f73b104b2c157f68876b29c21049
parentb699efc45112b0c96a4e25ad8960ed99efb837bb (diff)
Windows+MSVC lacks "strptime()", so we need to include "strptime.h" to
declare our version of it. svn path=/trunk/; revision=3502
-rw-r--r--config.h.win323
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h.win32 b/config.h.win32
index 5ae0f8a53c..aa783f3b31 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -1,4 +1,4 @@
-/* $Id: config.h.win32,v 1.28 2001/05/01 02:44:51 guy Exp $ */
+/* $Id: config.h.win32,v 1.29 2001/06/02 08:07:47 guy Exp $ */
/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -120,6 +120,7 @@
#define NEED_INET_ATON_H 1
#define NEED_INET_V6DEFS_H 1
#define NEED_GETOPT_H 1
+#define NEED_STRPTIME_H 1
#define snprintf _snprintf
#define vsnprintf _vsnprintf
#define strcasecmp stricmp