2000-08-07 06:16:24 +04:00
|
|
|
/* $Id$ */
|
|
|
|
|
2000-06-06 09:53:49 +04:00
|
|
|
/* Define this if you have the wresize function in your ncurses-type library */
|
|
|
|
#undef HAVE_WRESIZE
|
|
|
|
|
2001-02-16 07:48:30 +03:00
|
|
|
/* Define this if you have the resizeterm function in your ncurses-type library */
|
|
|
|
#undef HAVE_RESIZETERM
|
|
|
|
|
2001-01-06 21:12:43 +03:00
|
|
|
/* Define this if your curses lib has the _use_keypad flag */
|
|
|
|
#undef HAVE_USEKEYPAD
|
|
|
|
|
2000-06-06 09:53:49 +04:00
|
|
|
/* 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
|
2000-06-20 03:19:07 +04:00
|
|
|
|
2000-11-24 23:45:14 +03:00
|
|
|
/* Define this to enable the extra stuff */
|
|
|
|
#undef NANO_EXTRA
|
|
|
|
|
2000-11-24 17:00:16 +03:00
|
|
|
/* Define to disable the tab completion code Chris worked so hard on! */
|
|
|
|
#undef DISABLE_TABCOMP
|
2000-12-01 21:46:01 +03:00
|
|
|
|
|
|
|
/* Define this to disable the justify routine */
|
|
|
|
#undef DISABLE_JUSTIFY
|
|
|
|
|
|
|
|
/* Define this to disable the use(full|less) spelling functions */
|
2000-12-06 04:08:10 +03:00
|
|
|
#undef DISABLE_SPELLER
|
2000-12-01 21:46:01 +03:00
|
|
|
|
2000-12-10 20:03:25 +03:00
|
|
|
/* Define this to disable the ^G help menu */
|
|
|
|
#undef DISABLE_HELP
|
2000-12-01 21:46:01 +03:00
|
|
|
|
2001-01-05 08:41:07 +03:00
|
|
|
/* Define this to disable the built-in (crappy) file browser */
|
|
|
|
#undef DISABLE_BROWSER
|
2001-04-02 09:36:08 +04:00
|
|
|
|
|
|
|
/* Define this to disable any and all text wrapping */
|
|
|
|
#undef DISABLE_WRAPPING
|
|
|
|
|
2001-04-12 18:51:48 +04:00
|
|
|
/* Define this to disable the mouse functions */
|
|
|
|
#undef DISABLE_MOUSE
|
|
|
|
|
2001-04-13 06:32:06 +04:00
|
|
|
/* Define this to use the .nanorc file */
|
|
|
|
#undef ENABLE_NANORC
|
2001-04-28 19:53:28 +04:00
|
|
|
|
2001-04-30 15:28:46 +04:00
|
|
|
/* Define this if your curses library has the use_default_colors command */
|
|
|
|
#undef HAVE_USE_DEFAULT_COLORS
|
|
|
|
|
2001-04-28 19:53:28 +04:00
|
|
|
/* Define this to have syntax hilighting, requires ENABLE_NANORC too! */
|
|
|
|
#undef ENABLE_COLOR
|
|
|
|
|