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