summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config/ChangeLog7
-rw-r--r--src/config/win-pre.in2
2 files changed, 8 insertions, 1 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index f60c90ba6..141a48367 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -1,3 +1,10 @@
+2002-04-10 Danilo Almeida <dalmeida@mit.edu>
+
+ * win-pre.in: Define KRB5_PRIVATE=1 so that private definitions
+ are used. Define WIN32_LEAN_AND_MEAN so there are no Winsock
+ vs. Winsock 2 header file issues. (Winsock 2 is needed for IPv6
+ support.)
+
2002-04-02 Tom Yu <tlyu@mit.edu>
* pre.in: Add support for doing optional stripping of programs.
diff --git a/src/config/win-pre.in b/src/config/win-pre.in
index 4c7682c64..677dc85de 100644
--- a/src/config/win-pre.in
+++ b/src/config/win-pre.in
@@ -122,7 +122,7 @@ DNSFLAGS=
CC=cl
PDB_OPTS=-Fd$(OUTPRE)\ -FD
-CPPFLAGS=-I$(SRCTOP)\include -I$(SRCTOP)\include\krb5 $(DNSFLAGS)
+CPPFLAGS=-I$(SRCTOP)\include -I$(SRCTOP)\include\krb5 $(DNSFLAGS) -DKRB5_PRIVATE=1 -DWIN32_LEAN_AND_MEAN
CCOPTS=-nologo /W3 $(PDB_OPTS) $(DLL_FILE_DEF)
LOPTS=-nologo -incremental:no