summaryrefslogtreecommitdiff
path: root/usr.bin/less
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2000-07-14 09:59:37 +0000
committerPaul Saab <ps@FreeBSD.org>2000-07-14 09:59:37 +0000
commitd4673883f0f5e869e6fd37db9ac83e18eb711375 (patch)
treead50b2096ef62a13ef3909e2154eb3d5ff6f280c /usr.bin/less
parent15596da42f9905cdd8f555a71d97490c0fbc146c (diff)
downloadsrc-test-d4673883f0f5e869e6fd37db9ac83e18eb711375.tar.gz
src-test-d4673883f0f5e869e6fd37db9ac83e18eb711375.zip
Upgrade to less v358.
Notes
Notes: svn path=/head/; revision=63132
Diffstat (limited to 'usr.bin/less')
-rw-r--r--usr.bin/less/defines.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h
index 3129881345e1b..c41bdfaac8d6f 100644
--- a/usr.bin/less/defines.h
+++ b/usr.bin/less/defines.h
@@ -243,6 +243,12 @@
/* Define HAVE_UPPER_LOWER if you have isupper, islower, toupper, tolower */
#define HAVE_UPPER_LOWER 1
+/* Define HAVE_SIGSET_T you have the sigset_t type */
+/* #undef HAVE_SIGSET_T */
+
+/* Define HAVE_SIGEMPTYSET if you have the sigemptyset macro */
+#define HAVE_SIGEMPTYSET 1
+
/* Define EDIT_PGM to your editor. */
#define EDIT_PGM "vi"
@@ -255,6 +261,9 @@
/* Define if you have the popen function. */
#define HAVE_POPEN 1
+/* Define if you have the sigprocmask function. */
+#define HAVE_SIGPROCMASK 1
+
/* Define if you have the sigsetmask function. */
#define HAVE_SIGSETMASK 1