diff options
author | Jeffrey Altman <jaltman@secure-endpoints.com> | 2001-07-24 20:28:54 +0000 |
---|---|---|
committer | Jeffrey Altman <jaltman@secure-endpoints.com> | 2001-07-24 20:28:54 +0000 |
commit | 8a5e0e12cbf4d4a578c2f0b66a5f4939b7729b38 (patch) | |
tree | 7efd318f694f3fdbc9894d0475a7bdd9368c72f6 /src/config | |
parent | 69faac4beb44eada77af9ab48e7d25ac13b776b4 (diff) | |
download | krb5-8a5e0e12cbf4d4a578c2f0b66a5f4939b7729b38.tar.gz krb5-8a5e0e12cbf4d4a578c2f0b66a5f4939b7729b38.tar.xz krb5-8a5e0e12cbf4d4a578c2f0b66a5f4939b7729b38.zip |
2001-07024 Jeffrey Altman <jaltman@columbia.edu>
* win-pre.in: the proper #define is KRB5_DNS_LOOKUP_REALM
and not KRB5_DNS_LOOKUP_REALMS
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13633 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/ChangeLog | 5 | ||||
-rw-r--r-- | src/config/win-pre.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 6c18714ec2..6e6723c921 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,8 @@ +2001-07024 Jeffrey Altman <jaltman@columbia.edu> + + * win-pre.in: the proper #define is KRB5_DNS_LOOKUP_REALM + and not KRB5_DNS_LOOKUP_REALMS + 2001-07-23 Danilo Almeida <dalmeida@mit.edu> * win-pre.in, win-post.in: Move rule-printing code to win-post.in diff --git a/src/config/win-pre.in b/src/config/win-pre.in index be9129eb91..4c7682c640 100644 --- a/src/config/win-pre.in +++ b/src/config/win-pre.in @@ -109,7 +109,7 @@ DNSFLAGS=-I$(DNS_INC) $(DNSFLAGS) -DKRB5_DNS_LOOKUP=1 DNSFLAGS=$(DNSFLAGS) -DKRB5_DNS_LOOKUP_KDC=1 !endif !if defined(KRB5_USE_DNS_REALMS) -DNSFLAGS=$(DNSFLAGS) -DKRB5_DNS_LOOKUP_REALMS=1 +DNSFLAGS=$(DNSFLAGS) -DKRB5_DNS_LOOKUP_REALM=1 !endif !else DNSLIBS= |