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