diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-21 18:13:32 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-21 18:13:32 +0000 |
| commit | 25d0f44ddd753ef3457c29cef7d5c5d66c306a26 (patch) | |
| tree | 52e61bf7089197af2d62ec0d400c0d89e570c019 /makefiles/config.os2x | |
| parent | dc560e83e39cad62c6583d74b9d84c6eda98d1f6 (diff) | |
Fix MingW config header (undef instead of define 0)
Mirror some of those changes into OS/2 config header, too.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2248 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makefiles/config.os2x')
| -rw-r--r-- | makefiles/config.os2x | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/makefiles/config.os2x b/makefiles/config.os2x index 0d92d7c9e..50934043c 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.8 2002/05/19 14:19:10 easysw Exp $" + * "$Id: config.os2x,v 1.1.2.4.2.9 2002/05/21 18:13:32 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @configure_input@ @@ -203,7 +203,7 @@ */ #define HAVE_PNG_H 1 -#undef HAVE_LIBPNG_PNG_H +/* #undef HAVE_LIBPNG_PNG_H */ /* * Do we have the png_xyz() functions? @@ -222,5 +222,5 @@ /* - * End of "$Id: config.os2x,v 1.1.2.4.2.8 2002/05/19 14:19:10 easysw Exp $". + * End of "$Id: config.os2x,v 1.1.2.4.2.9 2002/05/21 18:13:32 easysw Exp $". */ |
