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 --- lib/userspec.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lib/userspec.c') diff --git a/lib/userspec.c b/lib/userspec.c index 44d7d9174..8c1e9ec8e 100644 --- a/lib/userspec.c +++ b/lib/userspec.c @@ -17,6 +17,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 will use ./config.h rather than /config.h + (which it would do because it found this file in ). */ +#include +#else +#include "config.h" +#endif +#endif + #include #include #include -- cgit v1.2.3-54-g00ecf