Blame config.windows/OpenEXRConfig.h
|
Packit Service |
6754ca |
//
|
|
Packit Service |
6754ca |
// This is a hard-coded config file for Windows platforms. Don't
|
|
Packit Service |
6754ca |
// change any of these settings.
|
|
Packit Service |
6754ca |
//
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
//
|
|
Packit Service |
6754ca |
// Define and set to 1 if the target system has POSIX thread support
|
|
Packit Service |
6754ca |
// and you want OpenEXR to use it for multithreaded file I/O.
|
|
Packit Service |
6754ca |
//
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
/* #undef HAVE_PTHREAD */
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
//
|
|
Packit Service |
6754ca |
// Define and set to 1 if the target system supports POSIX semaphores
|
|
Packit Service |
6754ca |
// and you want OpenEXR to use them; otherwise, OpenEXR will use its
|
|
Packit Service |
6754ca |
// own semaphore implementation.
|
|
Packit Service |
6754ca |
//
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
/* #undef HAVE_POSIX_SEMAPHORES */
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
//
|
|
Packit Service |
6754ca |
// Define and set to 1 if the target system is a Darwin-based system
|
|
Packit Service |
6754ca |
// (e.g., OS X).
|
|
Packit Service |
6754ca |
//
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
/* #undef HAVE_DARWIN */
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
//
|
|
Packit Service |
6754ca |
// Define and set to 1 if the target system supports a proc filesystem
|
|
Packit Service |
6754ca |
// compatible with the Linux kernel's proc filesystem. Note that this
|
|
Packit Service |
6754ca |
// is only used by a program in the IlmImfTest test suite, it's not
|
|
Packit Service |
6754ca |
// used by any OpenEXR library or application code.
|
|
Packit Service |
6754ca |
//
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
/* #undef HAVE_LINUX_PROCFS */
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
//
|
|
Packit Service |
6754ca |
// Define and set to 1 if the target system has a complete <iomanip>
|
|
Packit Service |
6754ca |
// implementation, specifically if it supports the std::right
|
|
Packit Service |
6754ca |
// formatter.
|
|
Packit Service |
6754ca |
//
|
|
Packit Service |
6754ca |
|
|
Packit Service |
6754ca |
#define HAVE_COMPLETE_IOMANIP 1
|