mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Added tests for socklen_t
This commit is contained in:
parent
b33aa1a51e
commit
59903fe2b5
4 changed files with 257 additions and 217 deletions
|
@ -380,6 +380,7 @@ AC_TYPE_PID_T
|
|||
AC_TYPE_SIGNAL
|
||||
AC_TYPE_SIZE_T
|
||||
AC_TYPE_UID_T
|
||||
AC_CHECK_TYPE(socklen_t, int)
|
||||
|
||||
# Sizes of various common basic types
|
||||
AC_CHECK_SIZEOF(int)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue