summaryrefslogtreecommitdiff
path: root/usr.bin/less/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/less/defines.h')
-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