Improve xml parameter entity parsing, and add a new ERT test.
[emacs.git] / autogen / config.in
blobae32812560572ec8ad44f641acb1721a6fc83c43
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-2012
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 to the number of bits in type 'ptrdiff_t'. */
35 #undef BITSIZEOF_PTRDIFF_T
37 /* Define to the number of bits in type 'sig_atomic_t'. */
38 #undef BITSIZEOF_SIG_ATOMIC_T
40 /* Define to the number of bits in type 'size_t'. */
41 #undef BITSIZEOF_SIZE_T
43 /* Define to the number of bits in type 'wchar_t'. */
44 #undef BITSIZEOF_WCHAR_T
46 /* Define to the number of bits in type 'wint_t'. */
47 #undef BITSIZEOF_WINT_T
49 /* Define if SA_RESTART should not be used. */
50 #undef BROKEN_SA_RESTART
52 /* Define if SIGIO should not be used. */
53 #undef BROKEN_SIGIO
55 /* Define if Emacs cannot be dumped on your system. */
56 #undef CANNOT_DUMP
58 /* Define this to enable compile time checks for the Lisp_Object data type. */
59 #undef CHECK_LISP_OBJECT_TYPE
61 /* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP
62    systems. This function is required for 'alloca.c' support on those systems.
63    */
64 #undef CRAY_STACKSEG_END
66 /* Define to 1 if using 'alloca.c'. */
67 #undef C_ALLOCA
69 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
70 #undef DGUX
72 /* Define to 1 if you are using the GNU C Library. */
73 #undef DOUG_LEA_MALLOC
75 /* Define to the canonical Emacs configuration name. */
76 #undef EMACS_CONFIGURATION
78 /* Define to the options passed to configure. */
79 #undef EMACS_CONFIG_OPTIONS
81 /* Define to 1 if expensive run-time data type and consistency checks are
82    enabled. */
83 #undef ENABLE_CHECKING
85 /* Define to 1 if futimesat mishandles a NULL file name. */
86 #undef FUTIMESAT_NULL_BUG
88 /* Define this to check for errors in cons list. */
89 #undef GC_CHECK_CONS_LIST
91 /* Define this temporarily to hunt a bug. If defined, the size of strings is
92    redundantly recorded in sdata structures so that it can be compared to the
93    sizes recorded in Lisp strings. */
94 #undef GC_CHECK_STRING_BYTES
96 /* Define this to check the string free list. */
97 #undef GC_CHECK_STRING_FREE_LIST
99 /* Define this to check for short string overrun. */
100 #undef GC_CHECK_STRING_OVERRUN
102 /* Define to 1 if the `getpgrp' function requires zero arguments. */
103 #undef GETPGRP_VOID
105 /* Define if gettimeofday clobbers the localtime buffer. */
106 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
108 /* Define this to 'void' or 'struct timezone' to match the system's
109    declaration of the second argument to gettimeofday. */
110 #undef GETTIMEOFDAY_TIMEZONE
112 /* Define this to enable glyphs debugging code. */
113 #undef GLYPH_DEBUG
115 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
116    whether the gnulib module fscanf shall be considered present. */
117 #undef GNULIB_FSCANF
119 /* enable some gnulib portability checks */
120 #undef GNULIB_PORTCHECK
122 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
123    whether the gnulib module scanf shall be considered present. */
124 #undef GNULIB_SCANF
126 /* Define to 1 if you want to use the GNU memory allocator. */
127 #undef GNU_MALLOC
129 /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */
130 #undef HAVE_AIX_SMT_EXP
132 /* Define to 1 if you have the `alarm' function. */
133 #undef HAVE_ALARM
135 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
136    may be supplied by this distribution. */
137 #undef HAVE_ALLOCA
139 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
140    */
141 #undef HAVE_ALLOCA_H
143 /* Define to 1 if ALSA is available. */
144 #undef HAVE_ALSA
146 /* Define to 1 if GCC-style __attribute__ ((__aligned__ (expr))) works. */
147 #undef HAVE_ATTRIBUTE_ALIGNED
149 /* Define to 1 if strtold conforms to C99. */
150 #undef HAVE_C99_STRTOLD
152 /* Define to 1 if you have the `cbrt' function. */
153 #undef HAVE_CBRT
155 /* Define to 1 if you have the `cfmakeraw' function. */
156 #undef HAVE_CFMAKERAW
158 /* Define to 1 if you have the `cfsetspeed' function. */
159 #undef HAVE_CFSETSPEED
161 /* Define to 1 if you have the `clock_gettime' function. */
162 #undef HAVE_CLOCK_GETTIME
164 /* Define to 1 if you have the `clock_settime' function. */
165 #undef HAVE_CLOCK_SETTIME
167 /* Define to 1 if you have the `closedir' function. */
168 #undef HAVE_CLOSEDIR
170 /* Define to 1 if you have the <coff.h> header file. */
171 #undef HAVE_COFF_H
173 /* Define to 1 if you have the <com_err.h> header file. */
174 #undef HAVE_COM_ERR_H
176 /* Define to 1 if you have the `copysign' function. */
177 #undef HAVE_COPYSIGN
179 /* Define to 1 if using D-Bus. */
180 #undef HAVE_DBUS
182 /* Define to 1 if you have the `dbus_type_is_valid' function. */
183 #undef HAVE_DBUS_TYPE_IS_VALID
185 /* Define to 1 if you have the `dbus_validate_bus_name' function. */
186 #undef HAVE_DBUS_VALIDATE_BUS_NAME
188 /* Define to 1 if you have the `dbus_validate_interface' function. */
189 #undef HAVE_DBUS_VALIDATE_INTERFACE
191 /* Define to 1 if you have the `dbus_validate_member' function. */
192 #undef HAVE_DBUS_VALIDATE_MEMBER
194 /* Define to 1 if you have the `dbus_validate_path' function. */
195 #undef HAVE_DBUS_VALIDATE_PATH
197 /* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
198 #undef HAVE_DBUS_WATCH_GET_UNIX_FD
200 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
201    */
202 #undef HAVE_DECL_GETENV
204 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
205    don't. */
206 #undef HAVE_DECL_LOCALTIME_R
208 /* Define to 1 if you have the declaration of `strmode', and to 0 if you
209    don't. */
210 #undef HAVE_DECL_STRMODE
212 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
213    don't. */
214 #undef HAVE_DECL_STRTOIMAX
216 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
217    don't. */
218 #undef HAVE_DECL_STRTOLL
220 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
221    don't. */
222 #undef HAVE_DECL_STRTOULL
224 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
225    don't. */
226 #undef HAVE_DECL_STRTOUMAX
228 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
229    don't. */
230 #undef HAVE_DECL_SYS_SIGLIST
232 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
233    */
234 #undef HAVE_DECL_TZNAME
236 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
237    don't. */
238 #undef HAVE_DECL___SYS_SIGLIST
240 /* Define to 1 if you have the <des.h> header file. */
241 #undef HAVE_DES_H
243 /* Define to 1 if dynamic ptys are supported. */
244 #undef HAVE_DEV_PTMX
246 /* Define to 1 if you have the `difftime' function. */
247 #undef HAVE_DIFFTIME
249 /* Define to 1 if you have the <dirent.h> header file. */
250 #undef HAVE_DIRENT_H
252 /* Define to 1 if you have the 'dup2' function. */
253 #undef HAVE_DUP2
255 /* Define to 1 if you have the `endgrent' function. */
256 #undef HAVE_ENDGRENT
258 /* Define to 1 if you have the `endpwent' function. */
259 #undef HAVE_ENDPWENT
261 /* Define to 1 if you have the `euidaccess' function. */
262 #undef HAVE_EUIDACCESS
264 /* Define to 1 if you have the <fcntl.h> header file. */
265 #undef HAVE_FCNTL_H
267 /* Define to 1 if you have the `fmod' function. */
268 #undef HAVE_FMOD
270 /* Define to 1 if you have the `fork' function. */
271 #undef HAVE_FORK
273 /* Define to 1 if you have the `fpathconf' function. */
274 #undef HAVE_FPATHCONF
276 /* Define to 1 if you have the `freeifaddrs' function. */
277 #undef HAVE_FREEIFADDRS
279 /* Define to 1 if using the freetype and fontconfig libraries. */
280 #undef HAVE_FREETYPE
282 /* Define to 1 if you have the `frexp' function. */
283 #undef HAVE_FREXP
285 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
286 #undef HAVE_FSEEKO
288 /* Define to 1 if you have the `fsync' function. */
289 #undef HAVE_FSYNC
291 /* Define to 1 if you have the `futimens' function. */
292 #undef HAVE_FUTIMENS
294 /* Define to 1 if you have the `futimes' function. */
295 #undef HAVE_FUTIMES
297 /* Define to 1 if you have the `futimesat' function. */
298 #undef HAVE_FUTIMESAT
300 /* Define to 1 if you have the `gai_strerror' function. */
301 #undef HAVE_GAI_STRERROR
303 /* Define to 1 if using GConf. */
304 #undef HAVE_GCONF
306 /* Define to 1 if you have the `getaddrinfo' function. */
307 #undef HAVE_GETADDRINFO
309 /* Define to 1 if you have the `getcwd' function. */
310 #undef HAVE_GETCWD
312 /* Define to 1 if you have the `getdelim' function. */
313 #undef HAVE_GETDELIM
315 /* Define to 1 if you have the `getgrent' function. */
316 #undef HAVE_GETGRENT
318 /* Define to 1 if you have the `gethostname' function. */
319 #undef HAVE_GETHOSTNAME
321 /* Define to 1 if you have the `getifaddrs' function. */
322 #undef HAVE_GETIFADDRS
324 /* Define to 1 if you have the `getline' function. */
325 #undef HAVE_GETLINE
327 /* Define to 1 if you have the <getopt.h> header file. */
328 #undef HAVE_GETOPT_H
330 /* Define to 1 if you have the `getopt_long_only' function. */
331 #undef HAVE_GETOPT_LONG_ONLY
333 /* Define to 1 if you have the `getpagesize' function. */
334 #undef HAVE_GETPAGESIZE
336 /* Define to 1 if you have the `getpeername' function. */
337 #undef HAVE_GETPEERNAME
339 /* Define to 1 if you have the `getpt' function. */
340 #undef HAVE_GETPT
342 /* Define to 1 if you have the `getpwent' function. */
343 #undef HAVE_GETPWENT
345 /* Define to 1 if you have the `getrlimit' function. */
346 #undef HAVE_GETRLIMIT
348 /* Define to 1 if you have the `getrusage' function. */
349 #undef HAVE_GETRUSAGE
351 /* Define to 1 if you have the `getsockname' function. */
352 #undef HAVE_GETSOCKNAME
354 /* Define to 1 if you have the `gettimeofday' function. */
355 #undef HAVE_GETTIMEOFDAY
357 /* Define to 1 if you have the `getwd' function. */
358 #undef HAVE_GETWD
360 /* Define to 1 if you have the `get_current_dir_name' function. */
361 #undef HAVE_GET_CURRENT_DIR_NAME
363 /* Define to 1 if you have a gif (or ungif) library. */
364 #undef HAVE_GIF
366 /* Define if using GnuTLS. */
367 #undef HAVE_GNUTLS
369 /* Define if using GnuTLS certificate verification callbacks. */
370 #undef HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY
372 /* Define to 1 if you have the `gnutls_certificate_set_verify_function'
373    function. */
374 #undef HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION
376 /* Define to 1 if you have the gpm library (-lgpm). */
377 #undef HAVE_GPM
379 /* Define to 1 if you have the `grantpt' function. */
380 #undef HAVE_GRANTPT
382 /* Define to 1 if using GSettings. */
383 #undef HAVE_GSETTINGS
385 /* Define to 1 if using GTK 3 or later. */
386 #undef HAVE_GTK3
388 /* Define to 1 if you have the `gtk_adjustment_get_page_size' function. */
389 #undef HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE
391 /* Define to 1 if you have the `gtk_dialog_get_action_area' function. */
392 #undef HAVE_GTK_DIALOG_GET_ACTION_AREA
394 /* Define to 1 if you have the `gtk_file_selection_new' function. */
395 #undef HAVE_GTK_FILE_SELECTION_NEW
397 /* Define to 1 if you have the `gtk_main' function. */
398 #undef HAVE_GTK_MAIN
400 /* Define to 1 if you have the `gtk_orientable_set_orientation' function. */
401 #undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION
403 /* Define to 1 if you have the `gtk_widget_get_mapped' function. */
404 #undef HAVE_GTK_WIDGET_GET_MAPPED
406 /* Define to 1 if you have the `gtk_widget_get_sensitive' function. */
407 #undef HAVE_GTK_WIDGET_GET_SENSITIVE
409 /* Define to 1 if you have the `gtk_widget_get_window' function. */
410 #undef HAVE_GTK_WIDGET_GET_WINDOW
412 /* Define to 1 if you have the `gtk_widget_set_has_window' function. */
413 #undef HAVE_GTK_WIDGET_SET_HAS_WINDOW
415 /* Define to 1 if you have the `gtk_window_set_has_resize_grip' function. */
416 #undef HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP
418 /* Define to 1 if you have the `g_type_init' function. */
419 #undef HAVE_G_TYPE_INIT
421 /* Define to 1 if netdb.h declares h_errno. */
422 #undef HAVE_H_ERRNO
424 /* Define to 1 if you have the <ifaddrs.h> header file. */
425 #undef HAVE_IFADDRS_H
427 /* Define to 1 if using imagemagick. */
428 #undef HAVE_IMAGEMAGICK
430 /* Define to 1 if you have inet sockets. */
431 #undef HAVE_INET_SOCKETS
433 /* Define to 1 if you have the <inttypes.h> header file. */
434 #undef HAVE_INTTYPES_H
436 /* Define to 1 if you have the jpeg library (-ljpeg). */
437 #undef HAVE_JPEG
439 /* Define to 1 if you have the <kerberosIV/des.h> header file. */
440 #undef HAVE_KERBEROSIV_DES_H
442 /* Define to 1 if you have the <kerberosIV/krb.h> header file. */
443 #undef HAVE_KERBEROSIV_KRB_H
445 /* Define to 1 if you have the <kerberos/des.h> header file. */
446 #undef HAVE_KERBEROS_DES_H
448 /* Define to 1 if you have the <kerberos/krb.h> header file. */
449 #undef HAVE_KERBEROS_KRB_H
451 /* Define to 1 if `e_text' is a member of `krb5_error'. */
452 #undef HAVE_KRB5_ERROR_E_TEXT
454 /* Define to 1 if `text' is a member of `krb5_error'. */
455 #undef HAVE_KRB5_ERROR_TEXT
457 /* Define to 1 if you have the <krb5.h> header file. */
458 #undef HAVE_KRB5_H
460 /* Define to 1 if you have the <krb.h> header file. */
461 #undef HAVE_KRB_H
463 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
464 #undef HAVE_LANGINFO_CODESET
466 /* Define to 1 if you have the `com_err' library (-lcom_err). */
467 #undef HAVE_LIBCOM_ERR
469 /* Define to 1 if you have the `crypto' library (-lcrypto). */
470 #undef HAVE_LIBCRYPTO
472 /* Define to 1 if you have the `des' library (-ldes). */
473 #undef HAVE_LIBDES
475 /* Define to 1 if you have the `des425' library (-ldes425). */
476 #undef HAVE_LIBDES425
478 /* Define to 1 if you have the `dgc' library (-ldgc). */
479 #undef HAVE_LIBDGC
481 /* Define to 1 if you have the `dnet' library (-ldnet). */
482 #undef HAVE_LIBDNET
484 /* Define to 1 if you have the hesiod library (-lhesiod). */
485 #undef HAVE_LIBHESIOD
487 /* Define to 1 if you have the `k5crypto' library (-lk5crypto). */
488 #undef HAVE_LIBK5CRYPTO
490 /* Define to 1 if you have the `krb' library (-lkrb). */
491 #undef HAVE_LIBKRB
493 /* Define to 1 if you have the `krb4' library (-lkrb4). */
494 #undef HAVE_LIBKRB4
496 /* Define to 1 if you have the `krb5' library (-lkrb5). */
497 #undef HAVE_LIBKRB5
499 /* Define to 1 if you have the `kstat' library (-lkstat). */
500 #undef HAVE_LIBKSTAT
502 /* Define to 1 if you have the `lockfile' library (-llockfile). */
503 #undef HAVE_LIBLOCKFILE
505 /* Define to 1 if you have the `m' library (-lm). */
506 #undef HAVE_LIBM
508 /* Define to 1 if you have the `mail' library (-lmail). */
509 #undef HAVE_LIBMAIL
511 /* Define to 1 if using libotf. */
512 #undef HAVE_LIBOTF
514 /* Define to 1 if you have the `perfstat' library (-lperfstat). */
515 #undef HAVE_LIBPERFSTAT
517 /* Define to 1 if you have the <libpng/png.h> header file. */
518 #undef HAVE_LIBPNG_PNG_H
520 /* Define to 1 if you have the `pthreads' library (-lpthreads). */
521 #undef HAVE_LIBPTHREADS
523 /* Define to 1 if you have the resolv library (-lresolv). */
524 #undef HAVE_LIBRESOLV
526 /* Define to 1 if using SELinux. */
527 #undef HAVE_LIBSELINUX
529 /* Define to 1 if you have the `Xext' library (-lXext). */
530 #undef HAVE_LIBXEXT
532 /* Define to 1 if you have the libxml library (-lxml2). */
533 #undef HAVE_LIBXML2
535 /* Define to 1 if you have the `Xmu' library (-lXmu). */
536 #undef HAVE_LIBXMU
538 /* Define to 1 if you have the <linux/version.h> header file. */
539 #undef HAVE_LINUX_VERSION_H
541 /* Define to 1 if you have the `localtime_r' function. */
542 #undef HAVE_LOCALTIME_R
544 /* Define to 1 if you have the `logb' function. */
545 #undef HAVE_LOGB
547 /* Define to 1 if you support file names longer than 14 characters. */
548 #undef HAVE_LONG_FILE_NAMES
550 /* Define to 1 if the system has the type 'long long int'. */
551 #undef HAVE_LONG_LONG_INT
553 /* Define to 1 if you have the `lrand48' function. */
554 #undef HAVE_LRAND48
556 /* Define to 1 if you have the `lstat' function. */
557 #undef HAVE_LSTAT
559 /* Define to 1 if you have the `lutimes' function. */
560 #undef HAVE_LUTIMES
562 /* Define to 1 if using libm17n-flt. */
563 #undef HAVE_M17N_FLT
565 /* Define to 1 if you have the <machine/soundcard.h> header file. */
566 #undef HAVE_MACHINE_SOUNDCARD_H
568 /* Define to 1 if you have the <mach/mach.h> header file. */
569 #undef HAVE_MACH_MACH_H
571 /* Define to 1 if you have the `MagickExportImagePixels' function. */
572 #undef HAVE_MAGICKEXPORTIMAGEPIXELS
574 /* Define to 1 if you have the `MagickMergeImageLayers' function. */
575 #undef HAVE_MAGICKMERGEIMAGELAYERS
577 /* Define to 1 if you have the <maillock.h> header file. */
578 #undef HAVE_MAILLOCK_H
580 /* Define to 1 if you have the <malloc/malloc.h> header file. */
581 #undef HAVE_MALLOC_MALLOC_H
583 /* Define to 1 if <wchar.h> declares mbstate_t. */
584 #undef HAVE_MBSTATE_T
586 /* Define to 1 if you have the <memory.h> header file. */
587 #undef HAVE_MEMORY_H
589 /* Define to 1 if you have mouse menus. (This is automatic if you use X, but
590    the option to specify it remains.) It is also defined with other window
591    systems that support xmenu.c. */
592 #undef HAVE_MENUS
594 /* Define to 1 if you have the `mkdir' function. */
595 #undef HAVE_MKDIR
597 /* Define to 1 if you have the `mkstemp' function. */
598 #undef HAVE_MKSTEMP
600 /* Define to 1 if you have a working `mmap' system call. */
601 #undef HAVE_MMAP
603 /* Define if you have mouse support. */
604 #undef HAVE_MOUSE
606 /* Define to 1 if you have the `nanotime' function. */
607 #undef HAVE_NANOTIME
609 /* Define to 1 if you have the <net/if_dl.h> header file. */
610 #undef HAVE_NET_IF_DL_H
612 /* Define to 1 if you have the <net/if.h> header file. */
613 #undef HAVE_NET_IF_H
615 /* Define to 1 if you have the <nlist.h> header file. */
616 #undef HAVE_NLIST_H
618 /* Define to 1 if you are using the NeXTstep API, either GNUstep or Cocoa on
619    Mac OS X. */
620 #undef HAVE_NS
622 /* Define to 1 if libotf has OTF_get_variation_glyphs. */
623 #undef HAVE_OTF_GET_VARIATION_GLYPHS
625 /* Define to 1 if personality LINUX32 can be set. */
626 #undef HAVE_PERSONALITY_LINUX32
628 /* Define to 1 if you have the png library (-lpng). */
629 #undef HAVE_PNG
631 /* Define to 1 if you have the <png.h> header file. */
632 #undef HAVE_PNG_H
634 /* Define to 1 if you have the `posix_memalign' function. */
635 #undef HAVE_POSIX_MEMALIGN
637 /* Define if you have the /proc filesystem. */
638 #undef HAVE_PROCFS
640 /* Define to 1 if you have the `pselect' function. */
641 #undef HAVE_PSELECT
643 /* Define to 1 if you have the `pstat_getdynamic' function. */
644 #undef HAVE_PSTAT_GETDYNAMIC
646 /* Define to 1 if you have pthread (-lpthread). */
647 #undef HAVE_PTHREAD
649 /* Define to 1 if you have the <pthread.h> header file. */
650 #undef HAVE_PTHREAD_H
652 /* Define to 1 if the pthread_sigmask function can be used (despite bugs). */
653 #undef HAVE_PTHREAD_SIGMASK
655 /* Define to 1 if you have the <pty.h> header file. */
656 #undef HAVE_PTY_H
658 /* Define to 1 if you have the <pwd.h> header file. */
659 #undef HAVE_PWD_H
661 /* Define to 1 if you have the `random' function. */
662 #undef HAVE_RANDOM
664 /* Define to 1 if you have the `readlink' function. */
665 #undef HAVE_READLINK
667 /* Define to 1 if you have the `readlinkat' function. */
668 #undef HAVE_READLINKAT
670 /* Define to 1 if you have the `recvfrom' function. */
671 #undef HAVE_RECVFROM
673 /* Define to 1 if you have the `rename' function. */
674 #undef HAVE_RENAME
676 /* Define to 1 if res_init is available. */
677 #undef HAVE_RES_INIT
679 /* Define to 1 if you have the `rint' function. */
680 #undef HAVE_RINT
682 /* Define to 1 if you have the `rmdir' function. */
683 #undef HAVE_RMDIR
685 /* Define to 1 if using librsvg. */
686 #undef HAVE_RSVG
688 /* Define to 1 if you have the `select' function. */
689 #undef HAVE_SELECT
691 /* Define to 1 if you have the `sendto' function. */
692 #undef HAVE_SENDTO
694 /* Define to 1 if you have the `setitimer' function. */
695 #undef HAVE_SETITIMER
697 /* Define to 1 if you have the `setlocale' function. */
698 #undef HAVE_SETLOCALE
700 /* Define to 1 if you have the `setpgid' function. */
701 #undef HAVE_SETPGID
703 /* Define to 1 if you have the `setrlimit' function. */
704 #undef HAVE_SETRLIMIT
706 /* Define to 1 if you have the `setsid' function. */
707 #undef HAVE_SETSID
709 /* Define to 1 if you have the `shutdown' function. */
710 #undef HAVE_SHUTDOWN
712 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
713 #undef HAVE_SIGNED_SIG_ATOMIC_T
715 /* Define to 1 if 'wchar_t' is a signed integer type. */
716 #undef HAVE_SIGNED_WCHAR_T
718 /* Define to 1 if 'wint_t' is a signed integer type. */
719 #undef HAVE_SIGNED_WINT_T
721 /* Define to 1 if the system has the type `sigset_t'. */
722 #undef HAVE_SIGSET_T
724 /* Define to 1 if you have the `snprintf' function. */
725 #undef HAVE_SNPRINTF
727 /* Define to 1 if you have sound support. */
728 #undef HAVE_SOUND
730 /* Define to 1 if you have the <soundcard.h> header file. */
731 #undef HAVE_SOUNDCARD_H
733 /* Define to 1 if `speed_t' is declared by <termios.h>. */
734 #undef HAVE_SPEED_T
736 /* Define to 1 if you have the <stdint.h> header file. */
737 #undef HAVE_STDINT_H
739 /* Define to 1 if you have the <stdio_ext.h> header file. */
740 #undef HAVE_STDIO_EXT_H
742 /* Define to 1 if you have the <stdlib.h> header file. */
743 #undef HAVE_STDLIB_H
745 /* Define to 1 if you have the `strcasecmp' function. */
746 #undef HAVE_STRCASECMP
748 /* Define to 1 if you have the `strerror' function. */
749 #undef HAVE_STRERROR
751 /* Define to 1 if you have the <strings.h> header file. */
752 #undef HAVE_STRINGS_H
754 /* Define to 1 if you have the <string.h> header file. */
755 #undef HAVE_STRING_H
757 /* Define to 1 if you have the `strncasecmp' function. */
758 #undef HAVE_STRNCASECMP
760 /* Define to 1 if you have the `strsignal' function. */
761 #undef HAVE_STRSIGNAL
763 /* Define to 1 if you have the `strtoimax' function. */
764 #undef HAVE_STRTOIMAX
766 /* Define to 1 if you have the `strtoll' function. */
767 #undef HAVE_STRTOLL
769 /* Define to 1 if you have the `strtoull' function. */
770 #undef HAVE_STRTOULL
772 /* Define to 1 if you have the `strtoumax' function. */
773 #undef HAVE_STRTOUMAX
775 /* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */
776 #undef HAVE_STRUCT_IFREQ_IFR_ADDR
778 /* Define to 1 if `ifr_addr.sa_len' is a member of `struct ifreq'. */
779 #undef HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN
781 /* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */
782 #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
784 /* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */
785 #undef HAVE_STRUCT_IFREQ_IFR_FLAGS
787 /* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */
788 #undef HAVE_STRUCT_IFREQ_IFR_HWADDR
790 /* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */
791 #undef HAVE_STRUCT_IFREQ_IFR_NETMASK
793 /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
794 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
796 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
797 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
799 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
800 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
802 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
803 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
805 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
806 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
808 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
809 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
811 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
812 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
814 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
815 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
817 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
818 #undef HAVE_STRUCT_TM_TM_ZONE
820 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
821    have utime.h but don't declare the struct anywhere. */
822 #undef HAVE_STRUCT_UTIMBUF
824 /* Define if struct stat has an st_dm_mode member. */
825 #undef HAVE_ST_DM_MODE
827 /* Define to 1 if you have the `symlink' function. */
828 #undef HAVE_SYMLINK
830 /* Define to 1 if you have the `sync' function. */
831 #undef HAVE_SYNC
833 /* Define to 1 if you have the <sys/bitypes.h> header file. */
834 #undef HAVE_SYS_BITYPES_H
836 /* Define to 1 if you have the <sys/inttypes.h> header file. */
837 #undef HAVE_SYS_INTTYPES_H
839 /* Define to 1 if you have the <sys/loadavg.h> header file. */
840 #undef HAVE_SYS_LOADAVG_H
842 /* Define to 1 if you have the <sys/param.h> header file. */
843 #undef HAVE_SYS_PARAM_H
845 /* Define to 1 if you have the <sys/resource.h> header file. */
846 #undef HAVE_SYS_RESOURCE_H
848 /* Define to 1 if you have the <sys/select.h> header file. */
849 #undef HAVE_SYS_SELECT_H
851 /* Define to 1 if you have the <sys/socket.h> header file. */
852 #undef HAVE_SYS_SOCKET_H
854 /* Define to 1 if you have the <sys/soundcard.h> header file. */
855 #undef HAVE_SYS_SOUNDCARD_H
857 /* Define to 1 if you have the <sys/stat.h> header file. */
858 #undef HAVE_SYS_STAT_H
860 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
861 #undef HAVE_SYS_SYSTEMINFO_H
863 /* Define to 1 if you have the <sys/timeb.h> header file. */
864 #undef HAVE_SYS_TIMEB_H
866 /* Define to 1 if you have the <sys/time.h> header file. */
867 #undef HAVE_SYS_TIME_H
869 /* Define to 1 if you have the <sys/types.h> header file. */
870 #undef HAVE_SYS_TYPES_H
872 /* Define to 1 if you have the <sys/un.h> header file. */
873 #undef HAVE_SYS_UN_H
875 /* Define to 1 if you have the <sys/utsname.h> header file. */
876 #undef HAVE_SYS_UTSNAME_H
878 /* Define to 1 if you have the <sys/vlimit.h> header file. */
879 #undef HAVE_SYS_VLIMIT_H
881 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
882 #undef HAVE_SYS_WAIT_H
884 /* Define to 1 if you have the <term.h> header file. */
885 #undef HAVE_TERM_H
887 /* Define to 1 if you have the tiff library (-ltiff). */
888 #undef HAVE_TIFF
890 /* Define if struct tm has the tm_gmtoff member. */
891 #undef HAVE_TM_GMTOFF
893 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
894    `HAVE_STRUCT_TM_TM_ZONE' instead. */
895 #undef HAVE_TM_ZONE
897 /* Define to 1 if you have the `touchlock' function. */
898 #undef HAVE_TOUCHLOCK
900 /* Define to 1 if you don't have `tm_zone' but do have the external array
901    `tzname'. */
902 #undef HAVE_TZNAME
904 /* Define to 1 if you have the `tzset' function. */
905 #undef HAVE_TZSET
907 /* Define to 1 if you have the <unistd.h> header file. */
908 #undef HAVE_UNISTD_H
910 /* Define to 1 if the system has the type 'unsigned long long int'. */
911 #undef HAVE_UNSIGNED_LONG_LONG_INT
913 /* Define to 1 if you have the <util.h> header file. */
914 #undef HAVE_UTIL_H
916 /* Define to 1 if you have the `utimensat' function. */
917 #undef HAVE_UTIMENSAT
919 /* Define to 1 if you have the `utimes' function. */
920 #undef HAVE_UTIMES
922 /* Define to 1 if you have the <utime.h> header file. */
923 #undef HAVE_UTIME_H
925 /* Define to 1 if you have the <utmp.h> header file. */
926 #undef HAVE_UTMP_H
928 /* Define to 1 if you have the `vfork' function. */
929 #undef HAVE_VFORK
931 /* Define to 1 if you have the <vfork.h> header file. */
932 #undef HAVE_VFORK_H
934 /* Define to 1 if you have the <wchar.h> header file. */
935 #undef HAVE_WCHAR_H
937 /* Define if you have the 'wchar_t' type. */
938 #undef HAVE_WCHAR_T
940 /* Define if you have a window system. */
941 #undef HAVE_WINDOW_SYSTEM
943 /* Define to 1 if you have the <winsock2.h> header file. */
944 #undef HAVE_WINSOCK2_H
946 /* Define to 1 if `fork' works. */
947 #undef HAVE_WORKING_FORK
949 /* Define if utimes works properly. */
950 #undef HAVE_WORKING_UTIMES
952 /* Define to 1 if `vfork' works. */
953 #undef HAVE_WORKING_VFORK
955 /* Define to 1 if you have the <ws2tcpip.h> header file. */
956 #undef HAVE_WS2TCPIP_H
958 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
959    expects to use version 10. */
960 #undef HAVE_X11
962 /* Define to 1 if you have the X11R6 or newer version of Xlib. */
963 #undef HAVE_X11R6
965 /* Define if you have usable X11R6-style XIM support. */
966 #undef HAVE_X11R6_XIM
968 /* Define to 1 if you have the X11R6 or newer version of Xt. */
969 #undef HAVE_X11XTR6
971 /* Define to 1 if you have the Xaw3d library (-lXaw3d). */
972 #undef HAVE_XAW3D
974 /* Define to 1 if you have the Xft library. */
975 #undef HAVE_XFT
977 /* Define to 1 if XIM is available */
978 #undef HAVE_XIM
980 /* Define to 1 if you have the XkbGetKeyboard function. */
981 #undef HAVE_XKBGETKEYBOARD
983 /* Define to 1 if you have the Xpm library (-lXpm). */
984 #undef HAVE_XPM
986 /* Define to 1 if you have the `XrmSetDatabase' function. */
987 #undef HAVE_XRMSETDATABASE
989 /* Define to 1 if you have the `XScreenNumberOfScreen' function. */
990 #undef HAVE_XSCREENNUMBEROFSCREEN
992 /* Define to 1 if you have the `XScreenResourceString' function. */
993 #undef HAVE_XSCREENRESOURCESTRING
995 /* Define if you have usable i18n support. */
996 #undef HAVE_X_I18N
998 /* Define to 1 if you have the SM library (-lSM). */
999 #undef HAVE_X_SM
1001 /* Define to 1 if you want to use the X window system. */
1002 #undef HAVE_X_WINDOWS
1004 /* Define to 1 if the system has the type `_Bool'. */
1005 #undef HAVE__BOOL
1007 /* Define to 1 if you have the `_ftime' function. */
1008 #undef HAVE__FTIME
1010 /* Define to 1 if you have the `__builtin_unwind_init' function. */
1011 #undef HAVE___BUILTIN_UNWIND_INIT
1013 /* Define to 1 if you have the `__executable_start' function. */
1014 #undef HAVE___EXECUTABLE_START
1016 /* Define to 1 if you have the `__fpending' function. */
1017 #undef HAVE___FPENDING
1019 /* Define to support using a Hesiod database to find the POP server. */
1020 #undef HESIOD
1022 /* Define to support Kerberos-authenticated POP mail retrieval. */
1023 #undef KERBEROS
1025 /* Define to use Kerberos 5 instead of Kerberos 4. */
1026 #undef KERBEROS5
1028 /* Define to 1 if localtime caches TZ. */
1029 #undef LOCALTIME_CACHE
1031 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1032    slash. */
1033 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1035 /* String giving fallback POP mail host. */
1036 #undef MAILHOST
1038 /* Define to unlink, rather than empty, mail spool after reading. */
1039 #undef MAIL_UNLINK_SPOOL
1041 /* Define if the mailer uses flock to interlock the mail spool. */
1042 #undef MAIL_USE_FLOCK
1044 /* Define if the mailer uses lockf to interlock the mail spool. */
1045 #undef MAIL_USE_LOCKF
1047 /* Define to support MMDF mailboxes in movemail. */
1048 #undef MAIL_USE_MMDF
1050 /* Define to support POP mail retrieval. */
1051 #undef MAIL_USE_POP
1053 /* Define to 1 if you don't have struct exception in math.h. */
1054 #undef NO_MATHERR
1056 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1057 #undef NO_MINUS_C_MINUS_O
1059 /* Define if termio.h should not be included. */
1060 #undef NO_TERMIO
1062 /* Define to 1 if `NSInteger' is defined. */
1063 #undef NS_HAVE_NSINTEGER
1065 /* Define to 1 if you are using NS windowing under MacOS X. */
1066 #undef NS_IMPL_COCOA
1068 /* Define to 1 if you are using NS windowing under GNUstep. */
1069 #undef NS_IMPL_GNUSTEP
1071 /* Define to 1 if the nlist n_name member is a pointer */
1072 #undef N_NAME_POINTER
1074 /* Define if the C compiler is the linker. */
1075 #undef ORDINARY_LINK
1077 /* Name of package */
1078 #undef PACKAGE
1080 /* Define to the address where bug reports for this package should be sent. */
1081 #undef PACKAGE_BUGREPORT
1083 /* Define to the full name of this package. */
1084 #undef PACKAGE_NAME
1086 /* Define to the full name and version of this package. */
1087 #undef PACKAGE_STRING
1089 /* Define to the one symbol short name of this package. */
1090 #undef PACKAGE_TARNAME
1092 /* Define to the home page for this package. */
1093 #undef PACKAGE_URL
1095 /* Define to the version of this package. */
1096 #undef PACKAGE_VERSION
1098 /* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno.
1099    */
1100 #undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO
1102 /* Define to 1 if pthread_sigmask() may returns 0 and have no effect. */
1103 #undef PTHREAD_SIGMASK_INEFFECTIVE
1105 /* Define to 1 if pthread_sigmask() unblocks signals incorrectly. */
1106 #undef PTHREAD_SIGMASK_UNBLOCK_BUG
1108 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1109    'ptrdiff_t'. */
1110 #undef PTRDIFF_T_SUFFIX
1112 /* Define to 1 if readlink fails to recognize a trailing slash. */
1113 #undef READLINK_TRAILING_SLASH_BUG
1115 /* Define REL_ALLOC if you want to use the relocating allocator for buffer
1116    space. */
1117 #undef REL_ALLOC
1119 /* Define to 1 if stat needs help when passed a directory name with a trailing
1120    slash */
1121 #undef REPLACE_FUNC_STAT_DIR
1123 /* Define to 1 if stat needs help when passed a file name with a trailing
1124    slash */
1125 #undef REPLACE_FUNC_STAT_FILE
1127 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1128    'sig_atomic_t'. */
1129 #undef SIG_ATOMIC_T_SUFFIX
1131 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1132    'size_t'. */
1133 #undef SIZE_T_SUFFIX
1135 /* If using the C implementation of alloca, define if you know the
1136    direction of stack growth for your system; otherwise it will be
1137    automatically deduced at runtime.
1138         STACK_DIRECTION > 0 => grows toward higher addresses
1139         STACK_DIRECTION < 0 => grows toward lower addresses
1140         STACK_DIRECTION = 0 => direction of growth unknown */
1141 #undef STACK_DIRECTION
1143 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1144 #undef STAT_MACROS_BROKEN
1146 /* Define to 1 if you have the ANSI C header files. */
1147 #undef STDC_HEADERS
1149 /* Define to 1 on System V Release 4. */
1150 #undef SVR4
1152 /* Process async input synchronously. */
1153 #undef SYNC_INPUT
1155 /* Define to use system malloc. */
1156 #undef SYSTEM_MALLOC
1158 /* The type of system you are compiling for; sets `system-type'. */
1159 #undef SYSTEM_TYPE
1161 /* Define to 1 if you use terminfo instead of termcap. */
1162 #undef TERMINFO
1164 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1165 #undef TIME_WITH_SYS_TIME
1167 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1168 #undef TM_IN_SYS_TIME
1170 /* Define to 1 if the type of the st_atim member of a struct stat is struct
1171    timespec. */
1172 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
1174 /* Define to 1 for Encore UMAX. */
1175 #undef UMAX
1177 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1178    <sys/cpustats.h>. */
1179 #undef UMAX4_3
1181 /* Define to 1 if using GTK. */
1182 #undef USE_GTK
1184 /* Define to 1 if using the Lucid X toolkit. */
1185 #undef USE_LUCID
1187 /* Define to use mmap to allocate buffer text. */
1188 #undef USE_MMAP_FOR_BUFFERS
1190 /* Define to 1 if using the Motif X toolkit. */
1191 #undef USE_MOTIF
1193 /* Define to 1 if we should use toolkit scroll bars. */
1194 #undef USE_TOOLKIT_SCROLL_BARS
1196 /* Define to 1 if we should use XIM, if it is available. */
1197 #undef USE_XIM
1199 /* Define to 1 if using an X toolkit. */
1200 #undef USE_X_TOOLKIT
1202 /* Define for USG systems where it works to open a pty's tty in the parent
1203    process, then close and reopen it in the child. */
1204 #undef USG_SUBTTY_WORKS
1206 /* Version number of package */
1207 #undef VERSION
1209 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1210    'wchar_t'. */
1211 #undef WCHAR_T_SUFFIX
1213 /* Use long long for EMACS_INT if available. */
1214 #undef WIDE_EMACS_INT
1216 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1217    'wint_t'. */
1218 #undef WINT_T_SUFFIX
1220 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1221    significant byte first (like Motorola and SPARC, unlike Intel). */
1222 #if defined AC_APPLE_UNIVERSAL_BUILD
1223 # if defined __BIG_ENDIAN__
1224 #  define WORDS_BIGENDIAN 1
1225 # endif
1226 #else
1227 # ifndef WORDS_BIGENDIAN
1228 #  undef WORDS_BIGENDIAN
1229 # endif
1230 #endif
1232 /* Define this to check for malloc buffer overrun. */
1233 #undef XMALLOC_OVERRUN_CHECK
1235 /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
1236    XPointer or XPointer*. */
1237 #undef XRegisterIMInstantiateCallback_arg6
1239 /* Enable large inode numbers on Mac OS X.  */
1240 #ifndef _DARWIN_USE_64_BIT_INODE
1241 # define _DARWIN_USE_64_BIT_INODE 1
1242 #endif
1244 /* Number of bits in a file offset, on hosts where this is settable. */
1245 #undef _FILE_OFFSET_BITS
1247 /* enable compile-time and run-time bounds-checking, and some warnings */
1248 #undef _FORTIFY_SOURCE
1250 /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
1251    stat.st_size becomes 64-bit. */
1252 #undef _GL_WINDOWS_64_BIT_ST_SIZE
1254 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1255 #undef _LARGEFILE_SOURCE
1257 /* Define for large files, on AIX-style hosts. */
1258 #undef _LARGE_FILES
1260 /* Define to 1 if on MINIX. */
1261 #undef _MINIX
1263 /* Define if GNUstep uses ObjC exceptions. */
1264 #undef _NATIVE_OBJC_EXCEPTIONS
1266 /* The _Noreturn keyword of C11.  */
1267 #if ! (defined _Noreturn \
1268        || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
1269 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
1270       || 0x5110 <= __SUNPRO_C)
1271 #  define _Noreturn __attribute__ ((__noreturn__))
1272 # elif defined _MSC_VER && 1200 <= _MSC_VER
1273 #  define _Noreturn __declspec (noreturn)
1274 # else
1275 #  define _Noreturn
1276 # endif
1277 #endif
1280 /* Define to 2 if the system does not provide POSIX.1 features except with
1281    this defined. */
1282 #undef _POSIX_1_SOURCE
1284 /* Define to 1 if you need to in order for 'stat' and other things to work. */
1285 #undef _POSIX_SOURCE
1287 /* Needed for system_process_attributes on Solaris. */
1288 #undef _STRUCTURED_PROC
1290 /* Define to 500 only on HP-UX. */
1291 #undef _XOPEN_SOURCE
1293 /* Enable extensions on AIX 3, Interix.  */
1294 #ifndef _ALL_SOURCE
1295 # undef _ALL_SOURCE
1296 #endif
1297 /* Enable general extensions on Mac OS X.  */
1298 #ifndef _DARWIN_C_SOURCE
1299 # undef _DARWIN_C_SOURCE
1300 #endif
1301 /* Enable GNU extensions on systems that have them.  */
1302 #ifndef _GNU_SOURCE
1303 # undef _GNU_SOURCE
1304 #endif
1305 /* Enable threading extensions on Solaris.  */
1306 #ifndef _POSIX_PTHREAD_SEMANTICS
1307 # undef _POSIX_PTHREAD_SEMANTICS
1308 #endif
1309 /* Enable extensions on HP NonStop.  */
1310 #ifndef _TANDEM_SOURCE
1311 # undef _TANDEM_SOURCE
1312 #endif
1313 /* Enable general extensions on Solaris.  */
1314 #ifndef __EXTENSIONS__
1315 # undef __EXTENSIONS__
1316 #endif
1319 /* Define to rpl_ if the getopt replacement functions and variables should be
1320    used. */
1321 #undef __GETOPT_PREFIX
1323 /* Define to compiler's equivalent of C99 restrict keyword in array
1324    declarations. Define as empty for no equivalent. */
1325 #undef __restrict_arr
1327 /* Define to the used os dependent file. */
1328 #undef config_opsysfile
1330 /* A replacement for va_copy, if needed.  */
1331 #define gl_va_copy(a,b) ((a) = (b))
1333 /* Define to rpl_gmtime if the replacement function should be used. */
1334 #undef gmtime
1336 /* Define to `__inline__' or `__inline' if that's what the C compiler
1337    calls it, or to nothing if 'inline' is not supported under any name.  */
1338 #ifndef __cplusplus
1339 #undef inline
1340 #endif
1342 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1343    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1344    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1345    __APPLE__ && __MACH__ test for Mac OS X.
1346    __APPLE_CC__ tests for the Apple compiler and its version.
1347    __STDC_VERSION__ tests for the C99 mode.  */
1348 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1349 # define __GNUC_STDC_INLINE__ 1
1350 #endif
1352 /* Define to 1 if the compiler is checking for lint. */
1353 #undef lint
1355 /* Define to rpl_localtime if the replacement function should be used. */
1356 #undef localtime
1358 /* Define to a type if <wchar.h> does not define. */
1359 #undef mbstate_t
1361 /* Define to `int' if <sys/types.h> does not define. */
1362 #undef mode_t
1364 /* Define to the name of the strftime replacement function. */
1365 #undef my_strftime
1367 /* Define to the type of st_nlink in struct stat, or a supertype. */
1368 #undef nlink_t
1370 /* Define to `int' if <sys/types.h> does not define. */
1371 #undef pid_t
1373 /* Define to the equivalent of the C99 'restrict' keyword, or to
1374    nothing if this is not supported.  Do not define if restrict is
1375    supported directly.  */
1376 #undef restrict
1377 /* Work around a bug in Sun C++: it does not support _Restrict or
1378    __restrict__, even though the corresponding Sun C compiler ends up with
1379    "#define restrict _Restrict" or "#define restrict __restrict__" in the
1380    previous line.  Perhaps some future version of Sun C++ will work with
1381    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
1382 #if defined __SUNPRO_CC && !defined __RESTRICT
1383 # define _Restrict
1384 # define __restrict__
1385 #endif
1387 /* type to use in place of socklen_t if not defined */
1388 #undef socklen_t
1390 /* Define as a signed type of the same size as size_t. */
1391 #undef ssize_t
1393 /* Define to any substitute for sys_siglist. */
1394 #undef sys_siglist
1396 /* Define as a marker that can be attached to declarations that might not
1397     be used.  This helps to reduce warnings, such as from
1398     GCC -Wunused-parameter.  */
1399 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1400 # define _GL_UNUSED __attribute__ ((__unused__))
1401 #else
1402 # define _GL_UNUSED
1403 #endif
1404 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1405    is a misnomer outside of parameter lists.  */
1406 #define _UNUSED_PARAMETER_ _GL_UNUSED
1408 /* The __pure__ attribute was added in gcc 2.96.  */
1409 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1410 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
1411 #else
1412 # define _GL_ATTRIBUTE_PURE /* empty */
1413 #endif
1415 /* The __const__ attribute was added in gcc 2.95.  */
1416 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
1417 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1418 #else
1419 # define _GL_ATTRIBUTE_CONST /* empty */
1420 #endif
1423 /* Define as a macro for copying va_list variables. */
1424 #undef va_copy
1426 /* Define as `fork' if `vfork' does not work. */
1427 #undef vfork
1430 /* On AIX 3 this must be included before any other include file.  */
1431 #include <alloca.h>
1432 #if ! HAVE_ALLOCA
1433 # error "alloca not available on this machine"
1434 #endif
1436 /* Define AMPERSAND_FULL_NAME if you use the convention
1437    that & in the full name stands for the login id.  */
1438 /* Turned on June 1996 supposing nobody will mind it.  */
1439 #define AMPERSAND_FULL_NAME
1441 /* `subprocesses' should be defined if you want to
1442    have code for asynchronous subprocesses
1443    (as used in M-x compile and M-x shell).
1444    Only MSDOS does not support this (it overrides
1445    this in its config_opsysfile below).  */
1447 #define subprocesses
1449 /* Include the os dependent file.  */
1450 #ifdef config_opsysfile
1451 # include config_opsysfile
1452 #endif
1454 /* GNUstep needs a bit more pure memory.  Of the existing knobs,
1455    SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems.
1456   (There is probably a better place to do this, but right now the
1457    Cocoa side does this in s/darwin.h and we cannot parallel this
1458    exactly since GNUstep is multi-OS.  */
1459 #if defined HAVE_NS && defined NS_IMPL_GNUSTEP
1460 #  define SYSTEM_PURESIZE_EXTRA 30000
1461 #endif
1463 #ifdef emacs /* Don't do this for lib-src.  */
1464 /* Tell regex.c to use a type compatible with Emacs.  */
1465 #define RE_TRANSLATE_TYPE Lisp_Object
1466 #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
1467 #ifdef make_number
1468 /* If make_number is a macro, use it.  */
1469 #define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0)))
1470 #else
1471 /* If make_number is a function, avoid it.  */
1472 #define RE_TRANSLATE_P(TBL) (!(INTEGERP (TBL) && XINT (TBL) == 0))
1473 #endif
1474 #endif
1476 #include <string.h>
1477 #include <stdlib.h>
1479 #if __GNUC__ >= 3  /* On GCC 3.0 we might get a warning.  */
1480 #define NO_INLINE __attribute__((noinline))
1481 #else
1482 #define NO_INLINE
1483 #endif
1485 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1))
1486 #define EXTERNALLY_VISIBLE __attribute__((externally_visible))
1487 #else
1488 #define EXTERNALLY_VISIBLE
1489 #endif
1491 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1492 # define ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
1493 #else
1494 # define ATTRIBUTE_FORMAT(spec) /* empty */
1495 #endif
1497 #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)
1498 # define ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \
1499    ATTRIBUTE_FORMAT ((__gnu_printf__, formatstring_parameter, first_argument))
1500 #else
1501 # define ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \
1502    ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument))
1503 #endif
1505 /* Some versions of GNU/Linux define noinline in their headers.  */
1506 #ifdef noinline
1507 #undef noinline
1508 #endif
1510 /* These won't be used automatically yet.  We also need to know, at least,
1511    that the stack is continuous.  */
1512 #ifdef __GNUC__
1513 #  ifndef GC_SETJMP_WORKS
1514   /* GC_SETJMP_WORKS is nearly always appropriate for GCC.  */
1515 #    define GC_SETJMP_WORKS 1
1516 #  endif
1517 #endif
1519 #endif /* EMACS_CONFIG_H */
1522 Local Variables:
1523 mode: c
1524 End: