[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#6312)



neustradamus@hotmail.com wrote:
> --_add76be3-02e1-47b1-b978-259bce59b479_
> Content-Type: text/plain; charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> 
> You must change in configure and \include\PORTABLE.H :
> 
> #define vsnprintf _vsnprintf
> 
> with
> 
> #if _MSC_VER < 1500  // 1500 =3D=3D VC++ 9.0
> #define vsnprintf _vsnprintf
>  #endif
> 
> or
> 
>  #if _MSC_VER < 1500
> #define vsnprintf _vsnprintf
>  #endif

You reported this issue against 2.2.16, which is several years obsolete.
(Current version is 2.4.19.) The configure script has checked for vsnprintf
and _vsnprintf for many years; it will not setup this #define if it doesn't
need to.

Closing this ITS.
-- 
  -- Howard Chu
  CTO, Symas Corp.           http://www.symas.com
  Director, Highland Sun     http://highlandsun.com/hyc/
  Chief Architect, OpenLDAP  http://www.openldap.org/project/