diff options
author | Eric Christopher <echristo@apple.com> | 2011-10-26 00:42:12 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-10-26 00:42:12 +0000 |
commit | 360fa9a29d65b6c9b69fb2ba9712d69098cfca13 (patch) | |
tree | e903da76b38eae98df806c2b4d091278e1d81a34 /include/llvm/Config | |
parent | 5289142cc84c0e2df25d455c1d741bdd0e8b9b1e (diff) | |
download | external_llvm-360fa9a29d65b6c9b69fb2ba9712d69098cfca13.zip external_llvm-360fa9a29d65b6c9b69fb2ba9712d69098cfca13.tar.gz external_llvm-360fa9a29d65b6c9b69fb2ba9712d69098cfca13.tar.bz2 |
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')
-rw-r--r-- | include/llvm/Config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 86f4e77..3670de5 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 |