Kaydet (Commit) 59903fe2 authored tarafından Guido van Rossum's avatar Guido van Rossum

Added tests for socklen_t

üst b33aa1a5
......@@ -84,6 +84,9 @@
/* sizeof(void *) */
#undef SIZEOF_VOID_P
/* Define to `int' if <sys/types.h> doesn't define. */
#undef socklen_t
/* Define for SOLARIS 2.x */
#undef SOLARIS
......
......@@ -149,6 +149,9 @@
/* Define to empty if the keyword does not work. */
#undef signed
/* Define to `int' if <sys/types.h> doesn't define. */
#undef socklen_t
/* Define if you can safely include both <sys/select.h> and <sys/time.h>
(which you can't on SCO ODT 3.0). */
#undef SYS_SELECT_WITH_SYS_TIME
......
This diff is collapsed.
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment