1Description: 2Determine whether two file names refer to the same directory entry of the same 3directory. 4 5Files: 6lib/same.h 7lib/same.c 8m4/same.m4 9 10Depends-on: 11error 12dirname 13same-inode 14stat 15stdbool 16memcmp 17 18configure.ac: 19gl_SAME 20 21Makefile.am: 22lib_SOURCES += same.c 23 24Include: 25"same.h" 26 27License: 28GPL 29 30Maintainer: 31Jim Meyering 32