From d0d66308dcdf90f38e5fc279c6321253c253fdc1 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 11 May 1990 09:32:11 +0000 Subject: [PATCH] add -Dconst= for saber git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@833 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/ultrix.cf | 3 ++- src/config/vaxbsd.cf | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/config/ultrix.cf b/src/config/ultrix.cf index 5c4f6c3e5..9f4d148e1 100644 --- a/src/config/ultrix.cf +++ b/src/config/ultrix.cf @@ -11,7 +11,8 @@ #define HasBsearch YES #define IsPOSIX YES #define StandardCppDefines -DPOSIX -D_POSIX_SOURCE -#define SaberDefines -DPOSIX +/* Saber bug doesn't allow deref through const *'s */ +#define SaberDefines -DPOSIX -Dconst= #define StandardDefines -YPOSIX -D_POSIX_SOURCE #ifdef VaxArchitecture diff --git a/src/config/vaxbsd.cf b/src/config/vaxbsd.cf index 66c1a4c41..f9e1f0017 100644 --- a/src/config/vaxbsd.cf +++ b/src/config/vaxbsd.cf @@ -6,6 +6,9 @@ #define OSMajorVersion 4 #define OSMinorVersion 3 +/* Saber bug doesn't allow deref through const *'s */ +#define SaberDefines -Dconst= + #ifdef VaxArchitecture #define HasGcc YES #endif -- 2.26.2