From 4ef4774c5aea554a2f81496bc0acae068e85ee27 Mon Sep 17 00:00:00 2001 From: Danilo Almeida Date: Thu, 11 Apr 2002 03:06:39 +0000 Subject: [PATCH] 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.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14373 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/ChangeLog | 7 +++++++ src/config/win-pre.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 + + * 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 * 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 -- 2.26.2