1/* config/OpenEXRConfig.h. Generated from OpenEXRConfig.h.in by configure. */
2//
3// Define and set to 1 if the target system supports a proc filesystem
4// compatible with the Linux kernel's proc filesystem. Note that this
5// is only used by a program in the IlmImfTest test suite, it's not
6// used by any OpenEXR library or application code.
7//
8
9#define OPENEXR_IMF_HAVE_LINUX_PROCFS 1
10
11//
12// Define and set to 1 if the target system is a Darwin-based system
13// (e.g., OS X).
14//
15
16/* #undef OPENEXR_IMF_HAVE_DARWIN */
17
18//
19// Define and set to 1 if the target system has a complete <iomanip>
20// implementation, specifically if it supports the std::right
21// formatter.
22//
23
24#define OPENEXR_IMF_HAVE_COMPLETE_IOMANIP 1
25
26//
27// Define and set to 1 if the target system has support for large
28// stack sizes.
29//
30
31#define OPENEXR_IMF_HAVE_LARGE_STACK 1
32
33//
34// Current internal library namepace name
35//
36#define OPENEXR_IMF_INTERNAL_NAMESPACE_CUSTOM 1
37#define OPENEXR_IMF_INTERNAL_NAMESPACE Imf_2_1
38
39//
40// Current public user namepace name
41//
42
43/* #undef OPENEXR_IMF_NAMESPACE_CUSTOM */
44#define OPENEXR_IMF_NAMESPACE Imf
45
46//
47// Version string for runtime access
48//
49
50#define OPENEXR_VERSION_STRING "2.1.0"
51#define OPENEXR_PACKAGE_STRING "OpenEXR 2.1.0"
52
53#define OPENEXR_VERSION_MAJOR 2
54#define OPENEXR_VERSION_MINOR 1
55#define OPENEXR_VERSION_PATCH 0
56
57// Version as a single hex number, e.g. 0x01000300 == 1.0.3
58#define OPENEXR_VERSION_HEX ((OPENEXR_VERSION_MAJOR << 24) | \
59 (OPENEXR_VERSION_MINOR << 16) | \
60 (OPENEXR_VERSION_PATCH << 8))
61
62