diff options
| author | itojun <itojun@NetBSD.org> | 2003-07-23 08:01:24 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2003-07-23 08:01:24 +0000 |
| commit | e63468d8cc1c252caadaca025d4e9da297de3b80 (patch) | |
| tree | 718c9855ab67afe7e7fa81f21d3518aab3ae63b3 /include | |
| parent | 0abe0bddb0cc852e759806b961e6e032303f6931 (diff) | |
split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.se
(build confirmed with both MKKERBEROS4=yes and MKKERBEROS4=no)
Diffstat (limited to 'include')
| -rw-r--r-- | include/heimdal/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/heimdal/config.h b/include/heimdal/config.h index 9ee472ec1f1..3f5033c41cb 100644 --- a/include/heimdal/config.h +++ b/include/heimdal/config.h @@ -1131,7 +1131,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } /* #undef IRIX4 */ /* Define if you have the krb4 package. */ -#define KRB4 1 +/* #undef KRB4 */ /* Enable Kerberos 5 support in applications. */ #define KRB5 1 |
