diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2002-08-11 21:44:59 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2002-08-11 21:44:59 +0000 |
commit | da14b392e8e586b4676863b9058147aea49bc9f7 (patch) | |
tree | 5ce4b329a2e606f251e2330f2e5fff814f07c2b0 /bin | |
parent | 85edce1491d299ab3da3abf758426adda28ec1bd (diff) |
enable COMPLEX_HISTORY. sh/ksh history will now work
as described in the man page. OK millert@
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ksh/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/config.h b/bin/ksh/config.h index 55fa799e8ee..3d4533ccb01 100644 --- a/bin/ksh/config.h +++ b/bin/ksh/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.5 1999/10/04 16:44:00 deraadt Exp $ */ +/* $OpenBSD: config.h,v 1.6 2002/08/11 21:44:58 marc Exp $ */ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ @@ -218,7 +218,7 @@ #define HISTORY 1 /* Include complex history? (see comments in configure.in for more details) */ -/* #undef COMPLEX_HISTORY */ +#define COMPLEX_HISTORY /* Strict POSIX behaviour? (see comments in configure.in for more details) */ /* #undef POSIXLY_CORRECT */ |