27 lines
703 B
C
27 lines
703 B
C
/* Define this if you have the wresize function in your ncurses-type library */
|
|
#undef HAVE_WRESIZE
|
|
|
|
/* Define this if you have NLS */
|
|
#undef ENABLE_NLS
|
|
|
|
/* Define this is you have the catgets command */
|
|
#undef HAVE_CATGETS
|
|
|
|
/* Define this is you have GNU gettext */
|
|
#undef HAVE_GETTEXT
|
|
|
|
/* Define this for HAVE_LC_MESSAGES */
|
|
#undef HAVE_LC_MESSAGES
|
|
|
|
/* Define this if you have the stpcpy function (cool) */
|
|
#undef HAVE_STPCPY
|
|
|
|
/* Define this to make the nano executable as small as possible */
|
|
#undef NANO_SMALL
|
|
|
|
/* Define to use the slang wrappers for curses instead of native curses */
|
|
#undef USE_SLANG
|
|
|
|
/* Define this if you have a behaving TABSIZE global in your curses lib */
|
|
#undef HAVE_TABSIZE
|