mirror of https://github.com/fltk/fltk
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:
parent
9f5070d459
commit
ee093e2fce
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue