Hash :
81a77bdd
Author :
Date :
2006-11-01T03:46:10
* modules/tmpdir (Depends-on): Add sys_stat. * modules/mkdtemp (Depends-on): Add tempname, drop unistd. * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this. * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat. * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to tempname.
Description:
mkdtemp() function: create a private temporary directory.
Files:
lib/mkdtemp.h
lib/mkdtemp.c
m4/mkdtemp.m4
Depends-on:
stdint
tempname
configure.ac:
gt_FUNC_MKDTEMP
Makefile.am:
Include:
"mkdtemp.h"
License:
LGPL
Maintainer:
Bruno Haible