build: Define values for printf functions.

This commit is contained in:
Andreas Schneider
2010-07-13 17:25:48 +02:00
parent df2436b4a6
commit fd53ebc7b6

View File

@@ -38,26 +38,26 @@
/*************************** FUNCTIONS ***************************/ /*************************** FUNCTIONS ***************************/
/* Define to 1 if you have the `vsnprintf' function. */ /* Define to 1 if you have the `vsnprintf' function. */
#cmakedefine HAVE_VSNPRINTF #cmakedefine HAVE_VSNPRINTF 1
/* Define to 1 if you have the `_vsnprintf' function. */ /* Define to 1 if you have the `_vsnprintf' function. */
#cmakedefine HAVE__VSNPRINTF #cmakedefine HAVE__VSNPRINTF 1
/* Define to 1 if you have the `_vsnprintf_s' function. */ /* Define to 1 if you have the `_vsnprintf_s' function. */
#cmakedefine HAVE__VSNPRINTF_S #cmakedefine HAVE__VSNPRINTF_S 1
/* Define to 1 if you have the `snprintf' function. */ /* Define to 1 if you have the `snprintf' function. */
#cmakedefine HAVE_SNPRINTF #cmakedefine HAVE_SNPRINTF 1
/* Define to 1 if you have the `_snprintf' function. */ /* Define to 1 if you have the `_snprintf' function. */
#cmakedefine HAVE__SNPRINTF #cmakedefine HAVE__SNPRINTF 1
/* Define to 1 if you have the `_snprintf_s' function. */ /* Define to 1 if you have the `_snprintf_s' function. */
#cmakedefine HAVE__SNPRINTF_S #cmakedefine HAVE__SNPRINTF_S 1
/* Define to 1 if you have the `strncpy' function. */ /* Define to 1 if you have the `strncpy' function. */
#cmakedefine HAVE_STRNCPY #cmakedefine HAVE_STRNCPY 1
/* Define to 1 if you have the `cfmakeraw' function. */ /* Define to 1 if you have the `cfmakeraw' function. */
#cmakedefine HAVE_CFMAKERAW 1 #cmakedefine HAVE_CFMAKERAW 1