From 3069f9c5dde40f8508074cdac5d4033d25781edb Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sat, 1 Oct 2016 00:47:27 -0500 Subject: Issue #21085: add configure check for siginfo_t.si_band Patch by Masayuki Yamamoto, reviewed and rebased by Erik Bray. This is a first step on the long road toward resupporting Cygwin, which does not provide siginfo_t.si_band. --- pyconfig.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyconfig.h.in') diff --git a/pyconfig.h.in b/pyconfig.h.in index e7a836c5d4..bfccabe2f7 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -856,6 +856,9 @@ /* Define to 1 if you have the `sigaltstack' function. */ #undef HAVE_SIGALTSTACK +/* Define to 1 if `si_band' is a member of `siginfo_t'. */ +#undef HAVE_SIGINFO_T_SI_BAND + /* Define to 1 if you have the `siginterrupt' function. */ #undef HAVE_SIGINTERRUPT -- cgit v1.2.1