From: Theodore Tso Date: Wed, 27 May 1998 19:31:27 +0000 (+0000) Subject: windows.in: Remove -DLEHMAN, which doesn't do anything. (A grep X-Git-Tag: krb5-1.1-beta1~702 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=193fa42f50f405e43b2208ef4962eb7c51fb5232;p=krb5.git windows.in: Remove -DLEHMAN, which doesn't do anything. (A grep through the whole source tree shows no instances of #ifdef LEHMAN) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10591 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 723027e1a..2ea401316 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,9 @@ +1998-05-27 Theodore Ts'o + + * windows.in: Remove -DLEHMAN, which doesn't do anything. (A grep + through the whole source tree shows no instances of #ifdef + LEHMAN) + Sun May 24 21:39:49 1998 Theodore Y. Ts'o * windows.in (ABS,S,C): Use double backslashes for the path diff --git a/src/config/windows.in b/src/config/windows.in index f0b8f5927..34736dccf 100644 --- a/src/config/windows.in +++ b/src/config/windows.in @@ -42,7 +42,7 @@ CL= # ##WIN16##CCOPTS2=/AL /Zp /GA /G2s /Os /Zi /Od /W3 $(XTRA) ##WIN32##CCOPTS2=/Os /Zi /Od /W3 $(XTRA) -CPPFLAGS = -I$(SRCTOP)\include -I$(SRCTOP)\include\krb5 -DLEHMAN +CPPFLAGS = -I$(SRCTOP)\include -I$(SRCTOP)\include\krb5 DEFS = $(CPPFLAGS) CFLAGS2 = $(CCOPTS2) $(DEFS)