summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-03-05 10:22:31 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-03-05 10:22:31 +0000
commit1621a1b50bb4dc0745e2263d0683f30dfd27b043 (patch)
tree18c481f85bd9a14a84d134f4c626e91b377dc4ec
parent7ce537e2b6318d127de909cb1ac63aec7cb997f3 (diff)
downloadkrb5-1621a1b50bb4dc0745e2263d0683f30dfd27b043.tar.gz
krb5-1621a1b50bb4dc0745e2263d0683f30dfd27b043.tar.xz
krb5-1621a1b50bb4dc0745e2263d0683f30dfd27b043.zip
remove lots of local/installed switch gunk.
add comment about StdIncludes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1854 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/config/site.def10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/config/site.def b/src/config/site.def
index 74d1a870c..3a276c1ac 100644
--- a/src/config/site.def
+++ b/src/config/site.def
@@ -88,14 +88,8 @@
#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
- &c installed */
#define UseImakeInstalled /* -- turn on if you have imake installed */
#define UseMakedependInstalled /* -- turn on if you have makedepend installed */
-#define UseUnifdefInstalled /* -- turn on if you have unifdef installed */
-
#define Krb4ApplCompat /* turn this on if you want selected applications to
work with both v4 & v5 code */
#define Krb4KDCCompat /* turn this on if you want the KDC to provide v4
@@ -121,7 +115,9 @@
/* #define LdLibLocations -L/foo/bar -- alternate library search paths,
if needed for some system libraries */
/* #define StandardIncludes -I/foo/bar -- additional include paths, if
- needed */
+ needed, such as those needed
+ to get special include files,
+ like <ss/ss.h> or <com_err.h> */
#define AthenaEnv YES /* Define this if you are in the
athena environment.