Added SIZEOF_VOID_P and HAVE_LONG_LONG
diff --git a/Mac/Include/config.h b/Mac/Include/config.h
index ad512ac..fc6f427 100644
--- a/Mac/Include/config.h
+++ b/Mac/Include/config.h
@@ -44,6 +44,8 @@
 
 #define SIZEOF_INT 4
 #define SIZEOF_LONG 4
+#define SIZEOF_VOID_P 4
+#define HAVE_LONG_LONG 1
 
 #ifdef THINK_C
 #define HAVE_FOPENRF