We no longer depend on this and simply assume vsnprintf is available.
check_function_exists( setmode HAVE_SETMODE )
check_function_exists( sincos HAVE_SINCOS )
check_function_exists( srand48 HAVE_SRAND48 )
-check_function_exists( vsnprintf HAVE_VSNPRINTF )
# Type checks
# The function check_size_type also checks if the type exists
#cmakedefine HAVE_SETMODE
#cmakedefine HAVE_SINCOS
#cmakedefine HAVE_SRAND48
-#cmakedefine HAVE_VSNPRINTF
// Types
#cmakedefine HAVE_SSIZE_T
# Checks for library functions
AC_CHECK_FUNCS([lrand48 drand48 srand48 setmode setenv getenv \
- cbrt vsnprintf mallopt mallinfo mstats getpagesize \
+ cbrt mallopt mallinfo mstats getpagesize \
ftruncate lseek64 stat64 vfork unlink waitpid select])
AC_REPLACE_FUNCS([strcasestr])
/* Define to 1 if you have the <unistd.h> header file. */
//#define HAVE_UNISTD_H 1
-/* Define to 1 if you have the `vsnprintf' function. */
-#define HAVE_VSNPRINTF 1
-
/* Define to 1 if you have the <X11/Intrinsic.h> header file. */
/* #undef HAVE_X11_INTRINSIC_H */