summaryrefslogtreecommitdiff
path: root/lib/putenv.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-12 14:49:11 +0000
committerJim Meyering <jim@meyering.net>1993-10-12 14:49:11 +0000
commit44c053f00889b41f3452b41ea679c211894d7856 (patch)
tree8884fda180cf100e7f292a9a90e90a584fa066ab /lib/putenv.c
parent9cfcec5b05d51fd2b2d72adb283b327b08ce868d (diff)
downloadcoreutils-44c053f00889b41f3452b41ea679c211894d7856.tar.xz
merge with 1.8.1d
Diffstat (limited to 'lib/putenv.c')
-rw-r--r--lib/putenv.c11
1 files changed, 11 insertions, 0 deletions
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 <config.h> 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 <config.h>
+#else
+#include "config.h"
+#endif
+#endif
+
#include <sys/types.h>
#include <errno.h>