From: Jeffrey Altman Date: Fri, 9 May 2008 04:57:23 +0000 (+0000) Subject: DEVEL15-windows-have-snprintf-20080509 X-Git-Tag: openafs-devel-1_5_50~132 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8174340bab28d27d6f93628cdbb251048fec513b;p=packages%2Fo%2Fopenafs.git DEVEL15-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