Go to the documentation of this file.
6 #ifndef INCLUDED_ILMTHREAD_CONFIG_H
7 #define INCLUDED_ILMTHREAD_CONFIG_H 1
18 #define ILMTHREAD_THREADING_ENABLED 1
19 #define ILMTHREAD_HAVE_POSIX_SEMAPHORES 1
24 #define ILMTHREAD_INTERNAL_NAMESPACE_CUSTOM 0
25 #define ILMTHREAD_INTERNAL_NAMESPACE IlmThread_3_2
31 #define ILMTHREAD_NAMESPACE_CUSTOM 0
32 #define ILMTHREAD_NAMESPACE IlmThread
36 #if defined(__cplusplus) && (__cplusplus >= 201402L)
37 # define ILMTHREAD_DEPRECATED(msg) [[deprecated (msg)]]
40 #ifndef ILMTHREAD_DEPRECATED
42 # define ILMTHREAD_DEPRECATED(msg) __declspec(deprecated (msg))
44 # define ILMTHREAD_DEPRECATED(msg) __attribute__ ((deprecated (msg)))
48 #endif // INCLUDED_ILMTHREAD_CONFIG_H