projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aa379b
)
add Tahoe support
author
John Kohl
<jtkohl@mit.edu>
Fri, 21 Dec 1990 14:09:34 +0000
(14:09 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 21 Dec 1990 14:09:34 +0000
(14:09 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1597
dc483132
-0cff-0310-8789-
dd5450dbe970
src/config/Imake.tmpl
patch
|
blob
|
history
diff --git
a/src/config/Imake.tmpl
b/src/config/Imake.tmpl
index 8d644795ef4e5240d436d7aae582d1b1f6a0a2c1..7c0ad8c3ed7c723d5c58f624a01c8a5fec17e768 100644
(file)
--- 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