Re-enabled Scrap (even though it's mostly empty right now).
diff --git a/Mac/Modules/macconfig.c b/Mac/Modules/macconfig.c
index 8624fd2..fe63722 100644
--- a/Mac/Modules/macconfig.c
+++ b/Mac/Modules/macconfig.c
@@ -240,10 +240,8 @@
 	{"Qdoffs", initQdoffs},
 	{"Snd", initSnd},
 	{"Sndihooks", initSndihooks},
-#if !TARGET_API_MAC_CARBON_NOTYET
 	/* Carbon scrap manager is completely different */
 	{"Scrap", initScrap},
-#endif
 	{"TE", initTE},
 	{"ColorPicker", initColorPicker},
 #if !TARGET_API_MAC_CARBON