Do not define _POSIX_THREADS if unistd.h defines it.

Check for pthread_sigmask before using it. Fixes remaining problem in #470781.
This commit is contained in:
Martin v. Löwis 2001-10-15 14:34:42 +00:00
parent c0f1bfec05
commit 69c0ff3836
4 changed files with 336 additions and 289 deletions

View file

@ -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