From 2bfabe07a74a0db0c692c97582b6b1aace00c426 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 21 Dec 1990 14:09:34 +0000 Subject: add Tahoe support git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1597 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/Imake.tmpl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src') diff --git a/src/config/Imake.tmpl b/src/config/Imake.tmpl index 8d644795e..7c0ad8c3e 100644 --- a/src/config/Imake.tmpl +++ b/src/config/Imake.tmpl @@ -50,6 +50,11 @@ * existing .cf files for examples of what to put there. */ +#ifdef tahoe +#define TahoeArchitecture +#endif + + #ifdef ultrix #define MacroIncludeFile #define MacroFile ultrix.cf @@ -72,6 +77,11 @@ #define VaxArchitecture #endif +#if defined(tahoe) && !defined(SYSV) +#define MacroIncludeFile +#define MacroFile tahoebsd.cf +#endif + #ifdef sun #define MacroIncludeFile #define MacroFile sun.cf -- cgit