mirror of
https://github.com/curl/curl.git
synced 2026-07-31 13:18:04 +03:00
fix: socklen_t definition comment
This commit is contained in:
parent
baee3996ab
commit
0163b5b8be
8 changed files with 8 additions and 14 deletions
|
|
@ -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.])
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue