blob: b94890cf1a9abeb5fbdf632146c3c53150c4e088 [file] [log] [blame]
Luca Stefanic1e34942016-11-23 23:49:14 +01001/* auto/config.h. Generated from config.h.in by configure. */
2/*
3 * config.h.in. Originally generated automatically from configure.ac by
4 * autoheader and manually changed after that.
5 */
6
7/* Define if we have EBCDIC code */
8/* #undef EBCDIC */
9
10/* Define unless no X support found */
11/* #undef HAVE_X11 */
12
13/* Define when terminfo support found */
14#define TERMINFO 1
15
16/* Define when termcap.h contains ospeed */
17#define HAVE_OSPEED 1
18
19/* Define when ospeed can be extern */
20/* #undef OSPEED_EXTERN */
21
22/* Define when termcap.h contains UP, BC and PC */
23#define HAVE_UP_BC_PC 1
24
25/* Define when UP, BC and PC can be extern */
26/* #undef UP_BC_PC_EXTERN */
27
28/* Define when termcap.h defines outfuntype */
29/* #undef HAVE_OUTFUNTYPE */
30
31/* Define when __DATE__ " " __TIME__ can be used */
32/* #undef HAVE_DATE_TIME */
33
34/* Define when __attribute__((unused)) can be used */
35#define HAVE_ATTRIBUTE_UNUSED 1
36
37/* defined always when using configure */
38#define UNIX 1
39
40/* Defined to the size of an int */
41#define VIM_SIZEOF_INT 4
42
43/* Defined to the size of a long */
44#define VIM_SIZEOF_LONG 8
45
46/* Defined to the size of off_t */
47#define SIZEOF_OFF_T 8
48
49/* Defined to the size of time_t */
50#define SIZEOF_TIME_T 8
51
52/* Define when wchar_t is only 2 bytes. */
53/* #undef SMALL_WCHAR_T */
54
55/*
56 * If we cannot trust one of the following from the libraries, we use our
57 * own safe but probably slower vim_memmove().
58 */
59/* #undef USEBCOPY */
60#define USEMEMMOVE 1
61/* #undef USEMEMCPY */
62
63/* Define when "man -s 2" is to be used */
64#define USEMAN_S 1
65
66/* Define to empty if the keyword does not work. */
67/* #undef const */
68
69/* Define to empty if the keyword does not work. */
70/* #undef volatile */
71
72/* Define to `int' if <sys/types.h> doesn't define. */
73/* #undef mode_t */
74
75/* Define to `long' if <sys/types.h> doesn't define. */
76/* #undef off_t */
77
78/* Define to `long' if <sys/types.h> doesn't define. */
79/* #undef pid_t */
80
81/* Define to `unsigned' if <sys/types.h> doesn't define. */
82/* #undef size_t */
83
84/* Define to `int' if <sys/types.h> doesn't define. */
85/* #undef uid_t */
86
87/* Define to `unsigned int' or other type that is 32 bit. */
88/* #undef uint32_t */
89
90/* Define to `int' if <sys/types.h> doesn't define. */
91/* #undef gid_t */
92
93/* Define to `long' if <sys/types.h> doesn't define. */
94/* #undef ino_t */
95
96/* Define to `unsigned' if <sys/types.h> doesn't define. */
97/* #undef dev_t */
98
99/* Define on big-endian machines */
100/* #undef WORDS_BIGENDIAN */
101
102/* Define to `unsigned long' if <sys/types.h> doesn't define. */
103/* #undef rlim_t */
104
105/* Define to `struct sigaltstack' if <signal.h> doesn't define. */
106/* #undef stack_t */
107
108/* Define if stack_t has the ss_base field. */
109/* #undef HAVE_SS_BASE */
110
111/* Define if you can safely include both <sys/time.h> and <time.h>. */
112#define TIME_WITH_SYS_TIME 1
113
114/* Define if you can safely include both <sys/time.h> and <sys/select.h>. */
115#define SYS_SELECT_WITH_SYS_TIME 1
116
117/* Define to a typecast for select() arguments 2, 3 and 4. */
118#define SELECT_TYPE_ARG234 (fd_set *)
119
120/* Define if you have /dev/ptc */
121/* #undef HAVE_DEV_PTC */
122
123/* Define if you have Sys4 ptys */
124#define HAVE_SVR4_PTYS 1
125
126/* Define to range of pty names to try */
127/* #undef PTYRANGE0 */
128/* #undef PTYRANGE1 */
129
130/* Define mode for pty */
131/* #undef PTYMODE */
132
133/* Define group for pty */
134/* #undef PTYGROUP */
135
136/* Define as the return type of signal handlers (int or void). */
137#define RETSIGTYPE void
138
139/* Define as the command at the end of signal handlers ("" or "return 0;"). */
140#define SIGRETURN return
141
142/* Define if struct sigcontext is present */
143#define HAVE_SIGCONTEXT 1
144
145/* Define if touuper/tolower only work on lower/upercase characters */
146/* #undef BROKEN_TOUPPER */
147
148/* Define if stat() ignores a trailing slash */
149/* #undef STAT_IGNORES_SLASH */
150
151/* Define if tgetstr() has a second argument that is (char *) */
152/* #undef TGETSTR_CHAR_P */
153
154/* Define if tgetent() returns zero for an error */
155#define TGETENT_ZERO_ERR 0
156
157/* Define if the getcwd() function should not be used. */
158/* #undef BAD_GETCWD */
159
160/* Define if you the function: */
161#define HAVE_FCHDIR 1
162#define HAVE_FCHOWN 1
163#define HAVE_FCHMOD 1
164#define HAVE_FLOAT_FUNCS 1
165#define HAVE_FSEEKO 1
166#define HAVE_FSYNC 1
167#define HAVE_FTRUNCATE 1
168#define HAVE_GETCWD 1
169#define HAVE_GETPGID 1
170/* #undef HAVE_GETPSEUDOTTY */
171#define HAVE_GETPWENT 1
172#define HAVE_GETPWNAM 1
173#define HAVE_GETPWUID 1
174#define HAVE_GETRLIMIT 1
175#define HAVE_GETTIMEOFDAY 1
176/* #undef HAVE_GETWD */
177#define HAVE_ICONV 1
178#define HAVE_LOCALTIME_R 1
179#define HAVE_LSTAT 1
180#define HAVE_MEMSET 1
181#define HAVE_MKDTEMP 1
182#define HAVE_NANOSLEEP 1
183#define HAVE_NL_LANGINFO_CODESET 1
184#define HAVE_OPENDIR 1
185#define HAVE_POSIX_OPENPT 1
186#define HAVE_PUTENV 1
187#define HAVE_QSORT 1
188#define HAVE_READLINK 1
189#define HAVE_RENAME 1
190#define HAVE_SELECT 1
191#define HAVE_SELINUX 1
192#define HAVE_SETENV 1
193#define HAVE_SETPGID 1
194#define HAVE_SETSID 1
195#define HAVE_SIGACTION 1
196#define HAVE_SIGALTSTACK 1
197/* #undef HAVE_SIGSET */
198/* #undef HAVE_SIGSETJMP */
199#define HAVE_SIGSTACK 1
200#define HAVE_SIGPROCMASK 1
201/* #undef HAVE_SIGVEC */
202/* #undef HAVE_SMACK */
203#define HAVE_STRCASECMP 1
204#define HAVE_STRERROR 1
205#define HAVE_STRFTIME 1
206/* #undef HAVE_STRICMP */
207#define HAVE_STRNCASECMP 1
208/* #undef HAVE_STRNICMP */
209#define HAVE_STRPBRK 1
210#define HAVE_STRTOL 1
211#define HAVE_CANBERRA 1
212#define HAVE_ST_BLKSIZE 1
213#define HAVE_SYSCONF 1
214/* #undef HAVE_SYSCTL */
215#define HAVE_SYSINFO 1
216#define HAVE_SYSINFO_MEM_UNIT 1
217#define HAVE_TGETENT 1
218#define HAVE_TOWLOWER 1
219#define HAVE_TOWUPPER 1
220#define HAVE_ISWUPPER 1
221#define HAVE_UNSETENV 1
222#define HAVE_USLEEP 1
223#define HAVE_UTIME 1
224#define HAVE_BIND_TEXTDOMAIN_CODESET 1
225#define HAVE_MBLEN 1
226
227/* Define, if needed, for accessing large files. */
228/* #undef _LARGE_FILES */
229/* #undef _FILE_OFFSET_BITS */
230/* #undef _LARGEFILE_SOURCE */
231
232/* Define if you do not have utime(), but do have the utimes() function. */
233#define HAVE_UTIMES 1
234
235/* Define if you have the header file: */
236#define HAVE_DIRENT_H 1
237#define HAVE_ERRNO_H 1
238#define HAVE_FCNTL_H 1
239/* #undef HAVE_FRAME_H */
240#define HAVE_ICONV_H 1
241#define HAVE_INTTYPES_H 1
242#define HAVE_LANGINFO_H 1
243/* #undef HAVE_LIBC_H */
244#define HAVE_LIBGEN_H 1
245#define HAVE_LIBINTL_H 1
246#define HAVE_LOCALE_H 1
247#define HAVE_MATH_H 1
248/* #undef HAVE_NDIR_H */
249#define HAVE_POLL_H 1
250/* #undef HAVE_PTHREAD_NP_H */
251#define HAVE_PWD_H 1
252#define HAVE_SETJMP_H 1
253#define HAVE_SGTTY_H 1
254#define HAVE_STDINT_H 1
255#define HAVE_STRINGS_H 1
256/* #undef HAVE_STROPTS_H */
257/* #undef HAVE_SYS_ACCESS_H */
258/* #undef HAVE_SYS_ACL_H */
259/* #undef HAVE_SYS_DIR_H */
260#define HAVE_SYS_IOCTL_H 1
261/* #undef HAVE_SYS_NDIR_H */
262#define HAVE_SYS_PARAM_H 1
263#define HAVE_SYS_POLL_H 1
264/* #undef HAVE_SYS_PTEM_H */
265/* #undef HAVE_SYS_PTMS_H */
266#define HAVE_SYS_RESOURCE_H 1
267#define HAVE_SYS_SELECT_H 1
268#define HAVE_SYS_STATFS_H 1
269/* #undef HAVE_SYS_STREAM_H */
270#define HAVE_SYS_SYSCTL_H 1
271#define HAVE_SYS_SYSINFO_H 1
272/* #undef HAVE_SYS_SYSTEMINFO_H */
273#define HAVE_SYS_TIME_H 1
274#define HAVE_SYS_TYPES_H 1
275#define HAVE_SYS_UTSNAME_H 1
276#define HAVE_TERMCAP_H 1
277#define HAVE_TERMIOS_H 1
278#define HAVE_TERMIO_H 1
279#define HAVE_WCHAR_H 1
280#define HAVE_WCTYPE_H 1
281#define HAVE_UNISTD_H 1
282/* #undef HAVE_UTIL_DEBUG_H */
283/* #undef HAVE_UTIL_MSGI18N_H */
284#define HAVE_UTIME_H 1
285/* #undef HAVE_X11_SUNKEYSYM_H */
286/* #undef HAVE_XM_XM_H */
287/* #undef HAVE_XM_XPMP_H */
288/* #undef HAVE_XM_TRAITP_H */
289/* #undef HAVE_XM_MANAGER_H */
290/* #undef HAVE_XM_UNHIGHLIGHTT_H */
291/* #undef HAVE_XM_JOINSIDET_H */
292/* #undef HAVE_XM_NOTEBOOK_H */
293/* #undef HAVE_X11_XPM_H */
294/* #undef HAVE_X11_XMU_EDITRES_H */
295/* #undef HAVE_X11_SM_SMLIB_H */
296
297/* Define to the type of the XpmAttributes type. */
298/* #undef XPMATTRIBUTES_TYPE */
299
300/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
301#define HAVE_SYS_WAIT_H 1
302
303/* Define if you have a <sys/wait.h> that is not POSIX.1 compatible. */
304/* #undef HAVE_UNION_WAIT */
305
306/* This is currently unused in vim: */
307/* Define if you have the ANSI C header files. */
308/* #undef STDC_HEADERS */
309
310/* instead, we check a few STDC things ourselves */
311#define HAVE_STDLIB_H 1
312#define HAVE_STRING_H 1
313
314/* Define if strings.h cannot be included when strings.h already is */
315/* #undef NO_STRINGS_WITH_STRING_H */
316
317/* Define if you want tiny features. */
318/* #undef FEAT_TINY */
319
320/* Define if you want small features. */
321/* #undef FEAT_SMALL */
322
323/* Define if you want normal features. */
324/* #undef FEAT_NORMAL */
325
326/* Define if you want big features. */
327/* #undef FEAT_BIG */
328
329/* Define if you want huge features. */
330/* #undef FEAT_HUGE */
331
332/* Define if you want to include the Lua interpreter. */
333/* #undef FEAT_LUA */
334
335/* Define for linking via dlopen() or LoadLibrary() */
336/* #undef DYNAMIC_LUA */
337
338/* Define if you want to include the MzScheme interpreter. */
339/* #undef FEAT_MZSCHEME */
340
341/* Define if you want to include the Perl interpreter. */
342/* #undef FEAT_PERL */
343
344/* Define for linking via dlopen() or LoadLibrary() */
345/* #undef DYNAMIC_PERL */
346
347/* Define if you want to include the Python interpreter. */
348/* #undef FEAT_PYTHON */
349
350/* Define if you want to include the Python3 interpreter. */
351/* #undef FEAT_PYTHON3 */
352
353/* Define for linking via dlopen() or LoadLibrary() */
354/* #undef DYNAMIC_PYTHON */
355
356/* Define for linking via dlopen() or LoadLibrary() */
357/* #undef DYNAMIC_PYTHON3 */
358
359/* Define if dynamic python does not require RTLD_GLOBAL */
360/* #undef PY_NO_RTLD_GLOBAL */
361
362/* Define if dynamic python3 does not require RTLD_GLOBAL */
363/* #undef PY3_NO_RTLD_GLOBAL */
364
365/* Define if you want to include the Ruby interpreter. */
366/* #undef FEAT_RUBY */
367
368/* Define for linking via dlopen() or LoadLibrary() */
369/* #undef DYNAMIC_RUBY */
370
371/* Define if you want to include the Tcl interpreter. */
372/* #undef FEAT_TCL */
373
374/* Define for linking via dlopen() or LoadLibrary() */
375/* #undef DYNAMIC_TCL */
376
377/* Define if you want to add support for ACL */
378/* #undef HAVE_POSIX_ACL */
379/* #undef HAVE_SOLARIS_ZFS_ACL */
380/* #undef HAVE_SOLARIS_ACL */
381/* #undef HAVE_AIX_ACL */
382
383/* Define if pango_shape_full() is available. */
384#define HAVE_PANGO_SHAPE_FULL 1
385
386/* Define if you want to add support of GPM (Linux console mouse daemon) */
387/* #undef HAVE_GPM */
388
389/* Define if you want to add support of sysmouse (*BSD console mouse) */
390/* #undef HAVE_SYSMOUSE */
391
392/* Define if you want to include the Cscope interface. */
393/* #undef FEAT_CSCOPE */
394
395/* Define if you don't want to include right-left support. */
396/* #undef DISABLE_RIGHTLEFT */
397
398/* Define if you don't want to include Arabic support. */
399/* #undef DISABLE_ARABIC */
400
401/* Define if you want to always define a server name at vim startup. */
402/* #undef FEAT_AUTOSERVERNAME */
403
404/* Define if you want to include fontset support. */
405/* #undef FEAT_XFONTSET */
406
407/* Define if you want to include XIM support. */
408/* #undef FEAT_XIM */
409
410/* Define if you want to include Hangul input support. */
411/* #undef FEAT_HANGULIN */
412
413/* Define if you use GTK and want GNOME support. */
414/* #undef FEAT_GUI_GNOME */
415
416/* Define if you use KDE and want KDE Toolbar support. */
417/* #undef FEAT_KDETOOLBAR */
418
419/* Define if your X has own locale library */
420/* #undef X_LOCALE */
421
422/* Define if we have dlfcn.h. */
423#define HAVE_DLFCN_H 1
424
425/* Define if there is a working gettext(). */
426#define HAVE_GETTEXT 1
427
428/* Define if _nl_msg_cat_cntr is present. */
429/* #undef HAVE_NL_MSG_CAT_CNTR */
430
431/* Define if we have dlopen() */
432#define HAVE_DLOPEN 1
433
434/* Define if we have dlsym() */
435#define HAVE_DLSYM 1
436
437/* Define if we have dl.h. */
438/* #undef HAVE_DL_H */
439
440/* Define if we have shl_load() */
441/* #undef HAVE_SHL_LOAD */
442
443/* Define if you want to include NetBeans integration. */
444/* #undef FEAT_NETBEANS_INTG */
445
446/* Define if you want to include process communication. */
447#define FEAT_JOB_CHANNEL 1
448
449/* Define if you want to include terminal emulator support. */
450/* #undef FEAT_TERMINAL */
451
452// Define default global runtime path.
453/* #undef RUNTIME_GLOBAL */
454
455// Define default global runtime after path.
456/* #undef RUNTIME_GLOBAL_AFTER */
457
458/* Define name of who modified a released Vim */
459/* #undef MODIFIED_BY */
460
461/* Define if you want XSMP interaction as well as vanilla swapfile safety */
462#define USE_XSMP_INTERACT 1
463
464/* Define if fcntl()'s F_SETFD command knows about FD_CLOEXEC */
465#define HAVE_FD_CLOEXEC 1
466
467/* Define if /proc/self/exe or similar can be read */
468#define PROC_EXE_LINK "/proc/self/exe"
469
470/* Define if you want Cygwin to use the WIN32 clipboard, not compatible with X11*/
471/* #undef FEAT_CYGWIN_WIN32_CLIPBOARD */
472
473/* Define if we have AvailabilityMacros.h on Mac OS X */
474/* #undef HAVE_AVAILABILITYMACROS_H */
475
476/* Define if Xutf8SetWMProperties() is in an X library. */
477/* #undef HAVE_XUTF8SETWMPROPERTIES */
478
479/* Define if GResource is used to load icons */
480/* #undef USE_GRESOURCE */
481
482/* Define if GTK+ GUI is to be linked against GTK+ 3 */
483/* #undef USE_GTK3 */
484
485/* Define if we have isinf() */
486#define HAVE_ISINF 1
487
488/* Define if we have isnan() */
489#define HAVE_ISNAN 1
490
491/* Define to inline symbol or empty */
492/* #undef inline */