From b012189af4a12471961a326f79241294d458ce42 Mon Sep 17 00:00:00 2001 From: Nicolas Hake Date: Mon, 31 Dec 2018 12:31:42 +0100 Subject: [PATCH] CMake: Remove , tests and are part of the C standard and available on every platform with a conforming compiler. --- CMakeLists.txt | 2 -- config.h.cmake | 6 ------ 2 files changed, 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f5799b8e..0c4eaeaa9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -201,8 +201,6 @@ include(CheckIncludeFilesCXX) CHECK_INCLUDE_FILE_CXX(io.h HAVE_IO_H) CHECK_INCLUDE_FILE_CXX(share.h HAVE_SHARE_H) CHECK_INCLUDE_FILE_CXX(signal.h HAVE_SIGNAL_H) -CHECK_INCLUDE_FILE_CXX(stdint.h HAVE_STDINT_H) -CHECK_INCLUDE_FILE_CXX(inttypes.h HAVE_INTTYPES_H) CHECK_INCLUDE_FILE_CXX(sys/stat.h HAVE_SYS_STAT_H) CHECK_INCLUDE_FILE_CXX(sys/types.h HAVE_SYS_TYPES_H) CHECK_INCLUDE_FILE_CXX(unistd.h HAVE_UNISTD_H) diff --git a/config.h.cmake b/config.h.cmake index b32ea774e..e6878ecbb 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -11,9 +11,6 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_HISTORY_H 1 -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_INTTYPES_H 1 - /* Define to 1 if you have the header file. */ #cmakedefine HAVE_IO_H 1 @@ -41,9 +38,6 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SIGNAL_H 1 -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_STDINT_H 1 - /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SYS_EVENTFD_H 1