]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Split shared-library support and dynamic-loading support (they were
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 14 Jun 1995 14:43:41 +0000 (14:43 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 14 Jun 1995 14:43:41 +0000 (14:43 +0000)
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)

Mac/mwerks/mwerks_nonshared_config.h
Mac/mwerks/mwerks_shared_config.h

index 95ad73b712506e7ee3f6c4a802a48812632712ef..5c201277a621fd22a54c0b03aeefea828fcdfadc 100644 (file)
@@ -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
index 5d9c636148a4cd96463eb4e6892cfe02d9b4a7cb..2044eef584c3642c0a864dd472d7a9fa323bc9a1 100644 (file)
@@ -1,4 +1,7 @@
 #define HAVE_CONFIG_H
-#define USE_STDWIN
 #define USE_MAC_SHARED_LIBRARY
+#define USE_MAC_DYNAMIC_LOADING
 #define USE_MAC_APPLET_SUPPORT
+/* #define USE_MACTCP */
+/* #define USE_BGEN */
+/* #define USE_MACSPEECH */