diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-23 21:30:39 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-23 21:30:39 +0000 |
commit | 6c71bf5f707ccfc4464974811a643fbe953d412c (patch) | |
tree | ea666ab361bcafae6e99684fa6592b8d2d761007 /include/Config | |
parent | c9a410c77280e59b53292ce66c8e3920dc63e7d9 (diff) | |
download | external_llvm-6c71bf5f707ccfc4464974811a643fbe953d412c.zip external_llvm-6c71bf5f707ccfc4464974811a643fbe953d412c.tar.gz external_llvm-6c71bf5f707ccfc4464974811a643fbe953d412c.tar.bz2 |
Regenerated with autoheader-2.57.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11773 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/Config')
-rw-r--r-- | include/Config/config.h.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/Config/config.h.in b/include/Config/config.h.in index 8e26ae0..2a71cb7 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 |