aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-10-16 02:52:56 +0000
committerBill Wendling <isanbard@gmail.com>2011-10-16 02:52:56 +0000
commit6de99668c0402f9ff6aeaaa98ba0bc34e1af82f6 (patch)
tree3432eefcea5897bfae7cff1cb549e23055965a08 /include
parent6b431e2e6c4b5abb7abfaead2d6db136b33fe0cf (diff)
Update to compile with assertions turned off. Say that optimizations are turned on by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_30@142099 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Config/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 86f4e77d47..3670de557f 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -666,6 +666,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