31 lines
		
	
	
		
			660 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			660 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| //
 | |
| // 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.
 | |
| //
 | |
| 
 | |
| #cmakedefine01 HAVE_PTHREAD
 | |
| 
 | |
| //
 | |
| // 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.
 | |
| //
 | |
| 
 | |
| #cmakedefine01 HAVE_POSIX_SEMAPHORES
 | |
| 
 | |
| #undef HAVE_UCONTEXT_H
 | |
| 
 | |
| //
 | |
| // Define and set to 1 if the target system has support for large
 | |
| // stack sizes.
 | |
| //
 | |
| 
 | |
| #undef ILMBASE_HAVE_LARGE_STACK
 | |
| 
 | |
| 
 | |
| //
 | |
| // Version string for runtime access
 | |
| //
 | |
| #define ILMBASE_VERSION_STRING "1.0.3"
 | |
| #define ILMBASE_PACKAGE_STRING "IlmBase 1.0.3"
 | 
