mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* modules/tmpfile (License): Change to LGPL. With permission from Ben Pfaff: <http://lists.gnu.org/archive/html/bug-gnulib/2010-12/msg00185.html>
28 lines
385 B
Plaintext
28 lines
385 B
Plaintext
Description:
|
|
tmpfile() function: create a temporary file.
|
|
|
|
Files:
|
|
lib/tmpfile.c
|
|
m4/tmpfile.m4
|
|
|
|
Depends-on:
|
|
stdio
|
|
pathmax [test $REPLACE_TMPFILE = 1]
|
|
tempname [test $REPLACE_TMPFILE = 1]
|
|
tmpdir [test $REPLACE_TMPFILE = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_TMPFILE
|
|
gl_STDIO_MODULE_INDICATOR([tmpfile])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdio.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Ben Pfaff
|