blob: 7b29a0b4df06a6aa27ee6a7a3cf107828f5984e6 [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
LuK13376dc3f992025-06-23 00:28:46 +020031/* Define when del_curterm() is available */
32#define HAVE_DEL_CURTERM 1
33
Luca Stefanic1e34942016-11-23 23:49:14 +010034/* Define when __DATE__ " " __TIME__ can be used */
35/* #undef HAVE_DATE_TIME */
36
LuK13376dc3f992025-06-23 00:28:46 +020037/* Defined from $SOURCE_DATE_EPOCH, used as the build date */
38/* #undef BUILD_DATE */
39
Luca Stefanic1e34942016-11-23 23:49:14 +010040/* Define when __attribute__((unused)) can be used */
41#define HAVE_ATTRIBUTE_UNUSED 1
42
43/* defined always when using configure */
44#define UNIX 1
45
46/* Defined to the size of an int */
47#define VIM_SIZEOF_INT 4
48
49/* Defined to the size of a long */
50#define VIM_SIZEOF_LONG 8
51
52/* Defined to the size of off_t */
53#define SIZEOF_OFF_T 8
54
55/* Defined to the size of time_t */
56#define SIZEOF_TIME_T 8
57
58/* Define when wchar_t is only 2 bytes. */
59/* #undef SMALL_WCHAR_T */
60
61/*
62 * If we cannot trust one of the following from the libraries, we use our
63 * own safe but probably slower vim_memmove().
64 */
65/* #undef USEBCOPY */
66#define USEMEMMOVE 1
67/* #undef USEMEMCPY */
68
69/* Define when "man -s 2" is to be used */
70#define USEMAN_S 1
71
72/* Define to empty if the keyword does not work. */
73/* #undef const */
74
75/* Define to empty if the keyword does not work. */
76/* #undef volatile */
77
78/* Define to `int' if <sys/types.h> doesn't define. */
79/* #undef mode_t */
80
81/* Define to `long' if <sys/types.h> doesn't define. */
82/* #undef off_t */
83
84/* Define to `long' if <sys/types.h> doesn't define. */
85/* #undef pid_t */
86
87/* Define to `unsigned' if <sys/types.h> doesn't define. */
88/* #undef size_t */
89
90/* Define to `int' if <sys/types.h> doesn't define. */
91/* #undef uid_t */
92
93/* Define to `unsigned int' or other type that is 32 bit. */
94/* #undef uint32_t */
95
96/* Define to `int' if <sys/types.h> doesn't define. */
97/* #undef gid_t */
98
99/* Define to `long' if <sys/types.h> doesn't define. */
100/* #undef ino_t */
101
102/* Define to `unsigned' if <sys/types.h> doesn't define. */
103/* #undef dev_t */
104
105/* Define on big-endian machines */
106/* #undef WORDS_BIGENDIAN */
107
108/* Define to `unsigned long' if <sys/types.h> doesn't define. */
109/* #undef rlim_t */
110
111/* Define to `struct sigaltstack' if <signal.h> doesn't define. */
112/* #undef stack_t */
113
114/* Define if stack_t has the ss_base field. */
115/* #undef HAVE_SS_BASE */
116
117/* Define if you can safely include both <sys/time.h> and <time.h>. */
118#define TIME_WITH_SYS_TIME 1
119
120/* Define if you can safely include both <sys/time.h> and <sys/select.h>. */
121#define SYS_SELECT_WITH_SYS_TIME 1
122
123/* Define to a typecast for select() arguments 2, 3 and 4. */
124#define SELECT_TYPE_ARG234 (fd_set *)
125
126/* Define if you have /dev/ptc */
127/* #undef HAVE_DEV_PTC */
128
129/* Define if you have Sys4 ptys */
130#define HAVE_SVR4_PTYS 1
131
132/* Define to range of pty names to try */
133/* #undef PTYRANGE0 */
134/* #undef PTYRANGE1 */
135
Luca Stefanic1e34942016-11-23 23:49:14 +0100136/* Define if struct sigcontext is present */
137#define HAVE_SIGCONTEXT 1
138
LuK13376dc3f992025-06-23 00:28:46 +0200139/* Define if toupper/tolower only work on lower/uppercase characters */
Luca Stefanic1e34942016-11-23 23:49:14 +0100140/* #undef BROKEN_TOUPPER */
141
142/* Define if stat() ignores a trailing slash */
143/* #undef STAT_IGNORES_SLASH */
144
LuK13376dc3f992025-06-23 00:28:46 +0200145/* Define to nanoseconds field of struct stat */
146#define ST_MTIM_NSEC st_mtim.tv_nsec
147
Luca Stefanic1e34942016-11-23 23:49:14 +0100148/* Define if tgetstr() has a second argument that is (char *) */
149/* #undef TGETSTR_CHAR_P */
150
151/* Define if tgetent() returns zero for an error */
152#define TGETENT_ZERO_ERR 0
153
154/* Define if the getcwd() function should not be used. */
155/* #undef BAD_GETCWD */
156
157/* Define if you the function: */
158#define HAVE_FCHDIR 1
159#define HAVE_FCHOWN 1
160#define HAVE_FCHMOD 1
Luca Stefanic1e34942016-11-23 23:49:14 +0100161#define HAVE_FSEEKO 1
162#define HAVE_FSYNC 1
163#define HAVE_FTRUNCATE 1
164#define HAVE_GETCWD 1
165#define HAVE_GETPGID 1
166/* #undef HAVE_GETPSEUDOTTY */
167#define HAVE_GETPWENT 1
168#define HAVE_GETPWNAM 1
169#define HAVE_GETPWUID 1
170#define HAVE_GETRLIMIT 1
171#define HAVE_GETTIMEOFDAY 1
172/* #undef HAVE_GETWD */
173#define HAVE_ICONV 1
LuK13376dc3f992025-06-23 00:28:46 +0200174#define HAVE_INET_NTOP 1
Luca Stefanic1e34942016-11-23 23:49:14 +0100175#define HAVE_LOCALTIME_R 1
176#define HAVE_LSTAT 1
177#define HAVE_MEMSET 1
178#define HAVE_MKDTEMP 1
179#define HAVE_NANOSLEEP 1
180#define HAVE_NL_LANGINFO_CODESET 1
181#define HAVE_OPENDIR 1
182#define HAVE_POSIX_OPENPT 1
183#define HAVE_PUTENV 1
184#define HAVE_QSORT 1
185#define HAVE_READLINK 1
186#define HAVE_RENAME 1
187#define HAVE_SELECT 1
188#define HAVE_SELINUX 1
189#define HAVE_SETENV 1
190#define HAVE_SETPGID 1
191#define HAVE_SETSID 1
192#define HAVE_SIGACTION 1
193#define HAVE_SIGALTSTACK 1
194/* #undef HAVE_SIGSET */
195/* #undef HAVE_SIGSETJMP */
196#define HAVE_SIGSTACK 1
197#define HAVE_SIGPROCMASK 1
198/* #undef HAVE_SIGVEC */
199/* #undef HAVE_SMACK */
200#define HAVE_STRCASECMP 1
LuK13376dc3f992025-06-23 00:28:46 +0200201#define HAVE_STRCOLL 1
Luca Stefanic1e34942016-11-23 23:49:14 +0100202#define HAVE_STRERROR 1
203#define HAVE_STRFTIME 1
204/* #undef HAVE_STRICMP */
205#define HAVE_STRNCASECMP 1
206/* #undef HAVE_STRNICMP */
207#define HAVE_STRPBRK 1
LuK13376dc3f992025-06-23 00:28:46 +0200208#define HAVE_STRPTIME 1
Luca Stefanic1e34942016-11-23 23:49:14 +0100209#define HAVE_STRTOL 1
LuK13376dc3f992025-06-23 00:28:46 +0200210/* #undef HAVE_CANBERRA */
211/* #undef HAVE_SODIUM */
Luca Stefanic1e34942016-11-23 23:49:14 +0100212#define HAVE_ST_BLKSIZE 1
LuK13376dc3f992025-06-23 00:28:46 +0200213#define HAVE_SYNC 1
Luca Stefanic1e34942016-11-23 23:49:14 +0100214#define HAVE_SYSCONF 1
215/* #undef HAVE_SYSCTL */
216#define HAVE_SYSINFO 1
217#define HAVE_SYSINFO_MEM_UNIT 1
LuK13376dc3f992025-06-23 00:28:46 +0200218#define HAVE_SYSINFO_UPTIME 1
Luca Stefanic1e34942016-11-23 23:49:14 +0100219#define HAVE_TGETENT 1
220#define HAVE_TOWLOWER 1
221#define HAVE_TOWUPPER 1
222#define HAVE_ISWUPPER 1
LuK13376dc3f992025-06-23 00:28:46 +0200223#define HAVE_TZSET 1
Luca Stefanic1e34942016-11-23 23:49:14 +0100224#define HAVE_UNSETENV 1
225#define HAVE_USLEEP 1
226#define HAVE_UTIME 1
Luca Stefanic1e34942016-11-23 23:49:14 +0100227#define HAVE_MBLEN 1
LuK13376dc3f992025-06-23 00:28:46 +0200228#define HAVE_TIMER_CREATE 1
229#define HAVE_CLOCK_GETTIME 1
230#define HAVE_XATTR 1
Luca Stefanic1e34942016-11-23 23:49:14 +0100231
232/* Define, if needed, for accessing large files. */
233/* #undef _LARGE_FILES */
234/* #undef _FILE_OFFSET_BITS */
235/* #undef _LARGEFILE_SOURCE */
236
237/* Define if you do not have utime(), but do have the utimes() function. */
238#define HAVE_UTIMES 1
239
240/* Define if you have the header file: */
241#define HAVE_DIRENT_H 1
LuK13376dc3f992025-06-23 00:28:46 +0200242/* #undef HAVE_DISPATCH_DISPATCH_H */
Luca Stefanic1e34942016-11-23 23:49:14 +0100243#define HAVE_ERRNO_H 1
244#define HAVE_FCNTL_H 1
245/* #undef HAVE_FRAME_H */
246#define HAVE_ICONV_H 1
247#define HAVE_INTTYPES_H 1
248#define HAVE_LANGINFO_H 1
249/* #undef HAVE_LIBC_H */
250#define HAVE_LIBGEN_H 1
LuK13376dc3f992025-06-23 00:28:46 +0200251/* #undef HAVE_LIBINTL_H */
Luca Stefanic1e34942016-11-23 23:49:14 +0100252#define HAVE_LOCALE_H 1
253#define HAVE_MATH_H 1
254/* #undef HAVE_NDIR_H */
255#define HAVE_POLL_H 1
256/* #undef HAVE_PTHREAD_NP_H */
257#define HAVE_PWD_H 1
258#define HAVE_SETJMP_H 1
LuK13376dc3f992025-06-23 00:28:46 +0200259/* #undef HAVE_SGTTY_H */
Luca Stefanic1e34942016-11-23 23:49:14 +0100260#define HAVE_STDINT_H 1
261#define HAVE_STRINGS_H 1
262/* #undef HAVE_STROPTS_H */
263/* #undef HAVE_SYS_ACCESS_H */
264/* #undef HAVE_SYS_ACL_H */
265/* #undef HAVE_SYS_DIR_H */
266#define HAVE_SYS_IOCTL_H 1
267/* #undef HAVE_SYS_NDIR_H */
268#define HAVE_SYS_PARAM_H 1
269#define HAVE_SYS_POLL_H 1
270/* #undef HAVE_SYS_PTEM_H */
271/* #undef HAVE_SYS_PTMS_H */
272#define HAVE_SYS_RESOURCE_H 1
273#define HAVE_SYS_SELECT_H 1
274#define HAVE_SYS_STATFS_H 1
275/* #undef HAVE_SYS_STREAM_H */
LuK13376dc3f992025-06-23 00:28:46 +0200276/* #undef HAVE_SYS_SYSCTL_H */
Luca Stefanic1e34942016-11-23 23:49:14 +0100277#define HAVE_SYS_SYSINFO_H 1
278/* #undef HAVE_SYS_SYSTEMINFO_H */
279#define HAVE_SYS_TIME_H 1
280#define HAVE_SYS_TYPES_H 1
281#define HAVE_SYS_UTSNAME_H 1
282#define HAVE_TERMCAP_H 1
283#define HAVE_TERMIOS_H 1
284#define HAVE_TERMIO_H 1
285#define HAVE_WCHAR_H 1
286#define HAVE_WCTYPE_H 1
287#define HAVE_UNISTD_H 1
288/* #undef HAVE_UTIL_DEBUG_H */
289/* #undef HAVE_UTIL_MSGI18N_H */
290#define HAVE_UTIME_H 1
291/* #undef HAVE_X11_SUNKEYSYM_H */
292/* #undef HAVE_XM_XM_H */
293/* #undef HAVE_XM_XPMP_H */
294/* #undef HAVE_XM_TRAITP_H */
295/* #undef HAVE_XM_MANAGER_H */
296/* #undef HAVE_XM_UNHIGHLIGHTT_H */
297/* #undef HAVE_XM_JOINSIDET_H */
298/* #undef HAVE_XM_NOTEBOOK_H */
299/* #undef HAVE_X11_XPM_H */
300/* #undef HAVE_X11_XMU_EDITRES_H */
301/* #undef HAVE_X11_SM_SMLIB_H */
302
303/* Define to the type of the XpmAttributes type. */
304/* #undef XPMATTRIBUTES_TYPE */
305
306/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
307#define HAVE_SYS_WAIT_H 1
308
309/* Define if you have a <sys/wait.h> that is not POSIX.1 compatible. */
310/* #undef HAVE_UNION_WAIT */
311
312/* This is currently unused in vim: */
313/* Define if you have the ANSI C header files. */
314/* #undef STDC_HEADERS */
315
316/* instead, we check a few STDC things ourselves */
317#define HAVE_STDLIB_H 1
318#define HAVE_STRING_H 1
319
320/* Define if strings.h cannot be included when strings.h already is */
321/* #undef NO_STRINGS_WITH_STRING_H */
322
323/* Define if you want tiny features. */
324/* #undef FEAT_TINY */
325
Luca Stefanic1e34942016-11-23 23:49:14 +0100326/* Define if you want normal features. */
327/* #undef FEAT_NORMAL */
328
Luca Stefanic1e34942016-11-23 23:49:14 +0100329/* Define if you want huge features. */
LuK13376dc3f992025-06-23 00:28:46 +0200330#define FEAT_HUGE 1
Luca Stefanic1e34942016-11-23 23:49:14 +0100331
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
LuK13376dc3f992025-06-23 00:28:46 +0200359/* Define if compiled against Python 3 stable ABI / limited API */
360/* #undef DYNAMIC_PYTHON3_STABLE_ABI */
361
Luca Stefanic1e34942016-11-23 23:49:14 +0100362/* Define if dynamic python does not require RTLD_GLOBAL */
363/* #undef PY_NO_RTLD_GLOBAL */
364
365/* Define if dynamic python3 does not require RTLD_GLOBAL */
366/* #undef PY3_NO_RTLD_GLOBAL */
367
368/* Define if you want to include the Ruby interpreter. */
369/* #undef FEAT_RUBY */
370
371/* Define for linking via dlopen() or LoadLibrary() */
372/* #undef DYNAMIC_RUBY */
373
374/* Define if you want to include the Tcl interpreter. */
375/* #undef FEAT_TCL */
376
377/* Define for linking via dlopen() or LoadLibrary() */
378/* #undef DYNAMIC_TCL */
379
380/* Define if you want to add support for ACL */
381/* #undef HAVE_POSIX_ACL */
382/* #undef HAVE_SOLARIS_ZFS_ACL */
383/* #undef HAVE_SOLARIS_ACL */
384/* #undef HAVE_AIX_ACL */
385
386/* Define if pango_shape_full() is available. */
LuK13376dc3f992025-06-23 00:28:46 +0200387/* #undef HAVE_PANGO_SHAPE_FULL */
Luca Stefanic1e34942016-11-23 23:49:14 +0100388
389/* Define if you want to add support of GPM (Linux console mouse daemon) */
390/* #undef HAVE_GPM */
391
392/* Define if you want to add support of sysmouse (*BSD console mouse) */
393/* #undef HAVE_SYSMOUSE */
394
395/* Define if you want to include the Cscope interface. */
396/* #undef FEAT_CSCOPE */
397
398/* Define if you don't want to include right-left support. */
399/* #undef DISABLE_RIGHTLEFT */
400
401/* Define if you don't want to include Arabic support. */
402/* #undef DISABLE_ARABIC */
403
404/* Define if you want to always define a server name at vim startup. */
405/* #undef FEAT_AUTOSERVERNAME */
406
407/* Define if you want to include fontset support. */
408/* #undef FEAT_XFONTSET */
409
410/* Define if you want to include XIM support. */
411/* #undef FEAT_XIM */
412
Luca Stefanic1e34942016-11-23 23:49:14 +0100413/* 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(). */
LuK13376dc3f992025-06-23 00:28:46 +0200426/* #undef HAVE_GETTEXT */
427
428/* Define if there is a working bind_textdomain_codeset(). */
429/* #undef HAVE_BIND_TEXTDOMAIN_CODESET */
430
431/* Define if there is a working dgettext(). */
432/* #undef HAVE_DGETTEXT */
433
434/* Define if there is a working dngettext(). */
435/* #undef HAVE_DNGETTEXT */
Luca Stefanic1e34942016-11-23 23:49:14 +0100436
437/* Define if _nl_msg_cat_cntr is present. */
438/* #undef HAVE_NL_MSG_CAT_CNTR */
439
440/* Define if we have dlopen() */
441#define HAVE_DLOPEN 1
442
443/* Define if we have dlsym() */
444#define HAVE_DLSYM 1
445
446/* Define if we have dl.h. */
447/* #undef HAVE_DL_H */
448
449/* Define if we have shl_load() */
450/* #undef HAVE_SHL_LOAD */
451
LuK13376dc3f992025-06-23 00:28:46 +0200452/* Define if we can use IPv6 networking. */
453#define FEAT_IPV6 1
454
Luca Stefanic1e34942016-11-23 23:49:14 +0100455/* Define if you want to include NetBeans integration. */
LuK13376dc3f992025-06-23 00:28:46 +0200456#define FEAT_NETBEANS_INTG 1
Luca Stefanic1e34942016-11-23 23:49:14 +0100457
458/* Define if you want to include process communication. */
459#define FEAT_JOB_CHANNEL 1
460
461/* Define if you want to include terminal emulator support. */
LuK13376dc3f992025-06-23 00:28:46 +0200462#define FEAT_TERMINAL 1
Luca Stefanic1e34942016-11-23 23:49:14 +0100463
464// Define default global runtime path.
465/* #undef RUNTIME_GLOBAL */
466
467// Define default global runtime after path.
468/* #undef RUNTIME_GLOBAL_AFTER */
469
470/* Define name of who modified a released Vim */
471/* #undef MODIFIED_BY */
472
473/* Define if you want XSMP interaction as well as vanilla swapfile safety */
474#define USE_XSMP_INTERACT 1
475
476/* Define if fcntl()'s F_SETFD command knows about FD_CLOEXEC */
477#define HAVE_FD_CLOEXEC 1
478
479/* Define if /proc/self/exe or similar can be read */
480#define PROC_EXE_LINK "/proc/self/exe"
481
482/* Define if you want Cygwin to use the WIN32 clipboard, not compatible with X11*/
483/* #undef FEAT_CYGWIN_WIN32_CLIPBOARD */
484
485/* Define if we have AvailabilityMacros.h on Mac OS X */
486/* #undef HAVE_AVAILABILITYMACROS_H */
487
488/* Define if Xutf8SetWMProperties() is in an X library. */
489/* #undef HAVE_XUTF8SETWMPROPERTIES */
490
491/* Define if GResource is used to load icons */
492/* #undef USE_GRESOURCE */
493
494/* Define if GTK+ GUI is to be linked against GTK+ 3 */
495/* #undef USE_GTK3 */
496
497/* Define if we have isinf() */
498#define HAVE_ISINF 1
499
500/* Define if we have isnan() */
501#define HAVE_ISNAN 1
502
LuK13376dc3f992025-06-23 00:28:46 +0200503/* Define if we have dirfd() */
504#define HAVE_DIRFD 1
505
506/* Define if we have flock() */
507#define HAVE_FLOCK 1
508
Luca Stefanic1e34942016-11-23 23:49:14 +0100509/* Define to inline symbol or empty */
510/* #undef inline */
LuK13376dc3f992025-06-23 00:28:46 +0200511
512/* Define if _SC_SIGSTKSZ is available via sysconf() */
513/* #undef HAVE_SYSCONF_SIGSTKSZ */
514
515/* Define if you want to load libgpm dynamically */
516/* #undef DYNAMIC_GPM */