diff options
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 749666f..7057895 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -477,6 +477,9 @@ /* Define if you have the pthread_init function. */ #undef HAVE_PTHREAD_INIT +/* Define if you have the pthread_sigmask function. */ +#undef HAVE_PTHREAD_SIGMASK + /* Define if you have the putenv function. */ #undef HAVE_PUTENV |