From: Sam Hartman Date: Wed, 28 Sep 2011 20:55:06 +0000 (+0000) Subject: Disable AFS related code for now X-Git-Tag: krb5-1.10-alpha1~121 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=42ca190490291535e749ff4af7ba6b0a49b544d4;p=krb5.git Disable AFS related code for now Building with AFS is to be fixed later. Signed-off-by: Alexey Melnikov git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25254 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/windows/leashdll/Makefile.in b/src/windows/leashdll/Makefile.in index 1d5a4619f..d423d3995 100644 --- a/src/windows/leashdll/Makefile.in +++ b/src/windows/leashdll/Makefile.in @@ -1,5 +1,8 @@ BUILDTOP=..\.. +##FIX ME: Enable proper compilation with AFS +NO_AFS=1 + !ifndef NO_AFS ###AFS_BASE= AFS_INCLUDES=-I$(AFS_BASE)\Include @@ -60,6 +63,10 @@ DEFINES = $(DEFINES) DEFINES = $(DEFINES) -DDBG !endif +!ifdef NO_AFS +DEFINES = $(DEFINES) -DNO_AFS +!endif + all-windows:: all-windows:: $(OUTPRE)$(DLL_NAME).dll