]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/configCompiler.h.cmake
language reset should reset to the buffer language
[lyx.git] / development / cmake / configCompiler.h.cmake
index 232771aa97ea14b9b30b717341135579d0e476cc..9fce467818c48898e25349ee69f5e879fe91163c 100644 (file)
 #undef HAVE_MKDIR // use _mkdir instead
 #endif
 
+#define BOOST_ALL_NO_LIB 1
+
 #ifdef _DEBUG
 #  define ENABLE_ASSERTIONS 1
 #endif
 
+#ifndef ENABLE_ASSERTIONS
+#  define BOOST_DISABLE_ASSERTS 1
+#endif
+#define BOOST_ENABLE_ASSERT_HANDLER 1
+
+//#define BOOST_DISABLE_THREADS 1
+#define BOOST_NO_WSTRING 1
+
 #ifdef __CYGWIN__
 #  define _DEFAULT_SOURCE
+#  define BOOST_POSIX 1
+#  define BOOST_POSIX_API 1
+#  define BOOST_POSIX_PATH 1
 #endif
 
 #if defined(HAVE_WCHAR_T) && SIZEOF_WCHAR_T == 4