From 8a5e0e12cbf4d4a578c2f0b66a5f4939b7729b38 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 24 Jul 2001 20:28:54 +0000 Subject: [PATCH] 2001-07024 Jeffrey Altman * 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 --- src/config/ChangeLog | 5 +++++ src/config/win-pre.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * win-pre.in: the proper #define is KRB5_DNS_LOOKUP_REALM + and not KRB5_DNS_LOOKUP_REALMS + 2001-07-23 Danilo Almeida * 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= -- 2.26.2