* net/soap-client.el: Add "comm" and "hypermedia" to the
[emacs.git] / src / config.in
blob637287a024c9b3c72e8fc94bec5fa5f76335829c
1 /* src/config.in.  Generated from configure.in by autoheader.  */
3 /* GNU Emacs site configuration template file.
5 Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2011
6   Free Software Foundation, Inc.
8 This file is part of GNU Emacs.
10 GNU Emacs is free software: you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation, either version 3 of the License, or
13 (at your option) any later version.
15 GNU Emacs is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 GNU General Public License for more details.
20 You should have received a copy of the GNU General Public License
21 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
24 /* No code in Emacs #includes config.h twice, but some bits of code
25    intended to work with other packages as well (like gmalloc.c)
26    think they can include it as many times as they like.  */
27 #ifndef EMACS_CONFIG_H
28 #define EMACS_CONFIG_H
31 /* Define if building universal (internal helper macro) */
32 #undef AC_APPLE_UNIVERSAL_BUILD
34 /* Define if Emacs cannot be dumped on your system. */
35 #undef CANNOT_DUMP
37 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
38    systems. This function is required for `alloca.c' support on those systems.
39    */
40 #undef CRAY_STACKSEG_END
42 /* Define to 1 if using `alloca.c'. */
43 #undef C_ALLOCA
45 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
46 #undef DGUX
48 /* Define to 1 if you are using the GNU C Library. */
49 #undef DOUG_LEA_MALLOC
51 /* Define to the canonical Emacs configuration name. */
52 #undef EMACS_CONFIGURATION
54 /* Define to the options passed to configure. */
55 #undef EMACS_CONFIG_OPTIONS
57 /* Enable expensive run-time checking of data types? */
58 #undef ENABLE_CHECKING
60 /* Define this to check for errors in cons list. */
61 #undef GC_CHECK_CONS_LIST
63 /* Define this temporarily to hunt a bug. If defined, the size of strings is
64    redundantly recorded in sdata structures so that it can be compared to the
65    sizes recorded in Lisp strings. */
66 #undef GC_CHECK_STRING_BYTES
68 /* Define this to check the string free list. */
69 #undef GC_CHECK_STRING_FREE_LIST
71 /* Define this to check for short string overrun. */
72 #undef GC_CHECK_STRING_OVERRUN
74 /* Define to 1 if the `getpgrp' function requires zero arguments. */
75 #undef GETPGRP_VOID
77 /* Define to 1 if gettimeofday accepts only one argument. */
78 #undef GETTIMEOFDAY_ONE_ARGUMENT
80 /* Define to 1 if you want to use the GNU memory allocator. */
81 #undef GNU_MALLOC
83 /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */
84 #undef HAVE_AIX_SMT_EXP
86 /* Define to 1 if you have the `alarm' function. */
87 #undef HAVE_ALARM
89 /* Define to 1 if you have `alloca', as a function or macro. */
90 #undef HAVE_ALLOCA
92 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
93    */
94 #undef HAVE_ALLOCA_H
96 /* Define to 1 if ALSA is available. */
97 #undef HAVE_ALSA
99 /* Define to 1 if GCC-style __attribute__ ((__aligned__ (expr))) works. */
100 #undef HAVE_ATTRIBUTE_ALIGNED
102 /* Define to 1 if strtold conforms to C99. */
103 #undef HAVE_C99_STRTOLD
105 /* Define to 1 if you have the `cbrt' function. */
106 #undef HAVE_CBRT
108 /* Define to 1 if you have the `cfmakeraw' function. */
109 #undef HAVE_CFMAKERAW
111 /* Define to 1 if you have the `cfsetspeed' function. */
112 #undef HAVE_CFSETSPEED
114 /* Define to 1 if you have the `closedir' function. */
115 #undef HAVE_CLOSEDIR
117 /* Define to 1 if you have the <coff.h> header file. */
118 #undef HAVE_COFF_H
120 /* Define to 1 if you have the <com_err.h> header file. */
121 #undef HAVE_COM_ERR_H
123 /* Define to 1 if you have the `copysign' function. */
124 #undef HAVE_COPYSIGN
126 /* Define to 1 if using D-Bus. */
127 #undef HAVE_DBUS
129 /* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
130 #undef HAVE_DBUS_WATCH_GET_UNIX_FD
132 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
133    */
134 #undef HAVE_DECL_GETENV
136 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
137    don't. */
138 #undef HAVE_DECL_LOCALTIME_R
140 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
141    don't. */
142 #undef HAVE_DECL_SYS_SIGLIST
144 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
145    */
146 #undef HAVE_DECL_TZNAME
148 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
149    don't. */
150 #undef HAVE_DECL___SYS_SIGLIST
152 /* Define to 1 if you have the <des.h> header file. */
153 #undef HAVE_DES_H
155 /* Define to 1 if dynamic ptys are supported. */
156 #undef HAVE_DEV_PTMX
158 /* Define to 1 if you have the `difftime' function. */
159 #undef HAVE_DIFFTIME
161 /* Define to 1 if you have the <dirent.h> header file. */
162 #undef HAVE_DIRENT_H
164 /* Define to 1 if you have the `dup2' function. */
165 #undef HAVE_DUP2
167 /* Define to 1 if you have the `euidaccess' function. */
168 #undef HAVE_EUIDACCESS
170 /* Define to 1 if you have the <fcntl.h> header file. */
171 #undef HAVE_FCNTL_H
173 /* Define to 1 if you have the `fmod' function. */
174 #undef HAVE_FMOD
176 /* Define to 1 if you have the `fork' function. */
177 #undef HAVE_FORK
179 /* Define to 1 if you have the `fpathconf' function. */
180 #undef HAVE_FPATHCONF
182 /* Define to 1 if using the freetype and fontconfig libraries. */
183 #undef HAVE_FREETYPE
185 /* Define to 1 if you have the `frexp' function. */
186 #undef HAVE_FREXP
188 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
189 #undef HAVE_FSEEKO
191 /* Define to 1 if you have the `fsync' function. */
192 #undef HAVE_FSYNC
194 /* Define to 1 if you have the `ftime' function. */
195 #undef HAVE_FTIME
197 /* Define to 1 if you have the `gai_strerror' function. */
198 #undef HAVE_GAI_STRERROR
200 /* Define to 1 if using GConf. */
201 #undef HAVE_GCONF
203 /* Define to 1 if you have the `getaddrinfo' function. */
204 #undef HAVE_GETADDRINFO
206 /* Define to 1 if you have the `getcwd' function. */
207 #undef HAVE_GETCWD
209 /* Define to 1 if you have the `getdelim' function. */
210 #undef HAVE_GETDELIM
212 /* Define to 1 if you have the `getdomainname' function. */
213 #undef HAVE_GETDOMAINNAME
215 /* Define to 1 if you have the `gethostname' function. */
216 #undef HAVE_GETHOSTNAME
218 /* Define to 1 if you have the `getline' function. */
219 #undef HAVE_GETLINE
221 /* Define to 1 if you have the <getopt.h> header file. */
222 #undef HAVE_GETOPT_H
224 /* Define to 1 if you have the `getopt_long_only' function. */
225 #undef HAVE_GETOPT_LONG_ONLY
227 /* Define to 1 if you have the `getpagesize' function. */
228 #undef HAVE_GETPAGESIZE
230 /* Define to 1 if you have the `getpeername' function. */
231 #undef HAVE_GETPEERNAME
233 /* Define to 1 if you have the `getpt' function. */
234 #undef HAVE_GETPT
236 /* Define to 1 if you have the `getrlimit' function. */
237 #undef HAVE_GETRLIMIT
239 /* Define to 1 if you have the `getrusage' function. */
240 #undef HAVE_GETRUSAGE
242 /* Define to 1 if you have the `getsockname' function. */
243 #undef HAVE_GETSOCKNAME
245 /* Define to 1 if you have the `getsockopt' function. */
246 #undef HAVE_GETSOCKOPT
248 /* Define to 1 if you have the `gettimeofday' function. */
249 #undef HAVE_GETTIMEOFDAY
251 /* Define to 1 if you have the `getwd' function. */
252 #undef HAVE_GETWD
254 /* Define to 1 if you have the `get_current_dir_name' function. */
255 #undef HAVE_GET_CURRENT_DIR_NAME
257 /* Define to 1 if you have a gif (or ungif) library. */
258 #undef HAVE_GIF
260 /* Define if using GnuTLS. */
261 #undef HAVE_GNUTLS
263 /* Define to 1 if you have the gpm library (-lgpm). */
264 #undef HAVE_GPM
266 /* Define to 1 if you have the `grantpt' function. */
267 #undef HAVE_GRANTPT
269 /* Define to 1 if you have the `gtk_adjustment_get_page_size' function. */
270 #undef HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE
272 /* Define to 1 if you have GTK and pthread (-lpthread). */
273 #undef HAVE_GTK_AND_PTHREAD
275 /* Define to 1 if you have the `gtk_dialog_get_action_area' function. */
276 #undef HAVE_GTK_DIALOG_GET_ACTION_AREA
278 /* Define to 1 if you have the `gtk_file_selection_new' function. */
279 #undef HAVE_GTK_FILE_SELECTION_NEW
281 /* Define to 1 if you have the `gtk_main' function. */
282 #undef HAVE_GTK_MAIN
284 /* Define to 1 if you have the `gtk_orientable_set_orientation' function. */
285 #undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION
287 /* Define to 1 if you have the `gtk_widget_get_mapped' function. */
288 #undef HAVE_GTK_WIDGET_GET_MAPPED
290 /* Define to 1 if you have the `gtk_widget_get_sensitive' function. */
291 #undef HAVE_GTK_WIDGET_GET_SENSITIVE
293 /* Define to 1 if you have the `gtk_widget_get_window' function. */
294 #undef HAVE_GTK_WIDGET_GET_WINDOW
296 /* Define to 1 if you have the `gtk_widget_set_has_window' function. */
297 #undef HAVE_GTK_WIDGET_SET_HAS_WINDOW
299 /* Define to 1 if you have the `g_type_init' function. */
300 #undef HAVE_G_TYPE_INIT
302 /* Define to 1 if netdb.h declares h_errno. */
303 #undef HAVE_H_ERRNO
305 /* Define to 1 if using imagemagick. */
306 #undef HAVE_IMAGEMAGICK
308 /* Define to 1 if you have inet sockets. */
309 #undef HAVE_INET_SOCKETS
311 /* Define to 1 if you have the <inttypes.h> header file. */
312 #undef HAVE_INTTYPES_H
314 /* Define to 1 if you have the `isnan' function. */
315 #undef HAVE_ISNAN
317 /* Define to 1 if you have the jpeg library (-ljpeg). */
318 #undef HAVE_JPEG
320 /* Define to 1 if you have the <kerberosIV/des.h> header file. */
321 #undef HAVE_KERBEROSIV_DES_H
323 /* Define to 1 if you have the <kerberosIV/krb.h> header file. */
324 #undef HAVE_KERBEROSIV_KRB_H
326 /* Define to 1 if you have the <kerberos/des.h> header file. */
327 #undef HAVE_KERBEROS_DES_H
329 /* Define to 1 if you have the <kerberos/krb.h> header file. */
330 #undef HAVE_KERBEROS_KRB_H
332 /* Define to 1 if `e_text' is a member of `krb5_error'. */
333 #undef HAVE_KRB5_ERROR_E_TEXT
335 /* Define to 1 if `text' is a member of `krb5_error'. */
336 #undef HAVE_KRB5_ERROR_TEXT
338 /* Define to 1 if you have the <krb5.h> header file. */
339 #undef HAVE_KRB5_H
341 /* Define to 1 if you have the <krb.h> header file. */
342 #undef HAVE_KRB_H
344 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
345 #undef HAVE_LANGINFO_CODESET
347 /* Define to 1 if you have the `com_err' library (-lcom_err). */
348 #undef HAVE_LIBCOM_ERR
350 /* Define to 1 if you have the `crypto' library (-lcrypto). */
351 #undef HAVE_LIBCRYPTO
353 /* Define to 1 if you have the `des' library (-ldes). */
354 #undef HAVE_LIBDES
356 /* Define to 1 if you have the `des425' library (-ldes425). */
357 #undef HAVE_LIBDES425
359 /* Define to 1 if you have the `dgc' library (-ldgc). */
360 #undef HAVE_LIBDGC
362 /* Define to 1 if you have the `dnet' library (-ldnet). */
363 #undef HAVE_LIBDNET
365 /* Define to 1 if you have the hesiod library (-lhesiod). */
366 #undef HAVE_LIBHESIOD
368 /* Define to 1 if you have the `intl' library (-lintl). */
369 #undef HAVE_LIBINTL
371 /* Define to 1 if you have the `k5crypto' library (-lk5crypto). */
372 #undef HAVE_LIBK5CRYPTO
374 /* Define to 1 if you have the `krb' library (-lkrb). */
375 #undef HAVE_LIBKRB
377 /* Define to 1 if you have the `krb4' library (-lkrb4). */
378 #undef HAVE_LIBKRB4
380 /* Define to 1 if you have the `krb5' library (-lkrb5). */
381 #undef HAVE_LIBKRB5
383 /* Define to 1 if you have the `kstat' library (-lkstat). */
384 #undef HAVE_LIBKSTAT
386 /* Define to 1 if you have the `lockfile' library (-llockfile). */
387 #undef HAVE_LIBLOCKFILE
389 /* Define to 1 if you have the `m' library (-lm). */
390 #undef HAVE_LIBM
392 /* Define to 1 if you have the `mail' library (-lmail). */
393 #undef HAVE_LIBMAIL
395 /* Define to 1 if you have the `ncurses' library (-lncurses). */
396 #undef HAVE_LIBNCURSES
398 /* Define to 1 if using libotf. */
399 #undef HAVE_LIBOTF
401 /* Define to 1 if you have the `perfstat' library (-lperfstat). */
402 #undef HAVE_LIBPERFSTAT
404 /* Define to 1 if you have the <libpng/png.h> header file. */
405 #undef HAVE_LIBPNG_PNG_H
407 /* Define to 1 if you have the `pthreads' library (-lpthreads). */
408 #undef HAVE_LIBPTHREADS
410 /* Define to 1 if you have the resolv library (-lresolv). */
411 #undef HAVE_LIBRESOLV
413 /* Define to 1 if using SELinux. */
414 #undef HAVE_LIBSELINUX
416 /* Define to 1 if you have the `Xext' library (-lXext). */
417 #undef HAVE_LIBXEXT
419 /* Define to 1 if you have the libxml library (-lxml2). */
420 #undef HAVE_LIBXML2
422 /* Define to 1 if you have the `Xmu' library (-lXmu). */
423 #undef HAVE_LIBXMU
425 /* Define to 1 if you have the <limits.h> header file. */
426 #undef HAVE_LIMITS_H
428 /* Define to 1 if you have the <linux/version.h> header file. */
429 #undef HAVE_LINUX_VERSION_H
431 /* Define to 1 if you have the <locale.h> header file. */
432 #undef HAVE_LOCALE_H
434 /* Define to 1 if you have the `localtime_r' function. */
435 #undef HAVE_LOCALTIME_R
437 /* Define to 1 if you have the `logb' function. */
438 #undef HAVE_LOGB
440 /* Define to 1 if you support file names longer than 14 characters. */
441 #undef HAVE_LONG_FILE_NAMES
443 /* Define to 1 if you have the `lrand48' function. */
444 #undef HAVE_LRAND48
446 /* Define to 1 if using libm17n-flt. */
447 #undef HAVE_M17N_FLT
449 /* Define to 1 if you have the <machine/soundcard.h> header file. */
450 #undef HAVE_MACHINE_SOUNDCARD_H
452 /* Define to 1 if you have the <mach/mach.h> header file. */
453 #undef HAVE_MACH_MACH_H
455 /* Define to 1 if you have the `MagickExportImagePixels' function. */
456 #undef HAVE_MAGICKEXPORTIMAGEPIXELS
458 /* Define to 1 if you have the <maillock.h> header file. */
459 #undef HAVE_MAILLOCK_H
461 /* Define to 1 if you have the <malloc/malloc.h> header file. */
462 #undef HAVE_MALLOC_MALLOC_H
464 /* Define to 1 if you have the `mblen' function. */
465 #undef HAVE_MBLEN
467 /* Define to 1 if you have the `mbrlen' function. */
468 #undef HAVE_MBRLEN
470 /* Define to 1 if you have the `mbsinit' function. */
471 #undef HAVE_MBSINIT
473 /* Define to 1 if <wchar.h> declares mbstate_t. */
474 #undef HAVE_MBSTATE_T
476 /* Define to 1 if you have the `memcmp' function. */
477 #undef HAVE_MEMCMP
479 /* Define to 1 if you have the `memcpy' function. */
480 #undef HAVE_MEMCPY
482 /* Define to 1 if you have the `memmove' function. */
483 #undef HAVE_MEMMOVE
485 /* Define to 1 if you have the <memory.h> header file. */
486 #undef HAVE_MEMORY_H
488 /* Define to 1 if you have the `mempcpy' function. */
489 #undef HAVE_MEMPCPY
491 /* Define to 1 if you have the `memset' function. */
492 #undef HAVE_MEMSET
494 /* Define to 1 if you have mouse menus. (This is automatic if you use X, but
495    the option to specify it remains.) It is also defined with other window
496    systems that support xmenu.c. */
497 #undef HAVE_MENUS
499 /* Define to 1 if you have the `mkdir' function. */
500 #undef HAVE_MKDIR
502 /* Define to 1 if you have the `mkstemp' function. */
503 #undef HAVE_MKSTEMP
505 /* Define to 1 if you have a working `mmap' system call. */
506 #undef HAVE_MMAP
508 /* Define if you have mouse support. */
509 #undef HAVE_MOUSE
511 /* Define to 1 if you have the `mremap' function. */
512 #undef HAVE_MREMAP
514 /* Define to 1 if you have the <net/if.h> header file. */
515 #undef HAVE_NET_IF_H
517 /* Define to 1 if you have the <nlist.h> header file. */
518 #undef HAVE_NLIST_H
520 /* Define to 1 if you are using the NeXTstep API, either GNUstep or Cocoa on
521    Mac OS X. */
522 #undef HAVE_NS
524 /* Define to 1 if libotf has OTF_get_variation_glyphs. */
525 #undef HAVE_OTF_GET_VARIATION_GLYPHS
527 /* Define to 1 if personality LINUX32 can be set. */
528 #undef HAVE_PERSONALITY_LINUX32
530 /* Define to 1 if you have the png library (-lpng). */
531 #undef HAVE_PNG
533 /* Define to 1 if you have the <png.h> header file. */
534 #undef HAVE_PNG_H
536 /* Define to 1 if you have the `posix_memalign' function. */
537 #undef HAVE_POSIX_MEMALIGN
539 /* Define to 1 if you have the `pstat_getdynamic' function. */
540 #undef HAVE_PSTAT_GETDYNAMIC
542 /* Define to 1 if you have the <pthread.h> header file. */
543 #undef HAVE_PTHREAD_H
545 /* Define to 1 if you have the <pty.h> header file. */
546 #undef HAVE_PTY_H
548 /* Define to 1 if you have the <pwd.h> header file. */
549 #undef HAVE_PWD_H
551 /* Define to 1 if you have the `random' function. */
552 #undef HAVE_RANDOM
554 /* Define to 1 if you have the `recvfrom' function. */
555 #undef HAVE_RECVFROM
557 /* Define to 1 if you have the `rename' function. */
558 #undef HAVE_RENAME
560 /* Define to 1 if res_init is available. */
561 #undef HAVE_RES_INIT
563 /* Define to 1 if you have the `rint' function. */
564 #undef HAVE_RINT
566 /* Define to 1 if you have the `rmdir' function. */
567 #undef HAVE_RMDIR
569 /* Define to 1 if using librsvg. */
570 #undef HAVE_RSVG
572 /* Define to 1 if you have the `select' function. */
573 #undef HAVE_SELECT
575 /* Define to 1 if you have the `sendto' function. */
576 #undef HAVE_SENDTO
578 /* Define to 1 if you have the `setitimer' function. */
579 #undef HAVE_SETITIMER
581 /* Define to 1 if you have the `setlocale' function. */
582 #undef HAVE_SETLOCALE
584 /* Define to 1 if you have the `setpgid' function. */
585 #undef HAVE_SETPGID
587 /* Define to 1 if you have the `setrlimit' function. */
588 #undef HAVE_SETRLIMIT
590 /* Define to 1 if you have the `setsid' function. */
591 #undef HAVE_SETSID
593 /* Define to 1 if you have the `setsockopt' function. */
594 #undef HAVE_SETSOCKOPT
596 /* Define to 1 if you have the `shutdown' function. */
597 #undef HAVE_SHUTDOWN
599 /* Define to 1 if the system has the type `size_t'. */
600 #undef HAVE_SIZE_T
602 /* Define to 1 if you have sound support. */
603 #undef HAVE_SOUND
605 /* Define to 1 if you have the <soundcard.h> header file. */
606 #undef HAVE_SOUNDCARD_H
608 /* Define to 1 if `speed_t' is declared by <termios.h>. */
609 #undef HAVE_SPEED_T
611 /* Define to 1 if you have the <stdint.h> header file. */
612 #undef HAVE_STDINT_H
614 /* Define to 1 if you have the <stdio_ext.h> header file. */
615 #undef HAVE_STDIO_EXT_H
617 /* Define to 1 if you have the <stdlib.h> header file. */
618 #undef HAVE_STDLIB_H
620 /* Define to 1 if you have the `strchr' function. */
621 #undef HAVE_STRCHR
623 /* Define to 1 if you have the `strerror' function. */
624 #undef HAVE_STRERROR
626 /* Define to 1 if you have the <strings.h> header file. */
627 #undef HAVE_STRINGS_H
629 /* Define to 1 if you have the <string.h> header file. */
630 #undef HAVE_STRING_H
632 /* Define to 1 if you have the `strrchr' function. */
633 #undef HAVE_STRRCHR
635 /* Define to 1 if you have the `strsignal' function. */
636 #undef HAVE_STRSIGNAL
638 /* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */
639 #undef HAVE_STRUCT_IFREQ_IFR_ADDR
641 /* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */
642 #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
644 /* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */
645 #undef HAVE_STRUCT_IFREQ_IFR_FLAGS
647 /* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */
648 #undef HAVE_STRUCT_IFREQ_IFR_HWADDR
650 /* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */
651 #undef HAVE_STRUCT_IFREQ_IFR_NETMASK
653 /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
654 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
656 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
657 #undef HAVE_STRUCT_TM_TM_ZONE
659 /* Define to 1 if `struct utimbuf' is declared by <utime.h>. */
660 #undef HAVE_STRUCT_UTIMBUF
662 /* Define to 1 if you have the `sync' function. */
663 #undef HAVE_SYNC
665 /* Define to 1 if you have the `sysinfo' function. */
666 #undef HAVE_SYSINFO
668 /* Define to 1 if you have the <sys/loadavg.h> header file. */
669 #undef HAVE_SYS_LOADAVG_H
671 /* Define to 1 if you have the <sys/mman.h> header file. */
672 #undef HAVE_SYS_MMAN_H
674 /* Define to 1 if you have the <sys/param.h> header file. */
675 #undef HAVE_SYS_PARAM_H
677 /* Define to 1 if you have the <sys/resource.h> header file. */
678 #undef HAVE_SYS_RESOURCE_H
680 /* Define to 1 if you have the <sys/select.h> header file. */
681 #undef HAVE_SYS_SELECT_H
683 /* Define to 1 if you have the <sys/socket.h> header file. */
684 #undef HAVE_SYS_SOCKET_H
686 /* Define to 1 if you have the <sys/soundcard.h> header file. */
687 #undef HAVE_SYS_SOUNDCARD_H
689 /* Define to 1 if you have the <sys/stat.h> header file. */
690 #undef HAVE_SYS_STAT_H
692 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
693 #undef HAVE_SYS_SYSTEMINFO_H
695 /* Define to 1 if you have the <sys/time.h> header file. */
696 #undef HAVE_SYS_TIME_H
698 /* Define to 1 if you have the <sys/types.h> header file. */
699 #undef HAVE_SYS_TYPES_H
701 /* Define to 1 if you have the <sys/un.h> header file. */
702 #undef HAVE_SYS_UN_H
704 /* Define to 1 if you have the <sys/utsname.h> header file. */
705 #undef HAVE_SYS_UTSNAME_H
707 /* Define to 1 if you have the <sys/vlimit.h> header file. */
708 #undef HAVE_SYS_VLIMIT_H
710 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
711 #undef HAVE_SYS_WAIT_H
713 /* Define to 1 if you have the <sys/_mbstate_t.h> header file. */
714 #undef HAVE_SYS__MBSTATE_T_H
716 /* Define to 1 if you have the <term.h> header file. */
717 #undef HAVE_TERM_H
719 /* Define to 1 if you have the tiff library (-ltiff). */
720 #undef HAVE_TIFF
722 /* Define to 1 if `struct timeval' is declared by <sys/time.h>. */
723 #undef HAVE_TIMEVAL
725 /* Define if struct tm has the tm_gmtoff member. */
726 #undef HAVE_TM_GMTOFF
728 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
729    `HAVE_STRUCT_TM_TM_ZONE' instead. */
730 #undef HAVE_TM_ZONE
732 /* Define to 1 if you have the `touchlock' function. */
733 #undef HAVE_TOUCHLOCK
735 /* Define to 1 if you don't have `tm_zone' but do have the external array
736    `tzname'. */
737 #undef HAVE_TZNAME
739 /* Define to 1 if you have the `tzset' function. */
740 #undef HAVE_TZSET
742 /* Define to 1 if you have the `ualarm' function. */
743 #undef HAVE_UALARM
745 /* Define to 1 if you have the <unistd.h> header file. */
746 #undef HAVE_UNISTD_H
748 /* Define to 1 if you have the <util.h> header file. */
749 #undef HAVE_UTIL_H
751 /* Define to 1 if you have the `utimes' function. */
752 #undef HAVE_UTIMES
754 /* Define to 1 if you have the <utime.h> header file. */
755 #undef HAVE_UTIME_H
757 /* Define to 1 if you have the <utmp.h> header file. */
758 #undef HAVE_UTMP_H
760 /* Define to 1 if you have the `vfork' function. */
761 #undef HAVE_VFORK
763 /* Define to 1 if you have the <vfork.h> header file. */
764 #undef HAVE_VFORK_H
766 /* Define if you have the 'wchar_t' type. */
767 #undef HAVE_WCHAR_T
769 /* Define if you have a window system. */
770 #undef HAVE_WINDOW_SYSTEM
772 /* Define to 1 if `fork' works. */
773 #undef HAVE_WORKING_FORK
775 /* Define to 1 if `vfork' works. */
776 #undef HAVE_WORKING_VFORK
778 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
779    expects to use version 10. */
780 #undef HAVE_X11
782 /* Define to 1 if you have the X11R6 or newer version of Xlib. */
783 #undef HAVE_X11R6
785 /* Define if you have usable X11R6-style XIM support. */
786 #undef HAVE_X11R6_XIM
788 /* Define to 1 if you have the X11R6 or newer version of Xt. */
789 #undef HAVE_X11XTR6
791 /* Define to 1 if you have the Xaw3d library (-lXaw3d). */
792 #undef HAVE_XAW3D
794 /* Define to 1 if you have the Xft library. */
795 #undef HAVE_XFT
797 /* Define to 1 if XIM is available */
798 #undef HAVE_XIM
800 /* Define to 1 if you have the XkbGetKeyboard function. */
801 #undef HAVE_XKBGETKEYBOARD
803 /* Define to 1 if you have the Xpm libary (-lXpm). */
804 #undef HAVE_XPM
806 /* Define to 1 if you have the `XrmSetDatabase' function. */
807 #undef HAVE_XRMSETDATABASE
809 /* Define to 1 if you have the `XScreenNumberOfScreen' function. */
810 #undef HAVE_XSCREENNUMBEROFSCREEN
812 /* Define to 1 if you have the `XScreenResourceString' function. */
813 #undef HAVE_XSCREENRESOURCESTRING
815 /* Define to 1 if you have the `XSetWMProtocols' function. */
816 #undef HAVE_XSETWMPROTOCOLS
818 /* Define if you have usable i18n support. */
819 #undef HAVE_X_I18N
821 /* Define to 1 if you have the SM library (-lSM). */
822 #undef HAVE_X_SM
824 /* Define to 1 if you want to use the X window system. */
825 #undef HAVE_X_WINDOWS
827 /* Define to 1 if the system has the type `_Bool'. */
828 #undef HAVE__BOOL
830 /* Define to 1 if you have the `__builtin_unwind_init' function. */
831 #undef HAVE___BUILTIN_UNWIND_INIT
833 /* Define to 1 if you have the `__executable_start' function. */
834 #undef HAVE___EXECUTABLE_START
836 /* Define to 1 if you have the `__fpending' function. */
837 #undef HAVE___FPENDING
839 /* Define to support using a Hesiod database to find the POP server. */
840 #undef HESIOD
842 /* Define to support Kerberos-authenticated POP mail retrieval. */
843 #undef KERBEROS
845 /* Define to use Kerberos 5 instead of Kerberos 4. */
846 #undef KERBEROS5
848 /* Define to 1 if localtime caches TZ. */
849 #undef LOCALTIME_CACHE
851 /* String giving fallback POP mail host. */
852 #undef MAILHOST
854 /* Define to unlink, rather than empty, mail spool after reading. */
855 #undef MAIL_UNLINK_SPOOL
857 /* Define if the mailer uses flock to interlock the mail spool. */
858 #undef MAIL_USE_FLOCK
860 /* Define if the mailer uses lockf to interlock the mail spool. */
861 #undef MAIL_USE_LOCKF
863 /* Define to support MMDF mailboxes in movemail. */
864 #undef MAIL_USE_MMDF
866 /* Define to support POP mail retrieval. */
867 #undef MAIL_USE_POP
869 /* Define to 1 if you don't have struct exception in math.h. */
870 #undef NO_MATHERR
872 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
873 #undef NO_MINUS_C_MINUS_O
875 /* Define to 1 if `NSInteger' is defined. */
876 #undef NS_HAVE_NSINTEGER
878 /* Define to 1 if you are using NS windowing under MacOS X. */
879 #undef NS_IMPL_COCOA
881 /* Define to 1 if you are using NS windowing under GNUstep. */
882 #undef NS_IMPL_GNUSTEP
884 /* Define to 1 if the nlist n_name member is a pointer */
885 #undef N_NAME_POINTER
887 /* Define if the C compiler is the linker. */
888 #undef ORDINARY_LINK
890 /* Name of package */
891 #undef PACKAGE
893 /* Define to the address where bug reports for this package should be sent. */
894 #undef PACKAGE_BUGREPORT
896 /* Define to the full name of this package. */
897 #undef PACKAGE_NAME
899 /* Define to the full name and version of this package. */
900 #undef PACKAGE_STRING
902 /* Define to the one symbol short name of this package. */
903 #undef PACKAGE_TARNAME
905 /* Define to the home page for this package. */
906 #undef PACKAGE_URL
908 /* Define to the version of this package. */
909 #undef PACKAGE_VERSION
911 /* Define as `void' if your compiler accepts `void *'; otherwise define as
912    `char'. */
913 #undef POINTER_TYPE
915 /* Define to 1 if the C compiler supports function prototypes. */
916 #undef PROTOTYPES
918 /* Define REL_ALLOC if you want to use the relocating allocator for buffer
919    space. */
920 #undef REL_ALLOC
922 /* Define as the return type of signal handlers (`int' or `void'). */
923 #undef RETSIGTYPE
925 /* If using the C implementation of alloca, define if you know the
926    direction of stack growth for your system; otherwise it will be
927    automatically deduced at runtime.
928         STACK_DIRECTION > 0 => grows toward higher addresses
929         STACK_DIRECTION < 0 => grows toward lower addresses
930         STACK_DIRECTION = 0 => direction of growth unknown */
931 #undef STACK_DIRECTION
933 /* Define to 1 if you have the ANSI C header files. */
934 #undef STDC_HEADERS
936 /* Define to 1 on System V Release 4. */
937 #undef SVR4
939 /* Process async input synchronously. */
940 #undef SYNC_INPUT
942 /* Define to use system malloc. */
943 #undef SYSTEM_MALLOC
945 /* Define to 1 if you use terminfo instead of termcap. */
946 #undef TERMINFO
948 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
949 #undef TIME_WITH_SYS_TIME
951 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
952 #undef TM_IN_SYS_TIME
954 /* Define to 1 for Encore UMAX. */
955 #undef UMAX
957 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
958    <sys/cpustats.h>. */
959 #undef UMAX4_3
961 /* Define to 1 if using GTK. */
962 #undef USE_GTK
964 /* Define this to use a lisp union for the Lisp_Object data type. */
965 #undef USE_LISP_UNION_TYPE
967 /* Define to 1 if using the Lucid X toolkit. */
968 #undef USE_LUCID
970 /* Define to use mmap to allocate buffer text. */
971 #undef USE_MMAP_FOR_BUFFERS
973 /* Define to 1 if using the Motif X toolkit. */
974 #undef USE_MOTIF
976 /* Define to 1 if we should use toolkit scroll bars. */
977 #undef USE_TOOLKIT_SCROLL_BARS
979 /* Define to 1 if we should use XIM, if it is available. */
980 #undef USE_XIM
982 /* Define to 1 if using an X toolkit. */
983 #undef USE_X_TOOLKIT
985 /* Version number of package */
986 #undef VERSION
988 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
989    significant byte first (like Motorola and SPARC, unlike Intel). */
990 #if defined AC_APPLE_UNIVERSAL_BUILD
991 # if defined __BIG_ENDIAN__
992 #  define WORDS_BIGENDIAN 1
993 # endif
994 #else
995 # ifndef WORDS_BIGENDIAN
996 #  undef WORDS_BIGENDIAN
997 # endif
998 #endif
1000 /* Define this to check for malloc buffer overrun. */
1001 #undef XMALLOC_OVERRUN_CHECK
1003 /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
1004    XPointer or XPointer*. */
1005 #undef XRegisterIMInstantiateCallback_arg6
1007 /* Number of bits in a file offset, on hosts where this is settable. */
1008 #undef _FILE_OFFSET_BITS
1010 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1011 #undef _LARGEFILE_SOURCE
1013 /* Define for large files, on AIX-style hosts. */
1014 #undef _LARGE_FILES
1016 /* Define to 1 if on MINIX. */
1017 #undef _MINIX
1019 /* Define to 2 if the system does not provide POSIX.1 features except with
1020    this defined. */
1021 #undef _POSIX_1_SOURCE
1023 /* Define to 1 if you need to in order for `stat' and other things to work. */
1024 #undef _POSIX_SOURCE
1026 /* Define to 500 only on HP-UX. */
1027 #undef _XOPEN_SOURCE
1029 /* Enable extensions on AIX 3, Interix.  */
1030 #ifndef _ALL_SOURCE
1031 # undef _ALL_SOURCE
1032 #endif
1033 /* Enable GNU extensions on systems that have them.  */
1034 #ifndef _GNU_SOURCE
1035 # undef _GNU_SOURCE
1036 #endif
1037 /* Enable threading extensions on Solaris.  */
1038 #ifndef _POSIX_PTHREAD_SEMANTICS
1039 # undef _POSIX_PTHREAD_SEMANTICS
1040 #endif
1041 /* Enable extensions on HP NonStop.  */
1042 #ifndef _TANDEM_SOURCE
1043 # undef _TANDEM_SOURCE
1044 #endif
1045 /* Enable general extensions on Solaris.  */
1046 #ifndef __EXTENSIONS__
1047 # undef __EXTENSIONS__
1048 #endif
1051 /* Define to rpl_ if the getopt replacement functions and variables should be
1052    used. */
1053 #undef __GETOPT_PREFIX
1055 /* Define like PROTOTYPES; this can be used by system headers. */
1056 #undef __PROTOTYPES
1058 /* Define to compiler's equivalent of C99 restrict keyword in array
1059    declarations. Define as empty for no equivalent. */
1060 #undef __restrict_arr
1062 /* Define to the used machine dependent file. */
1063 #undef config_machfile
1065 /* Define to the used os dependent file. */
1066 #undef config_opsysfile
1068 /* Define to empty if `const' does not conform to ANSI C. */
1069 #undef const
1071 /* Define to `__inline__' or `__inline' if that's what the C compiler
1072    calls it, or to nothing if 'inline' is not supported under any name.  */
1073 #ifndef __cplusplus
1074 #undef inline
1075 #endif
1077 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1078    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1079    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1080    __APPLE__ && __MACH__ test for MacOS X.
1081    __APPLE_CC__ tests for the Apple compiler and its version.
1082    __STDC_VERSION__ tests for the C99 mode.  */
1083 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1084 # define __GNUC_STDC_INLINE__ 1
1085 #endif
1087 /* Define to a type if <wchar.h> does not define. */
1088 #undef mbstate_t
1090 /* Define to the name of the strftime replacement function. */
1091 #undef my_strftime
1093 /* Define to `int' if <sys/types.h> does not define. */
1094 #undef pid_t
1096 /* Define to the equivalent of the C99 'restrict' keyword, or to
1097    nothing if this is not supported.  Do not define if restrict is
1098    supported directly.  */
1099 #undef restrict
1100 /* Work around a bug in Sun C++: it does not support _Restrict or
1101    __restrict__, even though the corresponding Sun C compiler ends up with
1102    "#define restrict _Restrict" or "#define restrict __restrict__" in the
1103    previous line.  Perhaps some future version of Sun C++ will work with
1104    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
1105 #if defined __SUNPRO_CC && !defined __RESTRICT
1106 # define _Restrict
1107 # define __restrict__
1108 #endif
1110 /* Define to `unsigned int' if <sys/types.h> does not define. */
1111 #undef size_t
1113 /* Define to any substitute for sys_siglist. */
1114 #undef sys_siglist
1116 /* Define as a marker that can be attached to declarations that might not
1117     be used.  This helps to reduce warnings, such as from
1118     GCC -Wunused-parameter.  */
1119 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1120 # define _GL_UNUSED __attribute__ ((__unused__))
1121 #else
1122 # define _GL_UNUSED
1123 #endif
1124 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1125    is a misnomer outside of parameter lists.  */
1126 #define _UNUSED_PARAMETER_ _GL_UNUSED
1129 /* Define as `fork' if `vfork' does not work. */
1130 #undef vfork
1132 /* Define to empty if the keyword `volatile' does not work. Warning: valid
1133    code using `volatile' can become incorrect without. Disable with care. */
1134 #undef volatile
1137 /* Define AMPERSAND_FULL_NAME if you use the convention
1138    that & in the full name stands for the login id.  */
1139 /* Turned on June 1996 supposing nobody will mind it.  */
1140 #define AMPERSAND_FULL_NAME
1142 /* If using GNU, then support inline function declarations.  */
1143 /* Don't try to switch on inline handling as detected by AC_C_INLINE
1144    generally, because even if non-gcc compilers accept `inline', they
1145    may reject `extern inline'.  */
1146 #if defined (__GNUC__)
1147 #define INLINE __inline__
1148 #else
1149 #define INLINE
1150 #endif
1152 /* `subprocesses' should be defined if you want to
1153    have code for asynchronous subprocesses
1154    (as used in M-x compile and M-x shell).
1155    Only MSDOS does not support this (it overrides
1156    this in its config_opsysfile below).  */
1158 #define subprocesses
1160 /* Include the os and machine dependent files.  */
1161 #include config_opsysfile
1162 #ifdef config_machfile
1163 # include config_machfile
1164 #endif
1166 /* GNUstep needs a bit more pure memory.  Of the existing knobs,
1167    SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems.
1168   (There is probably a better place to do this, but right now the
1169    Cocoa side does this in s/darwin.h and we cannot parallel this
1170    exactly since GNUstep is multi-OS.  */
1171 #if defined HAVE_NS && defined NS_IMPL_GNUSTEP
1172 #  define SYSTEM_PURESIZE_EXTRA 30000
1173 #endif
1175 /* SIGTYPE is the macro we actually use.  */
1176 #ifndef SIGTYPE
1177 #define SIGTYPE RETSIGTYPE
1178 #endif
1180 #ifdef emacs /* Don't do this for lib-src.  */
1181 /* Tell regex.c to use a type compatible with Emacs.  */
1182 #define RE_TRANSLATE_TYPE Lisp_Object
1183 #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
1184 #ifdef make_number
1185 /* If make_number is a macro, use it.  */
1186 #define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0)))
1187 #else
1188 /* If make_number is a function, avoid it.  */
1189 #define RE_TRANSLATE_P(TBL) (!(INTEGERP (TBL) && XINT (TBL) == 0))
1190 #endif
1191 #endif
1193 /* These default definitions are good for almost all machines.
1194    The exceptions override them in m/MACHINE.h.  */
1196 #ifndef BITS_PER_CHAR
1197 #define BITS_PER_CHAR 8
1198 #endif
1200 #ifndef BITS_PER_SHORT
1201 #define BITS_PER_SHORT 16
1202 #endif
1204 /* Note that lisp.h uses this in a preprocessor conditional, so it
1205    would not work to use sizeof.  That being so, we do all of them
1206    without sizeof, for uniformity's sake.  */
1207 #ifndef BITS_PER_INT
1208 #define BITS_PER_INT 32
1209 #endif
1211 #ifndef BITS_PER_LONG
1212 #ifdef _LP64
1213 #define BITS_PER_LONG 64
1214 #else
1215 #define BITS_PER_LONG 32
1216 #endif
1217 #endif
1219 /* Define if the compiler supports function prototypes.  It may do so but
1220    not define __STDC__ (e.g. DEC C by default) or may define it as zero.  */
1221 #undef PROTOTYPES
1223 #include <string.h>
1224 #include <stdlib.h>
1226 #ifdef HAVE_ALLOCA_H
1227 # include <alloca.h>
1228 #elif defined __GNUC__
1229 # define alloca __builtin_alloca
1230 #elif defined _AIX
1231 # define alloca __alloca
1232 #else
1233 # include <stddef.h>
1234 # ifdef  __cplusplus
1235 extern "C"
1236 # endif
1237 void *alloca (size_t);
1238 #endif
1240 #ifndef HAVE_SIZE_T
1241 typedef unsigned size_t;
1242 #endif
1244 #ifndef HAVE_STRCHR
1245 #define strchr(a, b) index (a, b)
1246 #endif
1248 #ifndef HAVE_STRRCHR
1249 #define strrchr(a, b) rindex (a, b)
1250 #endif
1252 #if defined __GNUC__ && (__GNUC__ > 2 \
1253                          || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5))
1254 #define NO_RETURN       __attribute__ ((__noreturn__))
1255 #else
1256 #define NO_RETURN       /* nothing */
1257 #endif
1259 #if __GNUC__ >= 3  /* On GCC 3.0 we might get a warning.  */
1260 #define NO_INLINE __attribute__((noinline))
1261 #else
1262 #define NO_INLINE
1263 #endif
1265 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1))
1266 #define EXTERNALLY_VISIBLE __attribute__((externally_visible))
1267 #else
1268 #define EXTERNALLY_VISIBLE
1269 #endif
1271 /* Some versions of GNU/Linux define noinline in their headers.  */
1272 #ifdef noinline
1273 #undef noinline
1274 #endif
1276 /* These won't be used automatically yet.  We also need to know, at least,
1277    that the stack is continuous.  */
1278 #ifdef __GNUC__
1279 #  ifndef GC_SETJMP_WORKS
1280   /* GC_SETJMP_WORKS is nearly always appropriate for GCC.  */
1281 #    define GC_SETJMP_WORKS 1
1282 #  endif
1283 #  ifndef GC_LISP_OBJECT_ALIGNMENT
1284 #    define GC_LISP_OBJECT_ALIGNMENT (__alignof__ (Lisp_Object))
1285 #  endif
1286 #endif
1288 #endif /* EMACS_CONFIG_H */
1291 Local Variables:
1292 mode: c
1293 End: