mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
strcasecmp() for FLUID under AIX.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1336 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -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 $".
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user