diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Config/config.h.in | 6 | ||||
-rw-r--r-- | include/llvm/Config/config.h.in | 6 |
2 files changed, 12 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 diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 1b396fea83..0e297b3325 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 |