From 8174340bab28d27d6f93628cdbb251048fec513b Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 9 May 2008 04:57:23 +0000 Subject: [PATCH] DEVEL15-windows-have-snprintf-20080509 LICENSE MIT Visual Studio provides [v]snprintf. No need to define and export it. (cherry picked from commit 048ae7c7e63e03af16925613aeec8243b45ffe70) --- src/config/afsconfig-windows.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/afsconfig-windows.h b/src/config/afsconfig-windows.h index bf51984cd..bf882ca79 100644 --- a/src/config/afsconfig-windows.h +++ b/src/config/afsconfig-windows.h @@ -168,6 +168,12 @@ /* Define if you have the header file. */ #define HAVE_WINSOCK2_H +/* Define if you have vsnprintf */ +#define HAVE_VSNPRINTF 1 + +/* Define if you have snprintf */ +#define HAVE_SNPRINTF 1 + /* Name of package */ #undef PACKAGE -- 2.39.5