diff options
author | John Criswell <criswell@uiuc.edu> | 2004-06-07 14:26:24 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-06-07 14:26:24 +0000 |
commit | d66215607c214a00c79da6625b7de5e0d25a360f (patch) | |
tree | 6ec72e75c1d23024c239d6638f033c47b124eda0 /include/llvm/Config | |
parent | c7ca32b2036b7979b81f09672a624095ed01bdba (diff) | |
download | external_llvm-d66215607c214a00c79da6625b7de5e0d25a360f.zip external_llvm-d66215607c214a00c79da6625b7de5e0d25a360f.tar.gz external_llvm-d66215607c214a00c79da6625b7de5e0d25a360f.tar.bz2 |
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/llvm/Config')
-rw-r--r-- | include/llvm/Config/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 1b396fe..0e297b3 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/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 |