From debafb9d849399f2817ea2599fe9ea5819934d98 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 5 Aug 1998 16:04:47 +0000 Subject: Added SIZEOF_INT and SIZEOF_LONG --- Mac/Include/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Mac/Include/config.h b/Mac/Include/config.h index bc33a0a..ace5883 100644 --- a/Mac/Include/config.h +++ b/Mac/Include/config.h @@ -42,6 +42,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define macintosh #endif +#define SIZEOF_INT 4 +#define SIZEOF_LONG 4 + #ifdef THINK_C #define HAVE_FOPENRF #endif -- cgit v0.12