DEVEL15-windows-have-snprintf-20080509
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 9 May 2008 04:57:23 +0000 (04:57 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 9 May 2008 04:57:23 +0000 (04:57 +0000)
LICENSE MIT

Visual Studio provides [v]snprintf.  No need to define and export it.

(cherry picked from commit 048ae7c7e63e03af16925613aeec8243b45ffe70)

src/config/afsconfig-windows.h

index bf51984..bf882ca 100644 (file)
 /* Define if you have the <winsock2.h> 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