aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.h.win323
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h.win32 b/config.h.win32
index 168caec337..139885e392 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -1,4 +1,4 @@
-/* $Id: config.h.win32,v 1.12 2000/07/04 12:09:44 gram Exp $ */
+/* $Id: config.h.win32,v 1.13 2000/07/05 17:24:29 gram Exp $ */
/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -76,6 +76,7 @@
#define NEED_GETOPT_H 1
#define snprintf _snprintf
#define vsnprintf _vsnprintf
+#define strcasecmp stricmp
#define strncasecmp strnicmp
#define open _open
#define close _close