summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos/kerberos.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-06-05 13:41:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:39 -0500
commit8107bdec7b451fbb980c0cc22e61501cd76545e6 (patch)
tree83ddb20925a5f4529587f15d282caa1c4fe83fcb /source4/auth/kerberos/kerberos.h
parent7f9f0897eb06960e770cd61fa9c43a941526cd7d (diff)
downloadsamba-8107bdec7b451fbb980c0cc22e61501cd76545e6.tar.gz
samba-8107bdec7b451fbb980c0cc22e61501cd76545e6.tar.bz2
samba-8107bdec7b451fbb980c0cc22e61501cd76545e6.zip
r7306: Use a consistant #define for detecting support for the Heimdal krb5
log redirection code. Andrew Bartlett (This used to be commit 93335d587d9f48c46d9c3b91237f649693cf3003)
Diffstat (limited to 'source4/auth/kerberos/kerberos.h')
-rw-r--r--source4/auth/kerberos/kerberos.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/auth/kerberos/kerberos.h b/source4/auth/kerberos/kerberos.h
index 286e8ceb2e..3e5ad4c502 100644
--- a/source4/auth/kerberos/kerberos.h
+++ b/source4/auth/kerberos/kerberos.h
@@ -22,14 +22,14 @@
#if defined(HAVE_KRB5)
#if defined(HAVE_KRB5_INITLOG) && defined(HAVE_KRB5_ADDLOG_FUNC) && defined(HAVE_KRB5_FREELOG) && defined (HAVE_KRB5_SET_WARN_DEST) && defined(HAVE_KRB5_LOG_FACILITY)
-#define HAVE_KRB5_LOGGGING_CONTROL
+#define HAVE_KRB5_LOG_CONTROL
#else
-#undef HAVE_KRB5_LOGGGING_CONTROL
+#undef HAVE_KRB5_LOG_CONTROL
#endif
struct smb_krb5_context {
krb5_context krb5_context;
-#ifdef HAVE_KRB5_LOGGGING_CONTROL
+#ifdef HAVE_KRB5_LOG_CONTROL
krb5_log_facility *logf;
#endif
};