From: John Kohl Date: Fri, 11 May 1990 09:32:11 +0000 (+0000) Subject: add -Dconst= for saber X-Git-Tag: krb5-1.0-alpha2~572 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d0d66308dcdf90f38e5fc279c6321253c253fdc1;p=krb5.git add -Dconst= for saber git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@833 dc483132-0cff-0310-8789-dd5450dbe970 --- 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