IexConfig.h 545 B

12345678910111213141516171819202122232425262728
  1. // SPDX-License-Identifier: BSD-3-Clause
  2. // Copyright (c) Contributors to the OpenEXR Project.
  3. // This file is auto-generated by the cmake configure step
  4. #ifndef INCLUDED_IEX_CONFIG_H
  5. #define INCLUDED_IEX_CONFIG_H 1
  6. #pragma once
  7. //
  8. //
  9. // C++ namespace configuration / options
  10. //
  11. // Current internal library namespace name
  12. //
  13. #define IEX_INTERNAL_NAMESPACE_CUSTOM 0
  14. #define IEX_INTERNAL_NAMESPACE Iex_3_1
  15. //
  16. // Current public user namespace name
  17. //
  18. #define IEX_NAMESPACE_CUSTOM 0
  19. #define IEX_NAMESPACE Iex
  20. #endif // INCLUDED_IEX_CONFIG_H