summaryrefslogtreecommitdiffstats
path: root/contrib/less/defines.h.in
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2000-07-14 09:51:40 +0000
committerps <ps@FreeBSD.org>2000-07-14 09:51:40 +0000
commit5d465776b9e058088e1f29636cf7cdcb0c13eb0d (patch)
treef3a476e74c05bfed5be5c76fca73660c52bd2cc5 /contrib/less/defines.h.in
parent1b28029810e9c377087ea5a45acc8767cf0196b3 (diff)
downloadFreeBSD-src-5d465776b9e058088e1f29636cf7cdcb0c13eb0d.zip
FreeBSD-src-5d465776b9e058088e1f29636cf7cdcb0c13eb0d.tar.gz
Import less v358.
Diffstat (limited to 'contrib/less/defines.h.in')
-rw-r--r--contrib/less/defines.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/less/defines.h.in b/contrib/less/defines.h.in
index 70ec1c2..3f379ca 100644
--- a/contrib/less/defines.h.in
+++ b/contrib/less/defines.h.in
@@ -241,6 +241,12 @@
/* 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"
@@ -253,6 +259,9 @@
/* Define if you have the popen function. */
#undef HAVE_POPEN
+/* Define if you have the sigprocmask function. */
+#undef HAVE_SIGPROCMASK
+
/* Define if you have the sigsetmask function. */
#undef HAVE_SIGSETMASK
OpenPOWER on IntegriCloud