aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/less
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2022-09-06 05:52:39 +0000
committerXin LI <delphij@FreeBSD.org>2022-09-06 05:52:39 +0000
commit95270f73baf6fa95ae529bc2eb6a61f5c79f32c0 (patch)
treef0251b23387b548356feced8d6b608edac88a1f7 /usr.bin/less
parentdda082e0093936517795d386242ff9abcdaeff53 (diff)
parent2b6624fffa5fac26d860898ddb335f852cfeb6b5 (diff)
downloadsrc-95270f73baf6fa95ae529bc2eb6a61f5c79f32c0.tar.gz
src-95270f73baf6fa95ae529bc2eb6a61f5c79f32c0.zip
Diffstat (limited to 'usr.bin/less')
-rw-r--r--usr.bin/less/defines.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h
index 497644f23a48..9b87a45e6be7 100644
--- a/usr.bin/less/defines.h
+++ b/usr.bin/less/defines.h
@@ -283,6 +283,10 @@
/* POSIX regcomp() and regex.h */
#define HAVE_POSIX_REGCOMP 1
+/* Define HAVE_PROCFS if have have fstatfs with f_type and PROC_SUPER_MAGIC.
+ */
+/* #undef HAVE_PROCFS */
+
/* Define to 1 if you have the `realpath' function. */
#define HAVE_REALPATH 1