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