Add pthred-std define for Linux.

This commit is contained in:
Guido van Rossum 1997-05-15 12:24:53 +00:00
parent 8766dfd9e8
commit c8fba8ee14
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ PERFORMANCE OF THIS SOFTWARE.
#elif defined(__unix) && defined(__sparc) #elif defined(__unix) && defined(__sparc)
# define PY_PTHREAD_STD # define PY_PTHREAD_STD
#elif defined(__linux)
# define PY_PTHREAD_STD
#endif #endif