Commit 89df70bf authored by Guido van Rossum's avatar Guido van Rossum

Support HPUX 10.20 DCE threads.

parent b93a8629
......@@ -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
......
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