]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/ConfigureChecks.cmake
Yet more empty-->plain.
[lyx.git] / development / cmake / ConfigureChecks.cmake
index d87fd3cab9c2123a29c9d43ca7a3dfe12d38bd34..7c3d398cbdde17a4bb442e1522cb32e0fd825cf7 100644 (file)
@@ -12,6 +12,7 @@ include(CheckFunctionExists)
 include(CheckLibraryExists)
 include(CheckTypeSize)
 include(CheckCXXSourceCompiles)
+include(MacroBoolTo01)
 
 
 check_include_file_cxx(aspell.h HAVE_ASPELL_H)
@@ -74,6 +75,7 @@ check_function_exists(getegid HAVE_GETEGID)
 check_function_exists(getgid HAVE_GETGID)
 check_function_exists(getuid HAVE_GETUID)
 check_function_exists(wcslen HAVE_WCSLEN)
+check_function_exists(mkfifo HAVE_MKFIFO)
 
 check_symbol_exists(alloca "malloc.h" HAVE_SYMBOL_ALLOCA)
 check_symbol_exists(asprintf "stdio.h" HAVE_ASPRINTF)
@@ -87,6 +89,8 @@ check_symbol_exists(uintmax_t "stdint.h" HAVE_STDINT_H_WITH_UINTMAX)
 check_symbol_exists(LC_MESSAGES "locale.h" HAVE_LC_MESSAGES)
 
 check_type_size(intmax_t HAVE_INTMAX_T)
+macro_bool_to_01(HAVE_UINTMAX_T HAVE_STDINT_H_WITH_UINTMAX)
+
 check_type_size("long double"  HAVE_LONG_DOUBLE)
 check_type_size("long long"  HAVE_LONG_LONG)
 check_type_size(wchar_t HAVE_WCHAR_T)
@@ -105,14 +109,14 @@ check_type_size(wint_t  HAVE_WINT_T)
 #      "
 #HAVE_STD_COUNT)
 
-#check_cxx_source_compiles(
-#      "
-#      #include <streambuf>
-#      #include <istream>
-#      typedef std::istreambuf_iterator<char> type;
-#      int main(){return 0;}
-#      "
-#HAVE_DECL_ISTREAMBUF_ITERATOR)
+check_cxx_source_compiles(
+       "
+       #include <streambuf>
+       #include <istream>
+       typedef std::istreambuf_iterator<char> type;
+       int main(){return 0;}
+       "
+HAVE_DECL_ISTREAMBUF_ITERATOR)
 
 #check_cxx_source_compiles(
 #      "