X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstripslash.c;h=5f4036411086433a0da139a37f72d931df73976a;hb=aee34fb09c156cd049ff12c5bb4a89167a82ee5e;hp=802204f25fda30b22259f685facde794e91adcae;hpb=d87c39464604e74f580c7fae835be31a4c125c36;p=gnulib.git diff --git a/lib/stripslash.c b/lib/stripslash.c index 802204f25..5f4036411 100644 --- a/lib/stripslash.c +++ b/lib/stripslash.c @@ -15,7 +15,18 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#if defined(STDC_HEADERS) || defined(USG) +#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 + +#if defined(STDC_HEADERS) || defined(HAVE_STRING_H) #include #else #include