Go to the documentation of this file.
6 #ifndef INCLUDED_ILMBASE_CONFIG_H
7 #define INCLUDED_ILMBASE_CONFIG_H 1
15 #define HAVE_PTHREAD 1
16 #define HAVE_POSIX_SEMAPHORES 1
30 #define ILMBASE_INTERNAL_NAMESPACE_CUSTOM 1
31 #define IMATH_INTERNAL_NAMESPACE Imath_2_4_sidefx
32 #define IEX_INTERNAL_NAMESPACE Iex_2_4_sidefx
33 #define ILMTHREAD_INTERNAL_NAMESPACE IlmThread_2_4_sidefx
35 #define ILMBASE_NAMESPACE_CUSTOM 1
36 #define IMATH_NAMESPACE Imath
37 #define IEX_NAMESPACE Iex
38 #define ILMTHREAD_NAMESPACE IlmThread
43 #define ILMBASE_VERSION_STRING "2.4.2"
44 #define ILMBASE_PACKAGE_STRING "IlmBase 2.4.2"
46 #define ILMBASE_VERSION_MAJOR 2
47 #define ILMBASE_VERSION_MINOR 4
48 #define ILMBASE_VERSION_PATCH 2
50 #define ILMBASE_VERSION_HEX ((uint32_t(ILMBASE_VERSION_MAJOR) << 24) | \
51 (uint32_t(ILMBASE_VERSION_MINOR) << 16) | \
52 (uint32_t(ILMBASE_VERSION_PATCH) << 8))
54 #endif // INCLUDED_ILMBASE_CONFIG_H