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-2013
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 use the convention that & in the full name stands for the login
36 #undef AMPERSAND_FULL_NAME
38 /* Define to the number of bits in type 'ptrdiff_t'. */
39 #undef BITSIZEOF_PTRDIFF_T
41 /* Define to the number of bits in type 'sig_atomic_t'. */
42 #undef BITSIZEOF_SIG_ATOMIC_T
44 /* Define to the number of bits in type 'size_t'. */
45 #undef BITSIZEOF_SIZE_T
47 /* Define to the number of bits in type 'wchar_t'. */
48 #undef BITSIZEOF_WCHAR_T
50 /* Define to the number of bits in type 'wint_t'. */
51 #undef BITSIZEOF_WINT_T
53 /* Define if get_current_dir_name should not be used. */
54 #undef BROKEN_GET_CURRENT_DIR_NAME
56 /* Define on FreeBSD to work around an issue when reading from a PTY. */
57 #undef BROKEN_PTY_READ_AFTER_EAGAIN
59 /* Define if Emacs cannot be dumped on your system. */
62 /* Define this to enable compile time checks for the Lisp_Object data type. */
63 #undef CHECK_LISP_OBJECT_TYPE
65 /* Define if you want lock files to be written, so that Emacs can tell
66 instantly when you try to modify a file that someone else has modified in
68 #undef CLASH_DETECTION
70 /* Short copyright string for this version of Emacs. */
73 /* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP
74 systems. This function is required for 'alloca.c' support on those systems.
76 #undef CRAY_STACKSEG_END
78 /* Define if the system is Cygwin. */
81 /* Define to 1 if using 'alloca.c'. */
84 /* Define if the system is Darwin. */
87 /* Extra bits to be or'd in with any pointers stored in a Lisp_Object. */
90 /* Name of the default sound device. */
91 #undef DEFAULT_SOUND_DEVICE
93 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
96 /* Character that separates directories in a file name. */
99 /* Define if process.c does not need to close a pty to make it a controlling
100 terminal (it is already a controlling terminal of the subprocess, because
101 we did ioctl TIOCSCTTY). */
102 #undef DONT_REOPEN_PTY
104 /* Define if the system is MS DOS or MS Windows. */
107 /* Define to 1 if you are using the GNU C Library. */
108 #undef DOUG_LEA_MALLOC
110 /* Define to 1 to enable w32 debug facilities. */
113 /* Define to the canonical Emacs configuration name. */
114 #undef EMACS_CONFIGURATION
116 /* Define to the options passed to configure. */
117 #undef EMACS_CONFIG_OPTIONS
119 /* Define to 1 if expensive run-time data type and consistency checks are
121 #undef ENABLE_CHECKING
123 /* Define this to 1 if F_DUPFD behavior does not match POSIX */
124 #undef FCNTL_DUPFD_BUGGY
126 /* Letter to use in finding device name of first PTY, if PTYs are supported.
128 #undef FIRST_PTY_LETTER
130 /* Enable compile-time and run-time bounds-checking, and some warnings,
131 without upsetting glibc 2.15+. */
132 #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
133 # define _FORTIFY_SOURCE 2
137 /* Define to 1 if futimesat mishandles a NULL file name. */
138 #undef FUTIMESAT_NULL_BUG
140 /* Define this to check for errors in cons list. */
141 #undef GC_CHECK_CONS_LIST
143 /* Define this temporarily to hunt a bug. If defined, the size of strings is
144 redundantly recorded in sdata structures so that it can be compared to the
145 sizes recorded in Lisp strings. */
146 #undef GC_CHECK_STRING_BYTES
148 /* Define this to check the string free list. */
149 #undef GC_CHECK_STRING_FREE_LIST
151 /* Define this to check for short string overrun. */
152 #undef GC_CHECK_STRING_OVERRUN
154 /* Mark a secondary stack, like the register stack on the ia64. */
155 #undef GC_MARK_SECONDARY_STACK
157 /* Define if setjmp is known to save all registers relevant for conservative
158 garbage collection in the jmp_buf. */
159 #undef GC_SETJMP_WORKS
161 /* Define to the type of elements in the array set by `getgroups'. Usually
162 this is either `int' or `gid_t'. */
165 /* Define this to 1 if getgroups(0,NULL) does not return the number of groups.
167 #undef GETGROUPS_ZERO_BUG
169 /* Define if gettimeofday clobbers the localtime buffer. */
170 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
172 /* Define this to 'void' or 'struct timezone' to match the system's
173 declaration of the second argument to gettimeofday. */
174 #undef GETTIMEOFDAY_TIMEZONE
176 /* Define this to enable glyphs debugging code. */
179 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
180 whether the gnulib module close-stream shall be considered present. */
181 #undef GNULIB_CLOSE_STREAM
183 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
184 whether the gnulib module faccessat shall be considered present. */
185 #undef GNULIB_FACCESSAT
187 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
188 whether the gnulib module fdopendir shall be considered present. */
189 #undef GNULIB_FDOPENDIR
191 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
192 whether the gnulib module fscanf shall be considered present. */
195 /* enable some gnulib portability checks */
196 #undef GNULIB_PORTCHECK
198 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
199 whether the gnulib module scanf shall be considered present. */
202 /* Define if ths system is compatible with GNU/Linux. */
205 /* Define to 1 if you want to use the GNU memory allocator. */
208 /* Define to set the G_SLICE environment variable to "always-malloc" at
209 startup, if using GTK. */
210 #undef G_SLICE_ALWAYS_MALLOC
212 /* Define to 1 if you have the `accept4' function. */
215 /* Define to 1 if you have the `access' function. */
218 /* Define to 1 if you have the `aclsort' function. */
221 /* Define to 1 if you have the <aclv.h> header file. */
224 /* Define to 1 if you have the `aclx_get' function. */
227 /* Define to 1 if you have the `acl_copy_ext_native' function. */
228 #undef HAVE_ACL_COPY_EXT_NATIVE
230 /* Define to 1 if you have the `acl_create_entry_np' function. */
231 #undef HAVE_ACL_CREATE_ENTRY_NP
233 /* Define to 1 if you have the `acl_delete_def_file' function. */
234 #undef HAVE_ACL_DELETE_DEF_FILE
236 /* Define to 1 if you have the `acl_delete_fd_np' function. */
237 #undef HAVE_ACL_DELETE_FD_NP
239 /* Define to 1 if you have the `acl_delete_file_np' function. */
240 #undef HAVE_ACL_DELETE_FILE_NP
242 /* Define to 1 if you have the `acl_entries' function. */
243 #undef HAVE_ACL_ENTRIES
245 /* Define to 1 if you have the `acl_extended_file' function. */
246 #undef HAVE_ACL_EXTENDED_FILE
248 /* Define to 1 if the constant ACL_FIRST_ENTRY exists. */
249 #undef HAVE_ACL_FIRST_ENTRY
251 /* Define to 1 if you have the `acl_free' function. */
254 /* Define to 1 if you have the `acl_free_text' function. */
255 #undef HAVE_ACL_FREE_TEXT
257 /* Define to 1 if you have the `acl_from_mode' function. */
258 #undef HAVE_ACL_FROM_MODE
260 /* Define to 1 if you have the `acl_from_text' function. */
261 #undef HAVE_ACL_FROM_TEXT
263 /* Define to 1 if you have the `acl_get_fd' function. */
264 #undef HAVE_ACL_GET_FD
266 /* Define to 1 if you have the `acl_get_file' function. */
267 #undef HAVE_ACL_GET_FILE
269 /* Define to 1 if you have the <acl/libacl.h> header file. */
270 #undef HAVE_ACL_LIBACL_H
272 /* Define to 1 if you have the `acl_set_fd' function. */
273 #undef HAVE_ACL_SET_FD
275 /* Define to 1 if you have the `acl_set_file' function. */
276 #undef HAVE_ACL_SET_FILE
278 /* Define to 1 if you have the `acl_to_short_text' function. */
279 #undef HAVE_ACL_TO_SHORT_TEXT
281 /* Define to 1 if you have the `acl_trivial' function. */
282 #undef HAVE_ACL_TRIVIAL
284 /* Define to 1 if the ACL type ACL_TYPE_EXTENDED exists. */
285 #undef HAVE_ACL_TYPE_EXTENDED
287 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
288 may be supplied by this distribution. */
291 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
295 /* Define to 1 if ALSA is available. */
298 /* Define to 1 if strtold conforms to C99. */
299 #undef HAVE_C99_STRTOLD
301 /* Define to 1 if you have the `cfmakeraw' function. */
302 #undef HAVE_CFMAKERAW
304 /* Define to 1 if you have the `cfsetspeed' function. */
305 #undef HAVE_CFSETSPEED
307 /* Define to 1 if you have the `clock_gettime' function. */
308 #undef HAVE_CLOCK_GETTIME
310 /* Define to 1 if you have the `clock_settime' function. */
311 #undef HAVE_CLOCK_SETTIME
313 /* Define to 1 if you have the <coff.h> header file. */
316 /* Define to 1 if you have the <com_err.h> header file. */
317 #undef HAVE_COM_ERR_H
319 /* Define to 1 if you have the `copysign' function. */
322 /* Define to 1 if data_start is the address of the start of the main data
324 #undef HAVE_DATA_START
326 /* Define to 1 if using D-Bus. */
329 /* Define to 1 if you have the `dbus_type_is_valid' function. */
330 #undef HAVE_DBUS_TYPE_IS_VALID
332 /* Define to 1 if you have the `dbus_validate_bus_name' function. */
333 #undef HAVE_DBUS_VALIDATE_BUS_NAME
335 /* Define to 1 if you have the `dbus_validate_interface' function. */
336 #undef HAVE_DBUS_VALIDATE_INTERFACE
338 /* Define to 1 if you have the `dbus_validate_member' function. */
339 #undef HAVE_DBUS_VALIDATE_MEMBER
341 /* Define to 1 if you have the `dbus_validate_path' function. */
342 #undef HAVE_DBUS_VALIDATE_PATH
344 /* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
345 #undef HAVE_DBUS_WATCH_GET_UNIX_FD
347 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
349 #undef HAVE_DECL_ALARM
351 /* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
353 #undef HAVE_DECL_FDATASYNC
355 /* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
357 #undef HAVE_DECL_FDOPENDIR
359 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
361 #undef HAVE_DECL_GETENV
363 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
365 #undef HAVE_DECL_LOCALTIME_R
367 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
369 #undef HAVE_DECL_MEMRCHR
371 /* Define to 1 if you have the declaration of `strmode', and to 0 if you
373 #undef HAVE_DECL_STRMODE
375 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
377 #undef HAVE_DECL_STRTOIMAX
379 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
381 #undef HAVE_DECL_STRTOLL
383 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
385 #undef HAVE_DECL_STRTOULL
387 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
389 #undef HAVE_DECL_STRTOUMAX
391 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
393 #undef HAVE_DECL_SYS_SIGLIST
395 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
397 #undef HAVE_DECL_TZNAME
399 /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
401 #undef HAVE_DECL_UNSETENV
403 /* Define to 1 if you have the declaration of `_putenv', and to 0 if you
405 #undef HAVE_DECL__PUTENV
407 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
409 #undef HAVE_DECL___FPENDING
411 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
413 #undef HAVE_DECL___SYS_SIGLIST
415 /* Define to 1 if you have the `difftime' function. */
418 /* Define to 1 if you have the <dirent.h> header file. */
421 /* Define to 1 if you have the 'dup2' function. */
424 /* Define to 1 if you have the `eaccess' function. */
427 /* Define to 1 if you have the `endgrent' function. */
430 /* Define to 1 if you have the `endpwent' function. */
433 /* Define if you have the declaration of environ. */
434 #undef HAVE_ENVIRON_DECL
436 /* Define to 1 if you have the `euidaccess' function. */
437 #undef HAVE_EUIDACCESS
439 /* Define to 1 if you have the <execinfo.h> header file. */
440 #undef HAVE_EXECINFO_H
442 /* Define to 1 if you have the `faccessat' function. */
443 #undef HAVE_FACCESSAT
445 /* Define to 1 if you have the `facl' function. */
448 /* Define to 1 if you have the `fcntl' function. */
451 /* Define to 1 if you have the `fdatasync' function. */
452 #undef HAVE_FDATASYNC
454 /* Define to 1 if you have the `fdopendir' function. */
455 #undef HAVE_FDOPENDIR
457 /* Define to 1 if you have the `fork' function. */
460 /* Define to 1 if you have the `freeifaddrs' function. */
461 #undef HAVE_FREEIFADDRS
463 /* Define to 1 if using the freetype and fontconfig libraries. */
466 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
469 /* Define to 1 if you have the `fstatat' function. */
472 /* Define to 1 if you have the `fsync' function. */
475 /* Define to 1 if you have the `futimens' function. */
478 /* Define to 1 if you have the `futimes' function. */
481 /* Define to 1 if you have the `futimesat' function. */
482 #undef HAVE_FUTIMESAT
484 /* Define to 1 if you have the `gai_strerror' function. */
485 #undef HAVE_GAI_STRERROR
487 /* Define to 1 if using GConf. */
490 /* Define to 1 if you have the `getacl' function. */
493 /* Define to 1 if you have the `getaddrinfo' function. */
494 #undef HAVE_GETADDRINFO
496 /* Define to 1 if you have the `getdelim' function. */
499 /* Define to 1 if you have the `getdtablesize' function. */
500 #undef HAVE_GETDTABLESIZE
502 /* Define to 1 if you have the `getgrent' function. */
505 /* Define to 1 if your system has a working `getgroups' function. */
506 #undef HAVE_GETGROUPS
508 /* Define to 1 if you have the `gethostname' function. */
509 #undef HAVE_GETHOSTNAME
511 /* Define to 1 if you have the `getifaddrs' function. */
512 #undef HAVE_GETIFADDRS
514 /* Define to 1 if you have the `getline' function. */
517 /* Define to 1 if you have the <getopt.h> header file. */
520 /* Define to 1 if you have the `getopt_long_only' function. */
521 #undef HAVE_GETOPT_LONG_ONLY
523 /* Define to 1 if you have the `getpagesize' function. */
524 #undef HAVE_GETPAGESIZE
526 /* Define to 1 if you have the `getpeername' function. */
527 #undef HAVE_GETPEERNAME
529 /* Define to 1 if you have the `getpt' function. */
532 /* Define to 1 if you have the `getpwent' function. */
535 /* Define to 1 if you have the `getrlimit' function. */
536 #undef HAVE_GETRLIMIT
538 /* Define to 1 if you have the `getrusage' function. */
539 #undef HAVE_GETRUSAGE
541 /* Define to 1 if you have the `getsockname' function. */
542 #undef HAVE_GETSOCKNAME
544 /* Define to 1 if you have the `gettimeofday' function. */
545 #undef HAVE_GETTIMEOFDAY
547 /* Define to 1 if you have the `get_current_dir_name' function. */
548 #undef HAVE_GET_CURRENT_DIR_NAME
550 /* Define to 1 if using GFile. */
551 #undef HAVE_GFILENOTIFY
553 /* Define to 1 if you have a gif (or ungif) library. */
556 /* Define to 1 if GLib is linked in. */
559 /* Define if using GnuTLS. */
562 /* Define to 1 if you have the gpm library (-lgpm). */
565 /* Define to 1 if you have the `grantpt' function. */
568 /* Define to 1 if using GSettings. */
569 #undef HAVE_GSETTINGS
571 /* Define to 1 if using GTK 3 or later. */
574 /* Define to 1 if you have the `gtk_adjustment_get_page_size' function. */
575 #undef HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE
577 /* Define to 1 if you have the `gtk_dialog_get_action_area' function. */
578 #undef HAVE_GTK_DIALOG_GET_ACTION_AREA
580 /* Define to 1 if you have the `gtk_file_selection_new' function. */
581 #undef HAVE_GTK_FILE_SELECTION_NEW
583 /* Define to 1 if you have the `gtk_handle_box_new' function. */
584 #undef HAVE_GTK_HANDLE_BOX_NEW
586 /* Define to 1 if you have the `gtk_orientable_set_orientation' function. */
587 #undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION
589 /* Define to 1 if you have the `gtk_tearoff_menu_item_new' function. */
590 #undef HAVE_GTK_TEAROFF_MENU_ITEM_NEW
592 /* Define to 1 if you have the `gtk_widget_get_mapped' function. */
593 #undef HAVE_GTK_WIDGET_GET_MAPPED
595 /* Define to 1 if you have the `gtk_widget_get_sensitive' function. */
596 #undef HAVE_GTK_WIDGET_GET_SENSITIVE
598 /* Define to 1 if you have the `gtk_widget_get_window' function. */
599 #undef HAVE_GTK_WIDGET_GET_WINDOW
601 /* Define to 1 if you have the `gtk_widget_set_has_window' function. */
602 #undef HAVE_GTK_WIDGET_SET_HAS_WINDOW
604 /* Define to 1 if you have the `gtk_window_set_has_resize_grip' function. */
605 #undef HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP
607 /* Define to 1 if you have the `g_type_init' function. */
608 #undef HAVE_G_TYPE_INIT
610 /* Define to 1 if netdb.h declares h_errno. */
613 /* Define to 1 if you have the <ifaddrs.h> header file. */
614 #undef HAVE_IFADDRS_H
616 /* Define to 1 if using imagemagick. */
617 #undef HAVE_IMAGEMAGICK
619 /* Define to 1 if you have inet sockets. */
620 #undef HAVE_INET_SOCKETS
622 /* Define to 1 to use inotify. */
625 /* Define to 1 if you have the <inttypes.h> header file. */
626 #undef HAVE_INTTYPES_H
628 /* Define to 1 if you have the jpeg library (-ljpeg). */
631 /* Define to 1 if you have the <kerberosIV/krb.h> header file. */
632 #undef HAVE_KERBEROSIV_KRB_H
634 /* Define to 1 if you have the <kerberos/krb.h> header file. */
635 #undef HAVE_KERBEROS_KRB_H
637 /* Define to 1 if `e_text' is a member of `krb5_error'. */
638 #undef HAVE_KRB5_ERROR_E_TEXT
640 /* Define to 1 if `text' is a member of `krb5_error'. */
641 #undef HAVE_KRB5_ERROR_TEXT
643 /* Define to 1 if you have the <krb5.h> header file. */
646 /* Define to 1 if you have the <krb.h> header file. */
649 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
650 #undef HAVE_LANGINFO_CODESET
652 /* Define to 1 if you have the `dgc' library (-ldgc). */
655 /* Define to 1 if you have the `dnet' library (-ldnet). */
658 /* Define to 1 if you have the <libgen.h> header file. */
661 /* Define to 1 if you have the `kstat' library (-lkstat). */
664 /* Define to 1 if you have the `lockfile' library (-llockfile). */
665 #undef HAVE_LIBLOCKFILE
667 /* Define to 1 if you have the `m' library (-lm). */
670 /* Define to 1 if you have the `mail' library (-lmail). */
673 /* Define to 1 if using libotf. */
676 /* Define to 1 if you have the `perfstat' library (-lperfstat). */
677 #undef HAVE_LIBPERFSTAT
679 /* Define to 1 if you have the <libpng/png.h> header file. */
680 #undef HAVE_LIBPNG_PNG_H
682 /* Define to 1 if you have the `pthreads' library (-lpthreads). */
683 #undef HAVE_LIBPTHREADS
685 /* Define to 1 if using SELinux. */
686 #undef HAVE_LIBSELINUX
688 /* Define to 1 if you have the `Xext' library (-lXext). */
691 /* Define to 1 if you have the libxml library (-lxml2). */
694 /* Define to 1 if you have the `Xmu' library (-lXmu). */
697 /* Define to 1 if you have the `localtime_r' function. */
698 #undef HAVE_LOCALTIME_R
700 /* Define to 1 if you have the `log2' function. */
703 /* Define to 1 if you support file names longer than 14 characters. */
704 #undef HAVE_LONG_FILE_NAMES
706 /* Define to 1 if the system has the type 'long long int'. */
707 #undef HAVE_LONG_LONG_INT
709 /* Define to 1 if you have the `lrand48' function. */
712 /* Define to 1 if you have the `lstat' function. */
715 /* Define to 1 if you have the `lutimes' function. */
718 /* Define to 1 if using libm17n-flt. */
721 /* Define to 1 if you have the <machine/soundcard.h> header file. */
722 #undef HAVE_MACHINE_SOUNDCARD_H
724 /* Define to 1 if you have the <mach/mach.h> header file. */
725 #undef HAVE_MACH_MACH_H
727 /* Define to 1 if you have the `MagickExportImagePixels' function. */
728 #undef HAVE_MAGICKEXPORTIMAGEPIXELS
730 /* Define to 1 if you have the `MagickMergeImageLayers' function. */
731 #undef HAVE_MAGICKMERGEIMAGELAYERS
733 /* Define to 1 if you have the <maillock.h> header file. */
734 #undef HAVE_MAILLOCK_H
736 /* Define to 1 if you have the <malloc/malloc.h> header file. */
737 #undef HAVE_MALLOC_MALLOC_H
739 /* Define to 1 if <wchar.h> declares mbstate_t. */
740 #undef HAVE_MBSTATE_T
742 /* Define to 1 if you have the <memory.h> header file. */
745 /* Define to 1 if you have the `memrchr' function. */
748 /* Define to 1 if you have mouse menus. (This is automatic if you use X, but
749 the option to specify it remains.) It is also defined with other window
750 systems that support xmenu.c. */
753 /* Define to 1 if you have the `mkostemp' function. */
756 /* Define to 1 if you have the `mkstemp' function. */
759 /* Define to 1 if you have a working `mmap' system call. */
762 /* Define to 1 if you have the `nanotime' function. */
765 /* Define to 1 if you have the <net/if_dl.h> header file. */
766 #undef HAVE_NET_IF_DL_H
768 /* Define to 1 if you have the <net/if.h> header file. */
771 /* Define to 1 if you have the <nlist.h> header file. */
774 /* Define to 1 if you are using the NeXTstep API, either GNUstep or Cocoa on
778 /* Define to use native MS Windows GUI. */
781 /* Define to 1 if libotf has OTF_get_variation_glyphs. */
782 #undef HAVE_OTF_GET_VARIATION_GLYPHS
784 /* Define to 1 if personality LINUX32 can be set. */
785 #undef HAVE_PERSONALITY_LINUX32
787 /* Define to 1 if you have the `pipe2' function. */
790 /* Define to 1 if you have the png library (-lpng). */
793 /* Define to 1 if you have the <png.h> header file. */
796 /* Define to 1 if you have the `posix_memalign' function. */
797 #undef HAVE_POSIX_MEMALIGN
799 /* Define to 1 if you have the `posix_openpt' function. */
800 #undef HAVE_POSIX_OPENPT
802 /* Define if you have the /proc filesystem. */
805 /* Define to 1 if you have the `pselect' function. */
808 /* Define to 1 if you have the `pstat_getdynamic' function. */
809 #undef HAVE_PSTAT_GETDYNAMIC
811 /* Define to 1 if you have pthread (-lpthread). */
814 /* Define to 1 if you have the <pthread.h> header file. */
815 #undef HAVE_PTHREAD_H
817 /* Define to 1 if the pthread_sigmask function can be used (despite bugs). */
818 #undef HAVE_PTHREAD_SIGMASK
820 /* Define if the system supports pty devices. */
823 /* Define to 1 if you have the <pty.h> header file. */
826 /* Define to 1 if you have the <pwd.h> header file. */
829 /* Define to 1 if you have the `random' function. */
832 /* Define to 1 if you have the `readlink' function. */
835 /* Define to 1 if you have the `readlinkat' function. */
836 #undef HAVE_READLINKAT
838 /* Define to 1 if you have the `recvfrom' function. */
841 /* Define to 1 if res_init is available. */
844 /* Define to 1 if you have the `rint' function. */
847 /* Define to 1 if using librsvg. */
850 /* Define to 1 if you have the `select' function. */
853 /* Define to 1 if you have the `sendto' function. */
856 /* Define to 1 if you have the `setitimer' function. */
857 #undef HAVE_SETITIMER
859 /* Define to 1 if you have the `setlocale' function. */
860 #undef HAVE_SETLOCALE
862 /* Define to 1 if you have the `setrlimit' function. */
863 #undef HAVE_SETRLIMIT
865 /* Define to 1 if you have the `shutdown' function. */
868 /* Define to 1 if you have the `sig2str' function. */
871 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
872 #undef HAVE_SIGNED_SIG_ATOMIC_T
874 /* Define to 1 if 'wchar_t' is a signed integer type. */
875 #undef HAVE_SIGNED_WCHAR_T
877 /* Define to 1 if 'wint_t' is a signed integer type. */
878 #undef HAVE_SIGNED_WINT_T
880 /* Define to 1 if sigsetjmp and siglongjmp work. The value of this symbol is
881 irrelevant if HAVE__SETJMP is defined. */
882 #undef HAVE_SIGSETJMP
884 /* Define to 1 if the system has the type `sigset_t'. */
887 /* Define to 1 if you have the `snprintf' function. */
890 /* Define if the system supports 4.2-compatible sockets. */
893 /* Define to 1 if you have sound support. */
896 /* Define to 1 if you have the <soundcard.h> header file. */
897 #undef HAVE_SOUNDCARD_H
899 /* Define to 1 if you have the `statacl' function. */
902 /* Define to 1 if you have the <stdint.h> header file. */
905 /* Define to 1 if you have the <stdio_ext.h> header file. */
906 #undef HAVE_STDIO_EXT_H
908 /* Define to 1 if you have the <stdlib.h> header file. */
911 /* Define to 1 if you have the <strings.h> header file. */
912 #undef HAVE_STRINGS_H
914 /* Define to 1 if you have the <string.h> header file. */
917 /* Define to 1 if you have the `strsignal' function. */
918 #undef HAVE_STRSIGNAL
920 /* Define to 1 if you have the `strtoimax' function. */
921 #undef HAVE_STRTOIMAX
923 /* Define to 1 if you have the `strtoll' function. */
926 /* Define to 1 if you have the `strtoull' function. */
929 /* Define to 1 if you have the `strtoumax' function. */
930 #undef HAVE_STRTOUMAX
932 /* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */
933 #undef HAVE_STRUCT_IFREQ_IFR_ADDR
935 /* Define to 1 if `ifr_addr.sa_len' is a member of `struct ifreq'. */
936 #undef HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN
938 /* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */
939 #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
941 /* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */
942 #undef HAVE_STRUCT_IFREQ_IFR_FLAGS
944 /* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */
945 #undef HAVE_STRUCT_IFREQ_IFR_HWADDR
947 /* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */
948 #undef HAVE_STRUCT_IFREQ_IFR_NETMASK
950 /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
951 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
953 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
954 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
956 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
957 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
959 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
960 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
962 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
963 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
965 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
966 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
968 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
969 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
971 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
972 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
974 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
975 #undef HAVE_STRUCT_TM_TM_ZONE
977 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
978 have utime.h but don't declare the struct anywhere. */
979 #undef HAVE_STRUCT_UTIMBUF
981 /* Define if struct stat has an st_dm_mode member. */
982 #undef HAVE_ST_DM_MODE
984 /* Define to 1 if you have the `symlink' function. */
987 /* Define to 1 if you have the `sync' function. */
990 /* Define to 1 if you have the <sys/acl.h> header file. */
991 #undef HAVE_SYS_ACL_H
993 /* Define to 1 if you have the <sys/bitypes.h> header file. */
994 #undef HAVE_SYS_BITYPES_H
996 /* Define to 1 if you have the <sys/inttypes.h> header file. */
997 #undef HAVE_SYS_INTTYPES_H
999 /* Define to 1 if you have the <sys/loadavg.h> header file. */
1000 #undef HAVE_SYS_LOADAVG_H
1002 /* Define to 1 if you have the <sys/param.h> header file. */
1003 #undef HAVE_SYS_PARAM_H
1005 /* Define to 1 if you have the <sys/resource.h> header file. */
1006 #undef HAVE_SYS_RESOURCE_H
1008 /* Define to 1 if you have the <sys/select.h> header file. */
1009 #undef HAVE_SYS_SELECT_H
1011 /* Define to 1 if you have the <sys/socket.h> header file. */
1012 #undef HAVE_SYS_SOCKET_H
1014 /* Define to 1 if you have the <sys/soundcard.h> header file. */
1015 #undef HAVE_SYS_SOUNDCARD_H
1017 /* Define to 1 if you have the <sys/stat.h> header file. */
1018 #undef HAVE_SYS_STAT_H
1020 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
1021 #undef HAVE_SYS_SYSTEMINFO_H
1023 /* Define to 1 if you have the <sys/timeb.h> header file. */
1024 #undef HAVE_SYS_TIMEB_H
1026 /* Define to 1 if you have the <sys/time.h> header file. */
1027 #undef HAVE_SYS_TIME_H
1029 /* Define to 1 if you have the <sys/types.h> header file. */
1030 #undef HAVE_SYS_TYPES_H
1032 /* Define to 1 if you have the <sys/un.h> header file. */
1033 #undef HAVE_SYS_UN_H
1035 /* Define to 1 if you have the <sys/utsname.h> header file. */
1036 #undef HAVE_SYS_UTSNAME_H
1038 /* Define to 1 if you have the <sys/vlimit.h> header file. */
1039 #undef HAVE_SYS_VLIMIT_H
1041 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1042 #undef HAVE_SYS_WAIT_H
1044 /* Define to 1 if you have the <term.h> header file. */
1047 /* Define to 1 if you have the tiff library (-ltiff). */
1050 /* Define to 1 if you have the `timer_settime' function. */
1051 #undef HAVE_TIMER_SETTIME
1053 /* Define if struct tm has the tm_gmtoff member. */
1054 #undef HAVE_TM_GMTOFF
1056 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1057 `HAVE_STRUCT_TM_TM_ZONE' instead. */
1060 /* Define to 1 if you have the `touchlock' function. */
1061 #undef HAVE_TOUCHLOCK
1063 /* Define to 1 if you don't have `tm_zone' but do have the external array
1067 /* Define to 1 if you have the `tzset' function. */
1070 /* Define to 1 if you have the <unistd.h> header file. */
1071 #undef HAVE_UNISTD_H
1073 /* Define to 1 if you have the `unsetenv' function. */
1074 #undef HAVE_UNSETENV
1076 /* Define to 1 if the system has the type 'unsigned long long int'. */
1077 #undef HAVE_UNSIGNED_LONG_LONG_INT
1079 /* Define to 1 if you have the <util.h> header file. */
1082 /* Define to 1 if you have the `utimensat' function. */
1083 #undef HAVE_UTIMENSAT
1085 /* Define to 1 if you have the <utime.h> header file. */
1088 /* Define to 1 if you have the <utmp.h> header file. */
1091 /* Define to 1 if you have the `vfork' function. */
1094 /* Define to 1 if you have the <vfork.h> header file. */
1097 /* Define to 1 to use w32notify. */
1098 #undef HAVE_W32NOTIFY
1100 /* Define to 1 if you have the <wchar.h> header file. */
1103 /* Define if you have the 'wchar_t' type. */
1106 /* Define if you have a window system. */
1107 #undef HAVE_WINDOW_SYSTEM
1109 /* Define to 1 if you have the <winsock2.h> header file. */
1110 #undef HAVE_WINSOCK2_H
1112 /* Define to 1 if `fork' works. */
1113 #undef HAVE_WORKING_FORK
1115 /* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX
1117 #undef HAVE_WORKING_FSTATAT_ZERO_FLAG
1119 /* Define if utimes works properly. */
1120 #undef HAVE_WORKING_UTIMES
1122 /* Define to 1 if `vfork' works. */
1123 #undef HAVE_WORKING_VFORK
1125 /* Define to 1 if you have the <ws2tcpip.h> header file. */
1126 #undef HAVE_WS2TCPIP_H
1128 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
1129 expects to use version 10. */
1132 /* Define to 1 if you have the X11R6 or newer version of Xlib. */
1135 /* Define if you have usable X11R6-style XIM support. */
1136 #undef HAVE_X11R6_XIM
1138 /* Define to 1 if you have the X11R6 or newer version of Xt. */
1141 /* Define to 1 if you have the Xaw3d library (-lXaw3d). */
1144 /* Define to 1 if you have the Xft library. */
1147 /* Define to 1 if XIM is available */
1150 /* Define to 1 if you have the Xinerama extension. */
1151 #undef HAVE_XINERAMA
1153 /* Define to 1 if you have the Xkb extension. */
1156 /* Define to 1 if you have the Xpm library (-lXpm). */
1159 /* Define to 1 if you have the XRandr extension. */
1162 /* Define to 1 if you have the `XrmSetDatabase' function. */
1163 #undef HAVE_XRMSETDATABASE
1165 /* Define to 1 if you have the `XRRGetOutputPrimary' function. */
1166 #undef HAVE_XRRGETOUTPUTPRIMARY
1168 /* Define to 1 if you have the `XRRGetScreenResourcesCurrent' function. */
1169 #undef HAVE_XRRGETSCREENRESOURCESCURRENT
1171 /* Define to 1 if you have the `XScreenNumberOfScreen' function. */
1172 #undef HAVE_XSCREENNUMBEROFSCREEN
1174 /* Define to 1 if you have the `XScreenResourceString' function. */
1175 #undef HAVE_XSCREENRESOURCESTRING
1177 /* Define if you have usable i18n support. */
1180 /* Define to 1 if you have the SM library (-lSM). */
1183 /* Define to 1 if you want to use the X window system. */
1184 #undef HAVE_X_WINDOWS
1186 /* Define to 1 if the system has the type `_Bool'. */
1189 /* Define to 1 if you have the `_ftime' function. */
1192 /* Define to 1 if _setjmp and _longjmp work. */
1195 /* Define to 1 if you have the `__builtin_unwind_init' function. */
1196 #undef HAVE___BUILTIN_UNWIND_INIT
1198 /* Define to 1 if you have the `__executable_start' function. */
1199 #undef HAVE___EXECUTABLE_START
1201 /* Define to 1 if you have the `__fpending' function. */
1202 #undef HAVE___FPENDING
1204 /* Define to support using a Hesiod database to find the POP server. */
1207 /* Define if the system is HPUX. */
1210 /* This is substituted when $TERM is "internal". */
1211 #undef INTERNAL_TERMINAL
1213 /* Define to read input using SIGIO. */
1214 #undef INTERRUPT_INPUT
1216 /* Define if the system is IRIX. */
1219 /* Returns true if character is any form of separator. */
1222 /* Returns true if character is a device separator. */
1223 #undef IS_DEVICE_SEP
1225 /* Returns true if character is a directory separator. */
1226 #undef IS_DIRECTORY_SEP
1228 /* Define to support Kerberos-authenticated POP mail retrieval. */
1231 /* Define to use Kerberos 5 instead of Kerberos 4. */
1234 /* Define to 1 if localtime caches TZ. */
1235 #undef LOCALTIME_CACHE
1237 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1239 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1241 /* String giving fallback POP mail host. */
1244 /* Define to unlink, rather than empty, mail spool after reading. */
1245 #undef MAIL_UNLINK_SPOOL
1247 /* Define if the mailer uses flock to interlock the mail spool. */
1248 #undef MAIL_USE_FLOCK
1250 /* Define if the mailer uses lockf to interlock the mail spool. */
1251 #undef MAIL_USE_LOCKF
1253 /* Define to support MMDF mailboxes in movemail. */
1254 #undef MAIL_USE_MMDF
1256 /* Define to support POP mail retrieval. */
1259 /* Define if the system is MS DOS. */
1262 /* Define if system's imake configuration file defines `NeedWidePrototypes' as
1266 /* Define if XEditRes should not be used. */
1269 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1270 #undef NO_MINUS_C_MINUS_O
1272 /* Minimum value of NSIG. */
1275 /* Define to 1 if `NSInteger' is defined. */
1276 #undef NS_HAVE_NSINTEGER
1278 /* Define to 1 if you are using NS windowing under MacOS X. */
1279 #undef NS_IMPL_COCOA
1281 /* Define to 1 if you are using NS windowing under GNUstep. */
1282 #undef NS_IMPL_GNUSTEP
1284 /* Name of the file to open to get a null file, or a data sink. */
1287 /* Define to 1 if the nlist n_name member is a pointer */
1288 #undef N_NAME_POINTER
1290 /* Name of package */
1293 /* Define to the address where bug reports for this package should be sent. */
1294 #undef PACKAGE_BUGREPORT
1296 /* Define to the full name of this package. */
1299 /* Define to the full name and version of this package. */
1300 #undef PACKAGE_STRING
1302 /* Define to the one symbol short name of this package. */
1303 #undef PACKAGE_TARNAME
1305 /* Define to the home page for this package. */
1308 /* Define to the version of this package. */
1309 #undef PACKAGE_VERSION
1311 /* the number of pending output bytes on stream 'fp' */
1312 #undef PENDING_OUTPUT_N_BYTES
1314 /* Define to empty to suppress deprecation warnings when building with
1315 --enable-gcc-warnings and with libpng versions before 1.5, which lack
1317 #undef PNG_DEPSTRUCT
1319 /* Define if process_send_signal should use VSUSP instead of VSWTCH. */
1322 /* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno.
1324 #undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO
1326 /* Define to 1 if pthread_sigmask() may returns 0 and have no effect. */
1327 #undef PTHREAD_SIGMASK_INEFFECTIVE
1329 /* Define to 1 if pthread_sigmask() unblocks signals incorrectly. */
1330 #undef PTHREAD_SIGMASK_UNBLOCK_BUG
1332 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1334 #undef PTRDIFF_T_SUFFIX
1336 /* How to iterate over PTYs. */
1337 #undef PTY_ITERATION
1339 /* How to get the device name of the control end of a PTY, if non-standard. */
1340 #undef PTY_NAME_SPRINTF
1342 /* How to open a PTY, if non-standard. */
1345 /* How to get device name of the tty end of a PTY, if non-standard. */
1346 #undef PTY_TTY_NAME_SPRINTF
1348 /* Define to 1 if readlink fails to recognize a trailing slash. */
1349 #undef READLINK_TRAILING_SLASH_BUG
1351 /* Define REL_ALLOC if you want to use the relocating allocator for buffer
1355 /* Define to 1 if stat needs help when passed a directory name with a trailing
1357 #undef REPLACE_FUNC_STAT_DIR
1359 /* Define to 1 if stat needs help when passed a file name with a trailing
1361 #undef REPLACE_FUNC_STAT_FILE
1363 /* Define if emacs.c needs to call run_time_remap; for HPUX. */
1364 #undef RUN_TIME_REMAP
1366 /* Character that separates PATH elements. */
1369 /* How to set up a slave PTY, if needed. */
1370 #undef SETUP_SLAVE_PTY
1372 /* Make process_send_signal work by "typing" a signal character on the pty. */
1373 #undef SIGNALS_VIA_CHARACTERS
1375 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1377 #undef SIG_ATOMIC_T_SUFFIX
1379 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1381 #undef SIZE_T_SUFFIX
1383 /* Define if the system is Solaris. */
1386 /* If using the C implementation of alloca, define if you know the
1387 direction of stack growth for your system; otherwise it will be
1388 automatically deduced at runtime.
1389 STACK_DIRECTION > 0 => grows toward higher addresses
1390 STACK_DIRECTION < 0 => grows toward lower addresses
1391 STACK_DIRECTION = 0 => direction of growth unknown */
1392 #undef STACK_DIRECTION
1394 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1395 #undef STAT_MACROS_BROKEN
1397 /* Define to 1 if you have the ANSI C header files. */
1400 /* Define to 1 on System V Release 4. */
1403 /* Define to use system malloc. */
1404 #undef SYSTEM_MALLOC
1406 /* The type of system you are compiling for; sets `system-type'. */
1415 /* Define to 1 if you use terminfo instead of termcap. */
1418 /* Define to the header for the built-in window system. */
1421 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1422 #undef TIME_WITH_SYS_TIME
1424 /* Some platforms redefine this. */
1427 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1428 #undef TM_IN_SYS_TIME
1430 /* Define to 1 if the type of the st_atim member of a struct stat is struct
1432 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
1434 /* Define to 1 for Encore UMAX. */
1437 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1438 <sys/cpustats.h>. */
1441 /* Define if the system has Unix98 PTYs. */
1444 /* Define to 1 if FIONREAD is usable. */
1445 #undef USABLE_FIONREAD
1447 /* Define to 1 if SIGIO is usable. */
1450 /* How to get a user's full name. */
1451 #undef USER_FULL_NAME
1453 /* Define to nonzero if you want access control list support. */
1456 /* Define to 1 if using file notifications. */
1457 #undef USE_FILE_NOTIFY
1459 /* Define to 1 if using GTK. */
1462 /* Define to 1 if using the Lucid X toolkit. */
1465 /* Define to use mmap to allocate buffer text. */
1466 #undef USE_MMAP_FOR_BUFFERS
1468 /* Define to 1 if using the Motif X toolkit. */
1471 /* Enable extensions on AIX 3, Interix. */
1475 /* Enable general extensions on OS X. */
1476 #ifndef _DARWIN_C_SOURCE
1477 # undef _DARWIN_C_SOURCE
1479 /* Enable GNU extensions on systems that have them. */
1483 /* Enable threading extensions on Solaris. */
1484 #ifndef _POSIX_PTHREAD_SEMANTICS
1485 # undef _POSIX_PTHREAD_SEMANTICS
1487 /* Enable extensions on HP NonStop. */
1488 #ifndef _TANDEM_SOURCE
1489 # undef _TANDEM_SOURCE
1491 /* Enable X/Open extensions if necessary. HP-UX 11.11 defines
1492 mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
1493 whether compiling with -Ae or -D_HPUX_SOURCE=1. */
1494 #ifndef _XOPEN_SOURCE
1495 # undef _XOPEN_SOURCE
1497 /* Enable general extensions on Solaris. */
1498 #ifndef __EXTENSIONS__
1499 # undef __EXTENSIONS__
1503 /* Define to 1 if we should use toolkit scroll bars. */
1504 #undef USE_TOOLKIT_SCROLL_BARS
1506 /* Define to 1 if we should use XIM, if it is available. */
1509 /* Define to 1 if using an X toolkit. */
1510 #undef USE_X_TOOLKIT
1512 /* Define if the system is compatible with System III. */
1515 /* Define if the system is compatible with System V Release 4. */
1518 /* Define for USG systems where it works to open a pty's tty in the parent
1519 process, then close and reopen it in the child. */
1520 #undef USG_SUBTTY_WORKS
1522 /* Version number of package */
1525 /* Define to 1 if unsetenv returns void instead of int. */
1526 #undef VOID_UNSETENV
1528 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1530 #undef WCHAR_T_SUFFIX
1532 /* Use long long for EMACS_INT if available. */
1533 #undef WIDE_EMACS_INT
1535 /* Define if compiling for native MS Windows. */
1538 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1540 #undef WINT_T_SUFFIX
1542 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1543 significant byte first (like Motorola and SPARC, unlike Intel). */
1544 #if defined AC_APPLE_UNIVERSAL_BUILD
1545 # if defined __BIG_ENDIAN__
1546 # define WORDS_BIGENDIAN 1
1549 # ifndef WORDS_BIGENDIAN
1550 # undef WORDS_BIGENDIAN
1554 /* Define this to check for malloc buffer overrun. */
1555 #undef XMALLOC_OVERRUN_CHECK
1557 /* Compensate for a bug in Xos.h on some systems, where it requires time.h. */
1558 #undef XOS_NEEDS_TIME_H
1560 /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
1561 XPointer or XPointer*. */
1562 #undef XRegisterIMInstantiateCallback_arg6
1564 /* Define if the system is AIX. */
1567 /* Enable large inode numbers on Mac OS X 10.5. */
1568 #undef _DARWIN_USE_64_BIT_INODE
1570 /* Number of bits in a file offset, on hosts where this is settable. */
1571 #undef _FILE_OFFSET_BITS
1573 /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
1574 stat.st_size becomes 64-bit. */
1575 #undef _GL_WINDOWS_64_BIT_ST_SIZE
1577 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1578 #undef _LARGEFILE_SOURCE
1580 /* Define for large files, on AIX-style hosts. */
1583 /* Define to 1 if on MINIX. */
1586 /* Define if GNUstep uses ObjC exceptions. */
1587 #undef _NATIVE_OBJC_EXCEPTIONS
1589 /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
1590 #undef _NETBSD_SOURCE
1592 /* The _Noreturn keyword of C11. */
1593 #if ! (defined _Noreturn \
1594 || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
1595 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
1596 || 0x5110 <= __SUNPRO_C)
1597 # define _Noreturn __attribute__ ((__noreturn__))
1598 # elif defined _MSC_VER && 1200 <= _MSC_VER
1599 # define _Noreturn __declspec (noreturn)
1606 /* Define to 2 if the system does not provide POSIX.1 features except with
1608 #undef _POSIX_1_SOURCE
1610 /* Define to 1 if you need to in order for 'stat' and other things to work. */
1611 #undef _POSIX_SOURCE
1613 /* Needed for system_process_attributes on Solaris. */
1614 #undef _STRUCTURED_PROC
1616 /* Define to rpl_ if the getopt replacement functions and variables should be
1618 #undef __GETOPT_PREFIX
1620 /* Define to compiler's equivalent of C99 restrict keyword in array
1621 declarations. Define as empty for no equivalent. */
1622 #undef __restrict_arr
1624 /* Some platforms that do not use configure define this to include extra
1625 configuration information. */
1626 #undef config_opsysfile
1628 /* Please see the Gnulib manual for how to use these macros.
1630 Suppress extern inline with HP-UX cc, as it appears to be broken; see
1631 <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
1633 Suppress extern inline with Sun C in standards-conformance mode, as it
1634 mishandles inline functions that call each other. E.g., for 'inline void f
1635 (void) { } inline void g (void) { f (); }', c99 incorrectly complains
1636 'reference to static identifier "f" in extern inline function'.
1637 This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
1639 Suppress the use of extern inline on Apple's platforms, as Libc at least
1640 through Libc-825.26 (2013-04-09) is incompatible with it; see, e.g.,
1641 <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
1642 Perhaps Apple will fix this some day. */
1644 ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
1645 : (199901L <= __STDC_VERSION__ \
1646 && !defined __HP_cc \
1647 && !(defined __SUNPRO_C && __STDC__))) \
1648 && !defined __APPLE__)
1649 # define _GL_INLINE inline
1650 # define _GL_EXTERN_INLINE extern inline
1651 #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
1652 && !defined __APPLE__)
1653 # if __GNUC_GNU_INLINE__
1654 /* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */
1655 # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
1657 # define _GL_INLINE extern inline
1659 # define _GL_EXTERN_INLINE extern
1661 # define _GL_INLINE static _GL_UNUSED
1662 # define _GL_EXTERN_INLINE static _GL_UNUSED
1665 #if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
1666 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
1667 # define _GL_INLINE_HEADER_CONST_PRAGMA
1669 # define _GL_INLINE_HEADER_CONST_PRAGMA \
1670 _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
1672 /* Suppress GCC's bogus "no previous prototype for 'FOO'"
1673 and "no previous declaration for 'FOO'" diagnostics,
1674 when FOO is an inline function in the header; see
1675 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>. */
1676 # define _GL_INLINE_HEADER_BEGIN \
1677 _Pragma ("GCC diagnostic push") \
1678 _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
1679 _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
1680 _GL_INLINE_HEADER_CONST_PRAGMA
1681 # define _GL_INLINE_HEADER_END \
1682 _Pragma ("GCC diagnostic pop")
1684 # define _GL_INLINE_HEADER_BEGIN
1685 # define _GL_INLINE_HEADER_END
1688 /* A replacement for va_copy, if needed. */
1689 #define gl_va_copy(a,b) ((a) = (b))
1691 /* Define to rpl_gmtime if the replacement function should be used. */
1694 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1695 the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1696 earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1697 __APPLE__ && __MACH__ test for Mac OS X.
1698 __APPLE_CC__ tests for the Apple compiler and its version.
1699 __STDC_VERSION__ tests for the C99 mode. */
1700 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1701 # define __GNUC_STDC_INLINE__ 1
1704 /* Define to 1 if the compiler is checking for lint. */
1707 /* Define to rpl_localtime if the replacement function should be used. */
1710 /* Define to a type if <wchar.h> does not define. */
1713 /* Define to `int' if <sys/types.h> does not define. */
1716 /* Define to the name of the strftime replacement function. */
1719 /* Define to the type of st_nlink in struct stat, or a supertype. */
1722 /* Define to `int' if <sys/types.h> does not define. */
1725 /* Define to the equivalent of the C99 'restrict' keyword, or to
1726 nothing if this is not supported. Do not define if restrict is
1727 supported directly. */
1729 /* Work around a bug in Sun C++: it does not support _Restrict or
1730 __restrict__, even though the corresponding Sun C compiler ends up with
1731 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1732 previous line. Perhaps some future version of Sun C++ will work with
1733 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
1734 #if defined __SUNPRO_CC && !defined __RESTRICT
1736 # define __restrict__
1739 /* type to use in place of socklen_t if not defined */
1742 /* Define as a signed type of the same size as size_t. */
1745 /* Define to enable asynchronous subprocesses. */
1748 /* Define as a marker that can be attached to declarations that might not
1749 be used. This helps to reduce warnings, such as from
1750 GCC -Wunused-parameter. */
1751 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1752 # define _GL_UNUSED __attribute__ ((__unused__))
1756 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1757 is a misnomer outside of parameter lists. */
1758 #define _UNUSED_PARAMETER_ _GL_UNUSED
1760 /* The __pure__ attribute was added in gcc 2.96. */
1761 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1762 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
1764 # define _GL_ATTRIBUTE_PURE /* empty */
1767 /* The __const__ attribute was added in gcc 2.95. */
1768 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
1769 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1771 # define _GL_ATTRIBUTE_CONST /* empty */
1775 /* Define as a macro for copying va_list variables. */
1778 /* Define as `fork' if `vfork' does not work. */
1781 #include <conf_post.h>
1783 #endif /* EMACS_CONFIG_H */