Move Configurable options to last in the file.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16728 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -170,18 +170,6 @@ struct _krb5_krb_auth_data;
|
||||
|
||||
#define KRB5_BUFSIZ 1024
|
||||
|
||||
#ifndef KRB5_DEFAULT_CCNAME
|
||||
#ifdef __APPLE__
|
||||
#define KRB5_DEFAULT_CCNAME "API:"
|
||||
#else
|
||||
#define KRB5_DEFAULT_CCNAME "FILE:/tmp/krb5cc_%{uid}"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef KRB5_ADDRESSLESS_DEFAULT
|
||||
#define KRB5_ADDRESSLESS_DEFAULT FALSE
|
||||
#endif
|
||||
|
||||
typedef enum {
|
||||
KRB5_PA_PAC_DONT_CARE = 0,
|
||||
KRB5_PA_PAC_REQ_TRUE,
|
||||
@@ -200,4 +188,20 @@ struct _krb5_get_init_creds_opt_private {
|
||||
int canonicalize;
|
||||
};
|
||||
|
||||
/*
|
||||
* Configurable options
|
||||
*/
|
||||
|
||||
#ifndef KRB5_DEFAULT_CCNAME
|
||||
#ifdef __APPLE__
|
||||
#define KRB5_DEFAULT_CCNAME "API:"
|
||||
#else
|
||||
#define KRB5_DEFAULT_CCNAME "FILE:/tmp/krb5cc_%{uid}"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef KRB5_ADDRESSLESS_DEFAULT
|
||||
#define KRB5_ADDRESSLESS_DEFAULT FALSE
|
||||
#endif
|
||||
|
||||
#endif /* __KRB5_LOCL_H__ */
|
||||
|
Reference in New Issue
Block a user