From: Jeffrey Altman Date: Mon, 23 Jun 2008 03:47:00 +0000 (+0000) Subject: DEVEL153X-windows-have-snprintf-20080509 X-Git-Tag: openafs-devel-1_5_39~18 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=329f672b98a343e7e37d55d49ffdae2de630f018;p=packages%2Fo%2Fopenafs.git DEVEL153X-windows-have-snprintf-20080509 LICENSE MIT Visual Studio provides [v]snprintf. No need to define and export it. (cherry picked from commit 048ae7c7e63e03af16925613aeec8243b45ffe70) --- 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