Extension modules
-----------------
+- Bug #1005308: Define _BSD_TYPES.
+
- Patch #1005568: Use _SC_PAGESIZE on Irix in resourcemoudle.
- Patch #924294: Do no check for AF_INET6 if it is not defined.
#! /bin/sh
-# From configure.in Revision: 1.427.4.12 .
+# From configure.in Revision: 1.427.4.13 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for python 2.3.
#
_ACEOF
+# The later defininition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables
+# u_int on Irix 5.3. Defining _BSD_TYPES brings it back.
+
+cat >>confdefs.h <<\_ACEOF
+#define _BSD_TYPES 1
+_ACEOF
+
+
define_xopen_source=yes
# Arguments passed to configure.
# them.
AC_DEFINE(__BSD_VISIBLE, 1, [Define on FreeBSD to activate all library features])
+# The later defininition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables
+# u_int on Irix 5.3. Defining _BSD_TYPES brings it back.
+AC_DEFINE(_BSD_TYPES, 1, [Define on Irix to enable u_int])
+
define_xopen_source=yes
# Arguments passed to configure.
# undef _ALL_SOURCE
#endif
+/* Define on Irix to enable u_int */
+#undef _BSD_TYPES
+
/* This must be set to 64 on some systems to enable large file support. */
#undef _FILE_OFFSET_BITS