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.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mktemp.c') diff --git a/mktemp.c b/mktemp.c index 69dc4dc6f..de11a6b53 100644 --- a/mktemp.c +++ b/mktemp.c @@ -47,8 +47,11 @@ static char rcsid[] = "$OpenBSD: mktemp.c,v 1.13 1998/06/30 23:03:13 deraadt Exp #include #include +#include "config.h" #include "helper.h" +#ifndef HAVE_MKDTEMP + static int _gettemp __P((char *, int *, int, int)); int @@ -181,3 +184,5 @@ _gettemp(path, doopen, domkdir, slen) } /*NOTREACHED*/ } + +#endif /* !HAVE_MKDTEMP */ -- cgit v1.2.3