From: Danilo Almeida Date: Thu, 11 Apr 2002 03:06:39 +0000 (+0000) Subject: Define KRB5_PRIVATE=1 so that private definitions are used. Define X-Git-Tag: krb5-1.3-beta2~781 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ef4774c5aea554a2f81496bc0acae068e85ee27;p=thirdparty%2Fkrb5.git 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 --- diff --git a/src/config/ChangeLog b/src/config/ChangeLog index f60c90ba69..141a483676 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 4c7682c640..677dc85de0 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