summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/mwerks_nonshared_config.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-06-14 14:43:41 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-06-14 14:43:41 (GMT)
commita7ee15c8ce29e3dd04ec94707be41e74f70b5226 (patch)
tree73eaed306e6d902110b88cae1bd1bc087bfa0827 /Mac/mwerks/mwerks_nonshared_config.h
parent3a15dca1a03e72be1d15febd449b4c582273153d (diff)
downloadcpython-a7ee15c8ce29e3dd04ec94707be41e74f70b5226.zip
cpython-a7ee15c8ce29e3dd04ec94707be41e74f70b5226.tar.gz
cpython-a7ee15c8ce29e3dd04ec94707be41e74f70b5226.tar.bz2
Split shared-library support and dynamic-loading support (they were
both enabled with USE_SHARED_LIBRARY, now there's also USE_MAC_DYNAMIC_LOADING). Added a few other USE_ defines for optional modules to nonshared config (they're not included in the base shared library)
Diffstat (limited to 'Mac/mwerks/mwerks_nonshared_config.h')
-rw-r--r--Mac/mwerks/mwerks_nonshared_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Mac/mwerks/mwerks_nonshared_config.h b/Mac/mwerks/mwerks_nonshared_config.h
index 95ad73b..5c20127 100644
--- a/Mac/mwerks/mwerks_nonshared_config.h
+++ b/Mac/mwerks/mwerks_nonshared_config.h
@@ -1,2 +1,8 @@
#define HAVE_CONFIG_H
#define USE_STDWIN
+#define USE_MACTCP
+#define USE_BGEN
+#define USE_MACSPEECH
+#define USE_IMG
+#define USE_MACCTB
+#define USE_MAC_DYNAMIC_LOADING