test-stddef: test for (some) offsetof bugs
[gnulib.git] / modules / canonicalize-lgpl
1 Description:
2 realpath, canonical_file_name: Provide canonical absolute file name
3
4 Files:
5 lib/canonicalize-lgpl.c
6 m4/canonicalize.m4
7 m4/double-slash-root.m4
8
9 Depends-on:
10 alloca-opt
11 errno
12 extensions
13 lstat
14 malloca
15 memmove
16 pathmax
17 readlink
18 stdlib
19 sys_stat
20
21 configure.ac:
22 gl_CANONICALIZE_LGPL
23 gl_MODULE_INDICATOR([canonicalize-lgpl])
24 gl_STDLIB_MODULE_INDICATOR([canonicalize_file_name])
25 gl_STDLIB_MODULE_INDICATOR([realpath])
26
27 Makefile.am:
28
29 Include:
30 <stdlib.h>
31
32 License:
33 LGPLv2+
34
35 Maintainer:
36 Bruno Haible