cmd: avoid issues with static heimdal

stealing the krb5 parser and linking with static heimdal can cause problems.
remap things we have which duplicate heimdal's private namespace.

Change-Id: I89030967a32997f00a21e97258056c26f2a4cbf6
Reviewed-on: http://gerrit.openafs.org/7545
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
Derrick Brashear 2012-06-08 16:12:17 -04:00
parent 5227148ae1
commit 7273c8b4ae

View File

@ -37,6 +37,7 @@ typedef struct cmd_config_binding krb5_config_section;
#define krb5_config_list cmd_config_list
#define krb5_config_string cmd_config_string
#define _krb5_config_get_entry _cmd_config_get_entry
struct krb5_context_data {
krb5_config_section *cf;