windows.in: Remove -DLEHMAN, which doesn't do anything. (A grep
authorTheodore Tso <tytso@mit.edu>
Wed, 27 May 1998 19:31:27 +0000 (19:31 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 27 May 1998 19:31:27 +0000 (19:31 +0000)
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

src/config/ChangeLog
src/config/windows.in

index 723027e1a778edecc423d7a7b1ed6b53c05388ca..2ea4013164b948656d2622b8abfdb796fdbcc6e3 100644 (file)
@@ -1,3 +1,9 @@
+1998-05-27  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * 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  <tytso@mit.edu>
 
        * windows.in (ABS,S,C): Use double backslashes for the path
index f0b8f592714f7da98de0a939f22f52b5ea5c77fd..34736dccf3e63caf4edebc3204958cb7fb0de1c6 100644 (file)
@@ -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)