From: John Kohl Date: Fri, 9 Mar 1990 16:03:52 +0000 (+0000) Subject: add SaberDefines X-Git-Tag: krb5-1.0-alpha2~997 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fc84a47471ffe12d9868b437c0d54a0ecb5c1fe3;p=krb5.git add SaberDefines git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@387 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/Imake.tmpl b/src/config/Imake.tmpl index 777211f7c..920290ab0 100644 --- a/src/config/Imake.tmpl +++ b/src/config/Imake.tmpl @@ -511,6 +511,9 @@ #define StandardDefines /**/ #endif #endif +#ifndef SaberDefines +#define SaberDefines /**/ +#endif #ifndef NdbmDefines #if HasNdbm #define NdbmDefines -DNDBM @@ -580,6 +583,7 @@ STD_INCLUDES = StandardIncludes STD_CPP_DEFINES = StandardCppDefines STD_DEFINES = StandardDefines + SABER_DEFINES = SaberDefines EXTRA_LOAD_FLAGS = ExtraLoadFlags EXTRA_LIBRARIES = ExtraLibraries TAGS = TagsCmd @@ -699,7 +703,7 @@ MakefileAdditions() #if HasSaberC saber: - /**/#load $(ALLDEFINES) $(SRCS) + /**/#load $(ALLDEFINES) $(SABER_DEFINES) $(SRCS) osaber: /**/#load $(ALLDEFINES) $(OBJS)