aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vi/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vi/config.h')
-rw-r--r--usr.bin/vi/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/vi/config.h b/usr.bin/vi/config.h
index 85ffb2874b34..2b4348870db4 100644
--- a/usr.bin/vi/config.h
+++ b/usr.bin/vi/config.h
@@ -15,5 +15,14 @@
/* Define if you have <ncurses.h> */
#define HAVE_NCURSES_H
+/* Define if you have <ncursesw/ncurses.h> */
+/* #undef HAVE_NCURSESW_NCURSES_H */
+
+/* Define if you have <pty.h> */
+/* #undef HAVE_PTY_H */
+
/* Define if you have <term.h> */
#define HAVE_TERM_H
+
+/* Define if struct dirent has field d_namlen */
+#define HAVE_DIRENT_D_NAMLEN