37 lines
544 B
Plaintext
37 lines
544 B
Plaintext
Description:
|
|
mkstemps() function: create a private temporary file, with suffix
|
|
|
|
Files:
|
|
lib/mkstemps.c
|
|
m4/mkstemps.m4
|
|
|
|
Depends-on:
|
|
stdlib
|
|
extensions
|
|
largefile
|
|
tempname [test $HAVE_MKSTEMPS = 0]
|
|
|
|
configure.ac:
|
|
gl_FUNC_MKSTEMPS
|
|
gl_CONDITIONAL([GL_COND_OBJ_MKSTEMPS], [test $HAVE_MKSTEMPS = 0])
|
|
gl_MODULE_INDICATOR([mkstemps])
|
|
gl_STDLIB_MODULE_INDICATOR([mkstemps])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_MKSTEMPS
|
|
lib_SOURCES += mkstemps.c
|
|
endif
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
Link:
|
|
$(GETRANDOM_LIB)
|
|
$(CLOCK_TIME_LIB)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Eric Blake
|