PBRT
/home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/3rdparty/openexr-1.7.0/OpenEXRConfig.h
00001 //
00002 // This is a hard-coded config file for Windows platforms.  Don't
00003 // change any of these settings.
00004 //
00005 
00006 //
00007 // Define and set to 1 if the target system has POSIX thread support
00008 // and you want OpenEXR to use it for multithreaded file I/O.
00009 //
00010 
00011 /* #undef HAVE_PTHREAD */
00012 
00013 //
00014 // Define and set to 1 if the target system supports POSIX semaphores
00015 // and you want OpenEXR to use them; otherwise, OpenEXR will use its
00016 // own semaphore implementation.
00017 //
00018 
00019 /* #undef HAVE_POSIX_SEMAPHORES */
00020 
00021 //
00022 // Define and set to 1 if the target system is a Darwin-based system
00023 // (e.g., OS X).
00024 //
00025 
00026 /* #undef HAVE_DARWIN */
00027 
00028 //
00029 // Define and set to 1 if the target system supports a proc filesystem
00030 // compatible with the Linux kernel's proc filesystem.  Note that this
00031 // is only used by a program in the IlmImfTest test suite, it's not
00032 // used by any OpenEXR library or application code.
00033 //
00034 
00035 /* #undef HAVE_LINUX_PROCFS */
00036 
00037 //
00038 // Define and set to 1 if the target system has a complete <iomanip>
00039 // implementation, specifically if it supports the std::right
00040 // formatter.
00041 //
00042 
00043 #define HAVE_COMPLETE_IOMANIP 1