X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmkstemp;h=265144b9427bb6ab5084837b3b41cd0f1a089369;hb=aa2af51b11c89831d6611b461908af0a5e0d337c;hp=301d8298bde020ad85ae0c5d1215b1e85a80e564;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/mkstemp b/modules/mkstemp index 301d8298b..265144b94 100644 --- a/modules/mkstemp +++ b/modules/mkstemp @@ -2,28 +2,25 @@ Description: mkstemp() function: create a private temporary file. Files: -lib/mkstemp.h lib/mkstemp.c -lib/tempname.c m4/mkstemp.m4 Depends-on: extensions -stat-macros -stdint -sys_stat +stdlib +tempname configure.ac: gl_FUNC_MKSTEMP +gl_STDLIB_MODULE_INDICATOR([mkstemp]) Makefile.am: -EXTRA_DIST += mkstemp.h mkstemp.c tempname.c Include: -"mkstemp.h" + License: -GPL +LGPLv2+ Maintainer: Jim Meyering