diff options
author | ps <ps@FreeBSD.org> | 2000-07-14 09:51:40 +0000 |
---|---|---|
committer | ps <ps@FreeBSD.org> | 2000-07-14 09:51:40 +0000 |
commit | 5d465776b9e058088e1f29636cf7cdcb0c13eb0d (patch) | |
tree | f3a476e74c05bfed5be5c76fca73660c52bd2cc5 /contrib/less/acconfig.h | |
parent | 1b28029810e9c377087ea5a45acc8767cf0196b3 (diff) | |
download | FreeBSD-src-5d465776b9e058088e1f29636cf7cdcb0c13eb0d.zip FreeBSD-src-5d465776b9e058088e1f29636cf7cdcb0c13eb0d.tar.gz |
Import less v358.
Diffstat (limited to 'contrib/less/acconfig.h')
-rw-r--r-- | contrib/less/acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/less/acconfig.h b/contrib/less/acconfig.h index 985efab..4fa6f9d 100644 --- a/contrib/less/acconfig.h +++ b/contrib/less/acconfig.h @@ -66,5 +66,11 @@ /* Define HAVE_UPPER_LOWER if you have isupper, islower, toupper, tolower */ #undef HAVE_UPPER_LOWER +/* Define HAVE_SIGSET_T you have the sigset_t type */ +#undef HAVE_SIGSET_T + +/* Define HAVE_SIGEMPTYSET if you have the sigemptyset macro */ +#undef HAVE_SIGEMPTYSET + /* Define EDIT_PGM to your editor. */ #define EDIT_PGM "vi" |