summaryrefslogtreecommitdiff
path: root/include/Config
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-06-07 14:26:24 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-06-07 14:26:24 +0000
commitd66215607c214a00c79da6625b7de5e0d25a360f (patch)
tree6ec72e75c1d23024c239d6638f033c47b124eda0 /include/Config
parentc7ca32b2036b7979b81f09672a624095ed01bdba (diff)
downloadllvm-d66215607c214a00c79da6625b7de5e0d25a360f.tar.gz
llvm-d66215607c214a00c79da6625b7de5e0d25a360f.tar.bz2
llvm-d66215607c214a00c79da6625b7de5e0d25a360f.tar.xz
Added checks for mkstemp and getrusage.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14047 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/Config')
-rw-r--r--include/Config/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Config/config.h.in b/include/Config/config.h.in
index 1b396fea83..0e297b3325 100644
--- a/include/Config/config.h.in
+++ b/include/Config/config.h.in
@@ -107,6 +107,12 @@
/* Define to 1 if you have the `strtoq' function. */
#undef HAVE_STRTOQ
+/* Define to 1 if you have the mkstemp function */
+#undef HAVE_MKSTEMP
+
+/* Define to 1 if you have the getrusage function */
+#undef HAVE_GETRUSAGE
+
/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H