From 44c053f00889b41f3452b41ea679c211894d7856 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 12 Oct 1993 14:49:11 +0000 Subject: merge with 1.8.1d --- lib/putenv.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lib/putenv.c') diff --git a/lib/putenv.c b/lib/putenv.c index c39d1b71e..573e62478 100644 --- a/lib/putenv.c +++ b/lib/putenv.c @@ -16,6 +16,17 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifdef HAVE_CONFIG_H +#if defined (CONFIG_BROKETS) +/* We use instead of "config.h" so that a compilation + using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h + (which it would do because it found this file in $srcdir). */ +#include +#else +#include "config.h" +#endif +#endif + #include #include -- cgit v1.2.3-54-g00ecf