From 8e6ba5831a6d52d63cb0b6ae5f66c2d563ec7ff1 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 25 Feb 2000 19:30:28 +0000 Subject: [PATCH] tempnam() is available in MSVC5 --- include/portable.nt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/portable.nt b/include/portable.nt index e2769f98cd..f906abc7ae 100644 --- a/include/portable.nt +++ b/include/portable.nt @@ -435,7 +435,7 @@ typedef signed int ssize_t; /* #undef HAVE_SYSCONF */ /* Define if you have the tempnam function. */ -/* #undef HAVE_TEMPNAM */ +#define HAVE_TEMPNAM 1 /* Define if you have the thr_getconcurrency function. */ /* #undef HAVE_THR_GETCONCURRENCY */ -- 2.39.5