From: Kurt Zeilenga Date: Fri, 25 Feb 2000 19:30:28 +0000 (+0000) Subject: tempnam() is available in MSVC5 X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~3177 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8e6ba5831a6d52d63cb0b6ae5f66c2d563ec7ff1;p=openldap tempnam() is available in MSVC5 --- 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 */