__hpux -> hpux equivalence

This commit is contained in:
Guido van Rossum 1996-01-12 01:17:50 +00:00
parent b0352fa3fc
commit ff4af06735
1 changed files with 4 additions and 0 deletions

View File

@ -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>