diff options
Diffstat (limited to 'makefiles')
| -rw-r--r-- | makefiles/config.mingw | 12 | ||||
| -rw-r--r-- | makefiles/config.os2x | 13 |
2 files changed, 18 insertions, 7 deletions
diff --git a/makefiles/config.mingw b/makefiles/config.mingw index ef1c3c421..100951d19 100644 --- a/makefiles/config.mingw +++ b/makefiles/config.mingw @@ -1,5 +1,5 @@ /* - * "$Id: config.mingw,v 1.1.2.3.2.2 2001/10/19 14:04:08 easysw Exp $" + * "$Id: config.mingw,v 1.1.2.3.2.3 2002/04/24 18:29:05 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -29,7 +29,6 @@ #define FLTK_DOCDIR "C:/FLTK/DOC" - /* * BORDER_WIDTH: * @@ -174,6 +173,13 @@ #undef HAVE_LIBJPEG /* + * Which header file do we include for libpng? + */ + +#undef HAVE_PNG_H +#undef HAVE_LIBPNG_PNG_H + +/* * Do we have the png_xyz() functions? */ @@ -183,5 +189,5 @@ /* - * End of "$Id: config.mingw,v 1.1.2.3.2.2 2001/10/19 14:04:08 easysw Exp $". + * End of "$Id: config.mingw,v 1.1.2.3.2.3 2002/04/24 18:29:05 easysw Exp $". */ diff --git a/makefiles/config.os2x b/makefiles/config.os2x index 70178494e..aa3574d62 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.4 2002/03/26 18:47:01 easysw Exp $" + * "$Id: config.os2x,v 1.1.2.4.2.5 2002/04/24 18:29:05 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @configure_input@ @@ -31,7 +31,6 @@ #define FLTK_DOCDIR "/usr/local/share/doc/fltk" - /* * BORDER_WIDTH: * @@ -198,6 +197,13 @@ #define HAVE_LIBJPEG 1 /* + * Which header file do we include for libpng? + */ + +#define HAVE_PNG_H +#undef HAVE_LIBPNG_PNG_H + +/* * Do we have the png_xyz() functions? */ @@ -205,7 +211,6 @@ /* #undef HAVE_PNG_SET_TRNS_TO_ALPHA */ #define HAVE_PNG_READ_DESTROY 1 - /* * Do we have POSIX threading? */ @@ -215,5 +220,5 @@ /* - * End of "$Id: config.os2x,v 1.1.2.4.2.4 2002/03/26 18:47:01 easysw Exp $". + * End of "$Id: config.os2x,v 1.1.2.4.2.5 2002/04/24 18:29:05 easysw Exp $". */ |
