aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-07-27 18:23:41 +0000
committerDouglas Gregor <dgregor@apple.com>2009-07-27 18:23:41 +0000
commita4e387933940539d811e4ec8561fc101a9fed48a (patch)
treee45d256a207d551384d2d01cf4e08ad0668592ef /include/llvm/Config
parent5ca53a7ad821613d324e4189ddbb0d468a326146 (diff)
downloadexternal_llvm-a4e387933940539d811e4ec8561fc101a9fed48a.zip
external_llvm-a4e387933940539d811e4ec8561fc101a9fed48a.tar.gz
external_llvm-a4e387933940539d811e4ec8561fc101a9fed48a.tar.bz2
CMake configuration: find mkdtemp, mkstemp, mktemp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77219 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/config.h.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake
index 8a52f92..3a0a67f 100644
--- a/include/llvm/Config/config.h.cmake
+++ b/include/llvm/Config/config.h.cmake
@@ -237,13 +237,13 @@
#cmakedefine HAVE_MEMORY_H ${HAVE_MEMORY_H}
/* Define to 1 if you have the `mkdtemp' function. */
-#undef HAVE_MKDTEMP
+#cmakedefine HAVE_MKDTEMP ${HAVE_MKDTEMP}
/* Define to 1 if you have the `mkstemp' function. */
-#undef HAVE_MKSTEMP
+#cmakedefine HAVE_MKSTEMP ${HAVE_MKSTEMP}
/* Define to 1 if you have the `mktemp' function. */
-#undef HAVE_MKTEMP
+#cmakedefine HAVE_MKTEMP ${HAVE_MKTEMP}
/* Define to 1 if you have a working `mmap' system call. */
#undef HAVE_MMAP