mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
31 lines
345 B
Plaintext
31 lines
345 B
Plaintext
Description:
|
|
Return the canonical absolute name of a given file.
|
|
|
|
Files:
|
|
lib/canonicalize.h
|
|
lib/canonicalize.c
|
|
lib/pathmax.h
|
|
m4/canonicalize.m4
|
|
|
|
Depends-on:
|
|
cycle-check
|
|
filenamecat
|
|
stat-macros
|
|
xalloc
|
|
xgetcwd
|
|
xreadlink
|
|
|
|
configure.ac:
|
|
AC_FUNC_CANONICALIZE_FILE_NAME
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"canonicalize.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|