mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Derived changes after change to configure.in
This commit is contained in:
parent
c5832ffdba
commit
b9c4461a35
1 changed files with 6 additions and 0 deletions
|
@ -101,6 +101,9 @@
|
|||
(e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
|
||||
#undef HAVE_STDARG_PROTOTYPES
|
||||
|
||||
/* Define if you have POSIX threads */
|
||||
#undef _POSIX_THREADS
|
||||
|
||||
/* Define to empty if the keyword does not work. */
|
||||
#undef signed
|
||||
|
||||
|
@ -258,6 +261,9 @@
|
|||
/* Define if you have the nsl library (-lnsl). */
|
||||
#undef HAVE_LIBNSL
|
||||
|
||||
/* Define if you have the pthreads library (-lpthreads). */
|
||||
#undef HAVE_LIBPTHREADS
|
||||
|
||||
/* Define if you have the seq library (-lseq). */
|
||||
#undef HAVE_LIBSEQ
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue