stdbit: don’t assume -DHAVE_CONFIG_H
[gnulib.git] / modules / fseek
blob64b9a9a56b85b0159791dde1f7e7bd4de7f7786d
1 Description:
2 fseek() function: Reposition a FILE stream.
4 Files:
5 lib/fseek.c
6 m4/fseek.m4
8 Depends-on:
9 stdio
10 fseeko          [test $REPLACE_FSEEK = 1]
12 configure.ac:
13 gl_FUNC_FSEEK
14 gl_CONDITIONAL([GL_COND_OBJ_FSEEK], [test $REPLACE_FSEEK = 1])
15 gl_STDIO_MODULE_INDICATOR([fseek])
17 Makefile.am:
18 if GL_COND_OBJ_FSEEK
19 lib_SOURCES += fseek.c
20 endif
22 Include:
23 <stdio.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all