X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Futimecmp.c;h=e0bfcb63520b35605f66625099158b36529d9174;hb=a0a86efb418fd595d9154cf6ca70c78ea777afb9;hp=b42e71fa83238ac37f093239d5b69db44fef9519;hpb=82ff49b55425e14156a89f4d2ab4267409665f54;p=gnulib.git diff --git a/lib/utimecmp.c b/lib/utimecmp.c index b42e71fa8..e0bfcb635 100644 --- a/lib/utimecmp.c +++ b/lib/utimecmp.c @@ -18,9 +18,7 @@ /* Written by Paul Eggert. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "utimecmp.h" @@ -40,10 +38,6 @@ # define MAX(a, b) ((a) > (b) ? (a) : (b)) #endif -#ifndef SIZE_MAX -# define SIZE_MAX ((size_t) -1) -#endif - enum { BILLION = 1000 * 1000 * 1000 }; /* Best possible resolution that utimens can set and stat can return,