From ff4af06735817a768733fa3eeb598f87c51e20f7 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 12 Jan 1996 01:17:50 +0000 Subject: [PATCH] __hpux -> hpux equivalence --- Python/importdl.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Python/importdl.c b/Python/importdl.c index 01d9c169866..e802df1a54a 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