diff options
Diffstat (limited to 'src')
| -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 6c18714ec..6e6723c92 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 be9129eb9..4c7682c64 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= |
