mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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 */
|
/* Configure dynamic linking */
|
||||||
|
|
||||||
|
#ifdef __hpux
|
||||||
|
#define hpux
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef hpux
|
#ifdef hpux
|
||||||
#define DYNAMIC_LINK
|
#define DYNAMIC_LINK
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue