Test for ssize_t. Needed for portability to mingw32.
[gnulib.git] / modules / xreadlink
1 Description:
2 Return the contents of a symbolic link, without size limitations.
3
4 Files:
5 lib/xreadlink.h
6 lib/xreadlink.c
7 m4/xreadlink.m4
8 m4/ssize_t.m4
9
10 Depends-on:
11 xalloc
12
13 configure.ac:
14 gl_XREADLINK
15
16 Makefile.am:
17 lib_SOURCES += xreadlink.h xreadlink.c
18
19 Include:
20 "xreadlink.h"
21
22 Maintainer:
23 Jim Meyering
24