From ee093e2fceffb7e25e69225e9c1f59e17ae008a5 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 5 Nov 1998 20:12:21 +0000 Subject: Added vsnprintf stuff to config files... git-svn-id: file:///fltk/svn/fltk/trunk@59 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makefiles/config.cygnus | 16 ++++++++++++++++ makefiles/config.mingw32 | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) (limited to 'makefiles') 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 -- cgit v1.2.3