blob: dbd26b6d7bc5e80a23910f6215a8f128dfb1f982 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
Description:
Determination of the filename of a backup file, according to user environment
variables.
Files:
lib/backupfile.h
lib/backupfile.c
m4/backupfile.m4
Depends-on:
argmatch
closedir
d-ino
dirent-safer
dirname-lgpl
memcmp
opendir
readdir
stdbool
configure.ac:
gl_BACKUPFILE
Makefile.am:
lib_SOURCES += backupfile.c
Include:
"backupfile.h"
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering
|