Added a portable snprintf implementenation in case it's not present.

This commit is contained in:
gfk
2002-05-11 18:19:39 +00:00
parent a8143ad039
commit 40706764dd
5 changed files with 1060 additions and 7 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ AC_TYPE_UID_T
dnl Checks for library functions.
AC_PROG_GCC_TRADITIONAL
AC_TYPE_SIGNAL
AC_CHECK_FUNCS(select socket strdup strerror strtol uname cfmakeraw ioperm)
AC_CHECK_FUNCS(select socket strdup strerror strtol uname cfmakeraw snprintf)
dnl Check for various defines and features