acconfig.h 1.96 KB
Newer Older
Chris Allegretta's avatar
Chris Allegretta committed
1
2
/* $Id$ */

Chris Allegretta's avatar
Chris Allegretta committed
3
4
5
/* Define this if you have the wresize function in your ncurses-type library */
#undef HAVE_WRESIZE

6
7
8
/* Define this if you have the resizeterm function in your ncurses-type library */
#undef HAVE_RESIZETERM

9
10
11
/* Define this if your curses lib has the _use_keypad flag */
#undef HAVE_USEKEYPAD

Chris Allegretta's avatar
Chris Allegretta committed
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* 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
Chris Allegretta's avatar
Chris Allegretta committed
32

33
34
35
/* Define this to enable the extra stuff */
#undef NANO_EXTRA

36
37
/* Define to disable the tab completion code Chris worked so hard on! */
#undef DISABLE_TABCOMP
38
39
40
41
42

/* Define this to disable the justify routine */
#undef DISABLE_JUSTIFY

/* Define this to disable the use(full|less) spelling functions */
43
#undef DISABLE_SPELLER
44

45
46
/* Define this to disable the ^G help menu */
#undef DISABLE_HELP
47

48
49
/* Define this to disable the built-in (crappy) file browser */
#undef DISABLE_BROWSER
50
51
52
53

/* Define this to disable any and all text wrapping */
#undef DISABLE_WRAPPING

54
55
56
/* Define this to disable the mouse functions */
#undef DISABLE_MOUSE

57
58
59
60
/* 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 */
61
#undef ENABLE_MULTIBUFFER
62

63
64
/* Define this to use the .nanorc file */
#undef ENABLE_NANORC
65

66
67
68
/* Define this if your curses library has the use_default_colors command */
#undef HAVE_USE_DEFAULT_COLORS

69
70
71
/* Define this to have syntax hilighting, requires ENABLE_NANORC too! */
#undef ENABLE_COLOR

72
73
/* Define this to enable undoing....something */
#undef ENABLE_UNDO