summaryrefslogtreecommitdiff
path: root/visualc
diff options
context:
space:
mode:
Diffstat (limited to 'visualc')
-rw-r--r--visualc/config.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/visualc/config.h b/visualc/config.h
index d2eadc894..08d79a1ee 100644
--- a/visualc/config.h
+++ b/visualc/config.h
@@ -1,5 +1,5 @@
/*
- * "$Id: config.h,v 1.5.2.2 2000/06/07 12:11:53 mike Exp $"
+ * "$Id: config.h,v 1.5.2.3 2000/11/20 15:44:19 easysw Exp $"
*
* Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++.
*
@@ -122,7 +122,7 @@
#define HAVE_SCANDIR 0
/*
- * possibly missing sprintf-style functions:
+ * Possibly missing sprintf-style functions:
*/
#define HAVE_VSNPRINTF 0
@@ -130,6 +130,12 @@
#define HAVE_VSPRINTF 1
/*
+ * String functions...
+ */
+
+#define HAVE_STRCASECMP 1
+
+/*
* HAVE_POLL:
*
* Use poll() if we don't have select().
@@ -138,5 +144,5 @@
#define HAVE_POLL 0
/*
- * End of "$Id: config.h,v 1.5.2.2 2000/06/07 12:11:53 mike Exp $".
+ * End of "$Id: config.h,v 1.5.2.3 2000/11/20 15:44:19 easysw Exp $".
*/