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 --- src/test.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/test.c') diff --git a/src/test.c b/src/test.c index d905c63e6..658a30f29 100644 --- a/src/test.c +++ b/src/test.c @@ -24,6 +24,17 @@ the shell builtin version. */ /* #define TEST_STANDALONE */ +#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-70-g09d2