File: acconfig.h

package info (click to toggle)
nano-bf 1.0.8-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,024 kB
  • ctags: 756
  • sloc: ansic: 8,380; sh: 2,428; makefile: 232; sed: 93
file content (56 lines) | stat: -rw-r--r-- 1,510 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/* $Id: acconfig.h,v 1.15.2.1 2002/01/12 23:17:15 astyanax Exp $ */

/* Define this if you have the wresize function in your ncurses-type library */
#undef HAVE_WRESIZE

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

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

/* 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 to enable the extra stuff */
#undef NANO_EXTRA

/* Define to disable the tab completion code Chris worked so hard on! */
#undef DISABLE_TABCOMP

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

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

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

/* Define this to disable the built-in (crappy) file browser */
#undef DISABLE_BROWSER

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

/* Define this to disable wrapping as root by default */
#undef DISABLE_ROOTWRAP