From ad64c5a554bec9d9acc1a6d25c114da38bf671e1 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Wed, 25 May 1994 22:31:55 +0000 Subject: [PATCH] HesiodIncludes, HESINCLUDES to do the right thing git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3643 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/Project.tmpl | 4 ++++ src/config/site.def | 3 +++ 2 files changed, 7 insertions(+) diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl index ed8a7710f..f9e4888a2 100644 --- a/src/config/Project.tmpl +++ b/src/config/Project.tmpl @@ -68,6 +68,9 @@ #ifndef HesiodLibs #define HesiodLibs /**/ #endif +#ifndef HesiodIncludes +#define HesiodIncludes /**/ +#endif #if 0 #ifndef ZephyrDefines #define ZephyrDefines /**/ @@ -568,6 +571,7 @@ P_KRB4_COMPAT=-UKrb4Compat UNIFDEF = UnifdefCmd HESDEFS = HesiodDefines HESLIBS = HesiodLibs + HESINCLUDES = HesiodIncludes #if 0 ZEPHDEFS = ZephyrDefines ZEPHLIBS = ZephyrLibs diff --git a/src/config/site.def b/src/config/site.def index dd59aab67..788bff13f 100644 --- a/src/config/site.def +++ b/src/config/site.def @@ -153,6 +153,7 @@ not turned on, they are left empty in Project.tmpl */ #define HesiodDefines -DHESIOD #define HesiodLibs /usr/athena/lib/libhesiod.a +#define HesiodIncludes -I/usr/athena/include #if 0 /* not yet in use, but maybe someday... */ @@ -230,7 +231,9 @@ /* additional include paths, if needed, such as those needed to get special include files, like or , or Kerberos V4 include files */ +#ifdef notdef #define StandardIncludes -I/usr/athena/include +#endif #if defined(AIXArchitecture) && OSMajorVersion == 3 #define StandardDefines -D_ALL_SOURCE -- 2.26.2