[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in
Reid Spencer
reid at x10sys.com
Thu Jun 1 17:40:47 PDT 2006
Changes in directory llvm/include/llvm/Config:
config.h.in updated: 1.63 -> 1.64
---
Log message:
Remove some flags backed out from earlier attempts at getting MING32W
configuration settled down.
---
Diffs of the changes: (+0 -6)
config.h.in | 6 ------
1 files changed, 6 deletions(-)
Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.63 llvm/include/llvm/Config/config.h.in:1.64
--- llvm/include/llvm/Config/config.h.in:1.63 Thu Jun 1 11:55:59 2006
+++ llvm/include/llvm/Config/config.h.in Thu Jun 1 19:40:35 2006
@@ -136,9 +136,6 @@
/* Define if the gv program is available */
#undef HAVE_GV
-/* Define to 1 if you have the <imagehlp.h> header file. */
-#undef HAVE_IMAGEHLP_H
-
/* Define to 1 if you have the `index' function. */
#undef HAVE_INDEX
@@ -255,9 +252,6 @@
/* Define to have the %a format string */
#undef HAVE_PRINTF_A
-/* Define to 1 if you have the <psapi.h> header file. */
-#undef HAVE_PSAPI_H
-
/* Define to 1 if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H
More information about the llvm-commits
mailing list