From 360fa9a29d65b6c9b69fb2ba9712d69098cfca13 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 26 Oct 2011 00:42:12 +0000 Subject: 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 --- include/llvm/Config/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 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 and . */ #undef TIME_WITH_SYS_TIME -- cgit v1.2.3