macgetpath - sys.path setting code factored out of config.c and
	macglue.c
macgetplatform - factored out of config.c
diff --git a/Mac/Python/macgetplatform.c b/Mac/Python/macgetplatform.c
new file mode 100644
index 0000000..a454214
--- /dev/null
+++ b/Mac/Python/macgetplatform.c
@@ -0,0 +1,7 @@
+
+char *
+getplatform()
+{
+	return "mac";
+}
+