IlmBaseConfig.h.cmakein 660 Bytes
Newer Older
a  
Kai Westerkamp committed
1 2 3 4 5
//
// Define and set to 1 if the target system has POSIX thread support
// and you want IlmBase to use it for multithreaded file I/O.
//

wester committed
6
#cmakedefine01 HAVE_PTHREAD
a  
Kai Westerkamp committed
7 8 9 10 11 12 13

//
// Define and set to 1 if the target system supports POSIX semaphores
// and you want OpenEXR to use them; otherwise, OpenEXR will use its
// own semaphore implementation.
//

wester committed
14
#cmakedefine01 HAVE_POSIX_SEMAPHORES
a  
Kai Westerkamp committed
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

#undef HAVE_UCONTEXT_H

//
// Define and set to 1 if the target system has support for large
// stack sizes.
//

#undef ILMBASE_HAVE_LARGE_STACK


//
// Version string for runtime access
//
#define ILMBASE_VERSION_STRING "1.0.3"
#define ILMBASE_PACKAGE_STRING "IlmBase 1.0.3"