summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_common.c
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-10-15 12:40:41 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-10-17 13:17:26 +0200
commitf41ecfd90bcfc43c6e2c4151e6124e431587a02b (patch)
tree02ae709554547748ee94dd845936c21de080446d /src/providers/krb5/krb5_common.c
parent51fa7df2e7ace828251a3ba73311d47c15840f2b (diff)
downloadsssd-f41ecfd90bcfc43c6e2c4151e6124e431587a02b.tar.gz
sssd-f41ecfd90bcfc43c6e2c4151e6124e431587a02b.tar.bz2
sssd-f41ecfd90bcfc43c6e2c4151e6124e431587a02b.zip
heimdal: Add a check whether profile.h exists
Diffstat (limited to 'src/providers/krb5/krb5_common.c')
-rw-r--r--src/providers/krb5/krb5_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/providers/krb5/krb5_common.c b/src/providers/krb5/krb5_common.c
index c40f0dd4..63d81d6d 100644
--- a/src/providers/krb5/krb5_common.c
+++ b/src/providers/krb5/krb5_common.c
@@ -33,7 +33,7 @@
#include "providers/krb5/krb5_opts.h"
#include "providers/krb5/krb5_utils.h"
-#ifdef HAVE_KRB5_CC_COLLECTION
+#ifdef HAVE_PROFILE_H
/* krb5 profile functions */
#include <profile.h>
#endif
@@ -91,7 +91,7 @@ done:
return ret;
}
-#ifdef HAVE_KRB5_CC_COLLECTION
+#ifdef HAVE_PROFILE_H
/* source default_ccache_name from krb5.conf */
static errno_t sss_get_system_ccname_template(TALLOC_CTX *mem_ctx,
char **ccname)