mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
__hpux -> hpux equivalence
This commit is contained in:
parent
b0352fa3fc
commit
ff4af06735
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ extern int verbose; /* Defined in pythonrun.c */
|
|||
|
||||
/* Configure dynamic linking */
|
||||
|
||||
#ifdef __hpux
|
||||
#define hpux
|
||||
#endif
|
||||
|
||||
#ifdef hpux
|
||||
#define DYNAMIC_LINK
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue