Added vsnprintf stuff to config files...

git-svn-id: file:///fltk/svn/fltk/trunk@59 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 1998-11-05 20:12:21 +00:00
parent 9f5070d459
commit ee093e2fce
2 changed files with 32 additions and 0 deletions

View File

@ -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

View File

@ -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