summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-04-11 19:22:06 (GMT)
committerGuido van Rossum <guido@python.org>1997-04-11 19:22:06 (GMT)
commit1d2e240954ab52f44a6228e95f4f7d0267144b93 (patch)
tree8e329dc9523a196e03f8ec981d30afcf8978388f
parent62bf108392ab71d290bae4231eeb0d5e99285410 (diff)
downloadcpython-1d2e240954ab52f44a6228e95f4f7d0267144b93.zip
cpython-1d2e240954ab52f44a6228e95f4f7d0267144b93.tar.gz
cpython-1d2e240954ab52f44a6228e95f4f7d0267144b93.tar.bz2
(Jack:) On the Mac, don't automatically enable dynamic loading.
-rw-r--r--Python/importdl.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/Python/importdl.c b/Python/importdl.c
index 02f87dc..6541e09 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"