diff options
author | Guido van Rossum <guido@python.org> | 1996-01-12 01:17:50 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-01-12 01:17:50 (GMT) |
commit | ff4af06735817a768733fa3eeb598f87c51e20f7 (patch) | |
tree | 0aa3cd78244d4f3d542a5966912bfa828ab7d132 /Python/importdl.c | |
parent | b0352fa3fccf9e8c76bc52aa93333bbecaf04948 (diff) | |
download | cpython-ff4af06735817a768733fa3eeb598f87c51e20f7.zip cpython-ff4af06735817a768733fa3eeb598f87c51e20f7.tar.gz cpython-ff4af06735817a768733fa3eeb598f87c51e20f7.tar.bz2 |
__hpux -> hpux equivalence
Diffstat (limited to 'Python/importdl.c')
-rw-r--r-- | Python/importdl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Python/importdl.c b/Python/importdl.c index 01d9c16..e802df1 100644 --- a/Python/importdl.c +++ b/Python/importdl.c @@ -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> |