Commit bb7b6d7f authored by Guido van Rossum's avatar Guido van Rossum

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

parent cb14675b
...@@ -107,14 +107,6 @@ typedef FARPROC dl_funcptr; ...@@ -107,14 +107,6 @@ typedef FARPROC dl_funcptr;
#define USE_DL #define USE_DL
#endif #endif
#ifdef __powerc
#define USE_MAC_DYNAMIC_LOADING
#endif
#ifdef __CFM68K__
#define USE_MAC_DYNAMIC_LOADING
#endif
#ifdef USE_MAC_DYNAMIC_LOADING #ifdef USE_MAC_DYNAMIC_LOADING
#define DYNAMIC_LINK #define DYNAMIC_LINK
#define SHORT_EXT ".slb" #define SHORT_EXT ".slb"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment