summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-11-02 10:48:39 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-11-02 10:48:39 +0000
commit3bf0ace5578af3b2a3493cc75e33cc895b60b7c7 (patch)
tree73b6de93fc77ca26deb726b9c1d673e73b1005b2 /src
parentb3de04b931228846013136a7473da2212a99cb1d (diff)
downloadkrb5-3bf0ace5578af3b2a3493cc75e33cc895b60b7c7.tar.gz
krb5-3bf0ace5578af3b2a3493cc75e33cc895b60b7c7.tar.xz
krb5-3bf0ace5578af3b2a3493cc75e33cc895b60b7c7.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/config/site.def14
1 files 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