110d525ec6
Main changes: * Vim-style expandtab option * Provides Turkish translation * Backspace now deletes \ rather than being escaped * T during motion commands is now VI-compatible * Encoding related fixes, such as UTF-8 detection * Fixed a number of memory management issues MFC after: 3 weeks
20 lines
407 B
C
20 lines
407 B
C
/* $FreeBSD$ */
|
|
|
|
/* Define when using wide characters */
|
|
#define USE_WIDECHAR
|
|
|
|
/* Define when iconv can be used */
|
|
/* #undef USE_ICONV */
|
|
|
|
/* Define when the 2nd argument of iconv(3) is not const */
|
|
/* #undef ICONV_TRADITIONAL */
|
|
|
|
/* Define if you have <libutil.h> */
|
|
#define HAVE_LIBUTIL_H
|
|
|
|
/* Define if you have <ncurses.h> */
|
|
#define HAVE_NCURSES_H
|
|
|
|
/* Define if you have <term.h> */
|
|
#define HAVE_TERM_H
|