summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-11-05 20:12:21 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-11-05 20:12:21 +0000
commitee093e2fceffb7e25e69225e9c1f59e17ae008a5 (patch)
tree63874faa051212b5ff1907e97b77ead9c4f859a7
parent9f5070d459915f33803d3ec37d5224c4df500c36 (diff)
Added vsnprintf stuff to config files...
git-svn-id: file:///fltk/svn/fltk/trunk@59 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--makefiles/config.cygnus16
-rw-r--r--makefiles/config.mingw3216
2 files changed, 32 insertions, 0 deletions
diff --git a/makefiles/config.cygnus b/makefiles/config.cygnus
index 847ec742e..a8a5cc758 100644
--- a/makefiles/config.cygnus
+++ b/makefiles/config.cygnus
@@ -50,3 +50,19 @@
#define HAVE_SYS_DIR_H 0
#define HAVE_NDIR_H 0
#define HAVE_SCANDIR 0
+
+/*
+ * possibly missing sprintf-style functions:
+ */
+
+#define HAVE_VSNPRINTF 0
+#define HAVE_SNPRINTF 0
+#define HAVE_VSPRINTF 0
+
+/*
+ * HAVE_LIBJPEG
+ *
+ * Do we have the JPEG group's JPEG file library?
+ */
+
+#define HAVE_LIBJPEG 0
diff --git a/makefiles/config.mingw32 b/makefiles/config.mingw32
index 847ec742e..a8a5cc758 100644
--- a/makefiles/config.mingw32
+++ b/makefiles/config.mingw32
@@ -50,3 +50,19 @@
#define HAVE_SYS_DIR_H 0
#define HAVE_NDIR_H 0
#define HAVE_SCANDIR 0
+
+/*
+ * possibly missing sprintf-style functions:
+ */
+
+#define HAVE_VSNPRINTF 0
+#define HAVE_SNPRINTF 0
+#define HAVE_VSPRINTF 0
+
+/*
+ * HAVE_LIBJPEG
+ *
+ * Do we have the JPEG group's JPEG file library?
+ */
+
+#define HAVE_LIBJPEG 0