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

Reid Spencer reid at x10sys.com
Sat Jan 1 10:16:27 PST 2005



Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.45 -> 1.46
---
Log message:

Add HAVE_SBRK


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

Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.45 llvm/include/llvm/Config/config.h.in:1.46
--- llvm/include/llvm/Config/config.h.in:1.45	Wed Dec 29 01:07:57 2004
+++ llvm/include/llvm/Config/config.h.in	Sat Jan  1 12:16:16 2005
@@ -231,6 +231,9 @@
 /* Define to 1 if you have the `rindex' function. */
 #undef HAVE_RINDEX
 
+/* Define to 1 if you have the `sbrk' function. */
+#undef HAVE_SBRK
+
 /* Define to 1 if you have the `setrlimit' function. */
 #undef HAVE_SETRLIMIT
 






More information about the llvm-commits mailing list