verify: new macro 'assume'
[gnulib.git] / modules / getcwd-lgpl
1 Description:
2 Ensure getcwd(NULL, 0) returns a buffer allocated by malloc().
3
4 Files:
5 lib/getcwd-lgpl.c
6 m4/getcwd.m4
7
8 Depends-on:
9 unistd
10 strdup          [test $REPLACE_GETCWD = 1]
11
12 configure.ac:
13 gl_FUNC_GETCWD_LGPL
14 if test $REPLACE_GETCWD = 1; then
15   AC_LIBOBJ([getcwd-lgpl])
16 fi
17 gl_UNISTD_MODULE_INDICATOR([getcwd])
18
19 Makefile.am:
20
21 Include:
22 <unistd.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Eric Blake