* lisp/bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
[emacs.git] / autogen / config.in
blobb996a5f071e7513eedd1b35a80ae8bc3ff8b2024
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
35    id. */
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. */
60 #undef CANNOT_DUMP
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
67    his/her Emacs. */
68 #undef CLASH_DETECTION
70 /* Short copyright string for this version of Emacs. */
71 #undef COPYRIGHT
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.
75    */
76 #undef CRAY_STACKSEG_END
78 /* Define if the system is Cygwin. */
79 #undef CYGWIN
81 /* Define to 1 if using 'alloca.c'. */
82 #undef C_ALLOCA
84 /* Define if the system is Darwin. */
85 #undef DARWIN_OS
87 /* Extra bits to be or'd in with any pointers stored in a Lisp_Object. */
88 #undef DATA_SEG_BITS
90 /* Name of the default sound device. */
91 #undef DEFAULT_SOUND_DEVICE
93 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
94 #undef DGUX
96 /* Character that separates directories in a file name. */
97 #undef DIRECTORY_SEP
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. */
105 #undef DOS_NT
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. */
111 #undef EMACSDEBUG
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
120    enabled. */
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.
127    */
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
134    #endif
135   
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'. */
163 #undef GETGROUPS_T
165 /* Define this to 1 if getgroups(0,NULL) does not return the number of groups.
166    */
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. */
177 #undef GLYPH_DEBUG
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. */
193 #undef GNULIB_FSCANF
195 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
196    whether the gnulib module mkostemp shall be considered present. */
197 #undef GNULIB_MKOSTEMP
199 /* enable some gnulib portability checks */
200 #undef GNULIB_PORTCHECK
202 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
203    whether the gnulib module scanf shall be considered present. */
204 #undef GNULIB_SCANF
206 /* Define if ths system is compatible with GNU/Linux. */
207 #undef GNU_LINUX
209 /* Define to 1 if you want to use the GNU memory allocator. */
210 #undef GNU_MALLOC
212 /* Define to set the G_SLICE environment variable to "always-malloc" at
213    startup, if using GTK. */
214 #undef G_SLICE_ALWAYS_MALLOC
216 /* Define to 1 if you have the `accept4' function. */
217 #undef HAVE_ACCEPT4
219 /* Define to 1 if you have the `access' function. */
220 #undef HAVE_ACCESS
222 /* Define to 1 if you have the `aclsort' function. */
223 #undef HAVE_ACLSORT
225 /* Define to 1 if you have the <aclv.h> header file. */
226 #undef HAVE_ACLV_H
228 /* Define to 1 if you have the `aclx_get' function. */
229 #undef HAVE_ACLX_GET
231 /* Define to 1 if you have the `acl_copy_ext_native' function. */
232 #undef HAVE_ACL_COPY_EXT_NATIVE
234 /* Define to 1 if you have the `acl_create_entry_np' function. */
235 #undef HAVE_ACL_CREATE_ENTRY_NP
237 /* Define to 1 if you have the `acl_delete_def_file' function. */
238 #undef HAVE_ACL_DELETE_DEF_FILE
240 /* Define to 1 if you have the `acl_delete_fd_np' function. */
241 #undef HAVE_ACL_DELETE_FD_NP
243 /* Define to 1 if you have the `acl_delete_file_np' function. */
244 #undef HAVE_ACL_DELETE_FILE_NP
246 /* Define to 1 if you have the `acl_entries' function. */
247 #undef HAVE_ACL_ENTRIES
249 /* Define to 1 if you have the `acl_extended_file' function. */
250 #undef HAVE_ACL_EXTENDED_FILE
252 /* Define to 1 if the constant ACL_FIRST_ENTRY exists. */
253 #undef HAVE_ACL_FIRST_ENTRY
255 /* Define to 1 if you have the `acl_free' function. */
256 #undef HAVE_ACL_FREE
258 /* Define to 1 if you have the `acl_free_text' function. */
259 #undef HAVE_ACL_FREE_TEXT
261 /* Define to 1 if you have the `acl_from_mode' function. */
262 #undef HAVE_ACL_FROM_MODE
264 /* Define to 1 if you have the `acl_from_text' function. */
265 #undef HAVE_ACL_FROM_TEXT
267 /* Define to 1 if you have the `acl_get_fd' function. */
268 #undef HAVE_ACL_GET_FD
270 /* Define to 1 if you have the `acl_get_file' function. */
271 #undef HAVE_ACL_GET_FILE
273 /* Define to 1 if you have the <acl/libacl.h> header file. */
274 #undef HAVE_ACL_LIBACL_H
276 /* Define to 1 if you have the `acl_set_fd' function. */
277 #undef HAVE_ACL_SET_FD
279 /* Define to 1 if you have the `acl_set_file' function. */
280 #undef HAVE_ACL_SET_FILE
282 /* Define to 1 if you have the `acl_to_short_text' function. */
283 #undef HAVE_ACL_TO_SHORT_TEXT
285 /* Define to 1 if you have the `acl_trivial' function. */
286 #undef HAVE_ACL_TRIVIAL
288 /* Define to 1 if the ACL type ACL_TYPE_EXTENDED exists. */
289 #undef HAVE_ACL_TYPE_EXTENDED
291 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
292    may be supplied by this distribution. */
293 #undef HAVE_ALLOCA
295 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
296    */
297 #undef HAVE_ALLOCA_H
299 /* Define to 1 if ALSA is available. */
300 #undef HAVE_ALSA
302 /* Define to 1 if strtold conforms to C99. */
303 #undef HAVE_C99_STRTOLD
305 /* Define to 1 if you have the `cfmakeraw' function. */
306 #undef HAVE_CFMAKERAW
308 /* Define to 1 if you have the `cfsetspeed' function. */
309 #undef HAVE_CFSETSPEED
311 /* Define to 1 if you have the `clock_gettime' function. */
312 #undef HAVE_CLOCK_GETTIME
314 /* Define to 1 if you have the `clock_settime' function. */
315 #undef HAVE_CLOCK_SETTIME
317 /* Define to 1 if you have the <coff.h> header file. */
318 #undef HAVE_COFF_H
320 /* Define to 1 if you have the <com_err.h> header file. */
321 #undef HAVE_COM_ERR_H
323 /* Define to 1 if you have the `copysign' function. */
324 #undef HAVE_COPYSIGN
326 /* Define to 1 if data_start is the address of the start of the main data
327    segment. */
328 #undef HAVE_DATA_START
330 /* Define to 1 if using D-Bus. */
331 #undef HAVE_DBUS
333 /* Define to 1 if you have the `dbus_type_is_valid' function. */
334 #undef HAVE_DBUS_TYPE_IS_VALID
336 /* Define to 1 if you have the `dbus_validate_bus_name' function. */
337 #undef HAVE_DBUS_VALIDATE_BUS_NAME
339 /* Define to 1 if you have the `dbus_validate_interface' function. */
340 #undef HAVE_DBUS_VALIDATE_INTERFACE
342 /* Define to 1 if you have the `dbus_validate_member' function. */
343 #undef HAVE_DBUS_VALIDATE_MEMBER
345 /* Define to 1 if you have the `dbus_validate_path' function. */
346 #undef HAVE_DBUS_VALIDATE_PATH
348 /* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
349 #undef HAVE_DBUS_WATCH_GET_UNIX_FD
351 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
352    */
353 #undef HAVE_DECL_ALARM
355 /* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
356    don't. */
357 #undef HAVE_DECL_FDATASYNC
359 /* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
360    don't. */
361 #undef HAVE_DECL_FDOPENDIR
363 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
364    */
365 #undef HAVE_DECL_GETENV
367 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
368    don't. */
369 #undef HAVE_DECL_LOCALTIME_R
371 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
372    don't. */
373 #undef HAVE_DECL_MEMRCHR
375 /* Define to 1 if you have the declaration of `strmode', and to 0 if you
376    don't. */
377 #undef HAVE_DECL_STRMODE
379 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
380    don't. */
381 #undef HAVE_DECL_STRTOIMAX
383 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
384    don't. */
385 #undef HAVE_DECL_STRTOLL
387 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
388    don't. */
389 #undef HAVE_DECL_STRTOULL
391 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
392    don't. */
393 #undef HAVE_DECL_STRTOUMAX
395 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
396    don't. */
397 #undef HAVE_DECL_SYS_SIGLIST
399 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
400    */
401 #undef HAVE_DECL_TZNAME
403 /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
404    don't. */
405 #undef HAVE_DECL_UNSETENV
407 /* Define to 1 if you have the declaration of `_putenv', and to 0 if you
408    don't. */
409 #undef HAVE_DECL__PUTENV
411 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
412    don't. */
413 #undef HAVE_DECL___FPENDING
415 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
416    don't. */
417 #undef HAVE_DECL___SYS_SIGLIST
419 /* Define to 1 if you have the `difftime' function. */
420 #undef HAVE_DIFFTIME
422 /* Define to 1 if you have the <dirent.h> header file. */
423 #undef HAVE_DIRENT_H
425 /* Define to 1 if you have the 'dup2' function. */
426 #undef HAVE_DUP2
428 /* Define to 1 if you have the `eaccess' function. */
429 #undef HAVE_EACCESS
431 /* Define to 1 if you have the `endgrent' function. */
432 #undef HAVE_ENDGRENT
434 /* Define to 1 if you have the `endpwent' function. */
435 #undef HAVE_ENDPWENT
437 /* Define if you have the declaration of environ. */
438 #undef HAVE_ENVIRON_DECL
440 /* Define to 1 if you have the `euidaccess' function. */
441 #undef HAVE_EUIDACCESS
443 /* Define to 1 if you have the <execinfo.h> header file. */
444 #undef HAVE_EXECINFO_H
446 /* Define to 1 if you have the `faccessat' function. */
447 #undef HAVE_FACCESSAT
449 /* Define to 1 if you have the `facl' function. */
450 #undef HAVE_FACL
452 /* Define to 1 if you have the `fcntl' function. */
453 #undef HAVE_FCNTL
455 /* Define to 1 if you have the `fdatasync' function. */
456 #undef HAVE_FDATASYNC
458 /* Define to 1 if you have the `fdopendir' function. */
459 #undef HAVE_FDOPENDIR
461 /* Define to 1 if you have the `fork' function. */
462 #undef HAVE_FORK
464 /* Define to 1 if you have the `freeifaddrs' function. */
465 #undef HAVE_FREEIFADDRS
467 /* Define to 1 if using the freetype and fontconfig libraries. */
468 #undef HAVE_FREETYPE
470 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
471 #undef HAVE_FSEEKO
473 /* Define to 1 if you have the `fstatat' function. */
474 #undef HAVE_FSTATAT
476 /* Define to 1 if you have the `fsync' function. */
477 #undef HAVE_FSYNC
479 /* Define to 1 if you have the `futimens' function. */
480 #undef HAVE_FUTIMENS
482 /* Define to 1 if you have the `futimes' function. */
483 #undef HAVE_FUTIMES
485 /* Define to 1 if you have the `futimesat' function. */
486 #undef HAVE_FUTIMESAT
488 /* Define to 1 if you have the `gai_strerror' function. */
489 #undef HAVE_GAI_STRERROR
491 /* Define to 1 if using GConf. */
492 #undef HAVE_GCONF
494 /* Define to 1 if you have the `getacl' function. */
495 #undef HAVE_GETACL
497 /* Define to 1 if you have the `getaddrinfo' function. */
498 #undef HAVE_GETADDRINFO
500 /* Define to 1 if you have the `getdelim' function. */
501 #undef HAVE_GETDELIM
503 /* Define to 1 if you have the `getdtablesize' function. */
504 #undef HAVE_GETDTABLESIZE
506 /* Define to 1 if you have the `getgrent' function. */
507 #undef HAVE_GETGRENT
509 /* Define to 1 if your system has a working `getgroups' function. */
510 #undef HAVE_GETGROUPS
512 /* Define to 1 if you have the `gethostname' function. */
513 #undef HAVE_GETHOSTNAME
515 /* Define to 1 if you have the `getifaddrs' function. */
516 #undef HAVE_GETIFADDRS
518 /* Define to 1 if you have the `getline' function. */
519 #undef HAVE_GETLINE
521 /* Define to 1 if you have the <getopt.h> header file. */
522 #undef HAVE_GETOPT_H
524 /* Define to 1 if you have the `getopt_long_only' function. */
525 #undef HAVE_GETOPT_LONG_ONLY
527 /* Define to 1 if you have the `getpagesize' function. */
528 #undef HAVE_GETPAGESIZE
530 /* Define to 1 if you have the `getpeername' function. */
531 #undef HAVE_GETPEERNAME
533 /* Define to 1 if you have the `getpt' function. */
534 #undef HAVE_GETPT
536 /* Define to 1 if you have the `getpwent' function. */
537 #undef HAVE_GETPWENT
539 /* Define to 1 if you have the `getrlimit' function. */
540 #undef HAVE_GETRLIMIT
542 /* Define to 1 if you have the `getrusage' function. */
543 #undef HAVE_GETRUSAGE
545 /* Define to 1 if you have the `getsockname' function. */
546 #undef HAVE_GETSOCKNAME
548 /* Define to 1 if you have the `gettimeofday' function. */
549 #undef HAVE_GETTIMEOFDAY
551 /* Define to 1 if you have the `get_current_dir_name' function. */
552 #undef HAVE_GET_CURRENT_DIR_NAME
554 /* Define to 1 if using GFile. */
555 #undef HAVE_GFILENOTIFY
557 /* Define to 1 if you have a gif (or ungif) library. */
558 #undef HAVE_GIF
560 /* Define to 1 if GLib is linked in. */
561 #undef HAVE_GLIB
563 /* Define if using GnuTLS. */
564 #undef HAVE_GNUTLS
566 /* Define to 1 if you have the gpm library (-lgpm). */
567 #undef HAVE_GPM
569 /* Define to 1 if you have the `grantpt' function. */
570 #undef HAVE_GRANTPT
572 /* Define to 1 if using GSettings. */
573 #undef HAVE_GSETTINGS
575 /* Define to 1 if using GTK 3 or later. */
576 #undef HAVE_GTK3
578 /* Define to 1 if you have the `gtk_adjustment_get_page_size' function. */
579 #undef HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE
581 /* Define to 1 if you have the `gtk_dialog_get_action_area' function. */
582 #undef HAVE_GTK_DIALOG_GET_ACTION_AREA
584 /* Define to 1 if you have the `gtk_file_selection_new' function. */
585 #undef HAVE_GTK_FILE_SELECTION_NEW
587 /* Define to 1 if you have the `gtk_handle_box_new' function. */
588 #undef HAVE_GTK_HANDLE_BOX_NEW
590 /* Define to 1 if you have the `gtk_orientable_set_orientation' function. */
591 #undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION
593 /* Define to 1 if you have the `gtk_tearoff_menu_item_new' function. */
594 #undef HAVE_GTK_TEAROFF_MENU_ITEM_NEW
596 /* Define to 1 if you have the `gtk_widget_get_mapped' function. */
597 #undef HAVE_GTK_WIDGET_GET_MAPPED
599 /* Define to 1 if you have the `gtk_widget_get_sensitive' function. */
600 #undef HAVE_GTK_WIDGET_GET_SENSITIVE
602 /* Define to 1 if you have the `gtk_widget_get_window' function. */
603 #undef HAVE_GTK_WIDGET_GET_WINDOW
605 /* Define to 1 if you have the `gtk_widget_set_has_window' function. */
606 #undef HAVE_GTK_WIDGET_SET_HAS_WINDOW
608 /* Define to 1 if you have the `gtk_window_set_has_resize_grip' function. */
609 #undef HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP
611 /* Define to 1 if you have the `g_type_init' function. */
612 #undef HAVE_G_TYPE_INIT
614 /* Define to 1 if netdb.h declares h_errno. */
615 #undef HAVE_H_ERRNO
617 /* Define to 1 if you have the <ifaddrs.h> header file. */
618 #undef HAVE_IFADDRS_H
620 /* Define to 1 if using imagemagick. */
621 #undef HAVE_IMAGEMAGICK
623 /* Define to 1 if you have inet sockets. */
624 #undef HAVE_INET_SOCKETS
626 /* Define to 1 to use inotify. */
627 #undef HAVE_INOTIFY
629 /* Define to 1 if you have the <inttypes.h> header file. */
630 #undef HAVE_INTTYPES_H
632 /* Define to 1 if you have the `issetugid' function. */
633 #undef HAVE_ISSETUGID
635 /* Define to 1 if you have the jpeg library (-ljpeg). */
636 #undef HAVE_JPEG
638 /* Define to 1 if you have the <kerberosIV/krb.h> header file. */
639 #undef HAVE_KERBEROSIV_KRB_H
641 /* Define to 1 if you have the <kerberos/krb.h> header file. */
642 #undef HAVE_KERBEROS_KRB_H
644 /* Define to 1 if `e_text' is a member of `krb5_error'. */
645 #undef HAVE_KRB5_ERROR_E_TEXT
647 /* Define to 1 if `text' is a member of `krb5_error'. */
648 #undef HAVE_KRB5_ERROR_TEXT
650 /* Define to 1 if you have the <krb5.h> header file. */
651 #undef HAVE_KRB5_H
653 /* Define to 1 if you have the <krb.h> header file. */
654 #undef HAVE_KRB_H
656 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
657 #undef HAVE_LANGINFO_CODESET
659 /* Define to 1 if you have the `dgc' library (-ldgc). */
660 #undef HAVE_LIBDGC
662 /* Define to 1 if you have the `dnet' library (-ldnet). */
663 #undef HAVE_LIBDNET
665 /* Define to 1 if you have the <libgen.h> header file. */
666 #undef HAVE_LIBGEN_H
668 /* Define to 1 if you have the `kstat' library (-lkstat). */
669 #undef HAVE_LIBKSTAT
671 /* Define to 1 if you have the `lockfile' library (-llockfile). */
672 #undef HAVE_LIBLOCKFILE
674 /* Define to 1 if you have the `m' library (-lm). */
675 #undef HAVE_LIBM
677 /* Define to 1 if you have the `mail' library (-lmail). */
678 #undef HAVE_LIBMAIL
680 /* Define to 1 if using libotf. */
681 #undef HAVE_LIBOTF
683 /* Define to 1 if you have the `perfstat' library (-lperfstat). */
684 #undef HAVE_LIBPERFSTAT
686 /* Define to 1 if you have the <libpng/png.h> header file. */
687 #undef HAVE_LIBPNG_PNG_H
689 /* Define to 1 if you have the `pthreads' library (-lpthreads). */
690 #undef HAVE_LIBPTHREADS
692 /* Define to 1 if using SELinux. */
693 #undef HAVE_LIBSELINUX
695 /* Define to 1 if you have the `Xext' library (-lXext). */
696 #undef HAVE_LIBXEXT
698 /* Define to 1 if you have the libxml library (-lxml2). */
699 #undef HAVE_LIBXML2
701 /* Define to 1 if you have the `Xmu' library (-lXmu). */
702 #undef HAVE_LIBXMU
704 /* Define to 1 if you have the `localtime_r' function. */
705 #undef HAVE_LOCALTIME_R
707 /* Define to 1 if you have the `log2' function. */
708 #undef HAVE_LOG2
710 /* Define to 1 if you support file names longer than 14 characters. */
711 #undef HAVE_LONG_FILE_NAMES
713 /* Define to 1 if the system has the type 'long long int'. */
714 #undef HAVE_LONG_LONG_INT
716 /* Define to 1 if you have the `lrand48' function. */
717 #undef HAVE_LRAND48
719 /* Define to 1 if you have the `lstat' function. */
720 #undef HAVE_LSTAT
722 /* Define to 1 if you have the `lutimes' function. */
723 #undef HAVE_LUTIMES
725 /* Define to 1 if using libm17n-flt. */
726 #undef HAVE_M17N_FLT
728 /* Define to 1 if you have the <machine/soundcard.h> header file. */
729 #undef HAVE_MACHINE_SOUNDCARD_H
731 /* Define to 1 if you have the <mach/mach.h> header file. */
732 #undef HAVE_MACH_MACH_H
734 /* Define to 1 if you have the `MagickExportImagePixels' function. */
735 #undef HAVE_MAGICKEXPORTIMAGEPIXELS
737 /* Define to 1 if you have the `MagickMergeImageLayers' function. */
738 #undef HAVE_MAGICKMERGEIMAGELAYERS
740 /* Define to 1 if you have the <maillock.h> header file. */
741 #undef HAVE_MAILLOCK_H
743 /* Define to 1 if you have the <malloc/malloc.h> header file. */
744 #undef HAVE_MALLOC_MALLOC_H
746 /* Define to 1 if <wchar.h> declares mbstate_t. */
747 #undef HAVE_MBSTATE_T
749 /* Define to 1 if you have the <memory.h> header file. */
750 #undef HAVE_MEMORY_H
752 /* Define to 1 if you have the `memrchr' function. */
753 #undef HAVE_MEMRCHR
755 /* Define to 1 if you have mouse menus. (This is automatic if you use X, but
756    the option to specify it remains.) It is also defined with other window
757    systems that support xmenu.c. */
758 #undef HAVE_MENUS
760 /* Define to 1 if you have the `mkostemp' function. */
761 #undef HAVE_MKOSTEMP
763 /* Define to 1 if you have a working `mmap' system call. */
764 #undef HAVE_MMAP
766 /* Define to 1 if you have the `nanotime' function. */
767 #undef HAVE_NANOTIME
769 /* Define to 1 if you have the <net/if_dl.h> header file. */
770 #undef HAVE_NET_IF_DL_H
772 /* Define to 1 if you have the <net/if.h> header file. */
773 #undef HAVE_NET_IF_H
775 /* Define to 1 if you have the <nlist.h> header file. */
776 #undef HAVE_NLIST_H
778 /* Define to 1 if you are using the NeXTstep API, either GNUstep or Cocoa on
779    Mac OS X. */
780 #undef HAVE_NS
782 /* Define to use native MS Windows GUI. */
783 #undef HAVE_NTGUI
785 /* Define to 1 if libotf has OTF_get_variation_glyphs. */
786 #undef HAVE_OTF_GET_VARIATION_GLYPHS
788 /* Define to 1 if personality LINUX32 can be set. */
789 #undef HAVE_PERSONALITY_LINUX32
791 /* Define to 1 if you have the `pipe2' function. */
792 #undef HAVE_PIPE2
794 /* Define to 1 if you have the png library (-lpng). */
795 #undef HAVE_PNG
797 /* Define to 1 if you have the <png.h> header file. */
798 #undef HAVE_PNG_H
800 /* Define to 1 if you have the `posix_memalign' function. */
801 #undef HAVE_POSIX_MEMALIGN
803 /* Define to 1 if you have the `posix_openpt' function. */
804 #undef HAVE_POSIX_OPENPT
806 /* Define if you have the /proc filesystem. */
807 #undef HAVE_PROCFS
809 /* Define to 1 if you have the `pselect' function. */
810 #undef HAVE_PSELECT
812 /* Define to 1 if you have the `pstat_getdynamic' function. */
813 #undef HAVE_PSTAT_GETDYNAMIC
815 /* Define to 1 if you have pthread (-lpthread). */
816 #undef HAVE_PTHREAD
818 /* Define to 1 if you have the <pthread.h> header file. */
819 #undef HAVE_PTHREAD_H
821 /* Define to 1 if the pthread_sigmask function can be used (despite bugs). */
822 #undef HAVE_PTHREAD_SIGMASK
824 /* Define if the system supports pty devices. */
825 #undef HAVE_PTYS
827 /* Define to 1 if you have the <pty.h> header file. */
828 #undef HAVE_PTY_H
830 /* Define to 1 if you have the <pwd.h> header file. */
831 #undef HAVE_PWD_H
833 /* Define to 1 if you have the `random' function. */
834 #undef HAVE_RANDOM
836 /* Define to 1 if you have the `readlink' function. */
837 #undef HAVE_READLINK
839 /* Define to 1 if you have the `readlinkat' function. */
840 #undef HAVE_READLINKAT
842 /* Define to 1 if you have the `recvfrom' function. */
843 #undef HAVE_RECVFROM
845 /* Define to 1 if res_init is available. */
846 #undef HAVE_RES_INIT
848 /* Define to 1 if you have the `rint' function. */
849 #undef HAVE_RINT
851 /* Define to 1 if using librsvg. */
852 #undef HAVE_RSVG
854 /* Define to 1 if you have the `secure_getenv' function. */
855 #undef HAVE_SECURE_GETENV
857 /* Define to 1 if you have the `select' function. */
858 #undef HAVE_SELECT
860 /* Define to 1 if you have the `sendto' function. */
861 #undef HAVE_SENDTO
863 /* Define to 1 if you have the `setitimer' function. */
864 #undef HAVE_SETITIMER
866 /* Define to 1 if you have the `setlocale' function. */
867 #undef HAVE_SETLOCALE
869 /* Define to 1 if you have the `setrlimit' function. */
870 #undef HAVE_SETRLIMIT
872 /* Define to 1 if you have the `shutdown' function. */
873 #undef HAVE_SHUTDOWN
875 /* Define to 1 if you have the `sig2str' function. */
876 #undef HAVE_SIG2STR
878 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
879 #undef HAVE_SIGNED_SIG_ATOMIC_T
881 /* Define to 1 if 'wchar_t' is a signed integer type. */
882 #undef HAVE_SIGNED_WCHAR_T
884 /* Define to 1 if 'wint_t' is a signed integer type. */
885 #undef HAVE_SIGNED_WINT_T
887 /* Define to 1 if sigsetjmp and siglongjmp work. The value of this symbol is
888    irrelevant if HAVE__SETJMP is defined. */
889 #undef HAVE_SIGSETJMP
891 /* Define to 1 if the system has the type `sigset_t'. */
892 #undef HAVE_SIGSET_T
894 /* Define to 1 if you have the `snprintf' function. */
895 #undef HAVE_SNPRINTF
897 /* Define if the system supports 4.2-compatible sockets. */
898 #undef HAVE_SOCKETS
900 /* Define to 1 if you have sound support. */
901 #undef HAVE_SOUND
903 /* Define to 1 if you have the <soundcard.h> header file. */
904 #undef HAVE_SOUNDCARD_H
906 /* Define to 1 if you have the `statacl' function. */
907 #undef HAVE_STATACL
909 /* Define to 1 if you have the <stdint.h> header file. */
910 #undef HAVE_STDINT_H
912 /* Define to 1 if you have the <stdio_ext.h> header file. */
913 #undef HAVE_STDIO_EXT_H
915 /* Define to 1 if you have the <stdlib.h> header file. */
916 #undef HAVE_STDLIB_H
918 /* Define to 1 if you have the <strings.h> header file. */
919 #undef HAVE_STRINGS_H
921 /* Define to 1 if you have the <string.h> header file. */
922 #undef HAVE_STRING_H
924 /* Define to 1 if you have the `strsignal' function. */
925 #undef HAVE_STRSIGNAL
927 /* Define to 1 if you have the `strtoimax' function. */
928 #undef HAVE_STRTOIMAX
930 /* Define to 1 if you have the `strtoll' function. */
931 #undef HAVE_STRTOLL
933 /* Define to 1 if you have the `strtoull' function. */
934 #undef HAVE_STRTOULL
936 /* Define to 1 if you have the `strtoumax' function. */
937 #undef HAVE_STRTOUMAX
939 /* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */
940 #undef HAVE_STRUCT_IFREQ_IFR_ADDR
942 /* Define to 1 if `ifr_addr.sa_len' is a member of `struct ifreq'. */
943 #undef HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN
945 /* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */
946 #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
948 /* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */
949 #undef HAVE_STRUCT_IFREQ_IFR_FLAGS
951 /* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */
952 #undef HAVE_STRUCT_IFREQ_IFR_HWADDR
954 /* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */
955 #undef HAVE_STRUCT_IFREQ_IFR_NETMASK
957 /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
958 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
960 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
961 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
963 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
964 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
966 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
967 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
969 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
970 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
972 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
973 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
975 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
976 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
978 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
979 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
981 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
982 #undef HAVE_STRUCT_TM_TM_ZONE
984 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
985    have utime.h but don't declare the struct anywhere. */
986 #undef HAVE_STRUCT_UTIMBUF
988 /* Define if struct stat has an st_dm_mode member. */
989 #undef HAVE_ST_DM_MODE
991 /* Define to 1 if you have the `symlink' function. */
992 #undef HAVE_SYMLINK
994 /* Define to 1 if you have the `sync' function. */
995 #undef HAVE_SYNC
997 /* Define to 1 if you have the <sys/acl.h> header file. */
998 #undef HAVE_SYS_ACL_H
1000 /* Define to 1 if you have the <sys/bitypes.h> header file. */
1001 #undef HAVE_SYS_BITYPES_H
1003 /* Define to 1 if you have the <sys/inttypes.h> header file. */
1004 #undef HAVE_SYS_INTTYPES_H
1006 /* Define to 1 if you have the <sys/loadavg.h> header file. */
1007 #undef HAVE_SYS_LOADAVG_H
1009 /* Define to 1 if you have the <sys/param.h> header file. */
1010 #undef HAVE_SYS_PARAM_H
1012 /* Define to 1 if you have the <sys/resource.h> header file. */
1013 #undef HAVE_SYS_RESOURCE_H
1015 /* Define to 1 if you have the <sys/select.h> header file. */
1016 #undef HAVE_SYS_SELECT_H
1018 /* Define to 1 if you have the <sys/socket.h> header file. */
1019 #undef HAVE_SYS_SOCKET_H
1021 /* Define to 1 if you have the <sys/soundcard.h> header file. */
1022 #undef HAVE_SYS_SOUNDCARD_H
1024 /* Define to 1 if you have the <sys/stat.h> header file. */
1025 #undef HAVE_SYS_STAT_H
1027 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
1028 #undef HAVE_SYS_SYSTEMINFO_H
1030 /* Define to 1 if you have the <sys/timeb.h> header file. */
1031 #undef HAVE_SYS_TIMEB_H
1033 /* Define to 1 if you have the <sys/time.h> header file. */
1034 #undef HAVE_SYS_TIME_H
1036 /* Define to 1 if you have the <sys/types.h> header file. */
1037 #undef HAVE_SYS_TYPES_H
1039 /* Define to 1 if you have the <sys/un.h> header file. */
1040 #undef HAVE_SYS_UN_H
1042 /* Define to 1 if you have the <sys/utsname.h> header file. */
1043 #undef HAVE_SYS_UTSNAME_H
1045 /* Define to 1 if you have the <sys/vlimit.h> header file. */
1046 #undef HAVE_SYS_VLIMIT_H
1048 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1049 #undef HAVE_SYS_WAIT_H
1051 /* Define to 1 if you have the <term.h> header file. */
1052 #undef HAVE_TERM_H
1054 /* Define to 1 if you have the tiff library (-ltiff). */
1055 #undef HAVE_TIFF
1057 /* Define to 1 if you have the `timer_settime' function. */
1058 #undef HAVE_TIMER_SETTIME
1060 /* Define if struct tm has the tm_gmtoff member. */
1061 #undef HAVE_TM_GMTOFF
1063 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1064    `HAVE_STRUCT_TM_TM_ZONE' instead. */
1065 #undef HAVE_TM_ZONE
1067 /* Define to 1 if you have the `touchlock' function. */
1068 #undef HAVE_TOUCHLOCK
1070 /* Define to 1 if you don't have `tm_zone' but do have the external array
1071    `tzname'. */
1072 #undef HAVE_TZNAME
1074 /* Define to 1 if you have the `tzset' function. */
1075 #undef HAVE_TZSET
1077 /* Define to 1 if you have the <unistd.h> header file. */
1078 #undef HAVE_UNISTD_H
1080 /* Define to 1 if you have the `unsetenv' function. */
1081 #undef HAVE_UNSETENV
1083 /* Define to 1 if the system has the type 'unsigned long long int'. */
1084 #undef HAVE_UNSIGNED_LONG_LONG_INT
1086 /* Define to 1 if you have the <util.h> header file. */
1087 #undef HAVE_UTIL_H
1089 /* Define to 1 if you have the `utimensat' function. */
1090 #undef HAVE_UTIMENSAT
1092 /* Define to 1 if you have the <utime.h> header file. */
1093 #undef HAVE_UTIME_H
1095 /* Define to 1 if you have the <utmp.h> header file. */
1096 #undef HAVE_UTMP_H
1098 /* Define to 1 if you have the `vfork' function. */
1099 #undef HAVE_VFORK
1101 /* Define to 1 if you have the <vfork.h> header file. */
1102 #undef HAVE_VFORK_H
1104 /* Define to 1 to use w32notify. */
1105 #undef HAVE_W32NOTIFY
1107 /* Define to 1 if you have the <wchar.h> header file. */
1108 #undef HAVE_WCHAR_H
1110 /* Define if you have the 'wchar_t' type. */
1111 #undef HAVE_WCHAR_T
1113 /* Define if you have a window system. */
1114 #undef HAVE_WINDOW_SYSTEM
1116 /* Define to 1 if you have the <winsock2.h> header file. */
1117 #undef HAVE_WINSOCK2_H
1119 /* Define to 1 if `fork' works. */
1120 #undef HAVE_WORKING_FORK
1122 /* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX
1123    7.1. */
1124 #undef HAVE_WORKING_FSTATAT_ZERO_FLAG
1126 /* Define if utimes works properly. */
1127 #undef HAVE_WORKING_UTIMES
1129 /* Define to 1 if `vfork' works. */
1130 #undef HAVE_WORKING_VFORK
1132 /* Define to 1 if you have the <ws2tcpip.h> header file. */
1133 #undef HAVE_WS2TCPIP_H
1135 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
1136    expects to use version 10. */
1137 #undef HAVE_X11
1139 /* Define to 1 if you have the X11R6 or newer version of Xlib. */
1140 #undef HAVE_X11R6
1142 /* Define if you have usable X11R6-style XIM support. */
1143 #undef HAVE_X11R6_XIM
1145 /* Define to 1 if you have the X11R6 or newer version of Xt. */
1146 #undef HAVE_X11XTR6
1148 /* Define to 1 if you have the Xaw3d library (-lXaw3d). */
1149 #undef HAVE_XAW3D
1151 /* Define to 1 if you have the Xft library. */
1152 #undef HAVE_XFT
1154 /* Define to 1 if XIM is available */
1155 #undef HAVE_XIM
1157 /* Define to 1 if you have the Xinerama extension. */
1158 #undef HAVE_XINERAMA
1160 /* Define to 1 if you have the Xkb extension. */
1161 #undef HAVE_XKB
1163 /* Define to 1 if you have the Xpm library (-lXpm). */
1164 #undef HAVE_XPM
1166 /* Define to 1 if you have the XRandr extension. */
1167 #undef HAVE_XRANDR
1169 /* Define to 1 if you have the `XrmSetDatabase' function. */
1170 #undef HAVE_XRMSETDATABASE
1172 /* Define to 1 if you have the `XRRGetOutputPrimary' function. */
1173 #undef HAVE_XRRGETOUTPUTPRIMARY
1175 /* Define to 1 if you have the `XRRGetScreenResourcesCurrent' function. */
1176 #undef HAVE_XRRGETSCREENRESOURCESCURRENT
1178 /* Define to 1 if you have the `XScreenNumberOfScreen' function. */
1179 #undef HAVE_XSCREENNUMBEROFSCREEN
1181 /* Define to 1 if you have the `XScreenResourceString' function. */
1182 #undef HAVE_XSCREENRESOURCESTRING
1184 /* Define if you have usable i18n support. */
1185 #undef HAVE_X_I18N
1187 /* Define to 1 if you have the SM library (-lSM). */
1188 #undef HAVE_X_SM
1190 /* Define to 1 if you want to use the X window system. */
1191 #undef HAVE_X_WINDOWS
1193 /* Define to 1 if the system has the type `_Bool'. */
1194 #undef HAVE__BOOL
1196 /* Define to 1 if you have the `_ftime' function. */
1197 #undef HAVE__FTIME
1199 /* Define to 1 if _setjmp and _longjmp work. */
1200 #undef HAVE__SETJMP
1202 /* Define to 1 if you have the `__builtin_unwind_init' function. */
1203 #undef HAVE___BUILTIN_UNWIND_INIT
1205 /* Define to 1 if you have the `__executable_start' function. */
1206 #undef HAVE___EXECUTABLE_START
1208 /* Define to 1 if you have the `__fpending' function. */
1209 #undef HAVE___FPENDING
1211 /* Define to 1 if you have the `__secure_getenv' function. */
1212 #undef HAVE___SECURE_GETENV
1214 /* Define to support using a Hesiod database to find the POP server. */
1215 #undef HESIOD
1217 /* Define if the system is HPUX. */
1218 #undef HPUX
1220 /* This is substituted when $TERM is "internal". */
1221 #undef INTERNAL_TERMINAL
1223 /* Define to read input using SIGIO. */
1224 #undef INTERRUPT_INPUT
1226 /* Define if the system is IRIX. */
1227 #undef IRIX6_5
1229 /* Returns true if character is any form of separator. */
1230 #undef IS_ANY_SEP
1232 /* Returns true if character is a device separator. */
1233 #undef IS_DEVICE_SEP
1235 /* Returns true if character is a directory separator. */
1236 #undef IS_DIRECTORY_SEP
1238 /* Define to support Kerberos-authenticated POP mail retrieval. */
1239 #undef KERBEROS
1241 /* Define to use Kerberos 5 instead of Kerberos 4. */
1242 #undef KERBEROS5
1244 /* Define to 1 if localtime caches TZ. */
1245 #undef LOCALTIME_CACHE
1247 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1248    slash. */
1249 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1251 /* String giving fallback POP mail host. */
1252 #undef MAILHOST
1254 /* Define to unlink, rather than empty, mail spool after reading. */
1255 #undef MAIL_UNLINK_SPOOL
1257 /* Define if the mailer uses flock to interlock the mail spool. */
1258 #undef MAIL_USE_FLOCK
1260 /* Define if the mailer uses lockf to interlock the mail spool. */
1261 #undef MAIL_USE_LOCKF
1263 /* Define to support MMDF mailboxes in movemail. */
1264 #undef MAIL_USE_MMDF
1266 /* Define to support POP mail retrieval. */
1267 #undef MAIL_USE_POP
1269 /* Define if the system is MS DOS. */
1270 #undef MSDOS
1272 /* Define if system's imake configuration file defines `NeedWidePrototypes' as
1273    `NO'. */
1274 #undef NARROWPROTO
1276 /* Define if XEditRes should not be used. */
1277 #undef NO_EDITRES
1279 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1280 #undef NO_MINUS_C_MINUS_O
1282 /* Minimum value of NSIG. */
1283 #undef NSIG_MINIMUM
1285 /* Define to 1 if `NSInteger' is defined. */
1286 #undef NS_HAVE_NSINTEGER
1288 /* Define to 1 if you are using NS windowing under MacOS X. */
1289 #undef NS_IMPL_COCOA
1291 /* Define to 1 if you are using NS windowing under GNUstep. */
1292 #undef NS_IMPL_GNUSTEP
1294 /* Name of the file to open to get a null file, or a data sink. */
1295 #undef NULL_DEVICE
1297 /* Define to 1 if the nlist n_name member is a pointer */
1298 #undef N_NAME_POINTER
1300 /* Name of package */
1301 #undef PACKAGE
1303 /* Define to the address where bug reports for this package should be sent. */
1304 #undef PACKAGE_BUGREPORT
1306 /* Define to the full name of this package. */
1307 #undef PACKAGE_NAME
1309 /* Define to the full name and version of this package. */
1310 #undef PACKAGE_STRING
1312 /* Define to the one symbol short name of this package. */
1313 #undef PACKAGE_TARNAME
1315 /* Define to the home page for this package. */
1316 #undef PACKAGE_URL
1318 /* Define to the version of this package. */
1319 #undef PACKAGE_VERSION
1321 /* the number of pending output bytes on stream 'fp' */
1322 #undef PENDING_OUTPUT_N_BYTES
1324 /* Define to empty to suppress deprecation warnings when building with
1325    --enable-gcc-warnings and with libpng versions before 1.5, which lack
1326    png_longjmp. */
1327 #undef PNG_DEPSTRUCT
1329 /* Define if process_send_signal should use VSUSP instead of VSWTCH. */
1330 #undef PREFER_VSUSP
1332 /* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno.
1333    */
1334 #undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO
1336 /* Define to 1 if pthread_sigmask() may returns 0 and have no effect. */
1337 #undef PTHREAD_SIGMASK_INEFFECTIVE
1339 /* Define to 1 if pthread_sigmask() unblocks signals incorrectly. */
1340 #undef PTHREAD_SIGMASK_UNBLOCK_BUG
1342 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1343    'ptrdiff_t'. */
1344 #undef PTRDIFF_T_SUFFIX
1346 /* How to iterate over PTYs. */
1347 #undef PTY_ITERATION
1349 /* How to get the device name of the control end of a PTY, if non-standard. */
1350 #undef PTY_NAME_SPRINTF
1352 /* How to open a PTY, if non-standard. */
1353 #undef PTY_OPEN
1355 /* How to get device name of the tty end of a PTY, if non-standard. */
1356 #undef PTY_TTY_NAME_SPRINTF
1358 /* Define to 1 if readlink fails to recognize a trailing slash. */
1359 #undef READLINK_TRAILING_SLASH_BUG
1361 /* Define REL_ALLOC if you want to use the relocating allocator for buffer
1362    space. */
1363 #undef REL_ALLOC
1365 /* Define to 1 if stat needs help when passed a directory name with a trailing
1366    slash */
1367 #undef REPLACE_FUNC_STAT_DIR
1369 /* Define to 1 if stat needs help when passed a file name with a trailing
1370    slash */
1371 #undef REPLACE_FUNC_STAT_FILE
1373 /* Define if emacs.c needs to call run_time_remap; for HPUX. */
1374 #undef RUN_TIME_REMAP
1376 /* Character that separates PATH elements. */
1377 #undef SEPCHAR
1379 /* How to set up a slave PTY, if needed. */
1380 #undef SETUP_SLAVE_PTY
1382 /* Make process_send_signal work by "typing" a signal character on the pty. */
1383 #undef SIGNALS_VIA_CHARACTERS
1385 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1386    'sig_atomic_t'. */
1387 #undef SIG_ATOMIC_T_SUFFIX
1389 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1390    'size_t'. */
1391 #undef SIZE_T_SUFFIX
1393 /* Define if the system is Solaris. */
1394 #undef SOLARIS2
1396 /* If using the C implementation of alloca, define if you know the
1397    direction of stack growth for your system; otherwise it will be
1398    automatically deduced at runtime.
1399         STACK_DIRECTION > 0 => grows toward higher addresses
1400         STACK_DIRECTION < 0 => grows toward lower addresses
1401         STACK_DIRECTION = 0 => direction of growth unknown */
1402 #undef STACK_DIRECTION
1404 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1405 #undef STAT_MACROS_BROKEN
1407 /* Define to 1 if you have the ANSI C header files. */
1408 #undef STDC_HEADERS
1410 /* Define to 1 on System V Release 4. */
1411 #undef SVR4
1413 /* Define to use system malloc. */
1414 #undef SYSTEM_MALLOC
1416 /* The type of system you are compiling for; sets `system-type'. */
1417 #undef SYSTEM_TYPE
1419 /* Undocumented. */
1420 #undef TAB3
1422 /* Undocumented. */
1423 #undef TABDLY
1425 /* Define to 1 if you use terminfo instead of termcap. */
1426 #undef TERMINFO
1428 /* Define to the header for the built-in window system. */
1429 #undef TERM_HEADER
1431 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1432 #undef TIME_WITH_SYS_TIME
1434 /* Some platforms redefine this. */
1435 #undef TIOCSIGSEND
1437 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1438 #undef TM_IN_SYS_TIME
1440 /* Define to 1 if the type of the st_atim member of a struct stat is struct
1441    timespec. */
1442 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
1444 /* Define to 1 for Encore UMAX. */
1445 #undef UMAX
1447 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1448    <sys/cpustats.h>. */
1449 #undef UMAX4_3
1451 /* Define if the system has Unix98 PTYs. */
1452 #undef UNIX98_PTYS
1454 /* Define to 1 if FIONREAD is usable. */
1455 #undef USABLE_FIONREAD
1457 /* Define to 1 if SIGIO is usable. */
1458 #undef USABLE_SIGIO
1460 /* How to get a user's full name. */
1461 #undef USER_FULL_NAME
1463 /* Define to nonzero if you want access control list support. */
1464 #undef USE_ACL
1466 /* Define to 1 if using file notifications. */
1467 #undef USE_FILE_NOTIFY
1469 /* Define to 1 if using GTK. */
1470 #undef USE_GTK
1472 /* Define to 1 if using the Lucid X toolkit. */
1473 #undef USE_LUCID
1475 /* Define to use mmap to allocate buffer text. */
1476 #undef USE_MMAP_FOR_BUFFERS
1478 /* Define to 1 if using the Motif X toolkit. */
1479 #undef USE_MOTIF
1481 /* Define to 1 if you use ncurses. */
1482 #undef USE_NCURSES
1484 /* Enable extensions on AIX 3, Interix.  */
1485 #ifndef _ALL_SOURCE
1486 # undef _ALL_SOURCE
1487 #endif
1488 /* Enable general extensions on OS X.  */
1489 #ifndef _DARWIN_C_SOURCE
1490 # undef _DARWIN_C_SOURCE
1491 #endif
1492 /* Enable GNU extensions on systems that have them.  */
1493 #ifndef _GNU_SOURCE
1494 # undef _GNU_SOURCE
1495 #endif
1496 /* Enable threading extensions on Solaris.  */
1497 #ifndef _POSIX_PTHREAD_SEMANTICS
1498 # undef _POSIX_PTHREAD_SEMANTICS
1499 #endif
1500 /* Enable extensions on HP NonStop.  */
1501 #ifndef _TANDEM_SOURCE
1502 # undef _TANDEM_SOURCE
1503 #endif
1504 /* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
1505    mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
1506    whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
1507 #ifndef _XOPEN_SOURCE
1508 # undef _XOPEN_SOURCE
1509 #endif
1510 /* Enable general extensions on Solaris.  */
1511 #ifndef __EXTENSIONS__
1512 # undef __EXTENSIONS__
1513 #endif
1516 /* Define to 1 if we should use toolkit scroll bars. */
1517 #undef USE_TOOLKIT_SCROLL_BARS
1519 /* Define to 1 if we should use XIM, if it is available. */
1520 #undef USE_XIM
1522 /* Define to 1 if using an X toolkit. */
1523 #undef USE_X_TOOLKIT
1525 /* Define if the system is compatible with System III. */
1526 #undef USG
1528 /* Define if the system is compatible with System V Release 4. */
1529 #undef USG5_4
1531 /* Define for USG systems where it works to open a pty's tty in the parent
1532    process, then close and reopen it in the child. */
1533 #undef USG_SUBTTY_WORKS
1535 /* Version number of package */
1536 #undef VERSION
1538 /* Define to 1 if unsetenv returns void instead of int. */
1539 #undef VOID_UNSETENV
1541 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1542    'wchar_t'. */
1543 #undef WCHAR_T_SUFFIX
1545 /* Use long long for EMACS_INT if available. */
1546 #undef WIDE_EMACS_INT
1548 /* Define if compiling for native MS Windows. */
1549 #undef WINDOWSNT
1551 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1552    'wint_t'. */
1553 #undef WINT_T_SUFFIX
1555 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1556    significant byte first (like Motorola and SPARC, unlike Intel). */
1557 #if defined AC_APPLE_UNIVERSAL_BUILD
1558 # if defined __BIG_ENDIAN__
1559 #  define WORDS_BIGENDIAN 1
1560 # endif
1561 #else
1562 # ifndef WORDS_BIGENDIAN
1563 #  undef WORDS_BIGENDIAN
1564 # endif
1565 #endif
1567 /* Define this to check for malloc buffer overrun. */
1568 #undef XMALLOC_OVERRUN_CHECK
1570 /* Compensate for a bug in Xos.h on some systems, where it requires time.h. */
1571 #undef XOS_NEEDS_TIME_H
1573 /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
1574    XPointer or XPointer*. */
1575 #undef XRegisterIMInstantiateCallback_arg6
1577 /* Define if the system is AIX. */
1578 #undef _AIX
1580 /* Enable large inode numbers on Mac OS X 10.5. */
1581 #undef _DARWIN_USE_64_BIT_INODE
1583 /* Number of bits in a file offset, on hosts where this is settable. */
1584 #undef _FILE_OFFSET_BITS
1586 /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
1587    stat.st_size becomes 64-bit. */
1588 #undef _GL_WINDOWS_64_BIT_ST_SIZE
1590 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1591 #undef _LARGEFILE_SOURCE
1593 /* Define for large files, on AIX-style hosts. */
1594 #undef _LARGE_FILES
1596 /* Define to 1 if on MINIX. */
1597 #undef _MINIX
1599 /* Define if GNUstep uses ObjC exceptions. */
1600 #undef _NATIVE_OBJC_EXCEPTIONS
1602 /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
1603 #undef _NETBSD_SOURCE
1605 /* The _Noreturn keyword of C11.  */
1606 #if ! (defined _Noreturn \
1607        || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
1608 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
1609       || 0x5110 <= __SUNPRO_C)
1610 #  define _Noreturn __attribute__ ((__noreturn__))
1611 # elif defined _MSC_VER && 1200 <= _MSC_VER
1612 #  define _Noreturn __declspec (noreturn)
1613 # else
1614 #  define _Noreturn
1615 # endif
1616 #endif
1619 /* Define to 2 if the system does not provide POSIX.1 features except with
1620    this defined. */
1621 #undef _POSIX_1_SOURCE
1623 /* Define to 1 if you need to in order for 'stat' and other things to work. */
1624 #undef _POSIX_SOURCE
1626 /* Needed for system_process_attributes on Solaris. */
1627 #undef _STRUCTURED_PROC
1629 /* Define to rpl_ if the getopt replacement functions and variables should be
1630    used. */
1631 #undef __GETOPT_PREFIX
1633 /* Define to compiler's equivalent of C99 restrict keyword in array
1634    declarations. Define as empty for no equivalent. */
1635 #undef __restrict_arr
1637 /* Some platforms that do not use configure define this to include extra
1638    configuration information. */
1639 #undef config_opsysfile
1641 /* Please see the Gnulib manual for how to use these macros.
1643    Suppress extern inline with HP-UX cc, as it appears to be broken; see
1644    <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
1646    Suppress extern inline with Sun C in standards-conformance mode, as it
1647    mishandles inline functions that call each other.  E.g., for 'inline void f
1648    (void) { } inline void g (void) { f (); }', c99 incorrectly complains
1649    'reference to static identifier "f" in extern inline function'.
1650    This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
1652    Suppress the use of extern inline on Apple's platforms, as Libc at least
1653    through Libc-825.26 (2013-04-09) is incompatible with it; see, e.g.,
1654    <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
1655    Perhaps Apple will fix this some day.  */
1656 #if ((__GNUC__ \
1657       ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
1658       : (199901L <= __STDC_VERSION__ \
1659          && !defined __HP_cc \
1660          && !(defined __SUNPRO_C && __STDC__))) \
1661      && !defined __APPLE__)
1662 # define _GL_INLINE inline
1663 # define _GL_EXTERN_INLINE extern inline
1664 #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
1665        && !defined __APPLE__)
1666 # if __GNUC_GNU_INLINE__
1667    /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
1668 #  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
1669 # else
1670 #  define _GL_INLINE extern inline
1671 # endif
1672 # define _GL_EXTERN_INLINE extern
1673 #else
1674 # define _GL_INLINE static _GL_UNUSED
1675 # define _GL_EXTERN_INLINE static _GL_UNUSED
1676 #endif
1678 #if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
1679 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
1680 #  define _GL_INLINE_HEADER_CONST_PRAGMA
1681 # else
1682 #  define _GL_INLINE_HEADER_CONST_PRAGMA \
1683      _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
1684 # endif
1685   /* Suppress GCC's bogus "no previous prototype for 'FOO'"
1686      and "no previous declaration for 'FOO'"  diagnostics,
1687      when FOO is an inline function in the header; see
1688      <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>.  */
1689 # define _GL_INLINE_HEADER_BEGIN \
1690     _Pragma ("GCC diagnostic push") \
1691     _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
1692     _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
1693     _GL_INLINE_HEADER_CONST_PRAGMA
1694 # define _GL_INLINE_HEADER_END \
1695     _Pragma ("GCC diagnostic pop")
1696 #else
1697 # define _GL_INLINE_HEADER_BEGIN
1698 # define _GL_INLINE_HEADER_END
1699 #endif
1701 /* A replacement for va_copy, if needed.  */
1702 #define gl_va_copy(a,b) ((a) = (b))
1704 /* Define to rpl_gmtime if the replacement function should be used. */
1705 #undef gmtime
1707 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1708    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1709    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1710    __APPLE__ && __MACH__ test for Mac OS X.
1711    __APPLE_CC__ tests for the Apple compiler and its version.
1712    __STDC_VERSION__ tests for the C99 mode.  */
1713 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1714 # define __GNUC_STDC_INLINE__ 1
1715 #endif
1717 /* Define to 1 if the compiler is checking for lint. */
1718 #undef lint
1720 /* Define to rpl_localtime if the replacement function should be used. */
1721 #undef localtime
1723 /* Define to a type if <wchar.h> does not define. */
1724 #undef mbstate_t
1726 /* Define to `int' if <sys/types.h> does not define. */
1727 #undef mode_t
1729 /* Define to the name of the strftime replacement function. */
1730 #undef my_strftime
1732 /* Define to the type of st_nlink in struct stat, or a supertype. */
1733 #undef nlink_t
1735 /* Define to `int' if <sys/types.h> does not define. */
1736 #undef pid_t
1738 /* Define to the equivalent of the C99 'restrict' keyword, or to
1739    nothing if this is not supported.  Do not define if restrict is
1740    supported directly.  */
1741 #undef restrict
1742 /* Work around a bug in Sun C++: it does not support _Restrict or
1743    __restrict__, even though the corresponding Sun C compiler ends up with
1744    "#define restrict _Restrict" or "#define restrict __restrict__" in the
1745    previous line.  Perhaps some future version of Sun C++ will work with
1746    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
1747 #if defined __SUNPRO_CC && !defined __RESTRICT
1748 # define _Restrict
1749 # define __restrict__
1750 #endif
1752 /* type to use in place of socklen_t if not defined */
1753 #undef socklen_t
1755 /* Define as a signed type of the same size as size_t. */
1756 #undef ssize_t
1758 /* Define to enable asynchronous subprocesses. */
1759 #undef subprocesses
1761 /* Define as a marker that can be attached to declarations that might not
1762     be used.  This helps to reduce warnings, such as from
1763     GCC -Wunused-parameter.  */
1764 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1765 # define _GL_UNUSED __attribute__ ((__unused__))
1766 #else
1767 # define _GL_UNUSED
1768 #endif
1769 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1770    is a misnomer outside of parameter lists.  */
1771 #define _UNUSED_PARAMETER_ _GL_UNUSED
1773 /* The __pure__ attribute was added in gcc 2.96.  */
1774 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1775 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
1776 #else
1777 # define _GL_ATTRIBUTE_PURE /* empty */
1778 #endif
1780 /* The __const__ attribute was added in gcc 2.95.  */
1781 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
1782 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1783 #else
1784 # define _GL_ATTRIBUTE_CONST /* empty */
1785 #endif
1788 /* Define as a macro for copying va_list variables. */
1789 #undef va_copy
1791 /* Define as `fork' if `vfork' does not work. */
1792 #undef vfork
1794 #include <conf_post.h>
1796 #endif /* EMACS_CONFIG_H */
1799 Local Variables:
1800 mode: c
1801 End: