vim72-20100325-kaoriya-w64j.zip
[MacVim/KaoriYa.git] / src / config.h.in
blob205b4d9b53f29df81fb1842c4994b2d52eb35f2f
1 /*
2 * config.h.in. Generated automatically from configure.in by autoheader, and
3 * manually changed after that.
4 */
6 /* Define if we have EBCDIC code */
7 #undef EBCDIC
9 /* Define unless no X support found */
10 #undef HAVE_X11
12 /* Define when terminfo support found */
13 #undef TERMINFO
15 /* Define when termcap.h contains ospeed */
16 #undef HAVE_OSPEED
18 /* Define when ospeed can be extern */
19 #undef OSPEED_EXTERN
21 /* Define when termcap.h contains UP, BC and PC */
22 #undef HAVE_UP_BC_PC
24 /* Define when UP, BC and PC can be extern */
25 #undef UP_BC_PC_EXTERN
27 /* Define when termcap.h defines outfuntype */
28 #undef HAVE_OUTFUNTYPE
30 /* Define when __DATE__ " " __TIME__ can be used */
31 #undef HAVE_DATE_TIME
33 /* Define when __attribute__((unused)) can be used */
34 #undef HAVE_ATTRIBUTE_UNUSED
36 /* defined always when using configure */
37 #undef UNIX
39 /* Defined to the size of an int */
40 #undef SIZEOF_INT
42 /* Define when wchar_t is only 2 bytes. */
43 #undef SMALL_WCHAR_T
46 * If we cannot trust one of the following from the libraries, we use our
47 * own safe but probably slower vim_memmove().
49 #undef USEBCOPY
50 #undef USEMEMMOVE
51 #undef USEMEMCPY
53 /* Define when "man -s 2" is to be used */
54 #undef USEMAN_S
56 /* Define to empty if the keyword does not work. */
57 #undef const
59 /* Define to empty if the keyword does not work. */
60 #undef volatile
62 /* Define to `int' if <sys/types.h> doesn't define. */
63 #undef mode_t
65 /* Define to `long' if <sys/types.h> doesn't define. */
66 #undef off_t
68 /* Define to `long' if <sys/types.h> doesn't define. */
69 #undef pid_t
71 /* Define to `unsigned' if <sys/types.h> doesn't define. */
72 #undef size_t
74 /* Define to `int' if <sys/types.h> doesn't define. */
75 #undef uid_t
77 /* Define to `int' if <sys/types.h> doesn't define. */
78 #undef gid_t
80 /* Define to `long' if <sys/types.h> doesn't define. */
81 #undef ino_t
83 /* Define to `unsigned' if <sys/types.h> doesn't define. */
84 #undef dev_t
86 /* Define to `unsigned long' if <sys/types.h> doesn't define. */
87 #undef rlim_t
89 /* Define to `struct sigaltstack' if <signal.h> doesn't define. */
90 #undef stack_t
92 /* Define if stack_t has the ss_base field. */
93 #undef HAVE_SS_BASE
95 /* Define if you can safely include both <sys/time.h> and <time.h>. */
96 #undef TIME_WITH_SYS_TIME
98 /* Define if you can safely include both <sys/time.h> and <sys/select.h>. */
99 #undef SYS_SELECT_WITH_SYS_TIME
101 /* Define if you have /dev/ptc */
102 #undef HAVE_DEV_PTC
104 /* Define if you have Sys4 ptys */
105 #undef HAVE_SVR4_PTYS
107 /* Define to range of pty names to try */
108 #undef PTYRANGE0
109 #undef PTYRANGE1
111 /* Define mode for pty */
112 #undef PTYMODE
114 /* Define group for pty */
115 #undef PTYGROUP
117 /* Define as the return type of signal handlers (int or void). */
118 #undef RETSIGTYPE
120 /* Define as the command at the end of signal handlers ("" or "return 0;"). */
121 #undef SIGRETURN
123 /* Define if struct sigcontext is present */
124 #undef HAVE_SIGCONTEXT
126 /* Define if touuper/tolower only work on lower/upercase characters */
127 #undef BROKEN_TOUPPER
129 /* Define if stat() ignores a trailing slash */
130 #undef STAT_IGNORES_SLASH
132 /* Define if tgetstr() has a second argument that is (char *) */
133 #undef TGETSTR_CHAR_P
135 /* Define if tgetent() returns zero for an error */
136 #undef TGETENT_ZERO_ERR
138 /* Define if the getcwd() function should not be used. */
139 #undef BAD_GETCWD
141 /* Define if you the function: */
142 #undef HAVE_BCMP
143 #undef HAVE_FCHDIR
144 #undef HAVE_FCHOWN
145 #undef HAVE_FSEEKO
146 #undef HAVE_FSYNC
147 #undef HAVE_GETCWD
148 #undef HAVE_GETPSEUDOTTY
149 #undef HAVE_GETPWNAM
150 #undef HAVE_GETPWUID
151 #undef HAVE_GETRLIMIT
152 #undef HAVE_GETTIMEOFDAY
153 #undef HAVE_GETWD
154 #undef HAVE_ICONV
155 #undef HAVE_NL_LANGINFO_CODESET
156 #undef HAVE_LSTAT
157 #undef HAVE_MEMCMP
158 #undef HAVE_MEMSET
159 #undef HAVE_MIGEMO
160 #undef HAVE_MKDTEMP
161 #undef HAVE_NANOSLEEP
162 #undef HAVE_OPENDIR
163 #undef HAVE_FLOAT_FUNCS
164 #undef HAVE_PUTENV
165 #undef HAVE_QSORT
166 #undef HAVE_READLINK
167 #undef HAVE_RENAME
168 #undef HAVE_SELECT
169 #undef HAVE_SELINUX
170 #undef HAVE_SETENV
171 #undef HAVE_SETPGID
172 #undef HAVE_SETSID
173 #undef HAVE_SIGACTION
174 #undef HAVE_SIGALTSTACK
175 #undef HAVE_SIGSET
176 #undef HAVE_SIGSETJMP
177 #undef HAVE_SIGSTACK
178 #undef HAVE_SIGVEC
179 #undef HAVE_STRCASECMP
180 #undef HAVE_STRERROR
181 #undef HAVE_STRFTIME
182 #undef HAVE_STRICMP
183 #undef HAVE_STRNCASECMP
184 #undef HAVE_STRNICMP
185 #undef HAVE_STRPBRK
186 #undef HAVE_STRTOL
187 #undef HAVE_ST_BLKSIZE
188 #undef HAVE_SYSCONF
189 #undef HAVE_SYSCTL
190 #undef HAVE_SYSINFO
191 #undef HAVE_SYSINFO_MEM_UNIT
192 #undef HAVE_TGETENT
193 #undef HAVE_TOWLOWER
194 #undef HAVE_TOWUPPER
195 #undef HAVE_ISWUPPER
196 #undef HAVE_USLEEP
197 #undef HAVE_UTIME
198 #undef HAVE_BIND_TEXTDOMAIN_CODESET
200 /* Define if you do not have utime(), but do have the utimes() function. */
201 #undef HAVE_UTIMES
203 /* Define if you have the header file: */
204 #undef HAVE_DIRENT_H
205 #undef HAVE_ERRNO_H
206 #undef HAVE_FCNTL_H
207 #undef HAVE_FRAME_H
208 #undef HAVE_ICONV_H
209 #undef HAVE_LANGINFO_H
210 #undef HAVE_LIBC_H
211 #undef HAVE_LIBGEN_H
212 #undef HAVE_LIBINTL_H
213 #undef HAVE_LOCALE_H
214 #undef HAVE_MIGEMO_H
215 #undef HAVE_MATH_H
216 #undef HAVE_NDIR_H
217 #undef HAVE_POLL_H
218 #undef HAVE_PTHREAD_NP_H
219 #undef HAVE_PWD_H
220 #undef HAVE_SETJMP_H
221 #undef HAVE_SGTTY_H
222 #undef HAVE_STRINGS_H
223 #undef HAVE_STROPTS_H
224 #undef HAVE_SYS_ACCESS_H
225 #undef HAVE_SYS_ACL_H
226 #undef HAVE_SYS_DIR_H
227 #undef HAVE_SYS_IOCTL_H
228 #undef HAVE_SYS_NDIR_H
229 #undef HAVE_SYS_PARAM_H
230 #undef HAVE_SYS_POLL_H
231 #undef HAVE_SYS_PTEM_H
232 #undef HAVE_SYS_RESOURCE_H
233 #undef HAVE_SYS_SELECT_H
234 #undef HAVE_SYS_STATFS_H
235 #undef HAVE_SYS_STREAM_H
236 #undef HAVE_SYS_SYSCTL_H
237 #undef HAVE_SYS_SYSINFO_H
238 #undef HAVE_SYS_SYSTEMINFO_H
239 #undef HAVE_SYS_TIME_H
240 #undef HAVE_SYS_UTSNAME_H
241 #undef HAVE_WCHAR_H
242 #undef HAVE_WCTYPE_H
243 #undef HAVE_TERMCAP_H
244 #undef HAVE_TERMIOS_H
245 #undef HAVE_TERMIO_H
246 #undef HAVE_UNISTD_H
247 #undef HAVE_UTIL_DEBUG_H
248 #undef HAVE_UTIL_MSGI18N_H
249 #undef HAVE_UTIME_H
250 #undef HAVE_X11_SUNKEYSYM_H
251 #undef HAVE_XM_XM_H
252 #undef HAVE_XM_XPMP_H
253 #undef HAVE_XM_TRAITP_H
254 #undef HAVE_XM_MANAGER_H
255 #undef HAVE_XM_UNHIGHLIGHTT_H
256 #undef HAVE_XM_JOINSIDET_H
257 #undef HAVE_XM_NOTEBOOK_H
258 #undef HAVE_X11_XPM_H
259 #undef HAVE_X11_XMU_EDITRES_H
260 #undef HAVE_X11_SM_SMLIB_H
262 /* Define to the type of the XpmAttributes type. */
263 #undef XPMATTRIBUTES_TYPE
265 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
266 #undef HAVE_SYS_WAIT_H
268 /* Define if you have a <sys/wait.h> that is not POSIX.1 compatible. */
269 #undef HAVE_UNION_WAIT
271 /* This is currently unused in vim: */
272 /* Define if you have the ANSI C header files. */
273 /* #undef STDC_HEADERS */
275 /* instead, we check a few STDC things ourselves */
276 #undef HAVE_STDARG_H
277 #undef HAVE_STDLIB_H
278 #undef HAVE_STRING_H
280 /* Define if strings.h cannot be included when strings.h already is */
281 #undef NO_STRINGS_WITH_STRING_H
283 /* Define if you want tiny features. */
284 #undef FEAT_TINY
286 /* Define if you want small features. */
287 #undef FEAT_SMALL
289 /* Define if you want normal features. */
290 #undef FEAT_NORMAL
292 /* Define if you want big features. */
293 #undef FEAT_BIG
295 /* Define if you want huge features. */
296 #undef FEAT_HUGE
298 /* Define if you want to include the MzScheme interpreter. */
299 #undef FEAT_MZSCHEME
301 /* Define if you want to include the Perl interpreter. */
302 #undef FEAT_PERL
304 /* Define if you want to include the Python interpreter. */
305 #undef FEAT_PYTHON
307 /* Define if you want to include the Ruby interpreter. */
308 #undef FEAT_RUBY
310 /* Define if you want to include the Tcl interpreter. */
311 #undef FEAT_TCL
313 /* Define if you want to include the Sniff interface. */
314 #undef FEAT_SNIFF
316 /* Define if you want to add support for ACL */
317 #undef HAVE_POSIX_ACL
318 #undef HAVE_SOLARIS_ACL
319 #undef HAVE_AIX_ACL
321 /* Define if you want to add support of GPM (Linux console mouse daemon) */
322 #undef HAVE_GPM
324 /* Define if you want to add support of sysmouse (*BSD console mouse) */
325 #undef HAVE_SYSMOUSE
327 /* Define if you want to include the Cscope interface. */
328 #undef FEAT_CSCOPE
330 /* Define if you want to include multibyte support. */
331 #undef FEAT_MBYTE
333 /* Define if you want to include fontset support. */
334 #undef FEAT_XFONTSET
336 /* Define if you want to include XIM support. */
337 #undef FEAT_XIM
339 /* Define if you want to include UIMFEP support. */
340 #undef FEAT_UIMFEP
342 /* Define if you want to include Hangul input support. */
343 #undef FEAT_HANGULIN
345 /* Define if you use GTK and want GNOME support. */
346 #undef FEAT_GUI_GNOME
348 /* Define if you use KDE and want KDE Toolbar support. */
349 #undef FEAT_KDETOOLBAR
351 /* Define if GTK+ 2 is available. */
352 #undef HAVE_GTK2
354 /* Define if GTK+ multihead support is available (requires GTK+ >= 2.1.1). */
355 #undef HAVE_GTK_MULTIHEAD
357 /* Define if your X has own locale library */
358 #undef X_LOCALE
360 /* Define if we have dlfcn.h. */
361 #undef HAVE_DLFCN_H
363 /* Define if there is a working gettext(). */
364 #undef HAVE_GETTEXT
366 /* Define if _nl_msg_cat_cntr is present. */
367 #undef HAVE_NL_MSG_CAT_CNTR
369 /* Define if we have dlopen() */
370 #undef HAVE_DLOPEN
372 /* Define if we have dlsym() */
373 #undef HAVE_DLSYM
375 /* Define if we have dl.h. */
376 #undef HAVE_DL_H
378 /* Define if we have shl_load() */
379 #undef HAVE_SHL_LOAD
381 /* Define if you want to include Sun Visual Workshop support. */
382 #undef FEAT_SUN_WORKSHOP
384 /* Define if you want to include NetBeans integration. */
385 #undef FEAT_NETBEANS_INTG
387 /* Define default global runtime path */
388 #undef RUNTIME_GLOBAL
390 /* Define name of who modified a released Vim */
391 #undef MODIFIED_BY
393 /* Define if you want XSMP interaction as well as vanilla swapfile safety */
394 #undef USE_XSMP_INTERACT
396 /* Define if fcntl()'s F_SETFD command knows about FD_CLOEXEC */
397 #undef HAVE_FD_CLOEXEC