add -Dconst= for saber
authorJohn Kohl <jtkohl@mit.edu>
Fri, 11 May 1990 09:32:11 +0000 (09:32 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 11 May 1990 09:32:11 +0000 (09:32 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@833 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ultrix.cf
src/config/vaxbsd.cf

index 5c4f6c3e5eaed37a4f67f9fc267b38f33fd3eadb..9f4d148e14ecf5438227f0d44f1bc7c17d7744c9 100644 (file)
@@ -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
index 66c1a4c4193668d1a8059f61daa5bacb843a6230..f9e1f001707eaa3a5302ff2e348722825ca2c138 100644 (file)
@@ -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