arabica/include/SAX/ArabicaConfig.hpp.in
Jez Higgins 93ab4b064d Set ARABICA_USE_EXPAT flag in ArabicaConfig.hpp properly
Learned more about CMake in the last hour or so than I have in the last
few years. Now I've decided to bin out all the solution files and all
the Autoconf scaffolding, I want to extend the CMake build to properly
provide the same capabilities. Steffen's given me a terrific place to
work from, for which I am hugely, if extremely belatedly, grateful.
2024-09-03 10:16:06 +01:00

33 lines
759 B
C++

/* define if the Boost library is available */
#cmakedefine ARABICA_HAVE_BOOST
/* defined if we don't need extra codecvt template specialisations */
#cmakedefine NO_CODECVT_SPECIALISATIONS
/* no mbstate_t */
#cmakedefine NO_MBSTATE_T
/* no std::mbstate_t */
#cmakedefine NO_STD_MBSTATE_T
/* disables wchar_t */
#cmakedefine NO_WCHAR_T
/* define to build against Expat */
#cmakedefine ARABICA_USE_EXPAT
/* define to build against LibXML2 */
#cmakedefine ARABICA_USE_LIBXML2
/* define to build against Xerces */
#cmakedefine USE_XERCES
/* define to build using Garden */
#cmakedefine USE_GARDEN
/* defined for Windows builds using Winsock rather than BSD-style sockets */
#cmakedefine USE_WINSOCK
/* Version number of package */
#cmakedefine VERSION