fix: socklen_t definition comment
This commit is contained in:
@@ -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.])
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user