Improvements from the "ksh_maintainer" tag (development branch):
- use game-of-life - add configure script (public domain, thus: miros licence) to make it portable
This commit is contained in:
parent
6c4e45f6e8
commit
00d06ba328
|
@ -1,3 +1,4 @@
|
|||
/* $MirBSD: conf-end.h,v 1.2 2004/03/21 01:25:04 tg Exp $ */
|
||||
/* $OpenBSD: conf-end.h,v 1.2 1996/08/25 12:37:58 downsj Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -22,6 +23,11 @@
|
|||
# define HISTORY
|
||||
#endif /* EDIT */
|
||||
|
||||
/* It's there, use it */
|
||||
#if defined(KSH) && defined(EDIT)
|
||||
# define SILLY
|
||||
#endif
|
||||
|
||||
/*
|
||||
* if you don't have mmap() you can't use Peter Collinson's history
|
||||
* mechanism. If that is the case, then define EASY_HISTORY
|
||||
|
|
Loading…
Reference in New Issue