diff options
Diffstat (limited to 'makefiles')
| -rw-r--r-- | makefiles/config.cygnus | 16 | ||||
| -rw-r--r-- | makefiles/config.mingw32 | 16 |
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 |
