PBRT
/home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/3rdparty/ilmbase-1.0.2/IlmBaseConfig.h
00001 // Hand-crafted version of config/IlmBaseConfig.h for Windows
00002 //
00003 // Define and set to 1 if the target system has POSIX thread support
00004 // and you want IlmBase to use it for multithreaded file I/O.
00005 //
00006 
00007 #undef HAVE_PTHREAD
00008 
00009 //
00010 // Define and set to 1 if the target system supports POSIX semaphores
00011 // and you want OpenEXR to use them; otherwise, OpenEXR will use its
00012 // own semaphore implementation.
00013 //
00014 
00015 #undef HAVE_POSIX_SEMAPHORES
00016