[916] in Kerberos_V5_Development
dbm.h vs
daemon@ATHENA.MIT.EDU (Mark W. Eichin)
Thu Jul 20 19:58:31 1995
Date: Thu, 20 Jul 95 19:57:06 -0400
From: "Mark W. Eichin" <eichin@cygnus.com>
To: krbdev@MIT.EDU
Do we intend to continue supporting dbm? If so, include/krb5/dbm.h
must be renamed -- the -I path during the build gets to it (so "dbm.h"
finds it) and thus when *it* goes to include <dbm.h> it gets itself,
short-circuits via the #ifndef KRB5_DBM_COMPAT__, and never gets the
system one...
I don't think the other files in k5-int.h (except for copyright.h :-)
are a problem, but this one is a major collision.