summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-07-04 01:10:38 +0000
committerEric Christopher <echristo@gmail.com>2013-07-04 01:10:38 +0000
commitc589a5f2849620306b14077b16e51a3e0b7ef5cd (patch)
tree30f9655e0c82d579e5f1983d703e77b8d755b3bd /include/llvm/Config/config.h.in
parent2333a31df5eb20db07818252774c3d943d1497d1 (diff)
downloadllvm-c589a5f2849620306b14077b16e51a3e0b7ef5cd.tar.gz
llvm-c589a5f2849620306b14077b16e51a3e0b7ef5cd.tar.bz2
llvm-c589a5f2849620306b14077b16e51a3e0b7ef5cd.tar.xz
Reapply r185601 with a fix for the cmake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185605 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/config.h.in')
-rw-r--r--include/llvm/Config/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index c3860b6e08..9ef70e171a 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -166,6 +166,12 @@
/* 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