openpty: provide a stub on mingw
[gnulib.git] / modules / areadlinkat-with-size
1 Description:
2 Read a symbolic link, without size limitations, relative to fd.
3
4 Files:
5 lib/areadlink.h
6 lib/areadlinkat-with-size.c
7 lib/at-func.c
8
9 Depends-on:
10 areadlink-with-size
11 stdint
12 readlinkat
13 at-internal
14 dosname
15 errno
16 extensions
17 fchdir
18 openat-die
19 openat-h
20 save-cwd
21 unistd
22
23 configure.ac:
24 gl_MODULE_INDICATOR([areadlinkat-with-size])
25
26 Makefile.am:
27 lib_SOURCES += areadlinkat-with-size.c
28
29 Include:
30 "areadlink.h"
31
32 License:
33 GPL
34
35 Maintainer:
36 Jim Meyering, Eric Blake