aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/less
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2017-05-05 14:33:39 +0000
committerXin LI <delphij@FreeBSD.org>2017-05-05 14:33:39 +0000
commitf6b74a7d164b5fada266d00e723155a178a4529f (patch)
treeebcd4d5d93df0d5aeb4265116a8aa01cf72e37dd /usr.bin/less
parent67960816823defe168fb25c45a73e4765ff15ff5 (diff)
parent6f90225e8378d85045013553763bd7483670441c (diff)
downloadsrc-f6b74a7d164b5fada266d00e723155a178a4529f.tar.gz
src-f6b74a7d164b5fada266d00e723155a178a4529f.zip
MFV r317581: less v491.
MFC after: 1 month
Notes
Notes: svn path=/head/; revision=317829
Diffstat (limited to 'usr.bin/less')
-rw-r--r--usr.bin/less/defines.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h
index 9b0f5c92b25e..6cc483a3c13f 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