]> granicus.if.org Git - python/commitdiff
(Jack:) On the Mac, don't automatically enable dynamic loading.
authorGuido van Rossum <guido@python.org>
Fri, 11 Apr 1997 19:22:06 +0000 (19:22 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 11 Apr 1997 19:22:06 +0000 (19:22 +0000)
Python/importdl.c

index 02f87dcce2a7e2e59db4b2717c6686c26ff76e69..6541e09a5a03ac91a4feec3da1547ee051e1061a 100644 (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"