summaryrefslogtreecommitdiff
path: root/makefiles/config.mingw
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/config.mingw')
-rw-r--r--makefiles/config.mingw12
1 files changed, 9 insertions, 3 deletions
diff --git a/makefiles/config.mingw b/makefiles/config.mingw
index b925c7c99..fe0e30b52 100644
--- a/makefiles/config.mingw
+++ b/makefiles/config.mingw
@@ -1,5 +1,5 @@
/*
- * "$Id: config.mingw,v 1.1.2.1 2000/06/13 20:33:35 mike Exp $"
+ * "$Id: config.mingw,v 1.1.2.2 2000/11/20 15:44:18 easysw Exp $"
*
* Configuration file for the Fast Light Tool Kit (FLTK).
*
@@ -129,7 +129,7 @@
#define HAVE_SCANDIR 0
/*
- * possibly missing sprintf-style functions:
+ * Possibly missing sprintf-style functions:
*/
#define HAVE_VSNPRINTF 0
@@ -137,6 +137,12 @@
#define HAVE_VSPRINTF 0
/*
+ * String functions...
+ */
+
+#define HAVE_STRCASECMP 1
+
+/*
* HAVE_SYS_SELECT_H:
*
* Whether or not select() call has its own header file.
@@ -153,5 +159,5 @@
#define HAVE_POLL 0
/*
- * End of "$Id: config.mingw,v 1.1.2.1 2000/06/13 20:33:35 mike Exp $".
+ * End of "$Id: config.mingw,v 1.1.2.2 2000/11/20 15:44:18 easysw Exp $".
*/