(Jack:) On the Mac, don't automatically enable dynamic loading.

This commit is contained in:
Guido van Rossum 1997-04-11 19:22:06 +00:00
parent 62bf108392
commit 1d2e240954
1 changed files with 0 additions and 8 deletions

View File

@ -107,14 +107,6 @@ typedef FARPROC dl_funcptr;
#define USE_DL
#endif
#ifdef __powerc
#define USE_MAC_DYNAMIC_LOADING
#endif
#ifdef __CFM68K__
#define USE_MAC_DYNAMIC_LOADING
#endif
#ifdef USE_MAC_DYNAMIC_LOADING
#define DYNAMIC_LINK
#define SHORT_EXT ".slb"