b3b6fd596b
Submitted by: Vadim Belman <voland@catpipe.net>
12 lines
378 B
Plaintext
12 lines
378 B
Plaintext
--- mvals.h.orig Sat Oct 21 13:27:49 2000
|
|
+++ mvals.h Thu Aug 23 12:17:33 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
|