diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-11-28 01:07:19 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-11-28 01:07:19 +0000 |
commit | c73f3d1ce7dc236169fcb5f9149562bb50986cd9 (patch) | |
tree | 43c6b5a0bc6561724782fed6726877d1458617ca /include/llvm | |
parent | 38831b014a57718a1755ab1c3c1df08679183dfb (diff) | |
download | external_llvm-c73f3d1ce7dc236169fcb5f9149562bb50986cd9.zip external_llvm-c73f3d1ce7dc236169fcb5f9149562bb50986cd9.tar.gz external_llvm-c73f3d1ce7dc236169fcb5f9149562bb50986cd9.tar.bz2 |
configure, config.h.in: Regenerate.
config.h.cmake: Synchronize to config.h.in.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145217 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Config/config.h.cmake | 3 | ||||
-rw-r--r-- | include/llvm/Config/config.h.in | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake index 1f96207..b4356b1 100644 --- a/include/llvm/Config/config.h.cmake +++ b/include/llvm/Config/config.h.cmake @@ -671,6 +671,9 @@ /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ #undef STAT_MACROS_BROKEN +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #undef TIME_WITH_SYS_TIME diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index b3a9590..30afa58 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -30,9 +30,6 @@ /* Define if position independent code is enabled */ #undef ENABLE_PIC -/* Define if threads enabled */ -#undef ENABLE_THREADS - /* Define if timestamp information (e.g., __DATE___) is allowed */ #undef ENABLE_TIMESTAMPS @@ -552,6 +549,9 @@ /* Installation directory for documentation */ #undef LLVM_DOCSDIR +/* Define if threads enabled */ +#undef LLVM_ENABLE_THREADS + /* Installation directory for config files */ #undef LLVM_ETCDIR |