aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/less
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2007-11-16 22:24:31 +0000
committerXin LI <delphij@FreeBSD.org>2007-11-16 22:24:31 +0000
commit423c5ce59da5ff73403007fefb307b8b483cac19 (patch)
tree840e6427c104a75a42837ced5e3276f0d2f98534 /usr.bin/less
parente82bf08b85b86c2111ce6ee83c36f4865ef8bee9 (diff)
downloadsrc-423c5ce59da5ff73403007fefb307b8b483cac19.tar.gz
src-423c5ce59da5ff73403007fefb307b8b483cac19.zip
Resolve conflicts; Update defines.h to reflect latest change.
Notes
Notes: svn path=/head/; revision=173685
Diffstat (limited to 'usr.bin/less')
-rw-r--r--usr.bin/less/defines.h9
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