Mac modules file. For now the same as the default, minus the t1z driver. First step in adding a Mac FOND driver...
diff --git a/config/mac/ftmodule.h b/config/mac/ftmodule.h
new file mode 100644
index 0000000..f76aa1c
--- /dev/null
+++ b/config/mac/ftmodule.h
@@ -0,0 +1,4 @@
+FT_DRIVER(psnames_driver_interface)
+FT_DRIVER(sfnt_driver_interface)
+FT_DRIVER(tt_driver_interface)
+FT_DRIVER(t1_driver_interface)