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

Reid Spencer reid at x10sys.com
Sun Dec 19 20:09:09 PST 2004



Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.40 -> 1.41
---
Log message:

Add HAVE_SYSCONF


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

Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.40 llvm/include/llvm/Config/config.h.in:1.41
--- llvm/include/llvm/Config/config.h.in:1.40	Wed Dec 15 16:28:35 2004
+++ llvm/include/llvm/Config/config.h.in	Sun Dec 19 22:08:58 2004
@@ -279,6 +279,9 @@
 /* Define to 1 if you have the `strtoq' function. */
 #undef HAVE_STRTOQ
 
+/* Define to 1 if you have the `sysconf' function. */
+#undef HAVE_SYSCONF
+
 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
    */
 #undef HAVE_SYS_DIR_H






More information about the llvm-commits mailing list