summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/mwerks_thrcarbonsm_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/mwerks/mwerks_thrcarbonsm_config.h')
-rw-r--r--Mac/mwerks/mwerks_thrcarbonsm_config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Mac/mwerks/mwerks_thrcarbonsm_config.h b/Mac/mwerks/mwerks_thrcarbonsm_config.h
index 6ea97e4..05fda97 100644
--- a/Mac/mwerks/mwerks_thrcarbonsm_config.h
+++ b/Mac/mwerks/mwerks_thrcarbonsm_config.h
@@ -7,7 +7,6 @@
#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
#define OPAQUE_TOOLBOX_STRUCTS 1
#define TARGET_API_MAC_CARBON 1
-#define TARGET_API_MAC_CARBON_NOTYET 1 /* Things we should do eventually, but not now */
#define USE_ARGV0_CHDIR /* Workaround for OSXDP4: change dir to argv[0] dir */
#define USE_GUSI2 /* Stdio implemented with GUSI 2 */
@@ -36,10 +35,8 @@
#define USE_MSL_MALLOC /* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
-#ifdef __powerc
#define USE_CACHE_ALIGNED 8 /* Align on 32-byte boundaries for 604 */
#endif
-#endif
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */