blob: 29d145e87730ace5c595f00f4aea27cd744774e0 [file] [log] [blame]
#include <fcntl.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifndef O_BINARY
# define O_BINARY 0
#endif
#ifndef HAVE_MKSTEMPS
extern int mkstemps(char *template, int suffix_len);
#endif