summaryrefslogtreecommitdiff
path: root/misc/afbackup/files/patch-af
blob: 1c6c7a622ab7f4b182958b8d5a6b0e96718e7c97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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