summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-10-26 00:42:12 +0000
committerEric Christopher <echristo@apple.com>2011-10-26 00:42:12 +0000
commit360fa9a29d65b6c9b69fb2ba9712d69098cfca13 (patch)
treee903da76b38eae98df806c2b4d091278e1d81a34 /include/llvm/Config/config.h.in
parent5289142cc84c0e2df25d455c1d741bdd0e8b9b1e (diff)
downloadllvm-360fa9a29d65b6c9b69fb2ba9712d69098cfca13.tar.gz
llvm-360fa9a29d65b6c9b69fb2ba9712d69098cfca13.tar.bz2
llvm-360fa9a29d65b6c9b69fb2ba9712d69098cfca13.tar.xz
Handle newer cases for freebsd which is approaching 10.0 and not 1.0.
Patch by Dimitry Andric! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142995 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/config.h.in')
-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