Windows+MSVC lacks "strptime()", so we need to include "strptime.h" to
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 2 Jun 2001 08:07:47 +0000 (08:07 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 2 Jun 2001 08:07:47 +0000 (08:07 +0000)
declare our version of it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3502 f5534014-38df-0310-8fa8-9805f1628bb7

config.h.win32

index 5ae0f8a53cfc56c130217451d4b2cdfcc1ebe366..aa783f3b31dc39b50d16cf486b2daae7dd46cbcd 100644 (file)
@@ -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.  */
 #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