mirror of https://github.com/python/cpython
__hpux -> hpux equivalence
This commit is contained in:
parent
b0352fa3fc
commit
ff4af06735
|
@ -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…
Reference in New Issue