1//
2// Define and set to 1 if the target system supports a proc filesystem
3// compatible with the Linux kernel's proc filesystem.  Note that this
4// is only used by a program in the IlmImfTest test suite, it's not
5// used by any OpenEXR library or application code.
6//
7
8#undef HAVE_LINUX_PROCFS
9
10//
11// Define and set to 1 if the target system is a Darwin-based system
12// (e.g., OS X).
13//
14
15#undef HAVE_DARWIN
16
17//
18// Define and set to 1 if the target system has a complete <iomanip>
19// implementation, specifically if it supports the std::right
20// formatter.
21//
22
23#undef HAVE_COMPLETE_IOMANIP
24
25//
26// Define and set to 1 if the target system has support for large
27// stack sizes.
28//
29
30#undef HAVE_LARGE_STACK
31
32//
33// Version string for runtime access
34//
35#define OPENEXR_VERSION_STRING "1.7.1"
36#define OPENEXR_PACKAGE_STRING "OpenEXR 1.7.1"
37