X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsafe-read.c;h=93d35e4fa6e3975bc11596fb9ed92fb761d5f83d;hb=799b98ef9a6e8ddb5b17a056433ee2018329de26;hp=2303ea111a58c12509ffb11ac608661fd9cd7a31;hpb=1934bbbae2095a684c35adeee169867abe734277;p=gnulib.git diff --git a/lib/safe-read.c b/lib/safe-read.c index 2303ea111..93d35e4fa 100644 --- a/lib/safe-read.c +++ b/lib/safe-read.c @@ -14,16 +14,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ #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 @@ -33,7 +27,7 @@ #endif #include -#ifndef STDC_HEADERS +#ifndef errno extern int errno; #endif