Commit b9c4461a authored by Guido van Rossum's avatar Guido van Rossum

Derived changes after change to configure.in

parent c5832ffd
...@@ -101,6 +101,9 @@ ...@@ -101,6 +101,9 @@
(e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */ (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
#undef HAVE_STDARG_PROTOTYPES #undef HAVE_STDARG_PROTOTYPES
/* Define if you have POSIX threads */
#undef _POSIX_THREADS
/* Define to empty if the keyword does not work. */ /* Define to empty if the keyword does not work. */
#undef signed #undef signed
...@@ -258,6 +261,9 @@ ...@@ -258,6 +261,9 @@
/* Define if you have the nsl library (-lnsl). */ /* Define if you have the nsl library (-lnsl). */
#undef HAVE_LIBNSL #undef HAVE_LIBNSL
/* Define if you have the pthreads library (-lpthreads). */
#undef HAVE_LIBPTHREADS
/* Define if you have the seq library (-lseq). */ /* Define if you have the seq library (-lseq). */
#undef HAVE_LIBSEQ #undef HAVE_LIBSEQ
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment