summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2018-03-07 06:13:47 +0000
committerdelphij <delphij@FreeBSD.org>2018-03-07 06:13:47 +0000
commitadb40b2819390e5a0e58af83ef96b6a8fa98280a (patch)
tree8d1dfe57efb9a8c4cfe397da525a0ba27b9903c0 /usr.bin
parent157d6ea58333ebe743b754bddffcf6151a221fba (diff)
downloadFreeBSD-src-adb40b2819390e5a0e58af83ef96b6a8fa98280a.zip
FreeBSD-src-adb40b2819390e5a0e58af83ef96b6a8fa98280a.tar.gz
MFC r316339,317396,317829,326010,329554: less v530.
Relnotes: yes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/less/defines.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h
index 9b0f5c9..d013b05 100644
--- a/usr.bin/less/defines.h
+++ b/usr.bin/less/defines.h
@@ -136,6 +136,11 @@
#define TGETENT_OK 1
/*
+ * HAVE_ANSI_PROTOS is 1 if your compiler supports ANSI function prototypes.
+ */
+#define HAVE_ANSI_PROTOS 1
+
+/*
* HAVE_SYS_TYPES_H is 1 if your system has <sys/types.h>.
*/
#define HAVE_SYS_TYPES_H 1
@@ -164,7 +169,7 @@
/*
* Default shell metacharacters and meta-escape character.
*/
-#define DEF_METACHARS "; *?\t\n'\"()<>[]|&^`#\\$%=~"
+#define DEF_METACHARS "; *?\t\n'\"()<>[]|&^`#\\$%=~{},"
#define DEF_METAESCAPE "\\"
/*
OpenPOWER on IntegriCloud