You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nvidia-texture-tools/src/nvconfig.h.in

27 lines
502 B
C

#ifndef NV_CONFIG
#define NV_CONFIG
#if NV_OS_DARWIN && !NV_OS_IOS
#cmakedefine01 HAVE_UNISTD_H
#else
#cmakedefine HAVE_UNISTD_H
#endif
#cmakedefine HAVE_STDARG_H
#cmakedefine HAVE_SIGNAL_H
#cmakedefine HAVE_EXECINFO_H
#cmakedefine HAVE_MALLOC_H
#cmakedefine HAVE_OPENMP
#cmakedefine HAVE_DISPATCH_H
#define HAVE_STBIMAGE
//#cmakedefine HAVE_PNG
//#cmakedefine HAVE_JPEG
//#cmakedefine HAVE_TIFF
//#cmakedefine HAVE_OPENEXR
//#cmakedefine HAVE_FREEIMAGE
#cmakedefine HAVE_MAYA
#endif // NV_CONFIG