diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-01-13 07:09:57 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-01-13 07:09:57 +0000 |
commit | 0496a43e3979d7db238d1daaed3fbe2704d23fcd (patch) | |
tree | a4321bbbc0084f418f52c6c43ffd9e7bcedc10f3 /include/llvm/Config | |
parent | f29202149ef7cc6f7ff538d134d657ee6f034255 (diff) | |
download | external_llvm-0496a43e3979d7db238d1daaed3fbe2704d23fcd.zip external_llvm-0496a43e3979d7db238d1daaed3fbe2704d23fcd.tar.gz external_llvm-0496a43e3979d7db238d1daaed3fbe2704d23fcd.tar.bz2 |
Regenerated using autoheader-2.57.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10817 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r-- | include/llvm/Config/config.h.in | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 27bcb59..293aa30 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -21,9 +21,6 @@ */ #undef HAVE_ALLOCA_H -/* Define to 1 if you have the <assert.h> header file. */ -#undef HAVE_ASSERT_H - /* define if the compiler has bidirectional iterator */ #undef HAVE_BI_ITERATOR @@ -33,9 +30,6 @@ /* Define if dlopen() is available on this platform. */ #undef HAVE_DLOPEN -/* Define to 1 if you have the <errno.h> header file. */ -#undef HAVE_ERRNO_H - /* define if the compiler has ext/slist */ #undef HAVE_EXT_SLIST @@ -95,9 +89,6 @@ /* Define to 1 if you have the <malloc.h> header file. */ #undef HAVE_MALLOC_H -/* Define to 1 if you have the <math.h> header file. */ -#undef HAVE_MATH_H - /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -121,9 +112,6 @@ system's thread library. */ #undef HAVE_PTHREAD_MUTEX_LOCK -/* Define to 1 if you have the <signal.h> header file. */ -#undef HAVE_SIGNAL_H - /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H @@ -141,33 +129,15 @@ /* define if the compiler has STL iterators */ #undef HAVE_STD_ITERATOR -/* Define to 1 if you have the `strcspn' function. */ -#undef HAVE_STRCSPN - /* Define to 1 if you have the `strdup' function. */ #undef HAVE_STRDUP -/* Define to 1 if you have the `strerror' function. */ -#undef HAVE_STRERROR - /* Define to 1 if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H -/* Define to 1 if you have the `strspn' function. */ -#undef HAVE_STRSPN - -/* Define to 1 if you have the `strstr' function. */ -#undef HAVE_STRSTR - -/* Define to 1 if you have the `strtod' function. */ -#undef HAVE_STRTOD - -/* Define to 1 if you have the `strtol' function. */ -#undef HAVE_STRTOL - /* Define to 1 if you have the `strtoll' function. */ #undef HAVE_STRTOLL @@ -237,13 +207,6 @@ `char[]'. */ #undef YYTEXT_POINTER -/* Define to empty if `const' does not conform to ANSI C. */ -#undef const - -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ -#undef inline - /* Define to `int' if <sys/types.h> does not define. */ #undef pid_t |