summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-07-04 00:47:09 +0000
committerEric Christopher <echristo@gmail.com>2013-07-04 00:47:09 +0000
commitd1280c194b388663044f002a34aa9cc00c4feb97 (patch)
treee1f90fd0d3509c77c2581e318d84311a2d497b84 /include/llvm/Config/config.h.in
parentc93822901aef17aaf8bb1303f27b47025fd1d582 (diff)
downloadllvm-d1280c194b388663044f002a34aa9cc00c4feb97.tar.gz
llvm-d1280c194b388663044f002a34aa9cc00c4feb97.tar.bz2
llvm-d1280c194b388663044f002a34aa9cc00c4feb97.tar.xz
Add support for futimens for platforms that don't support futimes.
Patch by pashev.igor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185601 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