diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-02 19:43:49 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-02 19:43:49 +0000 |
| commit | 9d81d971f7861da5f558ecd797cf0aa575288dc9 (patch) | |
| tree | 076df94b88a8b67631fd645bd9d5497bd0bf2f40 /configh.in | |
| parent | 80247acbc2fe08fa9d5df4579469ea2431972586 (diff) | |
Fl_HelpDialog and Fl_HelpView widgets.
"help" demo.
Minor doco updates.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1539 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configh.in')
| -rw-r--r-- | configh.in | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/configh.in b/configh.in index 22e9a0c49..0785b6ebe 100644 --- a/configh.in +++ b/configh.in @@ -1,5 +1,5 @@ /* - * "$Id: configh.in,v 1.11.2.11 2001/04/30 17:17:01 easysw Exp $" + * "$Id: configh.in,v 1.11.2.11.2.1 2001/08/02 19:43:49 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @configure_input@ @@ -177,5 +177,20 @@ #define USE_POLL 0 /* - * End of "$Id: configh.in,v 1.11.2.11 2001/04/30 17:17:01 easysw Exp $". + * Do we have various image libraries? + */ + +#undef HAVE_LIBPNG +#undef HAVE_LIBZ +#undef HAVE_LIBJPEG + +/* + * Do we have the png_get_valid() function? + */ + +#undef HAVE_PNG_GET_VALID + + +/* + * End of "$Id: configh.in,v 1.11.2.11.2.1 2001/08/02 19:43:49 easysw Exp $". */ |
