From 26ffd5e6c7f110cc439bb054fac9567885ffc197 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 20 Jun 2014 20:04:47 -0700 Subject: Clean up HAVE_CONFIG_H and STDC_HEADERS. --- include/libc-symbols.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'include') diff --git a/include/libc-symbols.h b/include/libc-symbols.h index 4b233be0bd..03061aed9d 100644 --- a/include/libc-symbols.h +++ b/include/libc-symbols.h @@ -48,6 +48,19 @@ #include +/* Define this for the benefit of portable GNU code that wants to check it. + Code that checks with #if will not #include again, since we've + already done it (and this file is implicitly included in every compile, + via -include). Code that checks with #ifdef will #include , + but that file should always be idempotent (i.e., it's just #define/#undef + and nothing else anywhere should be changing the macro state it touches), + so it's harmless. */ +#define HAVE_CONFIG_H 0 + +/* Define this for the benefit of portable GNU code that wants to check it. + Of course, it's never false when building libc! */ +#define STDC_HEADERS 1 + /* The symbols in all the user (non-_) macros are C symbols. */ #if !defined HAVE_ASM_WEAK_DIRECTIVE && !defined HAVE_ASM_WEAKEXT_DIRECTIVE -- cgit 1.4.1