1/* config.h.  Generated from config.h.in by configure.  */
2/* config.h.in.  Generated from configure.ac by autoheader.  */
3
4/* Define this to enable debug messages and assert warnings. */
5/* #undef DEBUG */
6
7/* Define this to disable the built-in file browser. */
8/* #undef DISABLE_BROWSER */
9
10/* Define this to disable the help text display. */
11/* #undef DISABLE_HELP */
12
13/* Define this to disable the justify routines. */
14/* #undef DISABLE_JUSTIFY */
15
16/* Define this to disable the mouse support. */
17/* #undef DISABLE_MOUSE */
18
19/* Define this to disable the setting of the operating directory (chroot of
20   sorts). */
21/* #undef DISABLE_OPERATINGDIR */
22
23/* Define this to disable text wrapping as root by default. */
24/* #undef DISABLE_ROOTWRAPPING */
25
26/* Define this to disable the spell checker functions. */
27/* #undef DISABLE_SPELLER */
28
29/* Define to disable the tab completion functions for files and search
30   strings. */
31/* #undef DISABLE_TABCOMP */
32
33/* Define this to disable all text wrapping. */
34/* #undef DISABLE_WRAPPING */
35
36/* Define this to have syntax highlighting, requires regex.h and ENABLE_NANORC
37   too! */
38#define ENABLE_COLOR 1
39
40/* Define this to enable multiple file buffers. */
41#define ENABLE_MULTIBUFFER 1
42
43/* Define this to use .nanorc files. */
44#define ENABLE_NANORC 1
45
46/* Define to 1 if translation of program messages to the user's native
47   language is requested. */
48/* #undef ENABLE_NLS */
49
50/* Define this if your system has sufficient UTF-8 support (a wide curses
51   library, iswalnum(), iswpunct(), iswblank() or iswspace(), mblen(),
52   mbstowcs(), mbtowc(), wctomb(), and wcwidth()). */
53#define ENABLE_UTF8 1
54
55/* Define to 1 if you have the <curses.h> header file. */
56/* #undef HAVE_CURSES_H */
57
58/* Define if the GNU dcgettext() function is already present or preinstalled.
59   */
60/* #undef HAVE_DCGETTEXT */
61
62/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
63/* #undef HAVE_DOPRNT */
64
65/* Define to 1 if you have the `getdelim' function. */
66/* #undef HAVE_GETDELIM */
67
68/* Define to 1 if you have the `getline' function. */
69/* #undef HAVE_GETLINE */
70
71/* Define to 1 if you have the <getopt.h> header file. */
72#define HAVE_GETOPT_H 1
73
74/* Define to 1 if you have the `getopt_long' function. */
75#define HAVE_GETOPT_LONG 1
76
77/* Define if the GNU gettext() function is already present or preinstalled. */
78/* #undef HAVE_GETTEXT */
79
80/* Define if you have the iconv() function. */
81#define HAVE_ICONV 1
82
83/* Define to 1 if you have the <inttypes.h> header file. */
84#define HAVE_INTTYPES_H 1
85
86/* Define to 1 if you have the `isblank' function. */
87#define HAVE_ISBLANK 1
88
89/* Define to 1 if you have the `iswalnum' function. */
90#define HAVE_ISWALNUM 1
91
92/* Define to 1 if you have the `iswblank' function. */
93#define HAVE_ISWBLANK 1
94
95/* Define to 1 if you have the `iswpunct' function. */
96#define HAVE_ISWPUNCT 1
97
98/* Define to 1 if you have the `iswspace' function. */
99#define HAVE_ISWSPACE 1
100
101/* Define to 1 if you have the <libintl.h> header file. */
102/* #undef HAVE_LIBINTL_H */
103
104/* Define to 1 if you have the <limits.h> header file. */
105#define HAVE_LIMITS_H 1
106
107/* Define to 1 if you have the `mblen' function. */
108#define HAVE_MBLEN 1
109
110/* Define to 1 if you have the `mbstowcs' function. */
111#define HAVE_MBSTOWCS 1
112
113/* Define to 1 if you have the `mbtowc' function. */
114#define HAVE_MBTOWC 1
115
116/* Define to 1 if you have the <memory.h> header file. */
117#define HAVE_MEMORY_H 1
118
119/* Define to 1 if you have the <ncurses.h> header file. */
120#define HAVE_NCURSES_H 1
121
122/* Define to 1 if you have the <regex.h> header file. */
123#define HAVE_REGEX_H 1
124
125/* Define to 1 if you have the <stdint.h> header file. */
126#define HAVE_STDINT_H 1
127
128/* Define to 1 if you have the <stdlib.h> header file. */
129#define HAVE_STDLIB_H 1
130
131/* Define to 1 if you have the `strcasecmp' function. */
132#define HAVE_STRCASECMP 1
133
134/* Define to 1 if you have the `strcasestr' function. */
135#define HAVE_STRCASESTR 1
136
137/* Define to 1 if you have the <strings.h> header file. */
138#define HAVE_STRINGS_H 1
139
140/* Define to 1 if you have the <string.h> header file. */
141#define HAVE_STRING_H 1
142
143/* Define to 1 if you have the `strncasecmp' function. */
144#define HAVE_STRNCASECMP 1
145
146/* Define to 1 if you have the `strnlen' function. */
147/* #undef HAVE_STRNLEN */
148
149/* Define to 1 if you have the <sys/param.h> header file. */
150#define HAVE_SYS_PARAM_H 1
151
152/* Define to 1 if you have the <sys/stat.h> header file. */
153#define HAVE_SYS_STAT_H 1
154
155/* Define to 1 if you have the <sys/types.h> header file. */
156#define HAVE_SYS_TYPES_H 1
157
158/* Define to 1 if you have the <unistd.h> header file. */
159#define HAVE_UNISTD_H 1
160
161/* Define this if your curses library has the use_default_colors() command. */
162#define HAVE_USE_DEFAULT_COLORS 1
163
164/* Define to 1 if you have the `vprintf' function. */
165#define HAVE_VPRINTF 1
166
167/* Define to 1 if you have the `vsnprintf' function. */
168#define HAVE_VSNPRINTF 1
169
170/* Define to 1 if you have the <wchar.h> header file. */
171#define HAVE_WCHAR_H 1
172
173/* Define to 1 if you have the `wctomb' function. */
174#define HAVE_WCTOMB 1
175
176/* Define to 1 if you have the <wctype.h> header file. */
177#define HAVE_WCTYPE_H 1
178
179/* Define to 1 if you have the `wcwidth' function. */
180#define HAVE_WCWIDTH 1
181
182/* Define this to enable extra stuff. */
183#define NANO_EXTRA 1
184
185/* Define this to make the nano executable as small as possible. */
186/* #undef NANO_TINY */
187
188/* Shut up assert warnings :-) */
189#define NDEBUG 1
190
191/* Name of package */
192#define PACKAGE "nano"
193
194/* Define to the address where bug reports for this package should be sent. */
195#define PACKAGE_BUGREPORT "nano-devel@gnu.org"
196
197/* Define to the full name of this package. */
198#define PACKAGE_NAME "GNU nano"
199
200/* Define to the full name and version of this package. */
201#define PACKAGE_STRING "GNU nano 2.0.6"
202
203/* Define to the one symbol short name of this package. */
204#define PACKAGE_TARNAME "nano"
205
206/* Define to the version of this package. */
207#define PACKAGE_VERSION "2.0.6"
208
209/* Where data are placed to. */
210#define PKGDATADIR "/usr/share/nano"
211
212/* Define as the return type of signal handlers (`int' or `void'). */
213#define RETSIGTYPE void
214
215/* Define to 1 if you have the ANSI C header files. */
216#define STDC_HEADERS 1
217
218/* Define to use the slang wrappers for curses instead of native curses. */
219/* #undef USE_SLANG */
220
221/* Version number of package */
222#define VERSION "2.0.6"
223
224/* Number of bits in a file offset, on hosts where this is settable. */
225/* #undef _FILE_OFFSET_BITS */
226
227/* Enable GNU extensions on systems that have them.  */
228#ifndef _GNU_SOURCE
229# define _GNU_SOURCE 1
230#endif
231
232/* Define for large files, on AIX-style hosts. */
233/* #undef _LARGE_FILES */
234