From 069306312addf87252e2dbf250fc7632fc8b7da3 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 4 Sep 2017 16:36:05 -0700 Subject: remove IRIX support (closes bpo-31341) (#3310) See PEP 11. --- pyconfig.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'pyconfig.h.in') diff --git a/pyconfig.h.in b/pyconfig.h.in index a524204e75..2efd768a96 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1415,9 +1415,6 @@ /* Define on OpenBSD to activate all library features */ #undef _BSD_SOURCE -/* Define on Irix to enable u_int */ -#undef _BSD_TYPES - /* Define on Darwin to activate all library features */ #undef _DARWIN_C_SOURCE -- cgit v1.2.1