summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-12-21 14:09:34 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-12-21 14:09:34 +0000
commit2bfabe07a74a0db0c692c97582b6b1aace00c426 (patch)
tree9f4708456592c05c4157cab76d8852e9f828f686 /src
parent3aa379b43aaae63207bf0038e63a39f7e4ac3e2b (diff)
downloadkrb5-2bfabe07a74a0db0c692c97582b6b1aace00c426.tar.gz
krb5-2bfabe07a74a0db0c692c97582b6b1aace00c426.tar.xz
krb5-2bfabe07a74a0db0c692c97582b6b1aace00c426.zip
add Tahoe support
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1597 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/config/Imake.tmpl10
1 files changed, 10 insertions, 0 deletions
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 <ultrix.cf>
#define MacroFile ultrix.cf
@@ -72,6 +77,11 @@
#define VaxArchitecture
#endif
+#if defined(tahoe) && !defined(SYSV)
+#define MacroIncludeFile <tahoebsd.cf>
+#define MacroFile tahoebsd.cf
+#endif
+
#ifdef sun
#define MacroIncludeFile <sun.cf>
#define MacroFile sun.cf