/src/FreeImage/Source/OpenEXR/OpenEXRConfig.h

https://bitbucket.org/cabalistic/ogredeps/ · C++ Header · 46 lines · 6 code · 11 blank · 29 comment · 0 complexity · fa3b7d112816bd55fc9bafa7d47908e4 MD5 · raw file

  1. //
  2. // Define and set to 1 if the target system has POSIX thread support
  3. // and you want OpenEXR to use it for multithreaded file I/O.
  4. //
  5. #undef HAVE_PTHREAD // currently disabled in FreeImage
  6. //
  7. // Define and set to 1 if the target system supports POSIX semaphores
  8. // and you want OpenEXR to use them; otherwise, OpenEXR will use its
  9. // own semaphore implementation.
  10. //
  11. #undef HAVE_POSIX_SEMAPHORES
  12. //
  13. // Define and set to 1 if the target system is a Darwin-based system
  14. // (e.g., OS X).
  15. //
  16. #undef HAVE_DARWIN
  17. //
  18. // Define and set to 1 if the target system supports a proc filesystem
  19. // compatible with the Linux kernel's proc filesystem. Note that this
  20. // is only used by a program in the IlmImfTest test suite, it's not
  21. // used by any OpenEXR library or application code.
  22. //
  23. #undef HAVE_LINUX_PROCFS
  24. //
  25. // Define and set to 1 if the target system includes the NVIDIA Cg
  26. // runtime. The exrdisplay program will use a fragment shader to
  27. // accelerate the display of OpenEXR images.
  28. //
  29. #undef HAVE_FRAGMENT_SHADERS
  30. //
  31. // Define and set to 1 if the target system has a complete <iomanip>
  32. // implementation, specifically if it supports the std::right
  33. // formatter.
  34. //
  35. #undef HAVE_COMPLETE_IOMANIP