aboutsummaryrefslogtreecommitdiff
path: root/lib/krb5.c
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2011-07-28 14:03:07 -0700
committerDan Fandrich <dan@coneharvesters.com>2011-07-28 14:04:13 -0700
commitc01c000b1631591a2b7d78450fee5bf21990e993 (patch)
tree56deb52a5a20f3eb3bd879a22987cb6ee827ab52 /lib/krb5.c
parent35051d274f552ecf9542bc524fe665e94259a213 (diff)
Avoid a "shadows global declaration" warning on old MIT Kerberos
Defining NCOMPAT eliminates the backwards-compatibility macros that are the source of the problem and which we don't need, anyway.
Diffstat (limited to 'lib/krb5.c')
-rw-r--r--lib/krb5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/krb5.c b/lib/krb5.c
index c29f95be0..1f7038fd9 100644
--- a/lib/krb5.c
+++ b/lib/krb5.c
@@ -39,6 +39,7 @@
#ifdef HAVE_OLD_GSSMIT
#define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
+#define NCOMPAT 1
#endif
#ifdef HAVE_NETDB_H