From e413cba972feb60d3d4d104c0c93320435610d1b Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 28 Oct 1999 14:12:54 +1000 Subject: Disabled code based on autoconf tests --- mktemp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mktemp.h') diff --git a/mktemp.h b/mktemp.h index 5d380058e..ac92cbae0 100644 --- a/mktemp.h +++ b/mktemp.h @@ -1,7 +1,11 @@ #ifndef _MKTEMP_H #define _MKTEMP_H + +#include "config.h" +#ifndef HAVE_MKDTEMP int mkstemps(char *path, int slen); int mkstemp(char *path); char *mkdtemp(char *path); +#endif /* !HAVE_MKDTEMP */ #endif /* _MKTEMP_H */ -- cgit v1.2.3