/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying file Copyright.txt or https://cmake.org/licensing#kwsys for details. */ #ifndef vtksys_Configure_hxx #define vtksys_Configure_hxx /* Include C configuration. */ #include /* Whether wstring is available. */ #define vtksys_STL_HAS_WSTRING 1 /* Whether is available. */ #define vtksys_CXX_HAS_EXT_STDIO_FILEBUF_H \ 1 /* If building a C++ file in kwsys itself, give the source file access to the macros without a configured namespace. */ #if defined(KWSYS_NAMESPACE) #if !vtksys_NAME_IS_KWSYS #define kwsys vtksys #endif #define KWSYS_NAME_IS_KWSYS vtksys_NAME_IS_KWSYS #define KWSYS_STL_HAS_WSTRING vtksys_STL_HAS_WSTRING #define KWSYS_CXX_HAS_EXT_STDIO_FILEBUF_H \ vtksys_CXX_HAS_EXT_STDIO_FILEBUF_H #endif #endif