configure: check for some more krb5 functions 85/11785/5
authorBenjamin Kaduk <kaduk@mit.edu>
Wed, 4 Mar 2015 18:34:53 +0000 (13:34 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Thu, 28 Apr 2016 23:24:22 +0000 (19:24 -0400)
commit066ef66648f0d955aa310d0991d888afea9b68d7
tree2fb3e331ad44a0d6af296f3c76a13316090a6e52
parent6f4bdc8cb3cd020cf4b499c352ec4c4811b5a267
configure: check for some more krb5 functions

We will want to create a krb5_principal object that is used
as a sigil for comparison against, and need to do so in a portable
fashion.  krb5_parse_name and krb5_unparse_name have been around
for a long time, but the counterpart krb5_free_unparsed_name is
not always available, so provide compatibility for it.

krb5_free_keytab_entry_contents is only a symbol in MIT krb5;
we will need a compat macro on Heimdal systems where it is not present.

Change-Id: I1cfe12910adac39216b8c7dd337b7e22d73555ed
Reviewed-on: https://gerrit.openafs.org/11785
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
configure.ac