diff options
| author | Theodore Tso <tytso@mit.edu> | 1998-05-27 19:31:27 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1998-05-27 19:31:27 +0000 |
| commit | 193fa42f50f405e43b2208ef4962eb7c51fb5232 (patch) | |
| tree | e07170624f413b069846c0b890f12a4863c1845a /src | |
| parent | 09df0454e43ec381ea4cf868579ea340985280aa (diff) | |
| download | krb5-193fa42f50f405e43b2208ef4962eb7c51fb5232.tar.gz krb5-193fa42f50f405e43b2208ef4962eb7c51fb5232.tar.xz krb5-193fa42f50f405e43b2208ef4962eb7c51fb5232.zip | |
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
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) |
