diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ChangeLog | 6 | ||||
| -rw-r--r-- | src/config/windows.in | 2 |
2 files changed, 7 insertions, 1 deletions
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 <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 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) |
