mirror of https://github.com/python/cpython.git
re-enabled NeXT dynamic linking (#ifdef NeXT)
This commit is contained in:
parent
2e96eb9266
commit
75f288de71
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue