diff options
Diffstat (limited to 'src/include/k5-thread.h')
| -rw-r--r-- | src/include/k5-thread.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/k5-thread.h b/src/include/k5-thread.h index 0450eb277..ad1ad8b73 100644 --- a/src/include/k5-thread.h +++ b/src/include/k5-thread.h @@ -410,6 +410,11 @@ typedef enum { K5_KEY_GSS_KRB5_CCACHE_NAME, K5_KEY_GSS_KRB5_ERROR_MESSAGE, K5_KEY_KIM_ERROR_MESSAGE, +#if defined(__MACH__) && defined(__APPLE__) + K5_KEY_CCAPI_REQUEST_PORT, + K5_KEY_CCAPI_REPLY_STREAM, + K5_KEY_CCAPI_SERVER_DIED, +#endif K5_KEY_MAX } k5_key_t; /* rename shorthand symbols for export */ |
