mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-15 15:40:56 +01:00
13 lines
363 B
C++
13 lines
363 B
C++
|
#ifndef ARABICA_ARABICA_CONFIG_H
|
||
|
#define ARABICA_ARABICA_CONFIG_H
|
||
|
|
||
|
#cmakedefine ARABICA_NO_WCHAR_T
|
||
|
#cmakedefine ARABICA_VS6_WORKAROUND
|
||
|
#cmakedefine ARABICA_NO_CODECVT_SPECIALISATIONS
|
||
|
#cmakedefine ARABICA_USE_WINSOCK
|
||
|
#cmakedefine ARABICA_WINDOWS
|
||
|
#cmakedefine ARABICA_HAVE_BOOST
|
||
|
#define ARABICA_@ARABICA_XML_BACKEND@
|
||
|
|
||
|
#endif // ARABICA_ARABICA_CONFIG_H
|