mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
* modules/dev-ino: New module. * modules/cycle-check: Depend on these modules, rather than simply including their .h files. (Makefile.am): Don't list cycle-check.[ch] here, now that they're required via m4/cycle-check.m4. * modules/same: Depend on new same-inode module, rather than including same-inode.h. * modules/chdir-safer: New file. * m4/dev-ino.m4, m4/same-inode.m4: New files.
30 lines
293 B
Plaintext
30 lines
293 B
Plaintext
Description:
|
|
Determine whether two file names refer to the same directory entry of the same
|
|
directory.
|
|
|
|
Files:
|
|
lib/same.h
|
|
lib/same.c
|
|
m4/same.m4
|
|
|
|
Depends-on:
|
|
xalloc
|
|
error
|
|
dirname
|
|
same-inode
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_SAME
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"same.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|