diff options
| author | Tom Yu <tlyu@mit.edu> | 1994-05-25 22:31:55 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1994-05-25 22:31:55 +0000 |
| commit | ad64c5a554bec9d9acc1a6d25c114da38bf671e1 (patch) | |
| tree | e3c346f623a3b1d9a391147ec4a4decd3e5d0712 /src | |
| parent | 1793ce6c395a35f4f64511f431d7d466fe2bb3d3 (diff) | |
HesiodIncludes, HESINCLUDES to do the right thing
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3643 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/Project.tmpl | 4 | ||||
| -rw-r--r-- | src/config/site.def | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl index ed8a7710fa..f9e4888a25 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 dd59aab675..788bff13ff 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 <ss/ss.h> or <com_err.h>, or Kerberos V4 include files */ +#ifdef notdef #define StandardIncludes -I/usr/athena/include +#endif #if defined(AIXArchitecture) && OSMajorVersion == 3 #define StandardDefines -D_ALL_SOURCE |
