Documentation of what gnulib provides for each function.
[gnulib.git] / modules / fflush
index b23b44a..9caf403 100755 (executable)
@@ -3,14 +3,20 @@ Discard pending data on both input and output streams.
 
 Files:
 lib/fflush.c
+lib/fseeko.c
 m4/fflush.m4
+m4/fseeko.m4
 
 Depends-on:
 fpurge
 ftello
+freading
 stdio
 unistd
 
+configure.ac-early:
+AC_REQUIRE([AC_FUNC_FSEEKO])
+
 configure.ac:
 gl_FUNC_FFLUSH
 gl_STDIO_MODULE_INDICATOR([fflush])