diff options
| author | Zhanna Tsitkov <tsitkova@mit.edu> | 2013-01-09 12:03:13 -0500 |
|---|---|---|
| committer | Zhanna Tsitkov <tsitkova@mit.edu> | 2013-01-09 12:03:13 -0500 |
| commit | 941e26f9eb76471159e0a024aeac63f1b6e6ea45 (patch) | |
| tree | 5c04d4b97d5b408a8673b54cc77ee45d7cdb2dd5 /src/include | |
| parent | bc8356d17ed8babebb811669c038e02c2b4e757e (diff) | |
| download | krb5-941e26f9eb76471159e0a024aeac63f1b6e6ea45.tar.gz krb5-941e26f9eb76471159e0a024aeac63f1b6e6ea45.tar.xz krb5-941e26f9eb76471159e0a024aeac63f1b6e6ea45.zip | |
Rename ccache configuration macros
KRB5_CONF_ prefix should be used for the krb5/kdc.conf parameters.
Use KRB5_CC_CONF_ prefix for cache configuration variables.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/k5-int.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 1f644ef71..fef1ddbf9 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -278,11 +278,11 @@ typedef INT64_TYPE krb5_int64; #define KRB5_CONF_ASTERISK "*" /* Cache configuration variables */ -#define KRB5_CONF_FAST_AVAIL "fast_avail" -#define KRB5_CONF_PROXY_IMPERSONATOR "proxy_impersonator" -#define KRB5_CONF_REFRESH_TIME "refresh_time" -#define KRB5_CONF_PA_TYPE "pa_type" -#define KRB5_CONF_PA_CONFIG_DATA "pa_config_data" +#define KRB5_CC_CONF_FAST_AVAIL "fast_avail" +#define KRB5_CC_CONF_PROXY_IMPERSONATOR "proxy_impersonator" +#define KRB5_CC_CONF_REFRESH_TIME "refresh_time" +#define KRB5_CC_CONF_PA_TYPE "pa_type" +#define KRB5_CC_CONF_PA_CONFIG_DATA "pa_config_data" /* Error codes used in KRB_ERROR protocol messages. Return values of library routines are based on a different error table |
