From: Guido van Rossum Date: Thu, 7 May 1998 13:28:23 +0000 (+0000) Subject: Support HPUX 10.20 DCE threads. X-Git-Tag: v1.5.2a1~723 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89df70bfbbc968902eca44ee6a17989f0742d08f;p=python Support HPUX 10.20 DCE threads. --- diff --git a/Python/thread_pthread.h b/Python/thread_pthread.h index 2f57b36e19..0d59ced0b8 100644 --- a/Python/thread_pthread.h +++ b/Python/thread_pthread.h @@ -69,6 +69,12 @@ PERFORMANCE OF THIS SOFTWARE. #elif defined(__DGUX) # define PY_PTHREAD_D6 +#elif defined(__hpux) +/* From what I can see, HP-UX 10.20 pthreads looks + * like D4 flavour. + */ +# define PY_PTHREAD_D4 + #else /* Default case */ # define PY_PTHREAD_STD