// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen // SPDX-License-Identifier: BSD-3-Clause #ifndef vtkCxxABIConfigure_h #define vtkCxxABIConfigure_h /* #undef VTK_HAS_CXXABI_DEMANGLE */ #ifdef VTK_HAS_CXXABI_DEMANGLE # include #endif #endif //vtkCxxABIConfigure_h