summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/config.cygwin27
-rw-r--r--makefiles/config.mingw27
-rw-r--r--makefiles/config.no-cygwin27
-rw-r--r--makefiles/config.os2x27
4 files changed, 100 insertions, 8 deletions
diff --git a/makefiles/config.cygwin b/makefiles/config.cygwin
index 35c26f457..77a7a56ed 100644
--- a/makefiles/config.cygwin
+++ b/makefiles/config.cygwin
@@ -1,5 +1,5 @@
/*
- * "$Id: config.cygwin,v 1.1.2.3 2001/01/22 15:13:39 easysw Exp $"
+ * "$Id: config.cygwin,v 1.1.2.3.2.1 2001/10/01 16:49:29 easysw Exp $"
*
* Configuration file for the Fast Light Tool Kit (FLTK).
*
@@ -24,6 +24,13 @@
*/
/*
+ * Where to find the documentation files...
+ */
+
+#define FLTK_DOCDIR "C:/FLTK/DOC"
+
+
+/*
* BORDER_WIDTH:
*
* Thickness of FL_UP_BOX and FL_DOWN_BOX. Current 1,2, and 3 are
@@ -159,5 +166,21 @@
#define HAVE_POLL 0
/*
- * End of "$Id: config.cygwin,v 1.1.2.3 2001/01/22 15:13:39 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.cygwin,v 1.1.2.3.2.1 2001/10/01 16:49:29 easysw Exp $".
*/
diff --git a/makefiles/config.mingw b/makefiles/config.mingw
index bfe81e950..b5b35f8cb 100644
--- a/makefiles/config.mingw
+++ b/makefiles/config.mingw
@@ -1,5 +1,5 @@
/*
- * "$Id: config.mingw,v 1.1.2.3 2001/01/22 15:13:39 easysw Exp $"
+ * "$Id: config.mingw,v 1.1.2.3.2.1 2001/10/01 16:49:29 easysw Exp $"
*
* Configuration file for the Fast Light Tool Kit (FLTK).
*
@@ -24,6 +24,13 @@
*/
/*
+ * Where to find the documentation files...
+ */
+
+#define FLTK_DOCDIR "C:/FLTK/DOC"
+
+
+/*
* BORDER_WIDTH:
*
* Thickness of FL_UP_BOX and FL_DOWN_BOX. Current 1,2, and 3 are
@@ -159,5 +166,21 @@
#define HAVE_POLL 0
/*
- * End of "$Id: config.mingw,v 1.1.2.3 2001/01/22 15:13:39 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.mingw,v 1.1.2.3.2.1 2001/10/01 16:49:29 easysw Exp $".
*/
diff --git a/makefiles/config.no-cygwin b/makefiles/config.no-cygwin
index 27dfecdc3..2330a6042 100644
--- a/makefiles/config.no-cygwin
+++ b/makefiles/config.no-cygwin
@@ -1,5 +1,5 @@
/*
- * "$Id: config.no-cygwin,v 1.1.2.3 2001/01/22 15:13:39 easysw Exp $"
+ * "$Id: config.no-cygwin,v 1.1.2.3.2.1 2001/10/01 16:49:29 easysw Exp $"
*
* Configuration file for the Fast Light Tool Kit (FLTK).
*
@@ -24,6 +24,13 @@
*/
/*
+ * Where to find the documentation files...
+ */
+
+#define FLTK_DOCDIR "C:/FLTK/DOC"
+
+
+/*
* BORDER_WIDTH:
*
* Thickness of FL_UP_BOX and FL_DOWN_BOX. Current 1,2, and 3 are
@@ -159,5 +166,21 @@
#define HAVE_POLL 0
/*
- * End of "$Id: config.no-cygwin,v 1.1.2.3 2001/01/22 15:13:39 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.no-cygwin,v 1.1.2.3.2.1 2001/10/01 16:49:29 easysw Exp $".
*/
diff --git a/makefiles/config.os2x b/makefiles/config.os2x
index 3ac6c730c..f7dc25cde 100644
--- a/makefiles/config.os2x
+++ b/makefiles/config.os2x
@@ -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).
*
@@ -24,6 +24,13 @@
*/
/*
+ * Where to find the documentation files...
+ */
+
+#define FLTK_DOCDIR "C:/FLTK/DOC"
+
+
+/*
* BORDER_WIDTH:
*
* Thickness of FL_UP_BOX and FL_DOWN_BOX. Current 1,2, and 3 are
@@ -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 $".
*/