In Lisp manual, don't capitalize pty.
[emacs.git] / autogen / config.in
blob7f50d0b89c156730002161f991ecf86b29e6b7c7
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 /* Enable expensive run-time checking of data types? */
82 #undef ENABLE_CHECKING
84 /* Define to 1 if futimesat mishandles a NULL file name. */
85 #undef FUTIMESAT_NULL_BUG
87 /* Define this to check for errors in cons list. */
88 #undef GC_CHECK_CONS_LIST
90 /* Define this temporarily to hunt a bug. If defined, the size of strings is
91    redundantly recorded in sdata structures so that it can be compared to the
92    sizes recorded in Lisp strings. */
93 #undef GC_CHECK_STRING_BYTES
95 /* Define this to check the string free list. */
96 #undef GC_CHECK_STRING_FREE_LIST
98 /* Define this to check for short string overrun. */
99 #undef GC_CHECK_STRING_OVERRUN
101 /* Define to 1 if the `getpgrp' function requires zero arguments. */
102 #undef GETPGRP_VOID
104 /* Define if gettimeofday clobbers the localtime buffer. */
105 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
107 /* Define this to 'void' or 'struct timezone' to match the system's
108    declaration of the second argument to gettimeofday. */
109 #undef GETTIMEOFDAY_TIMEZONE
111 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
112    whether the gnulib module fscanf shall be considered present. */
113 #undef GNULIB_FSCANF
115 /* enable some gnulib portability checks */
116 #undef GNULIB_PORTCHECK
118 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
119    whether the gnulib module scanf shall be considered present. */
120 #undef GNULIB_SCANF
122 /* Define to 1 if you want to use the GNU memory allocator. */
123 #undef GNU_MALLOC
125 /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */
126 #undef HAVE_AIX_SMT_EXP
128 /* Define to 1 if you have the `alarm' function. */
129 #undef HAVE_ALARM
131 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
132    may be supplied by this distribution. */
133 #undef HAVE_ALLOCA
135 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
136    */
137 #undef HAVE_ALLOCA_H
139 /* Define to 1 if ALSA is available. */
140 #undef HAVE_ALSA
142 /* Define to 1 if GCC-style __attribute__ ((__aligned__ (expr))) works. */
143 #undef HAVE_ATTRIBUTE_ALIGNED
145 /* Define to 1 if strtold conforms to C99. */
146 #undef HAVE_C99_STRTOLD
148 /* Define to 1 if you have the `cbrt' function. */
149 #undef HAVE_CBRT
151 /* Define to 1 if you have the `cfmakeraw' function. */
152 #undef HAVE_CFMAKERAW
154 /* Define to 1 if you have the `cfsetspeed' function. */
155 #undef HAVE_CFSETSPEED
157 /* Define to 1 if you have the `clock_gettime' function. */
158 #undef HAVE_CLOCK_GETTIME
160 /* Define to 1 if you have the `clock_settime' function. */
161 #undef HAVE_CLOCK_SETTIME
163 /* Define to 1 if you have the `closedir' function. */
164 #undef HAVE_CLOSEDIR
166 /* Define to 1 if you have the <coff.h> header file. */
167 #undef HAVE_COFF_H
169 /* Define to 1 if you have the <com_err.h> header file. */
170 #undef HAVE_COM_ERR_H
172 /* Define to 1 if you have the `copysign' function. */
173 #undef HAVE_COPYSIGN
175 /* Define to 1 if using D-Bus. */
176 #undef HAVE_DBUS
178 /* Define to 1 if you have the `dbus_type_is_valid' function. */
179 #undef HAVE_DBUS_TYPE_IS_VALID
181 /* Define to 1 if you have the `dbus_validate_bus_name' function. */
182 #undef HAVE_DBUS_VALIDATE_BUS_NAME
184 /* Define to 1 if you have the `dbus_validate_interface' function. */
185 #undef HAVE_DBUS_VALIDATE_INTERFACE
187 /* Define to 1 if you have the `dbus_validate_member' function. */
188 #undef HAVE_DBUS_VALIDATE_MEMBER
190 /* Define to 1 if you have the `dbus_validate_path' function. */
191 #undef HAVE_DBUS_VALIDATE_PATH
193 /* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
194 #undef HAVE_DBUS_WATCH_GET_UNIX_FD
196 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
197    */
198 #undef HAVE_DECL_GETENV
200 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
201    don't. */
202 #undef HAVE_DECL_LOCALTIME_R
204 /* Define to 1 if you have the declaration of `strmode', and to 0 if you
205    don't. */
206 #undef HAVE_DECL_STRMODE
208 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
209    don't. */
210 #undef HAVE_DECL_STRTOIMAX
212 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
213    don't. */
214 #undef HAVE_DECL_STRTOLL
216 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
217    don't. */
218 #undef HAVE_DECL_STRTOULL
220 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
221    don't. */
222 #undef HAVE_DECL_STRTOUMAX
224 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
225    don't. */
226 #undef HAVE_DECL_SYS_SIGLIST
228 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
229    */
230 #undef HAVE_DECL_TZNAME
232 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
233    don't. */
234 #undef HAVE_DECL___SYS_SIGLIST
236 /* Define to 1 if you have the <des.h> header file. */
237 #undef HAVE_DES_H
239 /* Define to 1 if dynamic ptys are supported. */
240 #undef HAVE_DEV_PTMX
242 /* Define to 1 if you have the `difftime' function. */
243 #undef HAVE_DIFFTIME
245 /* Define to 1 if you have the <dirent.h> header file. */
246 #undef HAVE_DIRENT_H
248 /* Define to 1 if you have the 'dup2' function. */
249 #undef HAVE_DUP2
251 /* Define to 1 if you have the `endgrent' function. */
252 #undef HAVE_ENDGRENT
254 /* Define to 1 if you have the `endpwent' function. */
255 #undef HAVE_ENDPWENT
257 /* Define to 1 if you have the `euidaccess' function. */
258 #undef HAVE_EUIDACCESS
260 /* Define to 1 if you have the <fcntl.h> header file. */
261 #undef HAVE_FCNTL_H
263 /* Define to 1 if you have the `fmod' function. */
264 #undef HAVE_FMOD
266 /* Define to 1 if you have the `fork' function. */
267 #undef HAVE_FORK
269 /* Define to 1 if you have the `fpathconf' function. */
270 #undef HAVE_FPATHCONF
272 /* Define to 1 if you have the `freeifaddrs' function. */
273 #undef HAVE_FREEIFADDRS
275 /* Define to 1 if using the freetype and fontconfig libraries. */
276 #undef HAVE_FREETYPE
278 /* Define to 1 if you have the `frexp' function. */
279 #undef HAVE_FREXP
281 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
282 #undef HAVE_FSEEKO
284 /* Define to 1 if you have the `fsync' function. */
285 #undef HAVE_FSYNC
287 /* Define to 1 if you have the `futimens' function. */
288 #undef HAVE_FUTIMENS
290 /* Define to 1 if you have the `futimes' function. */
291 #undef HAVE_FUTIMES
293 /* Define to 1 if you have the `futimesat' function. */
294 #undef HAVE_FUTIMESAT
296 /* Define to 1 if you have the `gai_strerror' function. */
297 #undef HAVE_GAI_STRERROR
299 /* Define to 1 if using GConf. */
300 #undef HAVE_GCONF
302 /* Define to 1 if you have the `getaddrinfo' function. */
303 #undef HAVE_GETADDRINFO
305 /* Define to 1 if you have the `getcwd' function. */
306 #undef HAVE_GETCWD
308 /* Define to 1 if you have the `getdelim' function. */
309 #undef HAVE_GETDELIM
311 /* Define to 1 if you have the `getgrent' function. */
312 #undef HAVE_GETGRENT
314 /* Define to 1 if you have the `gethostname' function. */
315 #undef HAVE_GETHOSTNAME
317 /* Define to 1 if you have the `getifaddrs' function. */
318 #undef HAVE_GETIFADDRS
320 /* Define to 1 if you have the `getline' function. */
321 #undef HAVE_GETLINE
323 /* Define to 1 if you have the <getopt.h> header file. */
324 #undef HAVE_GETOPT_H
326 /* Define to 1 if you have the `getopt_long_only' function. */
327 #undef HAVE_GETOPT_LONG_ONLY
329 /* Define to 1 if you have the `getpagesize' function. */
330 #undef HAVE_GETPAGESIZE
332 /* Define to 1 if you have the `getpeername' function. */
333 #undef HAVE_GETPEERNAME
335 /* Define to 1 if you have the `getpt' function. */
336 #undef HAVE_GETPT
338 /* Define to 1 if you have the `getpwent' function. */
339 #undef HAVE_GETPWENT
341 /* Define to 1 if you have the `getrlimit' function. */
342 #undef HAVE_GETRLIMIT
344 /* Define to 1 if you have the `getrusage' function. */
345 #undef HAVE_GETRUSAGE
347 /* Define to 1 if you have the `getsockname' function. */
348 #undef HAVE_GETSOCKNAME
350 /* Define to 1 if you have the `gettimeofday' function. */
351 #undef HAVE_GETTIMEOFDAY
353 /* Define to 1 if you have the `getwd' function. */
354 #undef HAVE_GETWD
356 /* Define to 1 if you have the `get_current_dir_name' function. */
357 #undef HAVE_GET_CURRENT_DIR_NAME
359 /* Define to 1 if you have a gif (or ungif) library. */
360 #undef HAVE_GIF
362 /* Define if using GnuTLS. */
363 #undef HAVE_GNUTLS
365 /* Define if using GnuTLS certificate verification callbacks. */
366 #undef HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY
368 /* Define to 1 if you have the `gnutls_certificate_set_verify_function'
369    function. */
370 #undef HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION
372 /* Define to 1 if you have the gpm library (-lgpm). */
373 #undef HAVE_GPM
375 /* Define to 1 if you have the `grantpt' function. */
376 #undef HAVE_GRANTPT
378 /* Define to 1 if using GSettings. */
379 #undef HAVE_GSETTINGS
381 /* Define to 1 if using GTK 3 or later. */
382 #undef HAVE_GTK3
384 /* Define to 1 if you have the `gtk_adjustment_get_page_size' function. */
385 #undef HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE
387 /* Define to 1 if you have the `gtk_dialog_get_action_area' function. */
388 #undef HAVE_GTK_DIALOG_GET_ACTION_AREA
390 /* Define to 1 if you have the `gtk_file_selection_new' function. */
391 #undef HAVE_GTK_FILE_SELECTION_NEW
393 /* Define to 1 if you have the `gtk_main' function. */
394 #undef HAVE_GTK_MAIN
396 /* Define to 1 if you have the `gtk_orientable_set_orientation' function. */
397 #undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION
399 /* Define to 1 if you have the `gtk_widget_get_mapped' function. */
400 #undef HAVE_GTK_WIDGET_GET_MAPPED
402 /* Define to 1 if you have the `gtk_widget_get_sensitive' function. */
403 #undef HAVE_GTK_WIDGET_GET_SENSITIVE
405 /* Define to 1 if you have the `gtk_widget_get_window' function. */
406 #undef HAVE_GTK_WIDGET_GET_WINDOW
408 /* Define to 1 if you have the `gtk_widget_set_has_window' function. */
409 #undef HAVE_GTK_WIDGET_SET_HAS_WINDOW
411 /* Define to 1 if you have the `gtk_window_set_has_resize_grip' function. */
412 #undef HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP
414 /* Define to 1 if you have the `g_type_init' function. */
415 #undef HAVE_G_TYPE_INIT
417 /* Define to 1 if netdb.h declares h_errno. */
418 #undef HAVE_H_ERRNO
420 /* Define to 1 if you have the <ifaddrs.h> header file. */
421 #undef HAVE_IFADDRS_H
423 /* Define to 1 if using imagemagick. */
424 #undef HAVE_IMAGEMAGICK
426 /* Define to 1 if you have inet sockets. */
427 #undef HAVE_INET_SOCKETS
429 /* Define to 1 if you have the <inttypes.h> header file. */
430 #undef HAVE_INTTYPES_H
432 /* Define to 1 if you have the jpeg library (-ljpeg). */
433 #undef HAVE_JPEG
435 /* Define to 1 if you have the <kerberosIV/des.h> header file. */
436 #undef HAVE_KERBEROSIV_DES_H
438 /* Define to 1 if you have the <kerberosIV/krb.h> header file. */
439 #undef HAVE_KERBEROSIV_KRB_H
441 /* Define to 1 if you have the <kerberos/des.h> header file. */
442 #undef HAVE_KERBEROS_DES_H
444 /* Define to 1 if you have the <kerberos/krb.h> header file. */
445 #undef HAVE_KERBEROS_KRB_H
447 /* Define to 1 if `e_text' is a member of `krb5_error'. */
448 #undef HAVE_KRB5_ERROR_E_TEXT
450 /* Define to 1 if `text' is a member of `krb5_error'. */
451 #undef HAVE_KRB5_ERROR_TEXT
453 /* Define to 1 if you have the <krb5.h> header file. */
454 #undef HAVE_KRB5_H
456 /* Define to 1 if you have the <krb.h> header file. */
457 #undef HAVE_KRB_H
459 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
460 #undef HAVE_LANGINFO_CODESET
462 /* Define to 1 if you have the `com_err' library (-lcom_err). */
463 #undef HAVE_LIBCOM_ERR
465 /* Define to 1 if you have the `crypto' library (-lcrypto). */
466 #undef HAVE_LIBCRYPTO
468 /* Define to 1 if you have the `des' library (-ldes). */
469 #undef HAVE_LIBDES
471 /* Define to 1 if you have the `des425' library (-ldes425). */
472 #undef HAVE_LIBDES425
474 /* Define to 1 if you have the `dgc' library (-ldgc). */
475 #undef HAVE_LIBDGC
477 /* Define to 1 if you have the `dnet' library (-ldnet). */
478 #undef HAVE_LIBDNET
480 /* Define to 1 if you have the hesiod library (-lhesiod). */
481 #undef HAVE_LIBHESIOD
483 /* Define to 1 if you have the `k5crypto' library (-lk5crypto). */
484 #undef HAVE_LIBK5CRYPTO
486 /* Define to 1 if you have the `krb' library (-lkrb). */
487 #undef HAVE_LIBKRB
489 /* Define to 1 if you have the `krb4' library (-lkrb4). */
490 #undef HAVE_LIBKRB4
492 /* Define to 1 if you have the `krb5' library (-lkrb5). */
493 #undef HAVE_LIBKRB5
495 /* Define to 1 if you have the `kstat' library (-lkstat). */
496 #undef HAVE_LIBKSTAT
498 /* Define to 1 if you have the `lockfile' library (-llockfile). */
499 #undef HAVE_LIBLOCKFILE
501 /* Define to 1 if you have the `m' library (-lm). */
502 #undef HAVE_LIBM
504 /* Define to 1 if you have the `mail' library (-lmail). */
505 #undef HAVE_LIBMAIL
507 /* Define to 1 if using libotf. */
508 #undef HAVE_LIBOTF
510 /* Define to 1 if you have the `perfstat' library (-lperfstat). */
511 #undef HAVE_LIBPERFSTAT
513 /* Define to 1 if you have the <libpng/png.h> header file. */
514 #undef HAVE_LIBPNG_PNG_H
516 /* Define to 1 if you have the `pthreads' library (-lpthreads). */
517 #undef HAVE_LIBPTHREADS
519 /* Define to 1 if you have the resolv library (-lresolv). */
520 #undef HAVE_LIBRESOLV
522 /* Define to 1 if using SELinux. */
523 #undef HAVE_LIBSELINUX
525 /* Define to 1 if you have the `Xext' library (-lXext). */
526 #undef HAVE_LIBXEXT
528 /* Define to 1 if you have the libxml library (-lxml2). */
529 #undef HAVE_LIBXML2
531 /* Define to 1 if you have the `Xmu' library (-lXmu). */
532 #undef HAVE_LIBXMU
534 /* Define to 1 if you have the <linux/version.h> header file. */
535 #undef HAVE_LINUX_VERSION_H
537 /* Define to 1 if you have the `localtime_r' function. */
538 #undef HAVE_LOCALTIME_R
540 /* Define to 1 if you have the `logb' function. */
541 #undef HAVE_LOGB
543 /* Define to 1 if you support file names longer than 14 characters. */
544 #undef HAVE_LONG_FILE_NAMES
546 /* Define to 1 if the system has the type 'long long int'. */
547 #undef HAVE_LONG_LONG_INT
549 /* Define to 1 if you have the `lrand48' function. */
550 #undef HAVE_LRAND48
552 /* Define to 1 if you have the `lstat' function. */
553 #undef HAVE_LSTAT
555 /* Define to 1 if you have the `lutimes' function. */
556 #undef HAVE_LUTIMES
558 /* Define to 1 if using libm17n-flt. */
559 #undef HAVE_M17N_FLT
561 /* Define to 1 if you have the <machine/soundcard.h> header file. */
562 #undef HAVE_MACHINE_SOUNDCARD_H
564 /* Define to 1 if you have the <mach/mach.h> header file. */
565 #undef HAVE_MACH_MACH_H
567 /* Define to 1 if you have the `MagickExportImagePixels' function. */
568 #undef HAVE_MAGICKEXPORTIMAGEPIXELS
570 /* Define to 1 if you have the `MagickMergeImageLayers' function. */
571 #undef HAVE_MAGICKMERGEIMAGELAYERS
573 /* Define to 1 if you have the <maillock.h> header file. */
574 #undef HAVE_MAILLOCK_H
576 /* Define to 1 if you have the <malloc/malloc.h> header file. */
577 #undef HAVE_MALLOC_MALLOC_H
579 /* Define to 1 if <wchar.h> declares mbstate_t. */
580 #undef HAVE_MBSTATE_T
582 /* Define to 1 if you have the <memory.h> header file. */
583 #undef HAVE_MEMORY_H
585 /* Define to 1 if you have mouse menus. (This is automatic if you use X, but
586    the option to specify it remains.) It is also defined with other window
587    systems that support xmenu.c. */
588 #undef HAVE_MENUS
590 /* Define to 1 if you have the `mkdir' function. */
591 #undef HAVE_MKDIR
593 /* Define to 1 if you have the `mkstemp' function. */
594 #undef HAVE_MKSTEMP
596 /* Define to 1 if you have a working `mmap' system call. */
597 #undef HAVE_MMAP
599 /* Define if you have mouse support. */
600 #undef HAVE_MOUSE
602 /* Define to 1 if you have the `nanotime' function. */
603 #undef HAVE_NANOTIME
605 /* Define to 1 if you have the <net/if_dl.h> header file. */
606 #undef HAVE_NET_IF_DL_H
608 /* Define to 1 if you have the <net/if.h> header file. */
609 #undef HAVE_NET_IF_H
611 /* Define to 1 if you have the <nlist.h> header file. */
612 #undef HAVE_NLIST_H
614 /* Define to 1 if you are using the NeXTstep API, either GNUstep or Cocoa on
615    Mac OS X. */
616 #undef HAVE_NS
618 /* Define to 1 if libotf has OTF_get_variation_glyphs. */
619 #undef HAVE_OTF_GET_VARIATION_GLYPHS
621 /* Define to 1 if personality LINUX32 can be set. */
622 #undef HAVE_PERSONALITY_LINUX32
624 /* Define to 1 if you have the png library (-lpng). */
625 #undef HAVE_PNG
627 /* Define to 1 if you have the <png.h> header file. */
628 #undef HAVE_PNG_H
630 /* Define to 1 if you have the `posix_memalign' function. */
631 #undef HAVE_POSIX_MEMALIGN
633 /* Define if you have the /proc filesystem. */
634 #undef HAVE_PROCFS
636 /* Define to 1 if you have the `pselect' function. */
637 #undef HAVE_PSELECT
639 /* Define to 1 if you have the `pstat_getdynamic' function. */
640 #undef HAVE_PSTAT_GETDYNAMIC
642 /* Define to 1 if you have pthread (-lpthread). */
643 #undef HAVE_PTHREAD
645 /* Define to 1 if you have the <pthread.h> header file. */
646 #undef HAVE_PTHREAD_H
648 /* Define to 1 if the pthread_sigmask function can be used (despite bugs). */
649 #undef HAVE_PTHREAD_SIGMASK
651 /* Define to 1 if you have the <pty.h> header file. */
652 #undef HAVE_PTY_H
654 /* Define to 1 if you have the <pwd.h> header file. */
655 #undef HAVE_PWD_H
657 /* Define to 1 if you have the `random' function. */
658 #undef HAVE_RANDOM
660 /* Define to 1 if you have the `readlink' function. */
661 #undef HAVE_READLINK
663 /* Define to 1 if you have the `readlinkat' function. */
664 #undef HAVE_READLINKAT
666 /* Define to 1 if you have the `recvfrom' function. */
667 #undef HAVE_RECVFROM
669 /* Define to 1 if you have the `rename' function. */
670 #undef HAVE_RENAME
672 /* Define to 1 if res_init is available. */
673 #undef HAVE_RES_INIT
675 /* Define to 1 if you have the `rint' function. */
676 #undef HAVE_RINT
678 /* Define to 1 if you have the `rmdir' function. */
679 #undef HAVE_RMDIR
681 /* Define to 1 if using librsvg. */
682 #undef HAVE_RSVG
684 /* Define to 1 if you have the `select' function. */
685 #undef HAVE_SELECT
687 /* Define to 1 if you have the `sendto' function. */
688 #undef HAVE_SENDTO
690 /* Define to 1 if you have the `setitimer' function. */
691 #undef HAVE_SETITIMER
693 /* Define to 1 if you have the `setlocale' function. */
694 #undef HAVE_SETLOCALE
696 /* Define to 1 if you have the `setpgid' function. */
697 #undef HAVE_SETPGID
699 /* Define to 1 if you have the `setrlimit' function. */
700 #undef HAVE_SETRLIMIT
702 /* Define to 1 if you have the `setsid' function. */
703 #undef HAVE_SETSID
705 /* Define to 1 if you have the `shutdown' function. */
706 #undef HAVE_SHUTDOWN
708 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
709 #undef HAVE_SIGNED_SIG_ATOMIC_T
711 /* Define to 1 if 'wchar_t' is a signed integer type. */
712 #undef HAVE_SIGNED_WCHAR_T
714 /* Define to 1 if 'wint_t' is a signed integer type. */
715 #undef HAVE_SIGNED_WINT_T
717 /* Define to 1 if the system has the type `sigset_t'. */
718 #undef HAVE_SIGSET_T
720 /* Define to 1 if you have the `snprintf' function. */
721 #undef HAVE_SNPRINTF
723 /* Define to 1 if you have sound support. */
724 #undef HAVE_SOUND
726 /* Define to 1 if you have the <soundcard.h> header file. */
727 #undef HAVE_SOUNDCARD_H
729 /* Define to 1 if `speed_t' is declared by <termios.h>. */
730 #undef HAVE_SPEED_T
732 /* Define to 1 if you have the <stdint.h> header file. */
733 #undef HAVE_STDINT_H
735 /* Define to 1 if you have the <stdio_ext.h> header file. */
736 #undef HAVE_STDIO_EXT_H
738 /* Define to 1 if you have the <stdlib.h> header file. */
739 #undef HAVE_STDLIB_H
741 /* Define to 1 if you have the `strcasecmp' function. */
742 #undef HAVE_STRCASECMP
744 /* Define to 1 if you have the `strerror' function. */
745 #undef HAVE_STRERROR
747 /* Define to 1 if you have the <strings.h> header file. */
748 #undef HAVE_STRINGS_H
750 /* Define to 1 if you have the <string.h> header file. */
751 #undef HAVE_STRING_H
753 /* Define to 1 if you have the `strncasecmp' function. */
754 #undef HAVE_STRNCASECMP
756 /* Define to 1 if you have the `strsignal' function. */
757 #undef HAVE_STRSIGNAL
759 /* Define to 1 if you have the `strtoimax' function. */
760 #undef HAVE_STRTOIMAX
762 /* Define to 1 if you have the `strtoll' function. */
763 #undef HAVE_STRTOLL
765 /* Define to 1 if you have the `strtoull' function. */
766 #undef HAVE_STRTOULL
768 /* Define to 1 if you have the `strtoumax' function. */
769 #undef HAVE_STRTOUMAX
771 /* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */
772 #undef HAVE_STRUCT_IFREQ_IFR_ADDR
774 /* Define to 1 if `ifr_addr.sa_len' is a member of `struct ifreq'. */
775 #undef HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN
777 /* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */
778 #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
780 /* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */
781 #undef HAVE_STRUCT_IFREQ_IFR_FLAGS
783 /* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */
784 #undef HAVE_STRUCT_IFREQ_IFR_HWADDR
786 /* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */
787 #undef HAVE_STRUCT_IFREQ_IFR_NETMASK
789 /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
790 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
792 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
793 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
795 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
796 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
798 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
799 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
801 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
802 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
804 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
805 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
807 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
808 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
810 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
811 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
813 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
814 #undef HAVE_STRUCT_TM_TM_ZONE
816 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
817    have utime.h but don't declare the struct anywhere. */
818 #undef HAVE_STRUCT_UTIMBUF
820 /* Define if struct stat has an st_dm_mode member. */
821 #undef HAVE_ST_DM_MODE
823 /* Define to 1 if you have the `symlink' function. */
824 #undef HAVE_SYMLINK
826 /* Define to 1 if you have the `sync' function. */
827 #undef HAVE_SYNC
829 /* Define to 1 if you have the <sys/bitypes.h> header file. */
830 #undef HAVE_SYS_BITYPES_H
832 /* Define to 1 if you have the <sys/inttypes.h> header file. */
833 #undef HAVE_SYS_INTTYPES_H
835 /* Define to 1 if you have the <sys/loadavg.h> header file. */
836 #undef HAVE_SYS_LOADAVG_H
838 /* Define to 1 if you have the <sys/param.h> header file. */
839 #undef HAVE_SYS_PARAM_H
841 /* Define to 1 if you have the <sys/resource.h> header file. */
842 #undef HAVE_SYS_RESOURCE_H
844 /* Define to 1 if you have the <sys/select.h> header file. */
845 #undef HAVE_SYS_SELECT_H
847 /* Define to 1 if you have the <sys/socket.h> header file. */
848 #undef HAVE_SYS_SOCKET_H
850 /* Define to 1 if you have the <sys/soundcard.h> header file. */
851 #undef HAVE_SYS_SOUNDCARD_H
853 /* Define to 1 if you have the <sys/stat.h> header file. */
854 #undef HAVE_SYS_STAT_H
856 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
857 #undef HAVE_SYS_SYSTEMINFO_H
859 /* Define to 1 if you have the <sys/timeb.h> header file. */
860 #undef HAVE_SYS_TIMEB_H
862 /* Define to 1 if you have the <sys/time.h> header file. */
863 #undef HAVE_SYS_TIME_H
865 /* Define to 1 if you have the <sys/types.h> header file. */
866 #undef HAVE_SYS_TYPES_H
868 /* Define to 1 if you have the <sys/un.h> header file. */
869 #undef HAVE_SYS_UN_H
871 /* Define to 1 if you have the <sys/utsname.h> header file. */
872 #undef HAVE_SYS_UTSNAME_H
874 /* Define to 1 if you have the <sys/vlimit.h> header file. */
875 #undef HAVE_SYS_VLIMIT_H
877 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
878 #undef HAVE_SYS_WAIT_H
880 /* Define to 1 if you have the <term.h> header file. */
881 #undef HAVE_TERM_H
883 /* Define to 1 if you have the tiff library (-ltiff). */
884 #undef HAVE_TIFF
886 /* Define if struct tm has the tm_gmtoff member. */
887 #undef HAVE_TM_GMTOFF
889 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
890    `HAVE_STRUCT_TM_TM_ZONE' instead. */
891 #undef HAVE_TM_ZONE
893 /* Define to 1 if you have the `touchlock' function. */
894 #undef HAVE_TOUCHLOCK
896 /* Define to 1 if you don't have `tm_zone' but do have the external array
897    `tzname'. */
898 #undef HAVE_TZNAME
900 /* Define to 1 if you have the `tzset' function. */
901 #undef HAVE_TZSET
903 /* Define to 1 if you have the <unistd.h> header file. */
904 #undef HAVE_UNISTD_H
906 /* Define to 1 if the system has the type 'unsigned long long int'. */
907 #undef HAVE_UNSIGNED_LONG_LONG_INT
909 /* Define to 1 if you have the <util.h> header file. */
910 #undef HAVE_UTIL_H
912 /* Define to 1 if you have the `utimensat' function. */
913 #undef HAVE_UTIMENSAT
915 /* Define to 1 if you have the `utimes' function. */
916 #undef HAVE_UTIMES
918 /* Define to 1 if you have the <utime.h> header file. */
919 #undef HAVE_UTIME_H
921 /* Define to 1 if you have the <utmp.h> header file. */
922 #undef HAVE_UTMP_H
924 /* Define to 1 if you have the `vfork' function. */
925 #undef HAVE_VFORK
927 /* Define to 1 if you have the <vfork.h> header file. */
928 #undef HAVE_VFORK_H
930 /* Define to 1 if you have the <wchar.h> header file. */
931 #undef HAVE_WCHAR_H
933 /* Define if you have the 'wchar_t' type. */
934 #undef HAVE_WCHAR_T
936 /* Define if you have a window system. */
937 #undef HAVE_WINDOW_SYSTEM
939 /* Define to 1 if you have the <winsock2.h> header file. */
940 #undef HAVE_WINSOCK2_H
942 /* Define to 1 if `fork' works. */
943 #undef HAVE_WORKING_FORK
945 /* Define if utimes works properly. */
946 #undef HAVE_WORKING_UTIMES
948 /* Define to 1 if `vfork' works. */
949 #undef HAVE_WORKING_VFORK
951 /* Define to 1 if you have the <ws2tcpip.h> header file. */
952 #undef HAVE_WS2TCPIP_H
954 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
955    expects to use version 10. */
956 #undef HAVE_X11
958 /* Define to 1 if you have the X11R6 or newer version of Xlib. */
959 #undef HAVE_X11R6
961 /* Define if you have usable X11R6-style XIM support. */
962 #undef HAVE_X11R6_XIM
964 /* Define to 1 if you have the X11R6 or newer version of Xt. */
965 #undef HAVE_X11XTR6
967 /* Define to 1 if you have the Xaw3d library (-lXaw3d). */
968 #undef HAVE_XAW3D
970 /* Define to 1 if you have the Xft library. */
971 #undef HAVE_XFT
973 /* Define to 1 if XIM is available */
974 #undef HAVE_XIM
976 /* Define to 1 if you have the XkbGetKeyboard function. */
977 #undef HAVE_XKBGETKEYBOARD
979 /* Define to 1 if you have the Xpm library (-lXpm). */
980 #undef HAVE_XPM
982 /* Define to 1 if you have the `XrmSetDatabase' function. */
983 #undef HAVE_XRMSETDATABASE
985 /* Define to 1 if you have the `XScreenNumberOfScreen' function. */
986 #undef HAVE_XSCREENNUMBEROFSCREEN
988 /* Define to 1 if you have the `XScreenResourceString' function. */
989 #undef HAVE_XSCREENRESOURCESTRING
991 /* Define if you have usable i18n support. */
992 #undef HAVE_X_I18N
994 /* Define to 1 if you have the SM library (-lSM). */
995 #undef HAVE_X_SM
997 /* Define to 1 if you want to use the X window system. */
998 #undef HAVE_X_WINDOWS
1000 /* Define to 1 if the system has the type `_Bool'. */
1001 #undef HAVE__BOOL
1003 /* Define to 1 if you have the `_ftime' function. */
1004 #undef HAVE__FTIME
1006 /* Define to 1 if you have the `__builtin_unwind_init' function. */
1007 #undef HAVE___BUILTIN_UNWIND_INIT
1009 /* Define to 1 if you have the `__executable_start' function. */
1010 #undef HAVE___EXECUTABLE_START
1012 /* Define to 1 if you have the `__fpending' function. */
1013 #undef HAVE___FPENDING
1015 /* Define to support using a Hesiod database to find the POP server. */
1016 #undef HESIOD
1018 /* Define to support Kerberos-authenticated POP mail retrieval. */
1019 #undef KERBEROS
1021 /* Define to use Kerberos 5 instead of Kerberos 4. */
1022 #undef KERBEROS5
1024 /* Define to 1 if localtime caches TZ. */
1025 #undef LOCALTIME_CACHE
1027 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1028    slash. */
1029 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1031 /* String giving fallback POP mail host. */
1032 #undef MAILHOST
1034 /* Define to unlink, rather than empty, mail spool after reading. */
1035 #undef MAIL_UNLINK_SPOOL
1037 /* Define if the mailer uses flock to interlock the mail spool. */
1038 #undef MAIL_USE_FLOCK
1040 /* Define if the mailer uses lockf to interlock the mail spool. */
1041 #undef MAIL_USE_LOCKF
1043 /* Define to support MMDF mailboxes in movemail. */
1044 #undef MAIL_USE_MMDF
1046 /* Define to support POP mail retrieval. */
1047 #undef MAIL_USE_POP
1049 /* Define to 1 if you don't have struct exception in math.h. */
1050 #undef NO_MATHERR
1052 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1053 #undef NO_MINUS_C_MINUS_O
1055 /* Define if termio.h should not be included. */
1056 #undef NO_TERMIO
1058 /* Define to 1 if `NSInteger' is defined. */
1059 #undef NS_HAVE_NSINTEGER
1061 /* Define to 1 if you are using NS windowing under MacOS X. */
1062 #undef NS_IMPL_COCOA
1064 /* Define to 1 if you are using NS windowing under GNUstep. */
1065 #undef NS_IMPL_GNUSTEP
1067 /* Define to 1 if the nlist n_name member is a pointer */
1068 #undef N_NAME_POINTER
1070 /* Define if the C compiler is the linker. */
1071 #undef ORDINARY_LINK
1073 /* Name of package */
1074 #undef PACKAGE
1076 /* Define to the address where bug reports for this package should be sent. */
1077 #undef PACKAGE_BUGREPORT
1079 /* Define to the full name of this package. */
1080 #undef PACKAGE_NAME
1082 /* Define to the full name and version of this package. */
1083 #undef PACKAGE_STRING
1085 /* Define to the one symbol short name of this package. */
1086 #undef PACKAGE_TARNAME
1088 /* Define to the home page for this package. */
1089 #undef PACKAGE_URL
1091 /* Define to the version of this package. */
1092 #undef PACKAGE_VERSION
1094 /* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno.
1095    */
1096 #undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO
1098 /* Define to 1 if pthread_sigmask() may returns 0 and have no effect. */
1099 #undef PTHREAD_SIGMASK_INEFFECTIVE
1101 /* Define to 1 if pthread_sigmask() unblocks signals incorrectly. */
1102 #undef PTHREAD_SIGMASK_UNBLOCK_BUG
1104 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1105    'ptrdiff_t'. */
1106 #undef PTRDIFF_T_SUFFIX
1108 /* Define to 1 if readlink fails to recognize a trailing slash. */
1109 #undef READLINK_TRAILING_SLASH_BUG
1111 /* Define REL_ALLOC if you want to use the relocating allocator for buffer
1112    space. */
1113 #undef REL_ALLOC
1115 /* Define to 1 if stat needs help when passed a directory name with a trailing
1116    slash */
1117 #undef REPLACE_FUNC_STAT_DIR
1119 /* Define to 1 if stat needs help when passed a file name with a trailing
1120    slash */
1121 #undef REPLACE_FUNC_STAT_FILE
1123 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1124    'sig_atomic_t'. */
1125 #undef SIG_ATOMIC_T_SUFFIX
1127 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1128    'size_t'. */
1129 #undef SIZE_T_SUFFIX
1131 /* If using the C implementation of alloca, define if you know the
1132    direction of stack growth for your system; otherwise it will be
1133    automatically deduced at runtime.
1134         STACK_DIRECTION > 0 => grows toward higher addresses
1135         STACK_DIRECTION < 0 => grows toward lower addresses
1136         STACK_DIRECTION = 0 => direction of growth unknown */
1137 #undef STACK_DIRECTION
1139 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1140 #undef STAT_MACROS_BROKEN
1142 /* Define to 1 if you have the ANSI C header files. */
1143 #undef STDC_HEADERS
1145 /* Define to 1 on System V Release 4. */
1146 #undef SVR4
1148 /* Process async input synchronously. */
1149 #undef SYNC_INPUT
1151 /* Define to use system malloc. */
1152 #undef SYSTEM_MALLOC
1154 /* The type of system you are compiling for; sets `system-type'. */
1155 #undef SYSTEM_TYPE
1157 /* Define to 1 if you use terminfo instead of termcap. */
1158 #undef TERMINFO
1160 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1161 #undef TIME_WITH_SYS_TIME
1163 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1164 #undef TM_IN_SYS_TIME
1166 /* Define to 1 if the type of the st_atim member of a struct stat is struct
1167    timespec. */
1168 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
1170 /* Define to 1 for Encore UMAX. */
1171 #undef UMAX
1173 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1174    <sys/cpustats.h>. */
1175 #undef UMAX4_3
1177 /* Define to 1 if using GTK. */
1178 #undef USE_GTK
1180 /* Define to 1 if using the Lucid X toolkit. */
1181 #undef USE_LUCID
1183 /* Define to use mmap to allocate buffer text. */
1184 #undef USE_MMAP_FOR_BUFFERS
1186 /* Define to 1 if using the Motif X toolkit. */
1187 #undef USE_MOTIF
1189 /* Define to 1 if we should use toolkit scroll bars. */
1190 #undef USE_TOOLKIT_SCROLL_BARS
1192 /* Define to 1 if we should use XIM, if it is available. */
1193 #undef USE_XIM
1195 /* Define to 1 if using an X toolkit. */
1196 #undef USE_X_TOOLKIT
1198 /* Define for USG systems where it works to open a pty's tty in the parent
1199    process, then close and reopen it in the child. */
1200 #undef USG_SUBTTY_WORKS
1202 /* Version number of package */
1203 #undef VERSION
1205 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1206    'wchar_t'. */
1207 #undef WCHAR_T_SUFFIX
1209 /* Use long long for EMACS_INT if available. */
1210 #undef WIDE_EMACS_INT
1212 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1213    'wint_t'. */
1214 #undef WINT_T_SUFFIX
1216 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1217    significant byte first (like Motorola and SPARC, unlike Intel). */
1218 #if defined AC_APPLE_UNIVERSAL_BUILD
1219 # if defined __BIG_ENDIAN__
1220 #  define WORDS_BIGENDIAN 1
1221 # endif
1222 #else
1223 # ifndef WORDS_BIGENDIAN
1224 #  undef WORDS_BIGENDIAN
1225 # endif
1226 #endif
1228 /* Define this to check for malloc buffer overrun. */
1229 #undef XMALLOC_OVERRUN_CHECK
1231 /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
1232    XPointer or XPointer*. */
1233 #undef XRegisterIMInstantiateCallback_arg6
1235 /* Enable large inode numbers on Mac OS X.  */
1236 #ifndef _DARWIN_USE_64_BIT_INODE
1237 # define _DARWIN_USE_64_BIT_INODE 1
1238 #endif
1240 /* Number of bits in a file offset, on hosts where this is settable. */
1241 #undef _FILE_OFFSET_BITS
1243 /* enable compile-time and run-time bounds-checking, and some warnings */
1244 #undef _FORTIFY_SOURCE
1246 /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
1247    stat.st_size becomes 64-bit. */
1248 #undef _GL_WINDOWS_64_BIT_ST_SIZE
1250 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1251 #undef _LARGEFILE_SOURCE
1253 /* Define for large files, on AIX-style hosts. */
1254 #undef _LARGE_FILES
1256 /* Define to 1 if on MINIX. */
1257 #undef _MINIX
1259 /* Define if GNUstep uses ObjC exceptions. */
1260 #undef _NATIVE_OBJC_EXCEPTIONS
1262 /* The _Noreturn keyword of C11.  */
1263 #if ! (defined _Noreturn \
1264        || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
1265 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
1266       || 0x5110 <= __SUNPRO_C)
1267 #  define _Noreturn __attribute__ ((__noreturn__))
1268 # elif defined _MSC_VER && 1200 <= _MSC_VER
1269 #  define _Noreturn __declspec (noreturn)
1270 # else
1271 #  define _Noreturn
1272 # endif
1273 #endif
1276 /* Define to 2 if the system does not provide POSIX.1 features except with
1277    this defined. */
1278 #undef _POSIX_1_SOURCE
1280 /* Define to 1 if you need to in order for 'stat' and other things to work. */
1281 #undef _POSIX_SOURCE
1283 /* Needed for system_process_attributes on Solaris. */
1284 #undef _STRUCTURED_PROC
1286 /* Define to 500 only on HP-UX. */
1287 #undef _XOPEN_SOURCE
1289 /* Enable extensions on AIX 3, Interix.  */
1290 #ifndef _ALL_SOURCE
1291 # undef _ALL_SOURCE
1292 #endif
1293 /* Enable general extensions on Mac OS X.  */
1294 #ifndef _DARWIN_C_SOURCE
1295 # undef _DARWIN_C_SOURCE
1296 #endif
1297 /* Enable GNU extensions on systems that have them.  */
1298 #ifndef _GNU_SOURCE
1299 # undef _GNU_SOURCE
1300 #endif
1301 /* Enable threading extensions on Solaris.  */
1302 #ifndef _POSIX_PTHREAD_SEMANTICS
1303 # undef _POSIX_PTHREAD_SEMANTICS
1304 #endif
1305 /* Enable extensions on HP NonStop.  */
1306 #ifndef _TANDEM_SOURCE
1307 # undef _TANDEM_SOURCE
1308 #endif
1309 /* Enable general extensions on Solaris.  */
1310 #ifndef __EXTENSIONS__
1311 # undef __EXTENSIONS__
1312 #endif
1315 /* Define to rpl_ if the getopt replacement functions and variables should be
1316    used. */
1317 #undef __GETOPT_PREFIX
1319 /* Define to compiler's equivalent of C99 restrict keyword in array
1320    declarations. Define as empty for no equivalent. */
1321 #undef __restrict_arr
1323 /* Define to the used os dependent file. */
1324 #undef config_opsysfile
1326 /* A replacement for va_copy, if needed.  */
1327 #define gl_va_copy(a,b) ((a) = (b))
1329 /* Define to rpl_gmtime if the replacement function should be used. */
1330 #undef gmtime
1332 /* Define to `__inline__' or `__inline' if that's what the C compiler
1333    calls it, or to nothing if 'inline' is not supported under any name.  */
1334 #ifndef __cplusplus
1335 #undef inline
1336 #endif
1338 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1339    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1340    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1341    __APPLE__ && __MACH__ test for Mac OS X.
1342    __APPLE_CC__ tests for the Apple compiler and its version.
1343    __STDC_VERSION__ tests for the C99 mode.  */
1344 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1345 # define __GNUC_STDC_INLINE__ 1
1346 #endif
1348 /* Define to 1 if the compiler is checking for lint. */
1349 #undef lint
1351 /* Define to rpl_localtime if the replacement function should be used. */
1352 #undef localtime
1354 /* Define to a type if <wchar.h> does not define. */
1355 #undef mbstate_t
1357 /* Define to `int' if <sys/types.h> does not define. */
1358 #undef mode_t
1360 /* Define to the name of the strftime replacement function. */
1361 #undef my_strftime
1363 /* Define to the type of st_nlink in struct stat, or a supertype. */
1364 #undef nlink_t
1366 /* Define to `int' if <sys/types.h> does not define. */
1367 #undef pid_t
1369 /* Define to the equivalent of the C99 'restrict' keyword, or to
1370    nothing if this is not supported.  Do not define if restrict is
1371    supported directly.  */
1372 #undef restrict
1373 /* Work around a bug in Sun C++: it does not support _Restrict or
1374    __restrict__, even though the corresponding Sun C compiler ends up with
1375    "#define restrict _Restrict" or "#define restrict __restrict__" in the
1376    previous line.  Perhaps some future version of Sun C++ will work with
1377    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
1378 #if defined __SUNPRO_CC && !defined __RESTRICT
1379 # define _Restrict
1380 # define __restrict__
1381 #endif
1383 /* type to use in place of socklen_t if not defined */
1384 #undef socklen_t
1386 /* Define as a signed type of the same size as size_t. */
1387 #undef ssize_t
1389 /* Define to any substitute for sys_siglist. */
1390 #undef sys_siglist
1392 /* Define as a marker that can be attached to declarations that might not
1393     be used.  This helps to reduce warnings, such as from
1394     GCC -Wunused-parameter.  */
1395 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1396 # define _GL_UNUSED __attribute__ ((__unused__))
1397 #else
1398 # define _GL_UNUSED
1399 #endif
1400 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1401    is a misnomer outside of parameter lists.  */
1402 #define _UNUSED_PARAMETER_ _GL_UNUSED
1404 /* The __pure__ attribute was added in gcc 2.96.  */
1405 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1406 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
1407 #else
1408 # define _GL_ATTRIBUTE_PURE /* empty */
1409 #endif
1411 /* The __const__ attribute was added in gcc 2.95.  */
1412 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
1413 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1414 #else
1415 # define _GL_ATTRIBUTE_CONST /* empty */
1416 #endif
1419 /* Define as a macro for copying va_list variables. */
1420 #undef va_copy
1422 /* Define as `fork' if `vfork' does not work. */
1423 #undef vfork
1426 /* On AIX 3 this must be included before any other include file.  */
1427 #include <alloca.h>
1428 #if ! HAVE_ALLOCA
1429 # error "alloca not available on this machine"
1430 #endif
1432 /* Define AMPERSAND_FULL_NAME if you use the convention
1433    that & in the full name stands for the login id.  */
1434 /* Turned on June 1996 supposing nobody will mind it.  */
1435 #define AMPERSAND_FULL_NAME
1437 /* `subprocesses' should be defined if you want to
1438    have code for asynchronous subprocesses
1439    (as used in M-x compile and M-x shell).
1440    Only MSDOS does not support this (it overrides
1441    this in its config_opsysfile below).  */
1443 #define subprocesses
1445 /* Include the os dependent file.  */
1446 #ifdef config_opsysfile
1447 # include config_opsysfile
1448 #endif
1450 /* GNUstep needs a bit more pure memory.  Of the existing knobs,
1451    SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems.
1452   (There is probably a better place to do this, but right now the
1453    Cocoa side does this in s/darwin.h and we cannot parallel this
1454    exactly since GNUstep is multi-OS.  */
1455 #if defined HAVE_NS && defined NS_IMPL_GNUSTEP
1456 #  define SYSTEM_PURESIZE_EXTRA 30000
1457 #endif
1459 #ifdef emacs /* Don't do this for lib-src.  */
1460 /* Tell regex.c to use a type compatible with Emacs.  */
1461 #define RE_TRANSLATE_TYPE Lisp_Object
1462 #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
1463 #ifdef make_number
1464 /* If make_number is a macro, use it.  */
1465 #define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0)))
1466 #else
1467 /* If make_number is a function, avoid it.  */
1468 #define RE_TRANSLATE_P(TBL) (!(INTEGERP (TBL) && XINT (TBL) == 0))
1469 #endif
1470 #endif
1472 #include <string.h>
1473 #include <stdlib.h>
1475 #if __GNUC__ >= 3  /* On GCC 3.0 we might get a warning.  */
1476 #define NO_INLINE __attribute__((noinline))
1477 #else
1478 #define NO_INLINE
1479 #endif
1481 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1))
1482 #define EXTERNALLY_VISIBLE __attribute__((externally_visible))
1483 #else
1484 #define EXTERNALLY_VISIBLE
1485 #endif
1487 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1488 # define ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
1489 #else
1490 # define ATTRIBUTE_FORMAT(spec) /* empty */
1491 #endif
1493 #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)
1494 # define ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \
1495    ATTRIBUTE_FORMAT ((__gnu_printf__, formatstring_parameter, first_argument))
1496 #else
1497 # define ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \
1498    ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument))
1499 #endif
1501 /* Some versions of GNU/Linux define noinline in their headers.  */
1502 #ifdef noinline
1503 #undef noinline
1504 #endif
1506 /* These won't be used automatically yet.  We also need to know, at least,
1507    that the stack is continuous.  */
1508 #ifdef __GNUC__
1509 #  ifndef GC_SETJMP_WORKS
1510   /* GC_SETJMP_WORKS is nearly always appropriate for GCC.  */
1511 #    define GC_SETJMP_WORKS 1
1512 #  endif
1513 #endif
1515 #endif /* EMACS_CONFIG_H */
1518 Local Variables:
1519 mode: c
1520 End: