summaryrefslogtreecommitdiffstats
path: root/usr.bin/less
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2000-07-14 09:59:37 +0000
committerps <ps@FreeBSD.org>2000-07-14 09:59:37 +0000
commit4e6b7e2661ef1122b203abeb8148ee538fed224f (patch)
tree33a0c78bf0bdf6ac8be20ddfbc8b4fc9a80f0b0c /usr.bin/less
parentc9ceacbff58c73b848203138d29a1a0248e7ce55 (diff)
downloadFreeBSD-src-4e6b7e2661ef1122b203abeb8148ee538fed224f.zip
FreeBSD-src-4e6b7e2661ef1122b203abeb8148ee538fed224f.tar.gz
Upgrade to less v358.
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 3129881..c41bdfa 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
OpenPOWER on IntegriCloud