[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in
Reid Spencer
reid at x10sys.com
Tue Dec 14 17:42:07 PST 2004
Changes in directory llvm/include/llvm/Config:
config.h.in updated: 1.38 -> 1.39
---
Log message:
Add some system specific functions we use
---
Diffs of the changes: (+9 -0)
Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.38 llvm/include/llvm/Config/config.h.in:1.39
--- llvm/include/llvm/Config/config.h.in:1.38 Sun Dec 12 20:58:28 2004
+++ llvm/include/llvm/Config/config.h.in Tue Dec 14 19:41:56 2004
@@ -179,9 +179,15 @@
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
+/* Define to 1 if you have the `mkdtemp' function. */
+#undef HAVE_MKDTEMP
+
/* Define to 1 if you have the `mkstemp' function. */
#undef HAVE_MKSTEMP
+/* Define to 1 if you have the `mktemp' function. */
+#undef HAVE_MKTEMP
+
/* Define to 1 if you have a working `mmap' system call. */
#undef HAVE_MMAP
@@ -216,6 +222,9 @@
/* Define to 1 if you have the `readdir' function. */
#undef HAVE_READDIR
+/* Define to 1 if you have the `realpath' function. */
+#undef HAVE_REALPATH
+
/* Define to 1 if you have the `rindex' function. */
#undef HAVE_RINDEX
More information about the llvm-commits
mailing list