summaryrefslogtreecommitdiff
path: root/Python/importdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/importdl.c')
-rw-r--r--Python/importdl.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/Python/importdl.c b/Python/importdl.c
index 02f87dcce2..6541e09a5a 100644
--- a/Python/importdl.c
+++ b/Python/importdl.c
@@ -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"