summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-04-11 19:22:06 +0000
committerGuido van Rossum <guido@python.org>1997-04-11 19:22:06 +0000
commitbb7b6d7f8389abe6e1368ade59638a3d15e6fdde (patch)
treec6241b5a89886a1bd6e5c407c55bb4e8868f1e1b /Python
parentcb14675bcdfeba6eb5d2d21beae707a07fdb88f7 (diff)
downloadcpython-bb7b6d7f8389abe6e1368ade59638a3d15e6fdde.tar.gz
(Jack:) On the Mac, don't automatically enable dynamic loading.
Diffstat (limited to 'Python')
-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"