Added CHECK_IMPORT_CASE
Added HAVE_HYPOT, except for 68k (where you get 10-byte-float hypot,
sigh...)
diff --git a/Mac/Include/config.h b/Mac/Include/config.h
index 454b9aa..fd10a04 100644
--- a/Mac/Include/config.h
+++ b/Mac/Include/config.h
@@ -48,7 +48,15 @@
 
 #ifdef __MWERKS__
 #define HAVE_STRFTIME
+#ifndef __MC68K__
+/* 68K hypot definition (and implementation) are unuseable
+** because they use 10-byte floats.
+*/
+#define HAVE_HYPOT
 #endif
+#endif
+
+#define CHECK_IMPORT_CASE
 
 #ifdef USE_GUSI
 /* GUSI provides a lot of unixisms */