nvidia-texture-tools/src/nvconfig.h.in

22 lines
397 B
C
Raw Normal View History

2007-04-17 08:49:19 +00:00
#ifndef NV_CONFIG
#define NV_CONFIG
#cmakedefine HAVE_UNISTD_H
#cmakedefine HAVE_STDARG_H
#cmakedefine HAVE_SIGNAL_H
#cmakedefine HAVE_EXECINFO_H
#cmakedefine HAVE_MALLOC_H
2010-03-16 22:31:27 +00:00
#cmakedefine HAVE_OPENMP
2010-11-26 07:20:23 +00:00
#cmakedefine HAVE_DISPATCH_H
2010-03-16 22:31:27 +00:00
2007-04-17 08:49:19 +00:00
#cmakedefine HAVE_PNG
#cmakedefine HAVE_JPEG
#cmakedefine HAVE_TIFF
#cmakedefine HAVE_OPENEXR
#cmakedefine HAVE_FREEIMAGE
#cmakedefine HAVE_MAYA
2007-04-17 08:49:19 +00:00
#endif // NV_CONFIG