* xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string
[emacs.git] / autogen / config.in
blob4a6b3d6bc12195de31219930d36e6648f1574c43
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 `strerror' function. */
742 #undef HAVE_STRERROR
744 /* Define to 1 if you have the <strings.h> header file. */
745 #undef HAVE_STRINGS_H
747 /* Define to 1 if you have the <string.h> header file. */
748 #undef HAVE_STRING_H
750 /* Define to 1 if you have the `strsignal' function. */
751 #undef HAVE_STRSIGNAL
753 /* Define to 1 if you have the `strtoimax' function. */
754 #undef HAVE_STRTOIMAX
756 /* Define to 1 if you have the `strtoll' function. */
757 #undef HAVE_STRTOLL
759 /* Define to 1 if you have the `strtoull' function. */
760 #undef HAVE_STRTOULL
762 /* Define to 1 if you have the `strtoumax' function. */
763 #undef HAVE_STRTOUMAX
765 /* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */
766 #undef HAVE_STRUCT_IFREQ_IFR_ADDR
768 /* Define to 1 if `ifr_addr.sa_len' is a member of `struct ifreq'. */
769 #undef HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN
771 /* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */
772 #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
774 /* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */
775 #undef HAVE_STRUCT_IFREQ_IFR_FLAGS
777 /* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */
778 #undef HAVE_STRUCT_IFREQ_IFR_HWADDR
780 /* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */
781 #undef HAVE_STRUCT_IFREQ_IFR_NETMASK
783 /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
784 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
786 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
787 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
789 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
790 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
792 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
793 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
795 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
796 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
798 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
799 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
801 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
802 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
804 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
805 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
807 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
808 #undef HAVE_STRUCT_TM_TM_ZONE
810 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
811    have utime.h but don't declare the struct anywhere. */
812 #undef HAVE_STRUCT_UTIMBUF
814 /* Define if struct stat has an st_dm_mode member. */
815 #undef HAVE_ST_DM_MODE
817 /* Define to 1 if you have the `symlink' function. */
818 #undef HAVE_SYMLINK
820 /* Define to 1 if you have the `sync' function. */
821 #undef HAVE_SYNC
823 /* Define to 1 if you have the <sys/bitypes.h> header file. */
824 #undef HAVE_SYS_BITYPES_H
826 /* Define to 1 if you have the <sys/inttypes.h> header file. */
827 #undef HAVE_SYS_INTTYPES_H
829 /* Define to 1 if you have the <sys/loadavg.h> header file. */
830 #undef HAVE_SYS_LOADAVG_H
832 /* Define to 1 if you have the <sys/param.h> header file. */
833 #undef HAVE_SYS_PARAM_H
835 /* Define to 1 if you have the <sys/resource.h> header file. */
836 #undef HAVE_SYS_RESOURCE_H
838 /* Define to 1 if you have the <sys/select.h> header file. */
839 #undef HAVE_SYS_SELECT_H
841 /* Define to 1 if you have the <sys/socket.h> header file. */
842 #undef HAVE_SYS_SOCKET_H
844 /* Define to 1 if you have the <sys/soundcard.h> header file. */
845 #undef HAVE_SYS_SOUNDCARD_H
847 /* Define to 1 if you have the <sys/stat.h> header file. */
848 #undef HAVE_SYS_STAT_H
850 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
851 #undef HAVE_SYS_SYSTEMINFO_H
853 /* Define to 1 if you have the <sys/timeb.h> header file. */
854 #undef HAVE_SYS_TIMEB_H
856 /* Define to 1 if you have the <sys/time.h> header file. */
857 #undef HAVE_SYS_TIME_H
859 /* Define to 1 if you have the <sys/types.h> header file. */
860 #undef HAVE_SYS_TYPES_H
862 /* Define to 1 if you have the <sys/un.h> header file. */
863 #undef HAVE_SYS_UN_H
865 /* Define to 1 if you have the <sys/utsname.h> header file. */
866 #undef HAVE_SYS_UTSNAME_H
868 /* Define to 1 if you have the <sys/vlimit.h> header file. */
869 #undef HAVE_SYS_VLIMIT_H
871 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
872 #undef HAVE_SYS_WAIT_H
874 /* Define to 1 if you have the <term.h> header file. */
875 #undef HAVE_TERM_H
877 /* Define to 1 if you have the tiff library (-ltiff). */
878 #undef HAVE_TIFF
880 /* Define if struct tm has the tm_gmtoff member. */
881 #undef HAVE_TM_GMTOFF
883 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
884    `HAVE_STRUCT_TM_TM_ZONE' instead. */
885 #undef HAVE_TM_ZONE
887 /* Define to 1 if you have the `touchlock' function. */
888 #undef HAVE_TOUCHLOCK
890 /* Define to 1 if you don't have `tm_zone' but do have the external array
891    `tzname'. */
892 #undef HAVE_TZNAME
894 /* Define to 1 if you have the `tzset' function. */
895 #undef HAVE_TZSET
897 /* Define to 1 if you have the <unistd.h> header file. */
898 #undef HAVE_UNISTD_H
900 /* Define to 1 if the system has the type 'unsigned long long int'. */
901 #undef HAVE_UNSIGNED_LONG_LONG_INT
903 /* Define to 1 if you have the <util.h> header file. */
904 #undef HAVE_UTIL_H
906 /* Define to 1 if you have the `utimensat' function. */
907 #undef HAVE_UTIMENSAT
909 /* Define to 1 if you have the `utimes' function. */
910 #undef HAVE_UTIMES
912 /* Define to 1 if you have the <utime.h> header file. */
913 #undef HAVE_UTIME_H
915 /* Define to 1 if you have the <utmp.h> header file. */
916 #undef HAVE_UTMP_H
918 /* Define to 1 if you have the `vfork' function. */
919 #undef HAVE_VFORK
921 /* Define to 1 if you have the <vfork.h> header file. */
922 #undef HAVE_VFORK_H
924 /* Define to 1 if you have the <wchar.h> header file. */
925 #undef HAVE_WCHAR_H
927 /* Define if you have the 'wchar_t' type. */
928 #undef HAVE_WCHAR_T
930 /* Define if you have a window system. */
931 #undef HAVE_WINDOW_SYSTEM
933 /* Define to 1 if you have the <winsock2.h> header file. */
934 #undef HAVE_WINSOCK2_H
936 /* Define to 1 if `fork' works. */
937 #undef HAVE_WORKING_FORK
939 /* Define if utimes works properly. */
940 #undef HAVE_WORKING_UTIMES
942 /* Define to 1 if `vfork' works. */
943 #undef HAVE_WORKING_VFORK
945 /* Define to 1 if you have the <ws2tcpip.h> header file. */
946 #undef HAVE_WS2TCPIP_H
948 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
949    expects to use version 10. */
950 #undef HAVE_X11
952 /* Define to 1 if you have the X11R6 or newer version of Xlib. */
953 #undef HAVE_X11R6
955 /* Define if you have usable X11R6-style XIM support. */
956 #undef HAVE_X11R6_XIM
958 /* Define to 1 if you have the X11R6 or newer version of Xt. */
959 #undef HAVE_X11XTR6
961 /* Define to 1 if you have the Xaw3d library (-lXaw3d). */
962 #undef HAVE_XAW3D
964 /* Define to 1 if you have the Xft library. */
965 #undef HAVE_XFT
967 /* Define to 1 if XIM is available */
968 #undef HAVE_XIM
970 /* Define to 1 if you have the XkbGetKeyboard function. */
971 #undef HAVE_XKBGETKEYBOARD
973 /* Define to 1 if you have the Xpm library (-lXpm). */
974 #undef HAVE_XPM
976 /* Define to 1 if you have the `XrmSetDatabase' function. */
977 #undef HAVE_XRMSETDATABASE
979 /* Define to 1 if you have the `XScreenNumberOfScreen' function. */
980 #undef HAVE_XSCREENNUMBEROFSCREEN
982 /* Define to 1 if you have the `XScreenResourceString' function. */
983 #undef HAVE_XSCREENRESOURCESTRING
985 /* Define if you have usable i18n support. */
986 #undef HAVE_X_I18N
988 /* Define to 1 if you have the SM library (-lSM). */
989 #undef HAVE_X_SM
991 /* Define to 1 if you want to use the X window system. */
992 #undef HAVE_X_WINDOWS
994 /* Define to 1 if the system has the type `_Bool'. */
995 #undef HAVE__BOOL
997 /* Define to 1 if you have the `_ftime' function. */
998 #undef HAVE__FTIME
1000 /* Define to 1 if you have the `__builtin_unwind_init' function. */
1001 #undef HAVE___BUILTIN_UNWIND_INIT
1003 /* Define to 1 if you have the `__executable_start' function. */
1004 #undef HAVE___EXECUTABLE_START
1006 /* Define to 1 if you have the `__fpending' function. */
1007 #undef HAVE___FPENDING
1009 /* Define to support using a Hesiod database to find the POP server. */
1010 #undef HESIOD
1012 /* Define to support Kerberos-authenticated POP mail retrieval. */
1013 #undef KERBEROS
1015 /* Define to use Kerberos 5 instead of Kerberos 4. */
1016 #undef KERBEROS5
1018 /* Define to 1 if localtime caches TZ. */
1019 #undef LOCALTIME_CACHE
1021 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1022    slash. */
1023 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1025 /* String giving fallback POP mail host. */
1026 #undef MAILHOST
1028 /* Define to unlink, rather than empty, mail spool after reading. */
1029 #undef MAIL_UNLINK_SPOOL
1031 /* Define if the mailer uses flock to interlock the mail spool. */
1032 #undef MAIL_USE_FLOCK
1034 /* Define if the mailer uses lockf to interlock the mail spool. */
1035 #undef MAIL_USE_LOCKF
1037 /* Define to support MMDF mailboxes in movemail. */
1038 #undef MAIL_USE_MMDF
1040 /* Define to support POP mail retrieval. */
1041 #undef MAIL_USE_POP
1043 /* Define to 1 if you don't have struct exception in math.h. */
1044 #undef NO_MATHERR
1046 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1047 #undef NO_MINUS_C_MINUS_O
1049 /* Define if termio.h should not be included. */
1050 #undef NO_TERMIO
1052 /* Define to 1 if `NSInteger' is defined. */
1053 #undef NS_HAVE_NSINTEGER
1055 /* Define to 1 if you are using NS windowing under MacOS X. */
1056 #undef NS_IMPL_COCOA
1058 /* Define to 1 if you are using NS windowing under GNUstep. */
1059 #undef NS_IMPL_GNUSTEP
1061 /* Define to 1 if the nlist n_name member is a pointer */
1062 #undef N_NAME_POINTER
1064 /* Define if the C compiler is the linker. */
1065 #undef ORDINARY_LINK
1067 /* Name of package */
1068 #undef PACKAGE
1070 /* Define to the address where bug reports for this package should be sent. */
1071 #undef PACKAGE_BUGREPORT
1073 /* Define to the full name of this package. */
1074 #undef PACKAGE_NAME
1076 /* Define to the full name and version of this package. */
1077 #undef PACKAGE_STRING
1079 /* Define to the one symbol short name of this package. */
1080 #undef PACKAGE_TARNAME
1082 /* Define to the home page for this package. */
1083 #undef PACKAGE_URL
1085 /* Define to the version of this package. */
1086 #undef PACKAGE_VERSION
1088 /* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno.
1089    */
1090 #undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO
1092 /* Define to 1 if pthread_sigmask() may returns 0 and have no effect. */
1093 #undef PTHREAD_SIGMASK_INEFFECTIVE
1095 /* Define to 1 if pthread_sigmask() unblocks signals incorrectly. */
1096 #undef PTHREAD_SIGMASK_UNBLOCK_BUG
1098 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1099    'ptrdiff_t'. */
1100 #undef PTRDIFF_T_SUFFIX
1102 /* Define to 1 if readlink fails to recognize a trailing slash. */
1103 #undef READLINK_TRAILING_SLASH_BUG
1105 /* Define REL_ALLOC if you want to use the relocating allocator for buffer
1106    space. */
1107 #undef REL_ALLOC
1109 /* Define to 1 if stat needs help when passed a directory name with a trailing
1110    slash */
1111 #undef REPLACE_FUNC_STAT_DIR
1113 /* Define to 1 if stat needs help when passed a file name with a trailing
1114    slash */
1115 #undef REPLACE_FUNC_STAT_FILE
1117 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1118    'sig_atomic_t'. */
1119 #undef SIG_ATOMIC_T_SUFFIX
1121 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1122    'size_t'. */
1123 #undef SIZE_T_SUFFIX
1125 /* If using the C implementation of alloca, define if you know the
1126    direction of stack growth for your system; otherwise it will be
1127    automatically deduced at runtime.
1128         STACK_DIRECTION > 0 => grows toward higher addresses
1129         STACK_DIRECTION < 0 => grows toward lower addresses
1130         STACK_DIRECTION = 0 => direction of growth unknown */
1131 #undef STACK_DIRECTION
1133 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1134 #undef STAT_MACROS_BROKEN
1136 /* Define to 1 if you have the ANSI C header files. */
1137 #undef STDC_HEADERS
1139 /* Define to 1 on System V Release 4. */
1140 #undef SVR4
1142 /* Process async input synchronously. */
1143 #undef SYNC_INPUT
1145 /* Define to use system malloc. */
1146 #undef SYSTEM_MALLOC
1148 /* The type of system you are compiling for; sets `system-type'. */
1149 #undef SYSTEM_TYPE
1151 /* Define to 1 if you use terminfo instead of termcap. */
1152 #undef TERMINFO
1154 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1155 #undef TIME_WITH_SYS_TIME
1157 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1158 #undef TM_IN_SYS_TIME
1160 /* Define to 1 if the type of the st_atim member of a struct stat is struct
1161    timespec. */
1162 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
1164 /* Define to 1 for Encore UMAX. */
1165 #undef UMAX
1167 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1168    <sys/cpustats.h>. */
1169 #undef UMAX4_3
1171 /* Define to 1 if using GTK. */
1172 #undef USE_GTK
1174 /* Define to 1 if using the Lucid X toolkit. */
1175 #undef USE_LUCID
1177 /* Define to use mmap to allocate buffer text. */
1178 #undef USE_MMAP_FOR_BUFFERS
1180 /* Define to 1 if using the Motif X toolkit. */
1181 #undef USE_MOTIF
1183 /* Define to 1 if we should use toolkit scroll bars. */
1184 #undef USE_TOOLKIT_SCROLL_BARS
1186 /* Define to 1 if we should use XIM, if it is available. */
1187 #undef USE_XIM
1189 /* Define to 1 if using an X toolkit. */
1190 #undef USE_X_TOOLKIT
1192 /* Define for USG systems where it works to open a pty's tty in the parent
1193    process, then close and reopen it in the child. */
1194 #undef USG_SUBTTY_WORKS
1196 /* Version number of package */
1197 #undef VERSION
1199 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1200    'wchar_t'. */
1201 #undef WCHAR_T_SUFFIX
1203 /* Use long long for EMACS_INT if available. */
1204 #undef WIDE_EMACS_INT
1206 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1207    'wint_t'. */
1208 #undef WINT_T_SUFFIX
1210 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1211    significant byte first (like Motorola and SPARC, unlike Intel). */
1212 #if defined AC_APPLE_UNIVERSAL_BUILD
1213 # if defined __BIG_ENDIAN__
1214 #  define WORDS_BIGENDIAN 1
1215 # endif
1216 #else
1217 # ifndef WORDS_BIGENDIAN
1218 #  undef WORDS_BIGENDIAN
1219 # endif
1220 #endif
1222 /* Define this to check for malloc buffer overrun. */
1223 #undef XMALLOC_OVERRUN_CHECK
1225 /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
1226    XPointer or XPointer*. */
1227 #undef XRegisterIMInstantiateCallback_arg6
1229 /* Enable large inode numbers on Mac OS X.  */
1230 #ifndef _DARWIN_USE_64_BIT_INODE
1231 # define _DARWIN_USE_64_BIT_INODE 1
1232 #endif
1234 /* Number of bits in a file offset, on hosts where this is settable. */
1235 #undef _FILE_OFFSET_BITS
1237 /* enable compile-time and run-time bounds-checking, and some warnings */
1238 #undef _FORTIFY_SOURCE
1240 /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
1241    stat.st_size becomes 64-bit. */
1242 #undef _GL_WINDOWS_64_BIT_ST_SIZE
1244 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1245 #undef _LARGEFILE_SOURCE
1247 /* Define for large files, on AIX-style hosts. */
1248 #undef _LARGE_FILES
1250 /* Define to 1 if on MINIX. */
1251 #undef _MINIX
1253 /* Define if GNUstep uses ObjC exceptions. */
1254 #undef _NATIVE_OBJC_EXCEPTIONS
1256 /* The _Noreturn keyword of C11.  */
1257 #if ! (defined _Noreturn \
1258        || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
1259 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
1260       || 0x5110 <= __SUNPRO_C)
1261 #  define _Noreturn __attribute__ ((__noreturn__))
1262 # elif defined _MSC_VER && 1200 <= _MSC_VER
1263 #  define _Noreturn __declspec (noreturn)
1264 # else
1265 #  define _Noreturn
1266 # endif
1267 #endif
1270 /* Define to 2 if the system does not provide POSIX.1 features except with
1271    this defined. */
1272 #undef _POSIX_1_SOURCE
1274 /* Define to 1 if you need to in order for 'stat' and other things to work. */
1275 #undef _POSIX_SOURCE
1277 /* Needed for system_process_attributes on Solaris. */
1278 #undef _STRUCTURED_PROC
1280 /* Define to 500 only on HP-UX. */
1281 #undef _XOPEN_SOURCE
1283 /* Enable extensions on AIX 3, Interix.  */
1284 #ifndef _ALL_SOURCE
1285 # undef _ALL_SOURCE
1286 #endif
1287 /* Enable general extensions on Mac OS X.  */
1288 #ifndef _DARWIN_C_SOURCE
1289 # undef _DARWIN_C_SOURCE
1290 #endif
1291 /* Enable GNU extensions on systems that have them.  */
1292 #ifndef _GNU_SOURCE
1293 # undef _GNU_SOURCE
1294 #endif
1295 /* Enable threading extensions on Solaris.  */
1296 #ifndef _POSIX_PTHREAD_SEMANTICS
1297 # undef _POSIX_PTHREAD_SEMANTICS
1298 #endif
1299 /* Enable extensions on HP NonStop.  */
1300 #ifndef _TANDEM_SOURCE
1301 # undef _TANDEM_SOURCE
1302 #endif
1303 /* Enable general extensions on Solaris.  */
1304 #ifndef __EXTENSIONS__
1305 # undef __EXTENSIONS__
1306 #endif
1309 /* Define to rpl_ if the getopt replacement functions and variables should be
1310    used. */
1311 #undef __GETOPT_PREFIX
1313 /* Define to compiler's equivalent of C99 restrict keyword in array
1314    declarations. Define as empty for no equivalent. */
1315 #undef __restrict_arr
1317 /* Define to the used os dependent file. */
1318 #undef config_opsysfile
1320 /* A replacement for va_copy, if needed.  */
1321 #define gl_va_copy(a,b) ((a) = (b))
1323 /* Define to rpl_gmtime if the replacement function should be used. */
1324 #undef gmtime
1326 /* Define to `__inline__' or `__inline' if that's what the C compiler
1327    calls it, or to nothing if 'inline' is not supported under any name.  */
1328 #ifndef __cplusplus
1329 #undef inline
1330 #endif
1332 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1333    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1334    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1335    __APPLE__ && __MACH__ test for Mac OS X.
1336    __APPLE_CC__ tests for the Apple compiler and its version.
1337    __STDC_VERSION__ tests for the C99 mode.  */
1338 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1339 # define __GNUC_STDC_INLINE__ 1
1340 #endif
1342 /* Define to 1 if the compiler is checking for lint. */
1343 #undef lint
1345 /* Define to rpl_localtime if the replacement function should be used. */
1346 #undef localtime
1348 /* Define to a type if <wchar.h> does not define. */
1349 #undef mbstate_t
1351 /* Define to `int' if <sys/types.h> does not define. */
1352 #undef mode_t
1354 /* Define to the name of the strftime replacement function. */
1355 #undef my_strftime
1357 /* Define to the type of st_nlink in struct stat, or a supertype. */
1358 #undef nlink_t
1360 /* Define to `int' if <sys/types.h> does not define. */
1361 #undef pid_t
1363 /* Define to the equivalent of the C99 'restrict' keyword, or to
1364    nothing if this is not supported.  Do not define if restrict is
1365    supported directly.  */
1366 #undef restrict
1367 /* Work around a bug in Sun C++: it does not support _Restrict or
1368    __restrict__, even though the corresponding Sun C compiler ends up with
1369    "#define restrict _Restrict" or "#define restrict __restrict__" in the
1370    previous line.  Perhaps some future version of Sun C++ will work with
1371    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
1372 #if defined __SUNPRO_CC && !defined __RESTRICT
1373 # define _Restrict
1374 # define __restrict__
1375 #endif
1377 /* type to use in place of socklen_t if not defined */
1378 #undef socklen_t
1380 /* Define as a signed type of the same size as size_t. */
1381 #undef ssize_t
1383 /* Define to any substitute for sys_siglist. */
1384 #undef sys_siglist
1386 /* Define as a marker that can be attached to declarations that might not
1387     be used.  This helps to reduce warnings, such as from
1388     GCC -Wunused-parameter.  */
1389 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1390 # define _GL_UNUSED __attribute__ ((__unused__))
1391 #else
1392 # define _GL_UNUSED
1393 #endif
1394 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1395    is a misnomer outside of parameter lists.  */
1396 #define _UNUSED_PARAMETER_ _GL_UNUSED
1398 /* The __pure__ attribute was added in gcc 2.96.  */
1399 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1400 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
1401 #else
1402 # define _GL_ATTRIBUTE_PURE /* empty */
1403 #endif
1405 /* The __const__ attribute was added in gcc 2.95.  */
1406 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
1407 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1408 #else
1409 # define _GL_ATTRIBUTE_CONST /* empty */
1410 #endif
1413 /* Define as a macro for copying va_list variables. */
1414 #undef va_copy
1416 /* Define as `fork' if `vfork' does not work. */
1417 #undef vfork
1420 /* On AIX 3 this must be included before any other include file.  */
1421 #include <alloca.h>
1422 #if ! HAVE_ALLOCA
1423 # error "alloca not available on this machine"
1424 #endif
1426 /* Define AMPERSAND_FULL_NAME if you use the convention
1427    that & in the full name stands for the login id.  */
1428 /* Turned on June 1996 supposing nobody will mind it.  */
1429 #define AMPERSAND_FULL_NAME
1431 /* `subprocesses' should be defined if you want to
1432    have code for asynchronous subprocesses
1433    (as used in M-x compile and M-x shell).
1434    Only MSDOS does not support this (it overrides
1435    this in its config_opsysfile below).  */
1437 #define subprocesses
1439 /* Include the os dependent file.  */
1440 #ifdef config_opsysfile
1441 # include config_opsysfile
1442 #endif
1444 /* GNUstep needs a bit more pure memory.  Of the existing knobs,
1445    SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems.
1446   (There is probably a better place to do this, but right now the
1447    Cocoa side does this in s/darwin.h and we cannot parallel this
1448    exactly since GNUstep is multi-OS.  */
1449 #if defined HAVE_NS && defined NS_IMPL_GNUSTEP
1450 #  define SYSTEM_PURESIZE_EXTRA 30000
1451 #endif
1453 #ifdef emacs /* Don't do this for lib-src.  */
1454 /* Tell regex.c to use a type compatible with Emacs.  */
1455 #define RE_TRANSLATE_TYPE Lisp_Object
1456 #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
1457 #ifdef make_number
1458 /* If make_number is a macro, use it.  */
1459 #define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0)))
1460 #else
1461 /* If make_number is a function, avoid it.  */
1462 #define RE_TRANSLATE_P(TBL) (!(INTEGERP (TBL) && XINT (TBL) == 0))
1463 #endif
1464 #endif
1466 #include <string.h>
1467 #include <stdlib.h>
1469 #if defined __GNUC__ && (__GNUC__ > 2 \
1470                          || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5))
1471 #define NO_RETURN       __attribute__ ((__noreturn__))
1472 #else
1473 #define NO_RETURN       /* nothing */
1474 #endif
1476 #if __GNUC__ >= 3  /* On GCC 3.0 we might get a warning.  */
1477 #define NO_INLINE __attribute__((noinline))
1478 #else
1479 #define NO_INLINE
1480 #endif
1482 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1))
1483 #define EXTERNALLY_VISIBLE __attribute__((externally_visible))
1484 #else
1485 #define EXTERNALLY_VISIBLE
1486 #endif
1488 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1489 # define ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
1490 #else
1491 # define ATTRIBUTE_FORMAT(spec) /* empty */
1492 #endif
1494 #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)
1495 # define ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \
1496    ATTRIBUTE_FORMAT ((__gnu_printf__, formatstring_parameter, first_argument))
1497 #else
1498 # define ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \
1499    ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument))
1500 #endif
1502 /* Some versions of GNU/Linux define noinline in their headers.  */
1503 #ifdef noinline
1504 #undef noinline
1505 #endif
1507 /* These won't be used automatically yet.  We also need to know, at least,
1508    that the stack is continuous.  */
1509 #ifdef __GNUC__
1510 #  ifndef GC_SETJMP_WORKS
1511   /* GC_SETJMP_WORKS is nearly always appropriate for GCC.  */
1512 #    define GC_SETJMP_WORKS 1
1513 #  endif
1514 #endif
1516 #endif /* EMACS_CONFIG_H */
1519 Local Variables:
1520 mode: c
1521 End: