From ae2a14be2a886b41055fdb0c370c5974500bf601 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 2 Apr 2018 13:55:56 +0000 Subject: [PATCH] More fixes after r328970. llvm-svn: 328976 --- llvm/include/llvm/Config/config.h.cmake | 6 ------ 1 file changed, 6 deletions(-) diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index 07fbc95..6250aa3 100644 --- a/llvm/include/llvm/Config/config.h.cmake +++ b/llvm/include/llvm/Config/config.h.cmake @@ -89,9 +89,6 @@ /* Define to 1 if you have the `getrusage' function. */ #cmakedefine HAVE_GETRUSAGE ${HAVE_GETRUSAGE} -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_INTTYPES_H ${HAVE_INTTYPES_H} - /* Define to 1 if you have the `isatty' function. */ #cmakedefine HAVE_ISATTY 1 @@ -188,9 +185,6 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SIGNAL_H ${HAVE_SIGNAL_H} -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_STDINT_H ${HAVE_STDINT_H} - /* Define to 1 if you have the `strerror' function. */ #cmakedefine HAVE_STRERROR ${HAVE_STRERROR} -- 2.7.4