diff options
| author | Xin LI <delphij@FreeBSD.org> | 2007-12-04 22:41:44 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2007-12-04 22:41:44 +0000 |
| commit | 4218a3657eb7689665ae99dd6a565daba56f1701 (patch) | |
| tree | 7e190217b8f69f55b6115b510d87a0ca92d2df52 /usr.bin/less | |
| parent | 50cc4a77d5794d129372cc615c4a4095074bc7f3 (diff) | |
Notes
Diffstat (limited to 'usr.bin/less')
| -rw-r--r-- | usr.bin/less/defines.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h index 43b28b505360..bc1b7173f0c1 100644 --- a/usr.bin/less/defines.h +++ b/usr.bin/less/defines.h @@ -284,6 +284,9 @@ /* Define to 1 if you have the `stat' function. */ #define HAVE_STAT 1 +/* 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 <stdint.h> header file. */ #define HAVE_STDINT_H 1 @@ -353,6 +356,12 @@ /* Define HAVE_VOID if your compiler supports the "void" type. */ #define HAVE_VOID 1 +/* Define HAVE_WCTYPE if you have iswupper, iswlower, towupper, towlower. */ +#define HAVE_WCTYPE 1 + +/* Define to 1 if you have the <wctype.h> header file. */ +#define HAVE_WCTYPE_H 1 + /* Define to 1 if you have the `_setjmp' function. */ #define HAVE__SETJMP 1 |
