diff options
author | midipix <writeonce@midipix.org> | 2021-06-18 07:47:44 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-18 07:47:44 +0000 |
commit | a138727604f8d636886e6e44aba428d0db2c2642 (patch) | |
tree | 694bc0befd851491f8844712bf0fc0a78e05f37a /config | |
parent | 41555ca0abc08b39b170ab61296b4e1421c9addb (diff) | |
download | sbpython3-a138727604f8d636886e6e44aba428d0db2c2642.tar.bz2 sbpython3-a138727604f8d636886e6e44aba428d0db2c2642.tar.xz |
config: linux/pyconfig.h, midipix/pyconfig.h: defined HAVE_SIGINFO_T_SI_BAND.
Diffstat (limited to 'config')
-rw-r--r-- | config/linux/pyconfig.h | 4 | ||||
-rw-r--r-- | config/midipix/pyconfig.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/config/linux/pyconfig.h b/config/linux/pyconfig.h index 9fbd312..145f77b 100644 --- a/config/linux/pyconfig.h +++ b/config/linux/pyconfig.h @@ -37,6 +37,10 @@ #define SIZEOF_PID_T __SIZEOF_INT__ #endif +#ifndef HAVE_SIGINFO_T_SI_BAND +#define HAVE_SIGINFO_T_SI_BAND 1 +#endif + #ifndef PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 #endif diff --git a/config/midipix/pyconfig.h b/config/midipix/pyconfig.h index 5e87863..8d49743 100644 --- a/config/midipix/pyconfig.h +++ b/config/midipix/pyconfig.h @@ -36,6 +36,10 @@ #define SIZEOF_PID_T __SIZEOF_INT__ #endif +#ifndef HAVE_SIGINFO_T_SI_BAND +#define HAVE_SIGINFO_T_SI_BAND 1 +#endif + #ifndef PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT #define PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT 1 #endif |