From: Jim Meyering Date: Tue, 12 Oct 1993 14:49:11 +0000 (+0000) Subject: merge with 1.8.1d X-Git-Tag: v2.22-rc1~347^2~10^2~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=217825fdd055d986be5326da86973cf4becb934b;p=thirdparty%2Futil-linux.git merge with 1.8.1d --- diff --git a/login-utils/su.c b/login-utils/su.c index 7252a07e18..6f6a146f36 100644 --- a/login-utils/su.c +++ b/login-utils/su.c @@ -69,6 +69,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