X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmkstemp;h=265144b9427bb6ab5084837b3b41cd0f1a089369;hb=883b9007b919bce1c06e030c28220aeee2a825fc;hp=63f31f5e249951d96528c9e5ffc41379e903cc94;hpb=f8f8f7824f484b90ea5a379b7d297f591d15199c;p=gnulib.git diff --git a/modules/mkstemp b/modules/mkstemp index 63f31f5e2..265144b94 100644 --- a/modules/mkstemp +++ b/modules/mkstemp @@ -3,22 +3,24 @@ mkstemp() function: create a private temporary file. Files: lib/mkstemp.c -lib/tempname.c -m4/ulonglong.m4 -m4/stdint_h.m4 -m4/inttypes_h.m4 -m4/uintmax_t.m4 m4/mkstemp.m4 Depends-on: +extensions +stdlib +tempname configure.ac: gl_FUNC_MKSTEMP +gl_STDLIB_MODULE_INDICATOR([mkstemp]) Makefile.am: Include: +License: +LGPLv2+ + Maintainer: Jim Meyering