diff options
author | assar <assar@FreeBSD.org> | 2001-02-21 13:27:39 +0000 |
---|---|---|
committer | assar <assar@FreeBSD.org> | 2001-02-21 13:27:39 +0000 |
commit | a30114724bfa721eab0e79bf2c00f26793dd29d8 (patch) | |
tree | 11f1bb65e516d68e8d88f21f438aeb9945eec85c /kerberos5/include | |
parent | 855f3f1d18493414d808b23608cdabb74da2aacd (diff) | |
download | FreeBSD-src-a30114724bfa721eab0e79bf2c00f26793dd29d8.zip FreeBSD-src-a30114724bfa721eab0e79bf2c00f26793dd29d8.tar.gz |
remove definition of KRB4, this gets defined conditionally in
kerberos5/Makefile and should not have a constant value here.
Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp>
Diffstat (limited to 'kerberos5/include')
-rw-r--r-- | kerberos5/include/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kerberos5/include/config.h b/kerberos5/include/config.h index 976d01f..caeca16 100644 --- a/kerberos5/include/config.h +++ b/kerberos5/include/config.h @@ -1007,9 +1007,6 @@ /* Define if you want support in hprop for reading kaserver databases */ /* #undef KASERVER_DB */ -/* Define if you have the krb4 package. */ -#define KRB4 1 - /* Enable Kerberos 5 support in applications. */ #define KRB5 1 |