summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-01-12 01:17:50 (GMT)
committerGuido van Rossum <guido@python.org>1996-01-12 01:17:50 (GMT)
commitff4af06735817a768733fa3eeb598f87c51e20f7 (patch)
tree0aa3cd78244d4f3d542a5966912bfa828ab7d132 /Python
parentb0352fa3fccf9e8c76bc52aa93333bbecaf04948 (diff)
downloadcpython-ff4af06735817a768733fa3eeb598f87c51e20f7.zip
cpython-ff4af06735817a768733fa3eeb598f87c51e20f7.tar.gz
cpython-ff4af06735817a768733fa3eeb598f87c51e20f7.tar.bz2
__hpux -> hpux equivalence
Diffstat (limited to 'Python')
-rw-r--r--Python/importdl.c4
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>