Added checks for mkstemp and getrusage.
[oota-llvm.git] / include / llvm / Config / config.h.in
index 1b396fea834f562a564a7ddb5a2dcfa95eee094d..0e297b332578387cb66f52ed78455a4df3e05d2c 100644 (file)
 /* 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