[2641] in Release_Engineering
I think you'll want to apply this...
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Thu Jun 13 19:09:49 1991
Date: Thu, 13 Jun 91 16:09:20 -0700
From: "Jonathan I. Kamens" <jik@cats.UCSC.EDU>
To: rel-eng@ATHENA.MIT.EDU
... in /source/athena/athena.lib/hesiod. The string "CONFDIR"
conflicts with the one defined in your Imake templates. Either apply
this, or change the other one to ConfDir.
jik
*** 1.7 1991/06/02 14:04:11
--- Imakefile 1991/06/13 23:08:11
***************
*** 43,46 ****
hesiod.h: hesiod.h.sed
$(RM) hesiod.h
! sed s:CONFDIR:$(ATHCONFDIR): < hesiod.h.sed > hesiod.h
--- 43,46 ----
hesiod.h: hesiod.h.sed
$(RM) hesiod.h
! sed s:XXCONFDIRXX:$(ATHCONFDIR): < hesiod.h.sed > hesiod.h
*** 1.8 1991/06/13 23:04:07
--- hesiod.h.sed 1991/06/13 23:08:20
***************
*** 10,16 ****
/* Configuration information. */
! #define HESIOD_CONF "CONFDIR/hesiod.conf" /* Configuration file. */
#define DEF_RHS ".Athena.MIT.EDU" /* Defaults if HESIOD_CONF */
#define DEF_LHS ".ns" /* file is not present. */
--- 10,16 ----
/* Configuration information. */
! #define HESIOD_CONF "XXCONFDIRXX/hesiod.conf" /* Configuration file. */
#define DEF_RHS ".Athena.MIT.EDU" /* Defaults if HESIOD_CONF */
#define DEF_LHS ".ns" /* file is not present. */