From 75f288de71e23edc99cd5872055e5a668d477288 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 14 Jun 1995 22:07:26 +0000 Subject: re-enabled NeXT dynamic linking (#ifdef NeXT) --- Python/importdl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Python/importdl.c b/Python/importdl.c index 3a9df69..189bc43 100644 --- a/Python/importdl.c +++ b/Python/importdl.c @@ -36,7 +36,7 @@ extern int verbose; /* Defined in pythonrun.c */ symbol -- defined for: DYNAMIC_LINK -- any kind of dynamic linking - USE_RLD -- NeXT dynamic linking (currently disabled) + USE_RLD -- NeXT dynamic linking USE_DL -- Jack's dl for IRIX 4 or GNU dld with emulation for Jack's dl USE_SHLIB -- SunOS or IRIX 5 (SVR4?) shared libraries _AIX -- AIX style dynamic linking @@ -83,7 +83,7 @@ typedef FARPROC dl_funcptr; #define LONG_EXT "module.pyd" #endif -#ifdef WITH_RLD +#ifdef NeXT #define DYNAMIC_LINK #define USE_RLD #endif -- cgit v0.12