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