Removed SYMANTEC_CFM68K support.
diff --git a/Mac/Modules/macconfig.c b/Mac/Modules/macconfig.c
index f860977..781e238 100644
--- a/Mac/Modules/macconfig.c
+++ b/Mac/Modules/macconfig.c
@@ -168,10 +168,6 @@
 struct _inittab _PyImport_Inittab[] = {
 
 	{"array", initarray},
-#ifndef SYMANTEC__CFM68K__
-/* The math library seems mostly broken... */
-	{"math", initmath},
-#endif
 #ifndef WITHOUT_COMPLEX
 	{"cmath", initcmath},
 #endif