[llvm-commits] CVS: llvm/include/Config/config.h.in

John Criswell criswell at cs.uiuc.edu
Mon Jun 7 09:27:03 PDT 2004


Changes in directory llvm/include/Config:

config.h.in updated: 1.17 -> 1.18

---
Log message:

Added checks for mkstemp and getrusage.



---
Diffs of the changes:  (+6 -0)

Index: llvm/include/Config/config.h.in
diff -u llvm/include/Config/config.h.in:1.17 llvm/include/Config/config.h.in:1.18
--- llvm/include/Config/config.h.in:1.17	Thu May 27 15:40:39 2004
+++ llvm/include/Config/config.h.in	Mon Jun  7 09:26:24 2004
@@ -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
 





More information about the llvm-commits mailing list