sync with ksh_maintainer tag
This commit is contained in:
parent
5f7c1fdd91
commit
b04855f181
3
LEGAL
3
LEGAL
|
@ -1,4 +1,4 @@
|
||||||
$MirBSD: LEGAL,v 1.5 2004/03/21 01:27:40 tg Exp $
|
$MirBSD: LEGAL,v 1.6 2004/04/24 21:45:00 tg Exp $
|
||||||
$OpenBSD: LEGAL,v 1.2 2003/07/17 20:59:43 deraadt Exp $
|
$OpenBSD: LEGAL,v 1.2 2003/07/17 20:59:43 deraadt Exp $
|
||||||
|
|
||||||
pdksh is provided AS IS, with NO WARRANTY, either expressed or implied.
|
pdksh is provided AS IS, with NO WARRANTY, either expressed or implied.
|
||||||
|
@ -13,3 +13,4 @@ This means, public domain does not exist, and authors are always
|
||||||
liable for a minimum of things.
|
liable for a minimum of things.
|
||||||
That's why, this package is placed under the MirOS licence template, found
|
That's why, this package is placed under the MirOS licence template, found
|
||||||
at https://mirbsd.bsdadvocacy.org/cvs.cgi/src/share/misc/licence.template
|
at https://mirbsd.bsdadvocacy.org/cvs.cgi/src/share/misc/licence.template
|
||||||
|
or at the top of the "Build.sh" file found in the standalone distfile.
|
||||||
|
|
8
config.h
8
config.h
|
@ -1,4 +1,4 @@
|
||||||
/* $MirBSD: config.h,v 1.4 2004/04/17 00:47:17 tg Exp $ */
|
/* $MirBSD: config.h,v 1.5 2004/04/24 21:45:00 tg Exp $ */
|
||||||
/* $OpenBSD: config.h,v 1.9 2003/10/22 07:40:38 jmc Exp $ */
|
/* $OpenBSD: config.h,v 1.9 2003/10/22 07:40:38 jmc Exp $ */
|
||||||
|
|
||||||
/* config.h. NOT generated automatically. */
|
/* config.h. NOT generated automatically. */
|
||||||
|
@ -285,6 +285,12 @@
|
||||||
/* Define if you have the strerror function. */
|
/* Define if you have the strerror function. */
|
||||||
#define HAVE_STRERROR 1
|
#define HAVE_STRERROR 1
|
||||||
|
|
||||||
|
/* Define if you have the strlcat function. */
|
||||||
|
#define HAVE_STRLCAT 1
|
||||||
|
|
||||||
|
/* Define if you have the strlcpy function. */
|
||||||
|
#define HAVE_STRLCPY 1
|
||||||
|
|
||||||
/* Define if you have the strstr function. */
|
/* Define if you have the strstr function. */
|
||||||
#define HAVE_STRSTR 1
|
#define HAVE_STRSTR 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue