]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/config.h.cmake
* config/lyxinclude (LYX_VERSION_SUFFIX): make $with_version available
[lyx.git] / development / cmake / config.h.cmake
index 3bd17bc0197424d87b2a61a88b9b70297d252aa7..91f026edee72ac135d94f6d1a2bd53c5f117cb9b 100644 (file)
  * implements this with the help of libc, or whether it has own code
  * does not matter for us, because we don't use libc directly (Georg)
 */
-#if defined(HAVE_WCHAR_T) && SIZEOF_WCHAR_T == 4 && ! defined(__FREEBSD__)
+#if defined(HAVE_WCHAR_T) && SIZEOF_WCHAR_T == 4 && !defined(__FreeBSD__) && !defined(__FreeBSD_kernel__)
 #  define USE_WCHAR_T
 #endif