stdio: simplify by moving gl_STDIN_LARGE_OFFSET to fseeko, ftello
[pspp] / modules / ftello
index 2d6b724489fbfcbc772a132a6417a80801c2082d..0cf160c981f40b85c336b8ef8a7d4eef5eb6eddc 100644 (file)
@@ -3,9 +3,13 @@ ftello() function: Retrieve the position of a FILE stream.
 
 Files:
 lib/ftello.c
+lib/stdio-impl.h
+m4/fseeko.m4
 m4/ftello.m4
 
 Depends-on:
+extensions
+lseek
 stdio
 
 configure.ac-early:
@@ -21,7 +25,7 @@ Include:
 <stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible