mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-27 21:58:30 +01:00
c547fd279d
The file ArabicaConfig.hpp is now generated in build tree using cmake configure_file() command. The input file is located in source tree (include/SAX/ArabicaConfig.hpp.in). Other Changes: Boost is now actually optional. Previously it was searched for but the necessary compile definition was not set and therefore never used. Default option is building without boost.
12 lines
363 B
C++
12 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
|