1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/tmpfile
Bruno Haible 6fec409920 tmpfile: Relicense under LGPL.
* modules/tmpfile (License): Change to LGPL.
With permission from Ben Pfaff:
<http://lists.gnu.org/archive/html/bug-gnulib/2010-12/msg00185.html>
2011-05-05 19:23:54 +02:00

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