3** Copyright (C) - Triton
5** This program is under the terms of the Apache License 2.0.
8#ifndef TRITON_CONFIG_HPP
9#define TRITON_CONFIG_HPP
11#cmakedefine TRITON_BITWUZLA_INTERFACE
12#cmakedefine TRITON_BOOST_INTERFACE
13#cmakedefine TRITON_LLVM_INTERFACE
14#cmakedefine TRITON_Z3_INTERFACE
16#endif // TRITON_CONFIG_HPP