diff options
author | Zefram <zefram@fysh.org> | 2017-12-19 17:43:21 +0000 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2017-12-22 16:22:50 +0000 |
commit | 226394c3368f2e223fb9d10e2b5408a6bf8608f5 (patch) | |
tree | 8ac6a8322b21d7307cf8bfaeee954f23206469ee /Porting/config_H | |
parent | 90a9496b5607497839aa08a0ddcdfa54c9d47678 (diff) | |
download | perl-226394c3368f2e223fb9d10e2b5408a6bf8608f5.tar.gz |
configure probe for mkostemp()
This is another file descriptor creating function that's needed as an
O_CLOEXEC-handling variant of an existing function.
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Porting/config_H b/Porting/config_H index 852224f98a..798b6fee3b 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -13,7 +13,7 @@ /* Package name : perl5 * Source directory : . - * Configuration time: Fri Dec 22 15:55:04 GMT 2017 + * Configuration time: Fri Dec 22 16:17:32 GMT 2017 * Configured by : yourname * Target system : linux barba.rous.org 3.16.0-4-amd64 #1 smp debian 3.16.43-2+deb8u2 (2017-06-26) x86_64 gnulinux */ @@ -3013,6 +3013,13 @@ */ #define HAS_MKDTEMP /**/ +/* HAS_MKOSTEMP: + * This symbol, if defined, indicates that the mkostemp routine is + * available to exclusively create and open a uniquely named + * temporary file. + */ +#define HAS_MKOSTEMP /**/ + /* HAS_MKSTEMPS: * This symbol, if defined, indicates that the mkstemps routine is * available to exclusively create and open a uniquely named |