From 3aa9199cd65ec9dabee7a6e205a5e81bf9478155 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sat, 11 Mar 2006 06:11:47 +0000 Subject: [PATCH] Some non-configure platforms that HAVE_VSNPRINTF; updated build number. --- curses.h | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/curses.h b/curses.h index 4fa3b09e..601b162e 100644 --- a/curses.h +++ b/curses.h @@ -15,7 +15,7 @@ * See the file maintain.er for details of the current maintainer. * ************************************************************************/ -/* $Id: curses.h,v 1.139 2006/02/28 02:04:56 wmcbrine Exp $ */ +/* $Id: curses.h,v 1.140 2006/03/11 06:11:47 wmcbrine Exp $ */ /*----------------------------------------------------------------------* * PDCurses * @@ -55,7 +55,7 @@ PDCurses portable platform definitions list: **man-end****************************************************************/ -#define PDC_BUILD 2713 +#define PDC_BUILD 2714 #define PDCURSES 1 /* PDCurses-only routines */ #define XOPEN 1 /* X/Open Curses routines */ #define SYSVcurses 1 /* System V Curses routines */ @@ -96,6 +96,9 @@ PDCurses portable platform definitions list: # ifndef HAVE_VSSCANF # define HAVE_VSSCANF /* have vsscanf() */ # endif +# ifndef HAVE_VSNPRINTF +# define HAVE_VSNPRINTF +# endif #endif @@ -263,6 +266,9 @@ PDCurses portable platform definitions list: # ifndef HAVE_VSSCANF # define HAVE_VSSCANF /* have vsscanf() */ # endif +# ifndef HAVE_VSNPRINTF +# define HAVE_VSNPRINTF +# endif #endif /*---------------------------------------- @@ -279,6 +285,9 @@ PDCurses portable platform definitions list: # ifndef HAVE_VSSCANF # define HAVE_VSSCANF /* have vsscanf() */ # endif +# ifndef HAVE_VSNPRINTF +# define HAVE_VSNPRINTF +# endif #endif /*---------------------------------------- @@ -290,6 +299,9 @@ PDCurses portable platform definitions list: # ifndef WIN32 # define WIN32 # endif +# ifndef HAVE_VSNPRINTF +# define HAVE_VSNPRINTF +# endif #endif /*---------------------------------------- @@ -328,6 +340,9 @@ PDCurses portable platform definitions list: # ifndef HAVE_VSSCANF # define HAVE_VSSCANF /* have vsscanf() */ # endif +# ifndef HAVE_VSNPRINTF +# define HAVE_VSNPRINTF +# endif #endif /*----------------------------------------