diff options
-rw-r--r-- | source4/heimdal_build/config.h | 1 | ||||
-rw-r--r-- | source4/include/system/kerberos.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index ae858955bb..585db4722e 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -39,6 +39,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } #define ROKEN_LIB_FUNCTION /* these should be done with configure tests */ +#define KRB5 #define HAVE_H_ERRNO #define HAVE_INET_ATON #define HAVE_LONG_LONG diff --git a/source4/include/system/kerberos.h b/source4/include/system/kerberos.h index ee9282d0ad..61457bbd21 100644 --- a/source4/include/system/kerberos.h +++ b/source4/include/system/kerberos.h @@ -21,7 +21,6 @@ */ /* setup correct defines for capabilities of our version of heimdal */ -#define KRB5 /* Whether to have KRB5 support */ #define HAVE_KRB5 1 |