mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 14:43:36 +00:00
Excess dependency noted by Eli Zaretskii (Bug#28023#17). * lib/tempname.c (__secure_getenv) [!_LIBC]: Remove; unused. * modules/tempname (Depends-on): Remove secure_getenv.
33 lines
399 B
Plaintext
33 lines
399 B
Plaintext
Description:
|
|
gen_tempname() function and try_tempname() function:
|
|
create a private temporary file or directory.
|
|
|
|
Files:
|
|
lib/tempname.c
|
|
lib/tempname.h
|
|
m4/tempname.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
fcntl-h
|
|
gettimeofday
|
|
lstat
|
|
stdint
|
|
sys_stat
|
|
sys_time
|
|
|
|
configure.ac:
|
|
gl_FUNC_GEN_TEMPNAME
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += tempname.c
|
|
|
|
Include:
|
|
"tempname.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Eric Blake and Jim Meyering
|