verify: new macro 'assume'
[gnulib.git] / modules / pread
1 Description:
2 pread() function: read without changing file offset
3
4 Files:
5 lib/pread.c
6 m4/pread.m4
7
8 Depends-on:
9 unistd
10 extensions
11 largefile
12 lseek           [test $HAVE_PREAD = 0 || test $REPLACE_PREAD = 1]
13 read            [test $HAVE_PREAD = 0 || test $REPLACE_PREAD = 1]
14
15 configure.ac:
16 gl_FUNC_PREAD
17 if test $HAVE_PREAD = 0 || test $REPLACE_PREAD = 1; then
18   AC_LIBOBJ([pread])
19 fi
20 gl_UNISTD_MODULE_INDICATOR([pread])
21
22 Makefile.am:
23
24 Include:
25 <unistd.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 Jim Meyering