free-posix: New module, renamed from 'free'.
[gnulib.git] / modules / canonicalize
blobe1b7607046ad2671c472d39bb25cc2df38a94abe
1 Description:
2 Return the canonical absolute name of a given file.
4 Files:
5 lib/canonicalize.h
6 lib/canonicalize.c
7 m4/canonicalize.m4
9 Depends-on:
10 attribute
11 double-slash-root
12 errno
13 extensions
14 file-set
15 filename
16 free-posix
17 getcwd
18 hash-triple-simple
19 idx
20 memmove
21 mempcpy
22 nocrash
23 rawmemchr
24 readlink
25 scratch_buffer
26 stat
27 stdbool
28 sys_stat
29 xalloc
30 xalloc-die
32 configure.ac:
33 gl_FUNC_CANONICALIZE_FILENAME_MODE
34 gl_MODULE_INDICATOR([canonicalize])
35 gl_MODULE_INDICATOR_FOR_TESTS([canonicalize])
36 gl_STDLIB_MODULE_INDICATOR([canonicalize_file_name])
38 Makefile.am:
39 lib_SOURCES += canonicalize.c
41 Include:
42 "canonicalize.h"
44 License:
45 GPL
47 Maintainer:
48 Jim Meyering