Update to 2.0.0 tree from current Fremantle build
[opencv] / 3rdparty / include / OpenEXR / OpenEXRConfig.h
1 //
2 // This is a hard-coded config file for Windows platforms.  Don't
3 // change any of these settings.
4 //
5
6 //
7 // Define and set to 1 if the target system has POSIX thread support
8 // and you want OpenEXR to use it for multithreaded file I/O.
9 //
10
11 /* #undef HAVE_PTHREAD */
12
13 //
14 // Define and set to 1 if the target system supports POSIX semaphores
15 // and you want OpenEXR to use them; otherwise, OpenEXR will use its
16 // own semaphore implementation.
17 //
18
19 /* #undef HAVE_POSIX_SEMAPHORES */
20
21 //
22 // Define and set to 1 if the target system is a Darwin-based system
23 // (e.g., OS X).
24 //
25
26 /* #undef HAVE_DARWIN */
27
28 //
29 // Define and set to 1 if the target system supports a proc filesystem
30 // compatible with the Linux kernel's proc filesystem.  Note that this
31 // is only used by a program in the IlmImfTest test suite, it's not
32 // used by any OpenEXR library or application code.
33 //
34
35 /* #undef HAVE_LINUX_PROCFS */
36
37 //
38 // Define and set to 1 if the target system has a complete <iomanip>
39 // implementation, specifically if it supports the std::right
40 // formatter.
41 //
42
43 #define HAVE_COMPLETE_IOMANIP 1