diff options
Diffstat (limited to 'makefiles/config.os2x')
| -rw-r--r-- | makefiles/config.os2x | 12 |
1 files changed, 9 insertions, 3 deletions
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,7 +126,7 @@ #define HAVE_SCANDIR 1 /* - * possibly missing sprintf-style functions: + * Possibly missing sprintf-style functions: */ #define HAVE_VSNPRINTF 1 @@ -134,6 +134,12 @@ #define HAVE_VSPRINTF 1 /* + * String functions... + */ + +#define HAVE_STRCASECMP 1 + +/* * HAVE_SYS_SELECT_H: * * Whether or not select() call has its own header file. @@ -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 $". */ |
