From 3bf0ace5578af3b2a3493cc75e33cc895b60b7c7 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 2 Nov 1990 10:48:39 +0000 Subject: [PATCH] comment on -Z reorder PepyCmd/PosyCmd and ISODE stuff comment on ISODE stuff. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1404 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/site.def | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/config/site.def b/src/config/site.def index cf1b2d27b..a572a486f 100644 --- a/src/config/site.def +++ b/src/config/site.def @@ -54,6 +54,8 @@ #define HasGcc NO #endif +/* The -Z flag is a special loader flag at Athena to unmap page zero on + some architectures that normally allow p0 references, e.g. VAX BSD. */ #ifndef UltrixArchitecture #define ExtraLoadFlags -Z #endif @@ -72,12 +74,20 @@ #define DbmLib -ldbm #endif -#define PepyCmd $(ISODE)/@sys/bin/pepy -#define PosyCmd $(ISODE)/@sys/bin/posy +/* define IsodeLib to be what you pass to the loader to find the ISODE + library. This might want to be -lisode if you have it installed. + IsodeDir is put into the 'make' variable ISODE. */ #define IsodeLib /mit/isode/isode-6.0/@sys/lib/libisode.a #define IsodeDir /mit/isode/isode-6.0 +/* Re-define PepyCmd and PosyCmd if pepy & posy aren't in your search + path. */ + +#define PepyCmd $(ISODE)/@sys/bin/pepy +#define PosyCmd $(ISODE)/@sys/bin/posy + + #define UseSSInstalled /* -- turn on if you have the SS library &c installed */ #define UseComErrInstalled /* -- turn on if you have the com_err library -- 2.26.2