X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fpurge.c;h=2197b89df65746d94f18b2960cfcbd1b302c4a8a;hb=1697fcca5dcb036ef6647969cbbaad907d16479c;hp=319a04042691fe8bb073934b51fbe59bfe132165;hpb=82381b9e5b37125305709d412d8322b35e5c4796;p=gnulib.git diff --git a/tests/test-fpurge.c b/tests/test-fpurge.c index 319a04042..2197b89df 100644 --- a/tests/test-fpurge.c +++ b/tests/test-fpurge.c @@ -23,6 +23,12 @@ #include #include +/* None of the files accessed by this test are large, so disable the + fseek link warning if we are not using the gnulib fseek module. */ +#if !GNULIB_FSEEK +# undef fseek +#endif + #define ASSERT(expr) \ do \ { \