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