Patch #805613: Fix usage of the PTH library.

This commit is contained in:
Martin v. Löwis 2003-09-20 11:13:36 +00:00
parent 7bdc484c97
commit 70849f84a0
2 changed files with 7 additions and 1 deletions

View file

@ -98,6 +98,7 @@ void PyThread_init_thread(void)
#ifdef HAVE_PTH
#include "thread_pth.h"
#undef _POSIX_THREADS
#endif
#ifdef _POSIX_THREADS