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

2007-01-09 Thread John Criswell


Changes in directory llvm-poolalloc/include/poolalloc/Config:

config.h.in updated: 1.3.2.1 - 1.3.2.2
---
Log message:

Merge in some DSA cleanup from mainline.


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

 config.h.in |2 ++
 1 files changed, 2 insertions(+)


Index: llvm-poolalloc/include/poolalloc/Config/config.h.in
diff -u llvm-poolalloc/include/poolalloc/Config/config.h.in:1.3.2.1 
llvm-poolalloc/include/poolalloc/Config/config.h.in:1.3.2.2
--- llvm-poolalloc/include/poolalloc/Config/config.h.in:1.3.2.1 Wed Dec 13 
15:58:21 2006
+++ llvm-poolalloc/include/poolalloc/Config/config.h.in Tue Jan  9 15:12:35 2007
@@ -410,6 +410,7 @@
 /* Define if dlsym() requires a leading underscore in symbol names. */
 #undef NEED_USCORE
 
+#if 0
 /* Define to the address where bug reports for this package should be sent. */
 #undef PACKAGE_BUGREPORT
 
@@ -424,6 +425,7 @@
 
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
+#endif
 
 /* Define as the return type of signal handlers (`int' or `void'). */
 #undef RETSIGTYPE



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2006-12-13 Thread John Criswell


Changes in directory llvm-poolalloc/include/poolalloc/Config:

config.h.in updated: 1.3 - 1.3.2.1
---
Log message:

Grab configuration information from configure script.



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

 config.h.in |   10 ++
 1 files changed, 10 insertions(+)


Index: llvm-poolalloc/include/poolalloc/Config/config.h.in
diff -u llvm-poolalloc/include/poolalloc/Config/config.h.in:1.3 
llvm-poolalloc/include/poolalloc/Config/config.h.in:1.3.2.1
--- llvm-poolalloc/include/poolalloc/Config/config.h.in:1.3 Wed May 18 
14:56:23 2005
+++ llvm-poolalloc/include/poolalloc/Config/config.h.in Wed Dec 13 15:58:21 2006
@@ -463,3 +463,13 @@
 
 /* Define to `unsigned' if sys/types.h does not define. */
 #undef size_t
+
+/* Define to 1 if enabling SAFECode */
+#undef SAFECODE
+
+/* Define to 1 if enabling SAFECode bounds checking */
+#undef BOUNDS_CHECK
+
+/* Define to 1 if compiling for pool inference */
+#undef LLVA_KERNEL
+



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits