diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-11-01 14:26:12 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-11-01 14:26:12 +0000 |
| commit | d2c1771b6627bda6a80a509d9d0cb961f8a5b981 (patch) | |
| tree | 28203e8737670d8619209c7e132620a1d258cd2b /src | |
| parent | f44eae879aef25504680c87b5f6299640b5ca29a (diff) | |
add Krb4LibList, Krb4Includes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1387 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/Project.tmpl | 9 | ||||
| -rw-r--r-- | src/config/site.def | 8 |
2 files changed, 17 insertions, 0 deletions
diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl index e0de46a58..ccfd2748f 100644 --- a/src/config/Project.tmpl +++ b/src/config/Project.tmpl @@ -42,6 +42,13 @@ #ifndef ArAddCmd #define ArAddCmd ar cruv #endif +#ifndef Krb4LibList +#define Krb4LibList -lkrb -ldes +#endif +#ifndef Krb4Includes +#define Krb4Includes -I$(TOP)/include/kerberosIV +#endif + #ifndef SSTopIncludes #ifdef UseSSInstalled #define SSTopIncludes /**/ @@ -248,6 +255,8 @@ P_TIME_DEFS=-DUseSysTimeH -UUseTimeH KLIB = $(DEPKLIB) $(ISODELIB) $(COMERRLIB) $(DBMLIB) DEPKDBLIB = $(TOP)/lib/kdb/libkdb.a KDBLIB = $(DEPKDBLIB) + KRB4LIB = Krb4LibList + KRB4INCLUDES = Krb4Includes #ifdef UseImakeInstalled IMAKE = imake /* assume BINDIR in path */ diff --git a/src/config/site.def b/src/config/site.def index a20b6b7d0..cf1b2d27b 100644 --- a/src/config/site.def +++ b/src/config/site.def @@ -88,6 +88,14 @@ #define Krb4ApplCompat /* turn this on if you want selected applications to work with both v4 & v5 code */ +/* #define Krb4Includes <empty> -- If you don't want to use our copy of the + Kerberos V4 include files, set this to + an empty name, by using the /**/ +/* trick */ +/* #define Krb4LibList -lquux -- If -lkrb -ldes is NOT the right thing + to get V4 libraries, define it here + to something else */ + /* the following might want to be put into a specific architecture definition file */ |
