nvidia-texture-tools/project/vc9/nvconfig.h

23 lines
373 B
C
Raw Normal View History

2008-05-07 21:45:48 +00:00
#ifndef NV_CONFIG
#define NV_CONFIG
//#cmakedefine HAVE_UNISTD_H
#define HAVE_STDARG_H
//#cmakedefine HAVE_SIGNAL_H
//#cmakedefine HAVE_EXECINFO_H
#define HAVE_MALLOC_H
2011-04-06 02:41:15 +00:00
#if defined(_OPENMP)
2010-06-01 02:04:09 +00:00
#define HAVE_OPENMP
#endif
2011-04-06 02:41:15 +00:00
/*#if !defined(_M_X64)
//#define HAVE_FREEIMAGE
#define HAVE_PNG
#define HAVE_JPEG
#define HAVE_TIFF
2011-04-06 02:41:15 +00:00
#endif*/
#define HAVE_STBIMAGE
2008-05-07 21:45:48 +00:00
#endif // NV_CONFIG