removed some inaccurate comments about the TYPE_IN_ADDR_T check
This commit is contained in:
parent
d5baaf7756
commit
ef35519696
@ -192,8 +192,7 @@ AC_DEFUN([TYPE_SOCKLEN_T],
|
|||||||
])
|
])
|
||||||
|
|
||||||
dnl Check for in_addr_t: it is used to receive the return code of inet_addr()
|
dnl Check for in_addr_t: it is used to receive the return code of inet_addr()
|
||||||
dnl and a few other things. If not found, we set it to unsigned int, as even
|
dnl and a few other things.
|
||||||
dnl 64-bit implementations use to set it to a 32-bit type.
|
|
||||||
AC_DEFUN([TYPE_IN_ADDR_T],
|
AC_DEFUN([TYPE_IN_ADDR_T],
|
||||||
[
|
[
|
||||||
AC_CHECK_TYPE([in_addr_t], ,[
|
AC_CHECK_TYPE([in_addr_t], ,[
|
||||||
|
Loading…
Reference in New Issue
Block a user