af_alg: minor style improvements
[gnulib.git] / modules / utimecmp
blob8a3303cc06bf21ecead5e6ec3abb83e75e6b7093
1 Description:
2 compare file timestamps
4 Files:
5 lib/utimecmp.h
6 lib/utimecmp.c
7 m4/utimecmp.m4
9 Depends-on:
10 dirname-lgpl
11 fstatat
12 hash
13 stat-time
14 time
15 utimensat
16 intprops
17 stdbool
18 stdint
19 verify
21 configure.ac:
22 gl_UTIMECMP
24 Makefile.am:
25 lib_SOURCES += utimecmp.c
27 Include:
28 "utimecmp.h"
30 Link:
31 $(LIB_CLOCK_GETTIME)
33 License:
34 GPL
36 Maintainer:
37 Paul Eggert, Jim Meyering