diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-19 14:19:10 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-19 14:19:10 +0000 |
| commit | b7c2c08f1edbd230d72587a68d76ae68a4ac7153 (patch) | |
| tree | 26985a951e40e0534c5bc6e2b2ca8064e9b4b2cc | |
| parent | dc5fa8454ca1f01fa701c18a21e12f2dd552d46d (diff) | |
Tweek OS/2 config header...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2243 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | makefiles/config.os2x | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/makefiles/config.os2x b/makefiles/config.os2x index f277051f8..0d92d7c9e 100644 --- a/makefiles/config.os2x +++ b/makefiles/config.os2x @@ -1,6 +1,6 @@ /* config.h. Generated automatically by configure. */ /* - * "$Id: config.os2x,v 1.1.2.4.2.7 2002/05/16 12:47:43 easysw Exp $" + * "$Id: config.os2x,v 1.1.2.4.2.8 2002/05/19 14:19:10 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @configure_input@ @@ -162,7 +162,7 @@ */ #define HAVE_STRINGS_H 1 -/* #undef HAVE_STRCASECMP */ +#define HAVE_STRCASECMP 1 /* #undef HAVE_STRLCAT*/ /* #undef HAVE_STRLCPY*/ @@ -202,7 +202,7 @@ * Which header file do we include for libpng? */ -#define HAVE_PNG_H +#define HAVE_PNG_H 1 #undef HAVE_LIBPNG_PNG_H /* @@ -222,5 +222,5 @@ /* - * End of "$Id: config.os2x,v 1.1.2.4.2.7 2002/05/16 12:47:43 easysw Exp $". + * End of "$Id: config.os2x,v 1.1.2.4.2.8 2002/05/19 14:19:10 easysw Exp $". */ |
