comment on -Z
authorJohn Kohl <jtkohl@mit.edu>
Fri, 2 Nov 1990 10:48:39 +0000 (10:48 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 2 Nov 1990 10:48:39 +0000 (10:48 +0000)
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

index cf1b2d27bb653f3c16a4b420e5690252f78f4700..a572a486f809cb3cf6c4925eb64b074b384356fe 100644 (file)
@@ -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
 #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