X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsafe-read.c;h=93d35e4fa6e3975bc11596fb9ed92fb761d5f83d;hb=799b98ef9a6e8ddb5b17a056433ee2018329de26;hp=2e131e1f2c600e49ae52c039916808b982c70320;hpb=14b8b11fa55732fc6ac4e8aaeb787b9a3d7ec6db;p=gnulib.git diff --git a/lib/safe-read.c b/lib/safe-read.c index 2e131e1f2..93d35e4fa 100644 --- a/lib/safe-read.c +++ b/lib/safe-read.c @@ -17,14 +17,7 @@ */ #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 @@ -34,7 +27,7 @@ #endif #include -#ifndef STDC_HEADERS +#ifndef errno extern int errno; #endif