From: Guido van Rossum Date: Fri, 12 Jan 1996 01:17:50 +0000 (+0000) Subject: __hpux -> hpux equivalence X-Git-Tag: v1.4b1~415 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff4af06735817a768733fa3eeb598f87c51e20f7;p=python __hpux -> hpux equivalence --- diff --git a/Python/importdl.c b/Python/importdl.c index 01d9c16986..e802df1a54 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