Home | History | Annotate | Download | only in openexr
      1 //
      2 // Define and set to 1 if the target system has POSIX thread support
      3 // and you want IlmBase to use it for multithreaded file I/O.
      4 //
      5 
      6 #define HAVE_PTHREAD 1
      7 
      8 //
      9 // Define and set to 1 if the target system supports POSIX semaphores
     10 // and you want OpenEXR to use them; otherwise, OpenEXR will use its
     11 // own semaphore implementation.
     12 //
     13 
     14 #define HAVE_POSIX_SEMAPHORES 1
     15 
     16 #undef HAVE_UCONTEXT_H
     17 
     18 //
     19 // Define and set to 1 if the target system has support for large
     20 // stack sizes.
     21 //
     22 
     23 #undef ILMBASE_HAVE_LARGE_STACK
     24 
     25 
     26 //
     27 // Version string for runtime access
     28 //
     29 #define ILMBASE_VERSION_STRING "1.0.3"
     30 #define ILMBASE_PACKAGE_STRING "IlmBase 1.0.3"
     31