config.h: remove clang-specific macro definitions

These had no business in LLVM core.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210307 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alp Toker
2014-06-06 04:50:41 +00:00
parent 6fd1b8ee48
commit 6eba708537
2 changed files with 0 additions and 30 deletions

View File

@@ -12,18 +12,6 @@
/* Bug report URL. */
#undef BUG_REPORT_URL
/* Define if we have libxml2 */
#undef CLANG_HAVE_LIBXML
/* Relative directory for resource files */
#undef CLANG_RESOURCE_DIR
/* Directories clang will search for headers */
#undef C_INCLUDE_DIRS
/* Default <path> to all compiler invocations for --sysroot=<path>. */
#undef DEFAULT_SYSROOT
/* Define if you want backtraces on crash */
#undef ENABLE_BACKTRACES
@@ -36,9 +24,6 @@
/* Define if timestamp information (e.g., __DATE__) is allowed */
#undef ENABLE_TIMESTAMPS
/* Directory where gcc is installed. */
#undef GCC_INSTALL_PREFIX
/* Define to 1 if you have the `backtrace' function. */
#undef HAVE_BACKTRACE