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)
This commit is contained in:
Jack Jansen 1995-06-14 14:43:41 +00:00
parent 3a15dca1a0
commit a7ee15c8ce
2 changed files with 10 additions and 1 deletions

View 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

View 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 */