summaryrefslogtreecommitdiff
path: root/usr.bin/less
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2019-06-29 18:41:40 +0000
committerXin LI <delphij@FreeBSD.org>2019-06-29 18:41:40 +0000
commitb7780dbe98fc88da65024e697529ea7883064275 (patch)
treebd2291ea12f9519bfe4c9f79ef9ec6f46f0f4348 /usr.bin/less
parent89ebdc94547ec4c790b6cbaa9c48b9332e725994 (diff)
parent6aa86b45318b321ba7e9cc3c221ab9062ddac4a0 (diff)
downloadsrc-test2-b7780dbe98fc88da65024e697529ea7883064275.tar.gz
src-test2-b7780dbe98fc88da65024e697529ea7883064275.zip
Notes
Diffstat (limited to 'usr.bin/less')
-rw-r--r--usr.bin/less/defines.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h
index d013b0510841..9a58a043afc2 100644
--- a/usr.bin/less/defines.h
+++ b/usr.bin/less/defines.h
@@ -85,7 +85,7 @@
#define PIPEC (!SECURE)
/*
- * LOGFILE is 1 if you wish to allow the -l option (to create log files).
+ * LOGFILE is 1 if you wish to allow the -o option (to create log files).
*/
#define LOGFILE (!SECURE)
@@ -265,12 +265,18 @@
/* PCRE (Perl-compatible regular expression) library */
/* #undef HAVE_PCRE */
+/* PCRE2 (Perl-compatible regular expression) library */
+/* #undef HAVE_PCRE2 */
+
/* Define to 1 if you have the `popen' function. */
#define HAVE_POPEN 1
/* POSIX regcomp() and regex.h */
#define HAVE_POSIX_REGCOMP 1
+/* Define to 1 if you have the `realpath' function. */
+#define HAVE_REALPATH 1
+
/* System V regcmp() */
/* #undef HAVE_REGCMP */