diff options
Diffstat (limited to 'include/Config/config.h.in')
-rw-r--r-- | include/Config/config.h.in | 6 |
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 |