Better fix for long long
diff --git a/defines.h b/defines.h
index 9e49323..6089651 100644
--- a/defines.h
+++ b/defines.h
@@ -1,7 +1,7 @@
 #ifndef _DEFINES_H
 #define _DEFINES_H
 
-/* $Id: defines.h,v 1.57 2001/03/18 23:09:28 djm Exp $ */
+/* $Id: defines.h,v 1.58 2001/03/19 01:56:14 djm Exp $ */
 
 /* Some platforms need this for the _r() functions */
 #if !defined(_REENTRANT) && !defined(SNI)
@@ -125,6 +125,10 @@
 /* If sys/types.h does not supply intXX_t, supply them ourselves */
 /* (or die trying) */
 
+#ifdef SIZEOF_LONG_LONG_INT
+# define HAVE_LONG_LONG_INT
+#endif
+
 #ifndef HAVE_U_INT
 typedef unsigned int u_int;
 #endif