From f2080b7714a4dc451a40c9ba12d4c6125a1e69f5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 6 Oct 1993 16:44:26 +0000 Subject: merge with 3.8.3b --- src/chown.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/chown.c') diff --git a/src/chown.c b/src/chown.c index 6c9678137..c295f5816 100644 --- a/src/chown.c +++ b/src/chown.c @@ -28,6 +28,17 @@ Written by David MacKenzie . */ +#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 #include -- cgit v1.2.3-70-g09d2