blob: c5f70fc8e02ad2ff1bbd5902690c22b1b9e41fae [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001/*
2 * config.h.in. Generated automatically from configure.in by autoheader, and
3 * manually changed after that.
4 */
5
6/* Define if we have EBCDIC code */
7#undef EBCDIC
8
9/* Define unless no X support found */
10#undef HAVE_X11
11
12/* Define when terminfo support found */
13#undef TERMINFO
14
15/* Define when termcap.h contains ospeed */
16#undef HAVE_OSPEED
17
18/* Define when ospeed can be extern */
19#undef OSPEED_EXTERN
20
21/* Define when termcap.h contains UP, BC and PC */
22#undef HAVE_UP_BC_PC
23
24/* Define when UP, BC and PC can be extern */
25#undef UP_BC_PC_EXTERN
26
27/* Define when termcap.h defines outfuntype */
28#undef HAVE_OUTFUNTYPE
29
30/* Define when __DATE__ " " __TIME__ can be used */
31#undef HAVE_DATE_TIME
32
Bram Moolenaar0c094b92009-05-14 20:20:33 +000033/* Define when __attribute__((unused)) can be used */
34#undef HAVE_ATTRIBUTE_UNUSED
35
Bram Moolenaar071d4272004-06-13 20:20:40 +000036/* defined always when using configure */
37#undef UNIX
38
39/* Defined to the size of an int */
40#undef SIZEOF_INT
41
Bram Moolenaar4bdbbf72009-05-21 21:27:43 +000042/* Define when wchar_t is only 2 bytes. */
43#undef SMALL_WCHAR_T
44
Bram Moolenaar071d4272004-06-13 20:20:40 +000045/*
46 * If we cannot trust one of the following from the libraries, we use our
47 * own safe but probably slower vim_memmove().
48 */
49#undef USEBCOPY
50#undef USEMEMMOVE
51#undef USEMEMCPY
52
53/* Define when "man -s 2" is to be used */
54#undef USEMAN_S
55
56/* Define to empty if the keyword does not work. */
57#undef const
58
Bram Moolenaar76243bd2009-03-02 01:47:02 +000059/* Define to empty if the keyword does not work. */
60#undef volatile
61
Bram Moolenaar071d4272004-06-13 20:20:40 +000062/* Define to `int' if <sys/types.h> doesn't define. */
63#undef mode_t
64
65/* Define to `long' if <sys/types.h> doesn't define. */
66#undef off_t
67
68/* Define to `long' if <sys/types.h> doesn't define. */
69#undef pid_t
70
71/* Define to `unsigned' if <sys/types.h> doesn't define. */
72#undef size_t
73
74/* Define to `int' if <sys/types.h> doesn't define. */
75#undef uid_t
76
Bram Moolenaar0bbabe82010-05-17 20:32:55 +020077/* Define to `unsigned int' or other type that is 32 bit. */
78#undef uint32_t
79
Bram Moolenaar071d4272004-06-13 20:20:40 +000080/* Define to `int' if <sys/types.h> doesn't define. */
81#undef gid_t
82
83/* Define to `long' if <sys/types.h> doesn't define. */
84#undef ino_t
85
86/* Define to `unsigned' if <sys/types.h> doesn't define. */
87#undef dev_t
88
Bram Moolenaar0bbabe82010-05-17 20:32:55 +020089/* Define on big-endian machines */
90#undef WORDS_BIGENDIAN
91
Bram Moolenaar071d4272004-06-13 20:20:40 +000092/* Define to `unsigned long' if <sys/types.h> doesn't define. */
93#undef rlim_t
94
95/* Define to `struct sigaltstack' if <signal.h> doesn't define. */
96#undef stack_t
97
98/* Define if stack_t has the ss_base field. */
99#undef HAVE_SS_BASE
100
101/* Define if you can safely include both <sys/time.h> and <time.h>. */
102#undef TIME_WITH_SYS_TIME
103
104/* Define if you can safely include both <sys/time.h> and <sys/select.h>. */
105#undef SYS_SELECT_WITH_SYS_TIME
106
107/* Define if you have /dev/ptc */
108#undef HAVE_DEV_PTC
109
110/* Define if you have Sys4 ptys */
111#undef HAVE_SVR4_PTYS
112
113/* Define to range of pty names to try */
114#undef PTYRANGE0
115#undef PTYRANGE1
116
117/* Define mode for pty */
118#undef PTYMODE
119
120/* Define group for pty */
121#undef PTYGROUP
122
123/* Define as the return type of signal handlers (int or void). */
124#undef RETSIGTYPE
125
126/* Define as the command at the end of signal handlers ("" or "return 0;"). */
127#undef SIGRETURN
128
129/* Define if struct sigcontext is present */
130#undef HAVE_SIGCONTEXT
131
132/* Define if touuper/tolower only work on lower/upercase characters */
133#undef BROKEN_TOUPPER
134
135/* Define if stat() ignores a trailing slash */
136#undef STAT_IGNORES_SLASH
137
138/* Define if tgetstr() has a second argument that is (char *) */
139#undef TGETSTR_CHAR_P
140
141/* Define if tgetent() returns zero for an error */
142#undef TGETENT_ZERO_ERR
143
144/* Define if the getcwd() function should not be used. */
145#undef BAD_GETCWD
146
147/* Define if you the function: */
148#undef HAVE_BCMP
149#undef HAVE_FCHDIR
150#undef HAVE_FCHOWN
151#undef HAVE_FSEEKO
152#undef HAVE_FSYNC
Bram Moolenaar071d4272004-06-13 20:20:40 +0000153#undef HAVE_GETCWD
154#undef HAVE_GETPSEUDOTTY
155#undef HAVE_GETPWNAM
156#undef HAVE_GETPWUID
157#undef HAVE_GETRLIMIT
158#undef HAVE_GETTIMEOFDAY
159#undef HAVE_GETWD
160#undef HAVE_ICONV
161#undef HAVE_NL_LANGINFO_CODESET
162#undef HAVE_LSTAT
163#undef HAVE_MEMCMP
164#undef HAVE_MEMSET
Bram Moolenaareaf03392009-11-17 11:08:52 +0000165#undef HAVE_MKDTEMP
Bram Moolenaar071d4272004-06-13 20:20:40 +0000166#undef HAVE_NANOSLEEP
167#undef HAVE_OPENDIR
Bram Moolenaar446cb832008-06-24 21:56:24 +0000168#undef HAVE_FLOAT_FUNCS
Bram Moolenaar071d4272004-06-13 20:20:40 +0000169#undef HAVE_PUTENV
170#undef HAVE_QSORT
171#undef HAVE_READLINK
172#undef HAVE_RENAME
173#undef HAVE_SELECT
Bram Moolenaar588ebeb2008-05-07 17:09:24 +0000174#undef HAVE_SELINUX
Bram Moolenaar071d4272004-06-13 20:20:40 +0000175#undef HAVE_SETENV
176#undef HAVE_SETPGID
177#undef HAVE_SETSID
178#undef HAVE_SIGACTION
179#undef HAVE_SIGALTSTACK
180#undef HAVE_SIGSET
181#undef HAVE_SIGSETJMP
182#undef HAVE_SIGSTACK
183#undef HAVE_SIGVEC
Bram Moolenaar071d4272004-06-13 20:20:40 +0000184#undef HAVE_STRCASECMP
185#undef HAVE_STRERROR
186#undef HAVE_STRFTIME
187#undef HAVE_STRICMP
188#undef HAVE_STRNCASECMP
189#undef HAVE_STRNICMP
190#undef HAVE_STRPBRK
191#undef HAVE_STRTOL
192#undef HAVE_ST_BLKSIZE
193#undef HAVE_SYSCONF
194#undef HAVE_SYSCTL
195#undef HAVE_SYSINFO
Bram Moolenaar914572a2007-05-01 11:37:47 +0000196#undef HAVE_SYSINFO_MEM_UNIT
Bram Moolenaar071d4272004-06-13 20:20:40 +0000197#undef HAVE_TGETENT
198#undef HAVE_TOWLOWER
199#undef HAVE_TOWUPPER
Bram Moolenaar0cb032e2005-04-23 20:52:00 +0000200#undef HAVE_ISWUPPER
Bram Moolenaar071d4272004-06-13 20:20:40 +0000201#undef HAVE_USLEEP
202#undef HAVE_UTIME
203#undef HAVE_BIND_TEXTDOMAIN_CODESET
204
Bram Moolenaar317fd3a2010-05-07 16:05:55 +0200205/* Define, if needed, for accessing large files. */
206#undef _LARGE_FILES
207#undef _FILE_OFFSET_BITS
208#undef _LARGEFILE_SOURCE
209
Bram Moolenaar071d4272004-06-13 20:20:40 +0000210/* Define if you do not have utime(), but do have the utimes() function. */
211#undef HAVE_UTIMES
212
213/* Define if you have the header file: */
214#undef HAVE_DIRENT_H
215#undef HAVE_ERRNO_H
216#undef HAVE_FCNTL_H
217#undef HAVE_FRAME_H
218#undef HAVE_ICONV_H
219#undef HAVE_LANGINFO_H
220#undef HAVE_LIBC_H
221#undef HAVE_LIBGEN_H
222#undef HAVE_LIBINTL_H
223#undef HAVE_LOCALE_H
Bram Moolenaar446cb832008-06-24 21:56:24 +0000224#undef HAVE_MATH_H
Bram Moolenaar071d4272004-06-13 20:20:40 +0000225#undef HAVE_NDIR_H
226#undef HAVE_POLL_H
227#undef HAVE_PTHREAD_NP_H
228#undef HAVE_PWD_H
229#undef HAVE_SETJMP_H
230#undef HAVE_SGTTY_H
231#undef HAVE_STRINGS_H
232#undef HAVE_STROPTS_H
233#undef HAVE_SYS_ACCESS_H
234#undef HAVE_SYS_ACL_H
235#undef HAVE_SYS_DIR_H
236#undef HAVE_SYS_IOCTL_H
237#undef HAVE_SYS_NDIR_H
238#undef HAVE_SYS_PARAM_H
239#undef HAVE_SYS_POLL_H
240#undef HAVE_SYS_PTEM_H
241#undef HAVE_SYS_RESOURCE_H
242#undef HAVE_SYS_SELECT_H
243#undef HAVE_SYS_STATFS_H
244#undef HAVE_SYS_STREAM_H
245#undef HAVE_SYS_SYSCTL_H
246#undef HAVE_SYS_SYSINFO_H
247#undef HAVE_SYS_SYSTEMINFO_H
248#undef HAVE_SYS_TIME_H
249#undef HAVE_SYS_UTSNAME_H
250#undef HAVE_WCHAR_H
Bram Moolenaar0cb032e2005-04-23 20:52:00 +0000251#undef HAVE_WCTYPE_H
Bram Moolenaar071d4272004-06-13 20:20:40 +0000252#undef HAVE_TERMCAP_H
253#undef HAVE_TERMIOS_H
254#undef HAVE_TERMIO_H
255#undef HAVE_UNISTD_H
256#undef HAVE_UTIL_DEBUG_H
257#undef HAVE_UTIL_MSGI18N_H
258#undef HAVE_UTIME_H
259#undef HAVE_X11_SUNKEYSYM_H
260#undef HAVE_XM_XM_H
261#undef HAVE_XM_XPMP_H
Bram Moolenaar2ce06f62005-01-31 19:19:04 +0000262#undef HAVE_XM_TRAITP_H
263#undef HAVE_XM_MANAGER_H
264#undef HAVE_XM_UNHIGHLIGHTT_H
265#undef HAVE_XM_JOINSIDET_H
Bram Moolenaarfc1421e2006-04-20 22:17:20 +0000266#undef HAVE_XM_NOTEBOOK_H
Bram Moolenaar071d4272004-06-13 20:20:40 +0000267#undef HAVE_X11_XPM_H
268#undef HAVE_X11_XMU_EDITRES_H
269#undef HAVE_X11_SM_SMLIB_H
270
Bram Moolenaar910f66f2006-04-05 20:41:53 +0000271/* Define to the type of the XpmAttributes type. */
272#undef XPMATTRIBUTES_TYPE
273
Bram Moolenaar071d4272004-06-13 20:20:40 +0000274/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
275#undef HAVE_SYS_WAIT_H
276
277/* Define if you have a <sys/wait.h> that is not POSIX.1 compatible. */
278#undef HAVE_UNION_WAIT
279
280/* This is currently unused in vim: */
281/* Define if you have the ANSI C header files. */
282/* #undef STDC_HEADERS */
283
284/* instead, we check a few STDC things ourselves */
285#undef HAVE_STDARG_H
286#undef HAVE_STDLIB_H
287#undef HAVE_STRING_H
288
289/* Define if strings.h cannot be included when strings.h already is */
290#undef NO_STRINGS_WITH_STRING_H
291
292/* Define if you want tiny features. */
293#undef FEAT_TINY
294
295/* Define if you want small features. */
296#undef FEAT_SMALL
297
298/* Define if you want normal features. */
299#undef FEAT_NORMAL
300
301/* Define if you want big features. */
302#undef FEAT_BIG
303
304/* Define if you want huge features. */
305#undef FEAT_HUGE
306
Bram Moolenaar325b7a22004-07-05 15:58:32 +0000307/* Define if you want to include the MzScheme interpreter. */
308#undef FEAT_MZSCHEME
309
Bram Moolenaar071d4272004-06-13 20:20:40 +0000310/* Define if you want to include the Perl interpreter. */
311#undef FEAT_PERL
312
313/* Define if you want to include the Python interpreter. */
314#undef FEAT_PYTHON
315
316/* Define if you want to include the Ruby interpreter. */
317#undef FEAT_RUBY
318
319/* Define if you want to include the Tcl interpreter. */
320#undef FEAT_TCL
321
322/* Define if you want to include the Sniff interface. */
323#undef FEAT_SNIFF
324
325/* Define if you want to add support for ACL */
326#undef HAVE_POSIX_ACL
327#undef HAVE_SOLARIS_ACL
328#undef HAVE_AIX_ACL
329
330/* Define if you want to add support of GPM (Linux console mouse daemon) */
331#undef HAVE_GPM
332
Bram Moolenaar446cb832008-06-24 21:56:24 +0000333/* Define if you want to add support of sysmouse (*BSD console mouse) */
334#undef HAVE_SYSMOUSE
335
Bram Moolenaar071d4272004-06-13 20:20:40 +0000336/* Define if you want to include the Cscope interface. */
337#undef FEAT_CSCOPE
338
339/* Define if you want to include multibyte support. */
340#undef FEAT_MBYTE
341
342/* Define if you want to include fontset support. */
343#undef FEAT_XFONTSET
344
345/* Define if you want to include XIM support. */
346#undef FEAT_XIM
347
348/* Define if you want to include Hangul input support. */
349#undef FEAT_HANGULIN
350
351/* Define if you use GTK and want GNOME support. */
352#undef FEAT_GUI_GNOME
353
Bram Moolenaar843ee412004-06-30 16:16:41 +0000354/* Define if you use KDE and want KDE Toolbar support. */
355#undef FEAT_KDETOOLBAR
356
Bram Moolenaar071d4272004-06-13 20:20:40 +0000357/* Define if GTK+ 2 is available. */
358#undef HAVE_GTK2
359
360/* Define if GTK+ multihead support is available (requires GTK+ >= 2.1.1). */
361#undef HAVE_GTK_MULTIHEAD
362
363/* Define if your X has own locale library */
364#undef X_LOCALE
365
366/* Define if we have dlfcn.h. */
367#undef HAVE_DLFCN_H
368
369/* Define if there is a working gettext(). */
370#undef HAVE_GETTEXT
371
372/* Define if _nl_msg_cat_cntr is present. */
373#undef HAVE_NL_MSG_CAT_CNTR
374
375/* Define if we have dlopen() */
376#undef HAVE_DLOPEN
377
378/* Define if we have dlsym() */
379#undef HAVE_DLSYM
380
381/* Define if we have dl.h. */
382#undef HAVE_DL_H
383
384/* Define if we have shl_load() */
385#undef HAVE_SHL_LOAD
386
387/* Define if you want to include Sun Visual Workshop support. */
388#undef FEAT_SUN_WORKSHOP
389
390/* Define if you want to include NetBeans integration. */
391#undef FEAT_NETBEANS_INTG
392
393/* Define default global runtime path */
394#undef RUNTIME_GLOBAL
395
396/* Define name of who modified a released Vim */
397#undef MODIFIED_BY
398
399/* Define if you want XSMP interaction as well as vanilla swapfile safety */
400#undef USE_XSMP_INTERACT
Bram Moolenaarf05da212009-11-17 16:13:15 +0000401
402/* Define if fcntl()'s F_SETFD command knows about FD_CLOEXEC */
403#undef HAVE_FD_CLOEXEC