--- src/interp.c.orig	Fri Sep  9 22:43:07 2005
+++ src/interp.c	Fri Sep  9 22:25:58 2005
@@ -36,6 +36,11 @@
 #include "interp-indirect.h"
 #endif
 
+#ifndef LONG_LONG_MAX
+#define LONG_LONG_MAX 9223372036854775807LL
+#define LONG_LONG_MIN (-LONG_LONG_MAX-1)
+#endif
+
 /* Macros for checking for common exceptions */
 
 #define THROW_EXCEPTION(excep_name, message)                               \
