summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-10-01 00:47:27 -0500
committerZachary Ware <zachary.ware@gmail.com>2016-10-01 00:47:27 -0500
commit6a6967e827e11d332598a9395adb9c578184f914 (patch)
tree4d5d81e3ea513a40062af07188bfb0ecad196b1b /pyconfig.h.in
parentefd1bf443431529d1d2f21fc8f77ed78557e8245 (diff)
downloadcpython-git-6a6967e827e11d332598a9395adb9c578184f914.tar.gz
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.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
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