[1465] in Kerberos-V5-bugs
Re: make installs krb5.h but not autoconf.h
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Sat Jun 10 11:06:25 1995
From: epeisach@MIT.EDU
Date: Sat, 10 Jun 1995 11:06:08 -0400
To: krb5-bugs@MIT.EDU
Another data point... Autoheader already produces a header file
(autoconf.h.in) which starts at the top with:
/* Define to empty if the keyword does not work. */
#undef const
So, krb5.hin should probably remove the declaration of const to be the same.
The question is still valid as to if autoconf.h should be merged with krb5.h.
Ezra