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
This commit is contained in:
NAKAMURA Takumi
2011-11-28 01:07:19 +00:00
parent 38831b014a
commit c73f3d1ce7
3 changed files with 14 additions and 11 deletions

View File

@@ -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

View File

@@ -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