mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/backupfile (Depends-on): Add opendir, readdir, closedir. * modules/fts (Depends-on): Likewise. * modules/glob (Depends-on): Likewise. * modules/savedir (Depends-on): Likewise. * modules/scandir (Depends-on): Likewise. * modules/dirent-safer (Depends-on): Add opendir, closedir. * modules/fdopendir (Depends-on): Add opendir.
35 lines
404 B
Plaintext
35 lines
404 B
Plaintext
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
|