Check for png_set_tRNS_to_alpha() in configure script.

Add image and documentation defines to all of the config.h files.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1629 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2001-10-01 16:49:29 +00:00
parent adda701215
commit 8310941985
8 changed files with 121 additions and 17 deletions
+25 -2
View File
@@ -1,5 +1,5 @@
/*
* "$Id: config.os2x,v 1.1.2.4 2001/05/06 13:32:48 easysw Exp $"
* "$Id: config.os2x,v 1.1.2.4.2.1 2001/10/01 16:49:29 easysw Exp $"
*
* Configuration file for the Fast Light Tool Kit (FLTK).
*
@@ -23,6 +23,13 @@
* Please report all bugs and problems to "FLTK-bugs@fltk.org".
*/
/*
* Where to find the documentation files...
*/
#define FLTK_DOCDIR "C:/FLTK/DOC"
/*
* BORDER_WIDTH:
*
@@ -156,5 +163,21 @@
#define HAVE_POLL 0
/*
* End of "$Id: config.os2x,v 1.1.2.4 2001/05/06 13:32:48 easysw Exp $".
* Do we have various image libraries?
*/
#undef HAVE_LIBPNG
#undef HAVE_LIBZ
#undef HAVE_LIBJPEG
/*
* Do we have the png_xyz() functions?
*/
#undef HAVE_PNG_GET_VALID
#undef HAVE_PNG_SET_TRNS_TO_ALPHA
/*
* End of "$Id: config.os2x,v 1.1.2.4.2.1 2001/10/01 16:49:29 easysw Exp $".
*/