summaryrefslogtreecommitdiff
path: root/gnulib/modules/ftello
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/ftello')
m---------gnulib0
-rw-r--r--gnulib/modules/ftello38
2 files changed, 38 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/ftello b/gnulib/modules/ftello
new file mode 100644
index 0000000..b64d80e
--- /dev/null
+++ b/gnulib/modules/ftello
@@ -0,0 +1,38 @@
+Description:
+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:
+stdio
+extensions
+largefile
+lseek [test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1]
+# Just to guarantee consistency between ftell() and ftello().
+ftell
+
+configure.ac-early:
+AC_REQUIRE([AC_FUNC_FSEEKO])
+
+configure.ac:
+gl_FUNC_FTELLO
+if test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1; then
+ AC_LIBOBJ([ftello])
+fi
+gl_STDIO_MODULE_INDICATOR([ftello])
+
+Makefile.am:
+
+Include:
+<stdio.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+Bruno Haible
+