11 lines
378 B
Text
11 lines
378 B
Text
--- mvals.h.orig Sat Oct 21 13:27:49 2000
|
|
+++ mvals.h Fri Nov 2 15:51:10 2001
|
|
@@ -8,7 +8,7 @@
|
|
#if !defined(__WATCOMC__) && !defined(__QNX__) && !defined(__MSDOS__) && !defined(__WIN32__) && !defined(_MSC_VER)
|
|
# ifdef INC_LIMITS_H
|
|
# include <limits.h>
|
|
-# ifdef __OpenBSD__
|
|
+# if defined( __OpenBSD__) || defined( __FreeBSD__)
|
|
# define MAXINT INT_MAX
|
|
# endif
|
|
# endif
|