popen-safer: test O_CLOEXEC at run-time.
[gnulib.git] / modules / canonicalize
1 Description:
2 Return the canonical absolute name of a given file.
3
4 Files:
5 lib/canonicalize.h
6 lib/canonicalize.c
7 lib/pathmax.h
8 m4/canonicalize.m4
9
10 Depends-on:
11 areadlink-with-size
12 file-set
13 filenamecat
14 hash-triple
15 memmove
16 sys_stat
17 xalloc
18 xgetcwd
19
20 configure.ac:
21 AC_FUNC_CANONICALIZE_FILE_NAME
22 gl_MODULE_INDICATOR([canonicalize])
23
24 Makefile.am:
25
26 Include:
27 "canonicalize.h"
28
29 License:
30 GPL
31
32 Maintainer:
33 Jim Meyering