Added tests for socklen_t

This commit is contained in:
Guido van Rossum 2000-04-24 15:12:04 +00:00
parent b33aa1a51e
commit 59903fe2b5
4 changed files with 257 additions and 217 deletions

View file

@ -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)