summaryrefslogtreecommitdiff
path: root/usr.bin/less
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2023-05-02 03:43:57 +0000
committerXin LI <delphij@FreeBSD.org>2023-05-02 03:43:57 +0000
commitd713e0891ff9ab8246245c3206851d486ecfdd37 (patch)
tree6ec812f49f3eac03b0a9c4ca4be35885393407e6 /usr.bin/less
parent83d5725005c5186110fd28627d6c363c91320393 (diff)
parent159d764c16684166cab1428d7aebd0c0f3666cd3 (diff)
Diffstat (limited to 'usr.bin/less')
-rw-r--r--usr.bin/less/defines.h24
1 files changed, 15 insertions, 9 deletions
diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h
index 9b87a45e6be7..e6087d63f3eb 100644
--- a/usr.bin/less/defines.h
+++ b/usr.bin/less/defines.h
@@ -214,6 +214,9 @@
#define TABSTOP_MAX 128 /* Max number of custom tab stops */
#endif
+/* Define as the return type of signal handlers (int or void). */
+#define RETSIGTYPE void
+
/* Settings automatically determined by configure. */
@@ -241,9 +244,6 @@
/* Define HAVE_FILENO if you have the fileno() macro. */
#define HAVE_FILENO 1
-/* Define HAVE_FLOAT if your compiler supports the "double" type. */
-#define HAVE_FLOAT 1
-
/* Define to 1 if you have the `fsync' function. */
#define HAVE_FSYNC 1
@@ -256,6 +256,9 @@
/* Define to 1 if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
+/* Define to 1 if you have the <linux/magic.h> header file. */
+/* #undef HAVE_LINUX_MAGIC_H */
+
/* Define HAVE_LOCALE if you have locale.h and setlocale. */
#define HAVE_LOCALE 1
@@ -320,6 +323,9 @@
/* Define HAVE_STAT_INO if your struct stat has st_ino and st_dev. */
#define HAVE_STAT_INO 1
+/* Define to 1 if you have the <stdckdint.h> header file. */
+/* #undef HAVE_STDCKDINT_H */
+
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
@@ -338,6 +344,9 @@
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
+/* Define to 1 if you have the `strsignal' function. */
+#define HAVE_STRSIGNAL 1
+
/* Define to 1 if you have the `system' function. */
#define HAVE_SYSTEM 1
@@ -356,6 +365,9 @@
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
+/* Define to 1 if you have the <sys/wait.h> header file. */
+#define HAVE_SYS_WAIT_H 1
+
/* Define to 1 if you have the <termcap.h> header file. */
#define HAVE_TERMCAP_H 1
@@ -433,9 +445,6 @@
/* Define to the version of this package. */
#define PACKAGE_VERSION "1"
-/* Define as the return type of signal handlers (`int' or `void'). */
-#define RETSIGTYPE void
-
/* Define SECURE_COMPILE=1 to build a secure version of less. */
#define SECURE_COMPILE 0
@@ -445,9 +454,6 @@
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
-/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
-#define TIME_WITH_SYS_TIME 1
-
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1