diff options
author | Xin LI <delphij@FreeBSD.org> | 2023-08-13 07:13:31 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2023-08-13 07:13:31 +0000 |
commit | f80a33ea416e408c490a1f1f031a6abbccbae085 (patch) | |
tree | 02a687c91c8966ffc4bbce128531c2dd9984f712 /usr.bin/less | |
parent | 09078445fb94f84bea41361c2f372360289d86ee (diff) | |
parent | 448d114b25157a4bcc2463e584fae6bdae42fa37 (diff) | |
download | src-f80a33ea416e408c490a1f1f031a6abbccbae085.tar.gz src-f80a33ea416e408c490a1f1f031a6abbccbae085.zip |
Diffstat (limited to 'usr.bin/less')
-rw-r--r-- | usr.bin/less/defines.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h index e6087d63f3eb..018d98a48162 100644 --- a/usr.bin/less/defines.h +++ b/usr.bin/less/defines.h @@ -262,12 +262,15 @@ /* Define HAVE_LOCALE if you have locale.h and setlocale. */ #define HAVE_LOCALE 1 -/* Define to 1 if you have the <memory.h> header file. */ -#define HAVE_MEMORY_H 1 - /* Define to 1 if you have the `nanosleep' function. */ #define HAVE_NANOSLEEP 1 +/* Define to 1 if you have the <ncursesw/termcap.h> header file. */ +/* #undef HAVE_NCURSESW_TERMCAP_H */ + +/* Define to 1 if you have the <ncurses/termcap.h> header file. */ +/* #undef HAVE_NCURSES_TERMCAP_H */ + /* Define HAVE_OSPEED if your termcap library has the ospeed variable. */ #define HAVE_OSPEED 1 @@ -451,14 +454,11 @@ /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ /* #undef STAT_MACROS_BROKEN */ -/* Define to 1 if you have the ANSI C header files. */ +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ #define STDC_HEADERS 1 -/* Enable large inode numbers on Mac OS X 10.5. */ -#ifndef _DARWIN_USE_64_BIT_INODE -# define _DARWIN_USE_64_BIT_INODE 1 -#endif - /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */ |