17 lines
457 B
C
17 lines
457 B
C
|
/* config/IlmBaseConfig.h. Generated from IlmBaseConfig.h.in by configure. */
|
||
|
//
|
||
|
// Define and set to 1 if the target system has POSIX thread support
|
||
|
// and you want IlmBase to use it for multithreaded file I/O.
|
||
|
//
|
||
|
|
||
|
#define HAVE_PTHREAD 1
|
||
|
|
||
|
//
|
||
|
// Define and set to 1 if the target system supports POSIX semaphores
|
||
|
// and you want OpenEXR to use them; otherwise, OpenEXR will use its
|
||
|
// own semaphore implementation.
|
||
|
//
|
||
|
|
||
|
/* #undef HAVE_POSIX_SEMAPHORES */
|
||
|
|