diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-06-17 12:59:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:22 -0500 |
commit | 8a6b60e1e4ec116d2a745f84543adf70f3b069d1 (patch) | |
tree | 56b65425147a4976065e3deb848e0eb6eabe7121 | |
parent | 949deaf9e3814e7a4dfe0c5bbf9982ed9826a630 (diff) | |
download | samba-8a6b60e1e4ec116d2a745f84543adf70f3b069d1.tar.gz samba-8a6b60e1e4ec116d2a745f84543adf70f3b069d1.tar.bz2 samba-8a6b60e1e4ec116d2a745f84543adf70f3b069d1.zip |
r7688: Fix the internal heimdal build - push one #define back to
heimdal_build/config.h
Andrew Bartlett
(This used to be commit 337cb20ac45c95b8a6d0c90dfef4bdac591ba39a)
-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 |