diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-07-01 20:26:07 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-07-01 20:26:07 +0000 |
| commit | dbf471bfbda6e6b62c991dc0ef613aef4221b5e2 (patch) | |
| tree | 7137d98569b0c354255093b2722b34da5c5f2d29 /borlandc/config.h | |
| parent | 526e94341d0a03bd99bbdbdeff7e446e437478c4 (diff) | |
Add Borland C++ Builder project files.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2485 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'borlandc/config.h')
| -rw-r--r-- | borlandc/config.h | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/borlandc/config.h b/borlandc/config.h index f895e3dfe..878db7f1e 100644 --- a/borlandc/config.h +++ b/borlandc/config.h @@ -1,5 +1,5 @@ /* - * "$Id: config.h,v 1.1.2.2 2002/05/16 12:47:42 easysw Exp $" + * "$Id: config.h,v 1.1.2.3 2002/07/01 20:26:06 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK) for Borland C++. * @@ -27,6 +27,7 @@ * Where to find the documentation files... */ +#define FLTK_DATADIR "C:/FLTK" #define FLTK_DOCDIR "C:/FLTK/DOC" @@ -167,13 +168,28 @@ #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? */ #undef HAVE_PNG_GET_VALID #undef HAVE_PNG_SET_TRNS_TO_ALPHA +#undef HAVE_PNG_READ_DESTROY + +/* + * Do we have POSIX threading? + */ + +#undef HAVE_PTHREAD +#undef HAVE_PTHREAD_H /* - * End of "$Id: config.h,v 1.1.2.2 2002/05/16 12:47:42 easysw Exp $". + * End of "$Id: config.h,v 1.1.2.3 2002/07/01 20:26:06 easysw Exp $". */ |
