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