fix: socklen_t definition comment

This commit is contained in:
Yang Tse
2008-05-21 13:57:50 +00:00
parent baee3996ab
commit 0163b5b8be
8 changed files with 8 additions and 14 deletions

View File

@@ -829,7 +829,7 @@ AC_DEFUN([CURL_CHECK_TYPE_SOCKLEN_T], [
;;
*)
AC_DEFINE_UNQUOTED(socklen_t, $curl_cv_socklen_t_equiv,
[type to use in place of socklen_t if not defined])
[Type to use in place of socklen_t when system does not provide it.])
AC_DEFINE_UNQUOTED(HAVE_SOCKLEN_T, 1,
[Define to 1 if socklen_t is available or a equivalent is defined.])
;;