Some non-configure platforms that HAVE_VSNPRINTF; updated build number.

This commit is contained in:
William McBrine
2006-03-11 06:11:47 +00:00
parent 4865dcc859
commit 3aa9199cd6

View File

@@ -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
/*----------------------------------------