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