bootstrap: fix handling of various perl --version formats
[gnulib.git] / tests / test-ftell.c
index 71f3ed2..786a448 100644 (file)
 
 #include "binary-io.h"
 
+/* 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                                                                        \
     {                                                                       \