diff options
-rw-r--r-- | include/Config/config.h.in | 7 | ||||
-rw-r--r-- | include/llvm/Config/config.h.in | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/include/Config/config.h.in b/include/Config/config.h.in index 8e26ae0537..2a71cb7a20 100644 --- a/include/Config/config.h.in +++ b/include/Config/config.h.in @@ -27,9 +27,6 @@ /* Define to 1 if you have the <execinfo.h> header file. */ #undef HAVE_EXECINFO_H -/* define if the compiler has ext/slist */ -#undef HAVE_EXT_SLIST - /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H @@ -86,10 +83,6 @@ /* Define to have the %a format string */ #undef HAVE_PRINTF_A -/* Define if PThread mutexes (e.g., pthread_mutex_lock) are available in the - system's thread library. */ -#undef HAVE_PTHREAD_MUTEX_LOCK - /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 8e26ae0537..2a71cb7a20 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -27,9 +27,6 @@ /* Define to 1 if you have the <execinfo.h> header file. */ #undef HAVE_EXECINFO_H -/* define if the compiler has ext/slist */ -#undef HAVE_EXT_SLIST - /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H @@ -86,10 +83,6 @@ /* Define to have the %a format string */ #undef HAVE_PRINTF_A -/* Define if PThread mutexes (e.g., pthread_mutex_lock) are available in the - system's thread library. */ -#undef HAVE_PTHREAD_MUTEX_LOCK - /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H |