diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-06-02 00:40:35 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-06-02 00:40:35 +0000 |
commit | 76c8710697c1d3dae98f97ef646610f96b830ea5 (patch) | |
tree | c7e3977723b2e24f3296288cc0c2b4ff1944c706 | |
parent | 409411ea266ce04149fc8e705e2e13f5f98e1e6d (diff) |
Remove some flags backed out from earlier attempts at getting MING32W
configuration settled down.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28651 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Config/config.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index deb0945198..5cf851569f 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -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 |