arabica/include/SAX/ArabicaConfig.hpp.in

34 lines
767 B
C++
Raw Normal View History

/* 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 */
2024-09-08 22:12:15 +02:00
#cmakedefine ARABICA_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