mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-25 21:58:21 +01:00
33 lines
767 B
C++
33 lines
767 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 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
|