[Dev-luatex] mkstemp or similar in lua(tex)
Martin Schröder
martin at oneiros.de
Sun Nov 18 13:55:10 CET 2007
2007/11/18, Taco Hoekwater <taco at elvenkind.com>:
> That's why I wrote:
>
> > I'll have to borrow or write a version of BSD's mkdtemp, somehow.
>
> conf'ing for something that only exists in some specific BSD's is not
> worth the effort (unless it can reliably be added to openbsdcompat).
The original openssh-openbsd-compat has
#if !defined(HAVE_MKDTEMP) || defined(HAVE_STRICT_MKSTEMP)
int mkstemps(char *path, int slen);
int mkstemp(char *path);
char *mkdtemp(char *path);
#endif
Best
Martin
More information about the dev-luatex
mailing list