blob: f182f7b67bce098137dff76124a2eefb18f159d1 [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
33/* defined always when using configure */
34#undef UNIX
35
36/* Defined to the size of an int */
37#undef SIZEOF_INT
38
39/*
40 * If we cannot trust one of the following from the libraries, we use our
41 * own safe but probably slower vim_memmove().
42 */
43#undef USEBCOPY
44#undef USEMEMMOVE
45#undef USEMEMCPY
46
47/* Define when "man -s 2" is to be used */
48#undef USEMAN_S
49
50/* Define to empty if the keyword does not work. */
51#undef const
52
53/* Define to `int' if <sys/types.h> doesn't define. */
54#undef mode_t
55
56/* Define to `long' if <sys/types.h> doesn't define. */
57#undef off_t
58
59/* Define to `long' if <sys/types.h> doesn't define. */
60#undef pid_t
61
62/* Define to `unsigned' if <sys/types.h> doesn't define. */
63#undef size_t
64
65/* Define to `int' if <sys/types.h> doesn't define. */
66#undef uid_t
67
68/* Define to `int' if <sys/types.h> doesn't define. */
69#undef gid_t
70
71/* Define to `long' if <sys/types.h> doesn't define. */
72#undef ino_t
73
74/* Define to `unsigned' if <sys/types.h> doesn't define. */
75#undef dev_t
76
77/* Define to `unsigned long' if <sys/types.h> doesn't define. */
78#undef rlim_t
79
80/* Define to `struct sigaltstack' if <signal.h> doesn't define. */
81#undef stack_t
82
83/* Define if stack_t has the ss_base field. */
84#undef HAVE_SS_BASE
85
86/* Define if you can safely include both <sys/time.h> and <time.h>. */
87#undef TIME_WITH_SYS_TIME
88
89/* Define if you can safely include both <sys/time.h> and <sys/select.h>. */
90#undef SYS_SELECT_WITH_SYS_TIME
91
92/* Define if you have /dev/ptc */
93#undef HAVE_DEV_PTC
94
95/* Define if you have Sys4 ptys */
96#undef HAVE_SVR4_PTYS
97
98/* Define to range of pty names to try */
99#undef PTYRANGE0
100#undef PTYRANGE1
101
102/* Define mode for pty */
103#undef PTYMODE
104
105/* Define group for pty */
106#undef PTYGROUP
107
108/* Define as the return type of signal handlers (int or void). */
109#undef RETSIGTYPE
110
111/* Define as the command at the end of signal handlers ("" or "return 0;"). */
112#undef SIGRETURN
113
114/* Define if struct sigcontext is present */
115#undef HAVE_SIGCONTEXT
116
117/* Define if touuper/tolower only work on lower/upercase characters */
118#undef BROKEN_TOUPPER
119
120/* Define if stat() ignores a trailing slash */
121#undef STAT_IGNORES_SLASH
122
123/* Define if tgetstr() has a second argument that is (char *) */
124#undef TGETSTR_CHAR_P
125
126/* Define if tgetent() returns zero for an error */
127#undef TGETENT_ZERO_ERR
128
129/* Define if the getcwd() function should not be used. */
130#undef BAD_GETCWD
131
132/* Define if you the function: */
133#undef HAVE_BCMP
134#undef HAVE_FCHDIR
135#undef HAVE_FCHOWN
136#undef HAVE_FSEEKO
137#undef HAVE_FSYNC
138#undef HAVE_FTELLO
139#undef HAVE_GETCWD
140#undef HAVE_GETPSEUDOTTY
141#undef HAVE_GETPWNAM
142#undef HAVE_GETPWUID
143#undef HAVE_GETRLIMIT
144#undef HAVE_GETTIMEOFDAY
145#undef HAVE_GETWD
146#undef HAVE_ICONV
147#undef HAVE_NL_LANGINFO_CODESET
148#undef HAVE_LSTAT
149#undef HAVE_MEMCMP
150#undef HAVE_MEMSET
151#undef HAVE_NANOSLEEP
152#undef HAVE_OPENDIR
153#undef HAVE_PUTENV
154#undef HAVE_QSORT
155#undef HAVE_READLINK
156#undef HAVE_RENAME
157#undef HAVE_SELECT
158#undef HAVE_SETENV
159#undef HAVE_SETPGID
160#undef HAVE_SETSID
161#undef HAVE_SIGACTION
162#undef HAVE_SIGALTSTACK
163#undef HAVE_SIGSET
164#undef HAVE_SIGSETJMP
165#undef HAVE_SIGSTACK
166#undef HAVE_SIGVEC
167#undef HAVE_SNPRINTF
168#undef HAVE_STRCASECMP
169#undef HAVE_STRERROR
170#undef HAVE_STRFTIME
171#undef HAVE_STRICMP
172#undef HAVE_STRNCASECMP
173#undef HAVE_STRNICMP
174#undef HAVE_STRPBRK
175#undef HAVE_STRTOL
176#undef HAVE_ST_BLKSIZE
177#undef HAVE_SYSCONF
178#undef HAVE_SYSCTL
179#undef HAVE_SYSINFO
180#undef HAVE_TGETENT
181#undef HAVE_TOWLOWER
182#undef HAVE_TOWUPPER
183#undef HAVE_USLEEP
184#undef HAVE_UTIME
185#undef HAVE_BIND_TEXTDOMAIN_CODESET
186
187/* Define if you do not have utime(), but do have the utimes() function. */
188#undef HAVE_UTIMES
189
190/* Define if you have the header file: */
191#undef HAVE_DIRENT_H
192#undef HAVE_ERRNO_H
193#undef HAVE_FCNTL_H
194#undef HAVE_FRAME_H
195#undef HAVE_ICONV_H
196#undef HAVE_LANGINFO_H
197#undef HAVE_LIBC_H
198#undef HAVE_LIBGEN_H
199#undef HAVE_LIBINTL_H
200#undef HAVE_LOCALE_H
201#undef HAVE_NDIR_H
202#undef HAVE_POLL_H
203#undef HAVE_PTHREAD_NP_H
204#undef HAVE_PWD_H
205#undef HAVE_SETJMP_H
206#undef HAVE_SGTTY_H
207#undef HAVE_STRINGS_H
208#undef HAVE_STROPTS_H
209#undef HAVE_SYS_ACCESS_H
210#undef HAVE_SYS_ACL_H
211#undef HAVE_SYS_DIR_H
212#undef HAVE_SYS_IOCTL_H
213#undef HAVE_SYS_NDIR_H
214#undef HAVE_SYS_PARAM_H
215#undef HAVE_SYS_POLL_H
216#undef HAVE_SYS_PTEM_H
217#undef HAVE_SYS_RESOURCE_H
218#undef HAVE_SYS_SELECT_H
219#undef HAVE_SYS_STATFS_H
220#undef HAVE_SYS_STREAM_H
221#undef HAVE_SYS_SYSCTL_H
222#undef HAVE_SYS_SYSINFO_H
223#undef HAVE_SYS_SYSTEMINFO_H
224#undef HAVE_SYS_TIME_H
225#undef HAVE_SYS_UTSNAME_H
226#undef HAVE_WCHAR_H
227#undef HAVE_TERMCAP_H
228#undef HAVE_TERMIOS_H
229#undef HAVE_TERMIO_H
230#undef HAVE_UNISTD_H
231#undef HAVE_UTIL_DEBUG_H
232#undef HAVE_UTIL_MSGI18N_H
233#undef HAVE_UTIME_H
234#undef HAVE_X11_SUNKEYSYM_H
235#undef HAVE_XM_XM_H
236#undef HAVE_XM_XPMP_H
237#undef HAVE_X11_XPM_H
238#undef HAVE_X11_XMU_EDITRES_H
239#undef HAVE_X11_SM_SMLIB_H
240
241/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
242#undef HAVE_SYS_WAIT_H
243
244/* Define if you have a <sys/wait.h> that is not POSIX.1 compatible. */
245#undef HAVE_UNION_WAIT
246
247/* This is currently unused in vim: */
248/* Define if you have the ANSI C header files. */
249/* #undef STDC_HEADERS */
250
251/* instead, we check a few STDC things ourselves */
252#undef HAVE_STDARG_H
253#undef HAVE_STDLIB_H
254#undef HAVE_STRING_H
255
256/* Define if strings.h cannot be included when strings.h already is */
257#undef NO_STRINGS_WITH_STRING_H
258
259/* Define if you want tiny features. */
260#undef FEAT_TINY
261
262/* Define if you want small features. */
263#undef FEAT_SMALL
264
265/* Define if you want normal features. */
266#undef FEAT_NORMAL
267
268/* Define if you want big features. */
269#undef FEAT_BIG
270
271/* Define if you want huge features. */
272#undef FEAT_HUGE
273
Bram Moolenaar325b7a22004-07-05 15:58:32 +0000274/* Define if you want to include the MzScheme interpreter. */
275#undef FEAT_MZSCHEME
276
Bram Moolenaar071d4272004-06-13 20:20:40 +0000277/* Define if you want to include the Perl interpreter. */
278#undef FEAT_PERL
279
280/* Define if you want to include the Python interpreter. */
281#undef FEAT_PYTHON
282
283/* Define if you want to include the Ruby interpreter. */
284#undef FEAT_RUBY
285
286/* Define if you want to include the Tcl interpreter. */
287#undef FEAT_TCL
288
289/* Define if you want to include the Sniff interface. */
290#undef FEAT_SNIFF
291
292/* Define if you want to add support for ACL */
293#undef HAVE_POSIX_ACL
294#undef HAVE_SOLARIS_ACL
295#undef HAVE_AIX_ACL
296
297/* Define if you want to add support of GPM (Linux console mouse daemon) */
298#undef HAVE_GPM
299
300/* Define if you want to include the Cscope interface. */
301#undef FEAT_CSCOPE
302
303/* Define if you want to include multibyte support. */
304#undef FEAT_MBYTE
305
306/* Define if you want to include fontset support. */
307#undef FEAT_XFONTSET
308
309/* Define if you want to include XIM support. */
310#undef FEAT_XIM
311
312/* Define if you want to include Hangul input support. */
313#undef FEAT_HANGULIN
314
315/* Define if you use GTK and want GNOME support. */
316#undef FEAT_GUI_GNOME
317
Bram Moolenaar843ee412004-06-30 16:16:41 +0000318/* Define if you use KDE and want KDE Toolbar support. */
319#undef FEAT_KDETOOLBAR
320
Bram Moolenaar071d4272004-06-13 20:20:40 +0000321/* Define if GTK+ 2 is available. */
322#undef HAVE_GTK2
323
324/* Define if GTK+ multihead support is available (requires GTK+ >= 2.1.1). */
325#undef HAVE_GTK_MULTIHEAD
326
327/* Define if your X has own locale library */
328#undef X_LOCALE
329
330/* Define if we have dlfcn.h. */
331#undef HAVE_DLFCN_H
332
333/* Define if there is a working gettext(). */
334#undef HAVE_GETTEXT
335
336/* Define if _nl_msg_cat_cntr is present. */
337#undef HAVE_NL_MSG_CAT_CNTR
338
339/* Define if we have dlopen() */
340#undef HAVE_DLOPEN
341
342/* Define if we have dlsym() */
343#undef HAVE_DLSYM
344
345/* Define if we have dl.h. */
346#undef HAVE_DL_H
347
348/* Define if we have shl_load() */
349#undef HAVE_SHL_LOAD
350
351/* Define if you want to include Sun Visual Workshop support. */
352#undef FEAT_SUN_WORKSHOP
353
354/* Define if you want to include NetBeans integration. */
355#undef FEAT_NETBEANS_INTG
356
357/* Define default global runtime path */
358#undef RUNTIME_GLOBAL
359
360/* Define name of who modified a released Vim */
361#undef MODIFIED_BY
362
363/* Define if you want XSMP interaction as well as vanilla swapfile safety */
364#undef USE_XSMP_INTERACT
365
366/* Define if vsnprintf() works */
367#undef HAVE_VSNPRINTF