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

config.h.in updated: 1.4 -> 1.5
---
Log message:

Disable the PACKAGE_* macros.  These are defined in the LLVM config.h file,
and we don't really use them anyway.


---
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.4 
llvm-poolalloc/include/poolalloc/Config/config.h.in:1.5
--- llvm-poolalloc/include/poolalloc/Config/config.h.in:1.4     Wed Dec 13 
23:51:06 2006
+++ llvm-poolalloc/include/poolalloc/Config/config.h.in Tue Dec 19 17:04:36 2006
@@ -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

Reply via email to