summaryrefslogtreecommitdiff
path: root/configh.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2000-11-20 15:44:19 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2000-11-20 15:44:19 +0000
commita45a6308d0a0d5db68f9fa5103cb91de4a5ef52c (patch)
treea74874c525c2763fc775954348b5132eb4e0aa7a /configh.in
parent0c6010abea726c977e7d6384fe5bbf0b7e1accb2 (diff)
strcasecmp() for FLUID under AIX.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1336 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configh.in')
-rw-r--r--configh.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/configh.in b/configh.in
index f97f8008a..8fb0977a6 100644
--- a/configh.in
+++ b/configh.in
@@ -1,5 +1,5 @@
/*
- * "$Id: configh.in,v 1.11.2.5 2000/06/18 00:38:37 bill Exp $"
+ * "$Id: configh.in,v 1.11.2.6 2000/11/20 15:44:17 easysw Exp $"
*
* Configuration file for the Fast Light Tool Kit (FLTK).
* @configure_input@
@@ -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 0
+
+/*
* HAVE_SYS_SELECT_H:
*
* Whether or not select() call has its own header file.
@@ -153,5 +159,5 @@
#define USE_POLL 0
/*
- * End of "$Id: configh.in,v 1.11.2.5 2000/06/18 00:38:37 bill Exp $".
+ * End of "$Id: configh.in,v 1.11.2.6 2000/11/20 15:44:17 easysw Exp $".
*/