]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/mktemp.h
Import of OpenSSH 3.6.1p1
[gssapi-openssh.git] / openssh / openbsd-compat / mktemp.h
index f799387593d21881818ce935cb0a0fe8bc1a68fa..5851d5b11c5c2bfc795c7572659862464b0f406a 100644 (file)
@@ -4,10 +4,10 @@
 #define _BSD_MKTEMP_H
 
 #include "config.h"
-#ifndef HAVE_MKDTEMP
+#if !defined(HAVE_MKDTEMP) || defined(HAVE_STRICT_MKSTEMP)
 int mkstemps(char *path, int slen);
 int mkstemp(char *path);
 char *mkdtemp(char *path);
-#endif /* !HAVE_MKDTEMP */
+#endif /* !defined(HAVE_MKDTEMP) || defined(HAVE_STRICT_MKSTEMP) */
 
 #endif /* _BSD_MKTEMP_H */
This page took 0.036722 seconds and 4 git commands to generate.