From a45a6308d0a0d5db68f9fa5103cb91de4a5ef52c Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 20 Nov 2000 15:44:19 +0000 Subject: strcasecmp() for FLUID under AIX. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1336 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makefiles/config.cygwin | 12 +++++++++--- makefiles/config.mingw | 12 +++++++++--- makefiles/config.no-cygwin | 12 +++++++++--- makefiles/config.os2x | 12 +++++++++--- 4 files changed, 36 insertions(+), 12 deletions(-) (limited to 'makefiles') diff --git a/makefiles/config.cygwin b/makefiles/config.cygwin index ea0dc5571..0c21d9704 100644 --- a/makefiles/config.cygwin +++ b/makefiles/config.cygwin @@ -1,5 +1,5 @@ /* - * "$Id: config.cygwin,v 1.1.2.1 2000/06/20 18:47:32 carl Exp $" + * "$Id: config.cygwin,v 1.1.2.2 2000/11/20 15:44:18 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -129,13 +129,19 @@ #define HAVE_SCANDIR 1 /* - * possibly missing sprintf-style functions: + * Possibly missing sprintf-style functions: */ #define HAVE_VSNPRINTF 1 #define HAVE_SNPRINTF 1 #define HAVE_VSPRINTF 1 +/* + * String functions... + */ + +#define HAVE_STRCASECMP 1 + /* * HAVE_SYS_SELECT_H: * @@ -153,5 +159,5 @@ #define HAVE_POLL 0 /* - * End of "$Id: config.cygwin,v 1.1.2.1 2000/06/20 18:47:32 carl Exp $". + * End of "$Id: config.cygwin,v 1.1.2.2 2000/11/20 15:44:18 easysw Exp $". */ 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,13 +129,19 @@ #define HAVE_SCANDIR 0 /* - * possibly missing sprintf-style functions: + * Possibly missing sprintf-style functions: */ #define HAVE_VSNPRINTF 0 #define HAVE_SNPRINTF 0 #define HAVE_VSPRINTF 0 +/* + * String functions... + */ + +#define HAVE_STRCASECMP 1 + /* * HAVE_SYS_SELECT_H: * @@ -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 $". */ diff --git a/makefiles/config.no-cygwin b/makefiles/config.no-cygwin index 2ab4d1d1b..93a82a8e9 100644 --- a/makefiles/config.no-cygwin +++ b/makefiles/config.no-cygwin @@ -1,5 +1,5 @@ /* - * "$Id: config.no-cygwin,v 1.1.2.1 2000/06/20 05:47:35 bill Exp $" + * "$Id: config.no-cygwin,v 1.1.2.2 2000/11/20 15:44:18 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -129,13 +129,19 @@ #define HAVE_SCANDIR 0 /* - * possibly missing sprintf-style functions: + * Possibly missing sprintf-style functions: */ #define HAVE_VSNPRINTF 0 #define HAVE_SNPRINTF 0 #define HAVE_VSPRINTF 0 +/* + * String functions... + */ + +#define HAVE_STRCASECMP 1 + /* * HAVE_SYS_SELECT_H: * @@ -153,5 +159,5 @@ #define HAVE_POLL 0 /* - * End of "$Id: config.no-cygwin,v 1.1.2.1 2000/06/20 05:47:35 bill Exp $". + * End of "$Id: config.no-cygwin,v 1.1.2.2 2000/11/20 15:44:18 easysw Exp $". */ diff --git a/makefiles/config.os2x b/makefiles/config.os2x index 1599d05bc..f25d186d2 100644 --- a/makefiles/config.os2x +++ b/makefiles/config.os2x @@ -1,5 +1,5 @@ /* - * "$Id: config.os2x,v 1.1.2.1 2000/08/19 19:03:46 spitzak Exp $" + * "$Id: config.os2x,v 1.1.2.2 2000/11/20 15:44:18 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -126,13 +126,19 @@ #define HAVE_SCANDIR 1 /* - * possibly missing sprintf-style functions: + * Possibly missing sprintf-style functions: */ #define HAVE_VSNPRINTF 1 #define HAVE_SNPRINTF 1 #define HAVE_VSPRINTF 1 +/* + * String functions... + */ + +#define HAVE_STRCASECMP 1 + /* * HAVE_SYS_SELECT_H: * @@ -150,5 +156,5 @@ #define HAVE_POLL 0 /* - * End of "$Id: config.os2x,v 1.1.2.1 2000/08/19 19:03:46 spitzak Exp $". + * End of "$Id: config.os2x,v 1.1.2.2 2000/11/20 15:44:18 easysw Exp $". */ -- cgit v1.2.3