commit | ff4af06735817a768733fa3eeb598f87c51e20f7 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Jan 12 01:17:50 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Jan 12 01:17:50 1996 +0000 |
tree | 0aa3cd78244d4f3d542a5966912bfa828ab7d132 | |
parent | b0352fa3fccf9e8c76bc52aa93333bbecaf04948 [diff] |
__hpux -> hpux equivalence
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 @@ /* Configure dynamic linking */ +#ifdef __hpux +#define hpux +#endif + #ifdef hpux #define DYNAMIC_LINK #include <errno.h>