|
Server : LiteSpeed System : Linux srv526460274 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : kerao9884 ( 1082) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/include/OpenEXR/ |
Upload File : |
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
// This file is auto-generated by the cmake configure step
#ifndef INCLUDED_ILMBASE_CONFIG_H
#define INCLUDED_ILMBASE_CONFIG_H 1
#pragma once
//
// Options / configuration based on O.S. / compiler
/////////////////////
#define HAVE_PTHREAD 1
#define HAVE_POSIX_SEMAPHORES 1
//
// Define and set to 1 if the target system has support for large
// stack sizes.
//
/* #undef ILMBASE_HAVE_LARGE_STACK */
//////////////////////
//
// C++ namespace configuration / options
// Current (internal) library namepace name and corresponding public
// client namespaces.
#define ILMBASE_INTERNAL_NAMESPACE_CUSTOM 0
#define IMATH_INTERNAL_NAMESPACE Imath_2_5
#define IEX_INTERNAL_NAMESPACE Iex_2_5
#define ILMTHREAD_INTERNAL_NAMESPACE IlmThread_2_5
#define ILMBASE_NAMESPACE_CUSTOM 0
#define IMATH_NAMESPACE Imath
#define IEX_NAMESPACE Iex
#define ILMTHREAD_NAMESPACE IlmThread
//
// Version information
//
#define ILMBASE_VERSION_STRING "2.5.7"
#define ILMBASE_PACKAGE_STRING "IlmBase 2.5.7"
#define ILMBASE_VERSION_MAJOR 2
#define ILMBASE_VERSION_MINOR 5
#define ILMBASE_VERSION_PATCH 7
#define ILMBASE_VERSION_HEX ((uint32_t(ILMBASE_VERSION_MAJOR) << 24) | \
(uint32_t(ILMBASE_VERSION_MINOR) << 16) | \
(uint32_t(ILMBASE_VERSION_PATCH) << 8))
#endif // INCLUDED_ILMBASE_CONFIG_H