From d2c1771b6627bda6a80a509d9d0cb961f8a5b981 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 1 Nov 1990 14:26:12 +0000 Subject: [PATCH] add Krb4LibList, Krb4Includes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1387 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/Project.tmpl | 9 +++++++++ src/config/site.def | 8 ++++++++ 2 files changed, 17 insertions(+) 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 -- 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 */ -- 2.26.2