From 2333a31df5eb20db07818252774c3d943d1497d1 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 4 Jul 2013 00:51:26 +0000 Subject: Temporarily revert 185601 as it caused cmake build regressions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185603 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Config/config.h.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/llvm/Config') diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 9ef70e1..c3860b6 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -166,12 +166,6 @@ /* Define to 1 if you have the `fmodf' function. */ #undef HAVE_FMODF -/* Define to 1 if you have the `futimens' function. */ -#undef HAVE_FUTIMENS - -/* Define to 1 if you have the `futimes' function. */ -#undef HAVE_FUTIMES - /* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD -- cgit v1.1