diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-06-02 08:11:25 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-06-02 08:11:25 -0700 |
commit | 98a5ae664df526c18bac5d4597c3ae165cd0fd20 (patch) | |
tree | 0c1fbf305134247323a4460287e912ac6d2f95a2 /share | |
parent | ed63896a29e77ea5d3aa0d9f4b5341d3149c2d0a (diff) | |
download | txr-98a5ae664df526c18bac5d4597c3ae165cd0fd20.tar.gz txr-98a5ae664df526c18bac5d4597c3ae165cd0fd20.tar.bz2 txr-98a5ae664df526c18bac5d4597c3ae165cd0fd20.zip |
solaris: unbundle mkstemp and mkdtemp.
* configure: Solaris 10 doesn't have mkdtemp, so we detect
it separately from mkstemp, which Solaris 10 does have,
producing HAVE_MKSTEMP and MAKE_MKDTEMP config.h symbols.
* stream.c (mkdtemp_wrap): Separately surround
with #if HAVE_MKDTEMP.
(mkstemp_wrap): Reduce scope of #if HAVE_MKSTEMP only around
this function. Bugfix here: in the #else case
of #if HAVE_MKSTEMPS, we are calling the mkstemps function
instead of mkstemp.
Diffstat (limited to 'share')
0 files changed, 0 insertions, 0 deletions