dnsmasq: stay close as possible to master branch
[tomato.git] / release / src-rt-6.x.4708 / router / nano / config.h.in
blob8fbe824b7caffc6977c071384f7f8d192ee72edb
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define this to enable debug messages and assert warnings. */
4 #undef DEBUG
6 /* Define this to disable the built-in file browser. */
7 #undef DISABLE_BROWSER
9 /* Define this to disable the help text display. */
10 #undef DISABLE_HELP
12 /* Define this to disable the justify routines. */
13 #undef DISABLE_JUSTIFY
15 /* Define this to disable the mouse support. */
16 #undef DISABLE_MOUSE
18 /* Define this to disable the setting of the operating directory (chroot of
19 sorts). */
20 #undef DISABLE_OPERATINGDIR
22 /* Define this to disable text wrapping as root by default. */
23 #undef DISABLE_ROOTWRAPPING
25 /* Define this to disable the spell checker functions. */
26 #undef DISABLE_SPELLER
28 /* Define to disable the tab completion functions for files and search
29 strings. */
30 #undef DISABLE_TABCOMP
32 /* Define this to disable all text wrapping. */
33 #undef DISABLE_WRAPPING
35 /* Define this to have syntax highlighting, requires regex.h and ENABLE_NANORC
36 too! */
37 #undef ENABLE_COLOR
39 /* Define this to enable multiple file buffers. */
40 #undef ENABLE_MULTIBUFFER
42 /* Define this to use .nanorc files. */
43 #undef ENABLE_NANORC
45 /* Define to 1 if translation of program messages to the user's native
46 language is requested. */
47 #undef ENABLE_NLS
49 /* Define this if your system has sufficient UTF-8 support (a wide curses
50 library, iswalnum(), iswpunct(), iswblank() or iswspace(), nl_langinfo,
51 mblen(), mbstowcs(), mbtowc(), wctomb(), and wcwidth()). */
52 #undef ENABLE_UTF8
54 /* Define if the system supports GNU-style word boundaries in regexes. */
55 #undef GNU_WORDBOUNDS
57 /* Define to 1 if you have the <curses.h> header file. */
58 #undef HAVE_CURSES_H
60 /* Define if the GNU dcgettext() function is already present or preinstalled.
62 #undef HAVE_DCGETTEXT
64 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
65 #undef HAVE_DOPRNT
67 /* Define to 1 if you have the `getdelim' function. */
68 #undef HAVE_GETDELIM
70 /* Define to 1 if you have the `getline' function. */
71 #undef HAVE_GETLINE
73 /* Define to 1 if you have the <getopt.h> header file. */
74 #undef HAVE_GETOPT_H
76 /* Define to 1 if you have the `getopt_long' function. */
77 #undef HAVE_GETOPT_LONG
79 /* Define if the GNU gettext() function is already present or preinstalled. */
80 #undef HAVE_GETTEXT
82 /* Define if you have the iconv() function. */
83 #undef HAVE_ICONV
85 /* Define to 1 if you have the <inttypes.h> header file. */
86 #undef HAVE_INTTYPES_H
88 /* Define to 1 if you have the `isblank' function. */
89 #undef HAVE_ISBLANK
91 /* Define to 1 if you have the `iswalnum' function. */
92 #undef HAVE_ISWALNUM
94 /* Define to 1 if you have the `iswblank' function. */
95 #undef HAVE_ISWBLANK
97 /* Define to 1 if you have the `iswpunct' function. */
98 #undef HAVE_ISWPUNCT
100 /* Define to 1 if you have the `iswspace' function. */
101 #undef HAVE_ISWSPACE
103 /* Define to 1 if you have the <libintl.h> header file. */
104 #undef HAVE_LIBINTL_H
106 /* Define to 1 if you have the <limits.h> header file. */
107 #undef HAVE_LIMITS_H
109 /* Define to 1 if you have the `mblen' function. */
110 #undef HAVE_MBLEN
112 /* Define to 1 if you have the `mbstowcs' function. */
113 #undef HAVE_MBSTOWCS
115 /* Define to 1 if you have the `mbtowc' function. */
116 #undef HAVE_MBTOWC
118 /* Define to 1 if you have the <memory.h> header file. */
119 #undef HAVE_MEMORY_H
121 /* Define to 1 if you have the <ncurses.h> header file. */
122 #undef HAVE_NCURSES_H
124 /* Define to 1 if you have the `nl_langinfo' function. */
125 #undef HAVE_NL_LANGINFO
127 /* Define to 1 if you have the <regex.h> header file. */
128 #undef HAVE_REGEX_H
130 /* Define to 1 if you have the <stdarg.h> header file. */
131 #undef HAVE_STDARG_H
133 /* Define to 1 if you have the <stdint.h> header file. */
134 #undef HAVE_STDINT_H
136 /* Define to 1 if you have the <stdlib.h> header file. */
137 #undef HAVE_STDLIB_H
139 /* Define to 1 if you have the `strcasecmp' function. */
140 #undef HAVE_STRCASECMP
142 /* Define to 1 if you have the `strcasestr' function. */
143 #undef HAVE_STRCASESTR
145 /* Define to 1 if you have the <strings.h> header file. */
146 #undef HAVE_STRINGS_H
148 /* Define to 1 if you have the <string.h> header file. */
149 #undef HAVE_STRING_H
151 /* Define to 1 if you have the `strncasecmp' function. */
152 #undef HAVE_STRNCASECMP
154 /* Define to 1 if you have the `strnlen' function. */
155 #undef HAVE_STRNLEN
157 /* Define to 1 if you have the <sys/param.h> header file. */
158 #undef HAVE_SYS_PARAM_H
160 /* Define to 1 if you have the <sys/stat.h> header file. */
161 #undef HAVE_SYS_STAT_H
163 /* Define to 1 if you have the <sys/types.h> header file. */
164 #undef HAVE_SYS_TYPES_H
166 /* Define to 1 if you have the <unistd.h> header file. */
167 #undef HAVE_UNISTD_H
169 /* Define this if your curses library has the use_default_colors() command. */
170 #undef HAVE_USE_DEFAULT_COLORS
172 /* Define to 1 if you have the `vprintf' function. */
173 #undef HAVE_VPRINTF
175 /* Define to 1 if you have the `vsnprintf' function. */
176 #undef HAVE_VSNPRINTF
178 /* Define to 1 if you have the <wchar.h> header file. */
179 #undef HAVE_WCHAR_H
181 /* Define to 1 if you have the `wctomb' function. */
182 #undef HAVE_WCTOMB
184 /* Define to 1 if you have the <wctype.h> header file. */
185 #undef HAVE_WCTYPE_H
187 /* Define to 1 if you have the `wcwidth' function. */
188 #undef HAVE_WCWIDTH
190 /* Define this to enable extra stuff. */
191 #undef NANO_EXTRA
193 /* Define this to make the nano executable as small as possible. */
194 #undef NANO_TINY
196 /* Shut up assert warnings :-) */
197 #undef NDEBUG
199 /* Define this if you need the _XOPEN_SOURCE_EXTENDED macro for color support
201 #undef NEED_XOPEN_SOURCE_EXTENDED
203 /* Name of package */
204 #undef PACKAGE
206 /* Define to the address where bug reports for this package should be sent. */
207 #undef PACKAGE_BUGREPORT
209 /* Define to the full name of this package. */
210 #undef PACKAGE_NAME
212 /* Define to the full name and version of this package. */
213 #undef PACKAGE_STRING
215 /* Define to the one symbol short name of this package. */
216 #undef PACKAGE_TARNAME
218 /* Define to the home page for this package. */
219 #undef PACKAGE_URL
221 /* Define to the version of this package. */
222 #undef PACKAGE_VERSION
224 /* Where data are placed to. */
225 #undef PKGDATADIR
227 /* Specify alternate rcfile name (default: .nanorc) */
228 #undef RCFILE_NAME
230 /* Define this if you know your curses library allows LINES and COLS to be
231 redefined to deal with a resizing bug */
232 #undef REDEFINIG_MACROS_OK
234 /* Define as the return type of signal handlers (`int' or `void'). */
235 #undef RETSIGTYPE
237 /* Define to 1 if you have the ANSI C header files. */
238 #undef STDC_HEADERS
240 /* Define to use the slang wrappers for curses instead of native curses. */
241 #undef USE_SLANG
243 /* Enable extensions on AIX 3, Interix. */
244 #ifndef _ALL_SOURCE
245 # undef _ALL_SOURCE
246 #endif
247 /* Enable GNU extensions on systems that have them. */
248 #ifndef _GNU_SOURCE
249 # undef _GNU_SOURCE
250 #endif
251 /* Enable threading extensions on Solaris. */
252 #ifndef _POSIX_PTHREAD_SEMANTICS
253 # undef _POSIX_PTHREAD_SEMANTICS
254 #endif
255 /* Enable extensions on HP NonStop. */
256 #ifndef _TANDEM_SOURCE
257 # undef _TANDEM_SOURCE
258 #endif
259 /* Enable general extensions on Solaris. */
260 #ifndef __EXTENSIONS__
261 # undef __EXTENSIONS__
262 #endif
265 /* Version number of package */
266 #undef VERSION
268 /* Number of bits in a file offset, on hosts where this is settable. */
269 #undef _FILE_OFFSET_BITS
271 /* Define for large files, on AIX-style hosts. */
272 #undef _LARGE_FILES
274 /* Define to 1 if on MINIX. */
275 #undef _MINIX
277 /* Define to 2 if the system does not provide POSIX.1 features except with
278 this defined. */
279 #undef _POSIX_1_SOURCE
281 /* Define to 1 if you need to in order for `stat' and other things to work. */
282 #undef _POSIX_SOURCE