Auto-commit of generated files.
[emacs.git] / autogen / config.in
blob89ad415f3b0c6e26872387783aad26faae2b54e5
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 /* Letter to use in finding device name of first PTY, if PTYs are supported.
124    */
125 #undef FIRST_PTY_LETTER
127 /* Enable compile-time and run-time bounds-checking, and some warnings,
128       without upsetting glibc 2.15+. */
129    #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
130    # define _FORTIFY_SOURCE 2
131    #endif
132   
134 /* Define to 1 if futimesat mishandles a NULL file name. */
135 #undef FUTIMESAT_NULL_BUG
137 /* Define this to check for errors in cons list. */
138 #undef GC_CHECK_CONS_LIST
140 /* Define this temporarily to hunt a bug. If defined, the size of strings is
141    redundantly recorded in sdata structures so that it can be compared to the
142    sizes recorded in Lisp strings. */
143 #undef GC_CHECK_STRING_BYTES
145 /* Define this to check the string free list. */
146 #undef GC_CHECK_STRING_FREE_LIST
148 /* Define this to check for short string overrun. */
149 #undef GC_CHECK_STRING_OVERRUN
151 /* Mark a secondary stack, like the register stack on the ia64. */
152 #undef GC_MARK_SECONDARY_STACK
154 /* Define if setjmp is known to save all registers relevant for conservative
155    garbage collection in the jmp_buf. */
156 #undef GC_SETJMP_WORKS
158 /* Define to the type of elements in the array set by `getgroups'. Usually
159    this is either `int' or `gid_t'. */
160 #undef GETGROUPS_T
162 /* Define this to 1 if getgroups(0,NULL) does not return the number of groups.
163    */
164 #undef GETGROUPS_ZERO_BUG
166 /* Define if gettimeofday clobbers the localtime buffer. */
167 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
169 /* Define this to 'void' or 'struct timezone' to match the system's
170    declaration of the second argument to gettimeofday. */
171 #undef GETTIMEOFDAY_TIMEZONE
173 /* Define this to enable glyphs debugging code. */
174 #undef GLYPH_DEBUG
176 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
177    whether the gnulib module close-stream shall be considered present. */
178 #undef GNULIB_CLOSE_STREAM
180 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
181    whether the gnulib module faccessat shall be considered present. */
182 #undef GNULIB_FACCESSAT
184 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
185    whether the gnulib module fdopendir shall be considered present. */
186 #undef GNULIB_FDOPENDIR
188 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
189    whether the gnulib module fscanf shall be considered present. */
190 #undef GNULIB_FSCANF
192 /* enable some gnulib portability checks */
193 #undef GNULIB_PORTCHECK
195 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
196    whether the gnulib module scanf shall be considered present. */
197 #undef GNULIB_SCANF
199 /* Define if ths system is compatible with GNU/Linux. */
200 #undef GNU_LINUX
202 /* Define to 1 if you want to use the GNU memory allocator. */
203 #undef GNU_MALLOC
205 /* Define to set the G_SLICE environment variable to "always-malloc" at
206    startup, if using GTK. */
207 #undef G_SLICE_ALWAYS_MALLOC
209 /* Define to 1 if you have the `access' function. */
210 #undef HAVE_ACCESS
212 /* Define to 1 if you have the `aclsort' function. */
213 #undef HAVE_ACLSORT
215 /* Define to 1 if you have the <aclv.h> header file. */
216 #undef HAVE_ACLV_H
218 /* Define to 1 if you have the `aclx_get' function. */
219 #undef HAVE_ACLX_GET
221 /* Define to 1 if you have the `acl_copy_ext_native' function. */
222 #undef HAVE_ACL_COPY_EXT_NATIVE
224 /* Define to 1 if you have the `acl_create_entry_np' function. */
225 #undef HAVE_ACL_CREATE_ENTRY_NP
227 /* Define to 1 if you have the `acl_delete_def_file' function. */
228 #undef HAVE_ACL_DELETE_DEF_FILE
230 /* Define to 1 if you have the `acl_delete_fd_np' function. */
231 #undef HAVE_ACL_DELETE_FD_NP
233 /* Define to 1 if you have the `acl_delete_file_np' function. */
234 #undef HAVE_ACL_DELETE_FILE_NP
236 /* Define to 1 if you have the `acl_entries' function. */
237 #undef HAVE_ACL_ENTRIES
239 /* Define to 1 if you have the `acl_extended_file' function. */
240 #undef HAVE_ACL_EXTENDED_FILE
242 /* Define to 1 if the constant ACL_FIRST_ENTRY exists. */
243 #undef HAVE_ACL_FIRST_ENTRY
245 /* Define to 1 if you have the `acl_free' function. */
246 #undef HAVE_ACL_FREE
248 /* Define to 1 if you have the `acl_free_text' function. */
249 #undef HAVE_ACL_FREE_TEXT
251 /* Define to 1 if you have the `acl_from_mode' function. */
252 #undef HAVE_ACL_FROM_MODE
254 /* Define to 1 if you have the `acl_from_text' function. */
255 #undef HAVE_ACL_FROM_TEXT
257 /* Define to 1 if you have the `acl_get_fd' function. */
258 #undef HAVE_ACL_GET_FD
260 /* Define to 1 if you have the `acl_get_file' function. */
261 #undef HAVE_ACL_GET_FILE
263 /* Define to 1 if you have the <acl/libacl.h> header file. */
264 #undef HAVE_ACL_LIBACL_H
266 /* Define to 1 if you have the `acl_set_fd' function. */
267 #undef HAVE_ACL_SET_FD
269 /* Define to 1 if you have the `acl_set_file' function. */
270 #undef HAVE_ACL_SET_FILE
272 /* Define to 1 if you have the `acl_to_short_text' function. */
273 #undef HAVE_ACL_TO_SHORT_TEXT
275 /* Define to 1 if you have the `acl_trivial' function. */
276 #undef HAVE_ACL_TRIVIAL
278 /* Define to 1 if the ACL type ACL_TYPE_EXTENDED exists. */
279 #undef HAVE_ACL_TYPE_EXTENDED
281 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
282    may be supplied by this distribution. */
283 #undef HAVE_ALLOCA
285 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
286    */
287 #undef HAVE_ALLOCA_H
289 /* Define to 1 if ALSA is available. */
290 #undef HAVE_ALSA
292 /* Define to 1 if strtold conforms to C99. */
293 #undef HAVE_C99_STRTOLD
295 /* Define to 1 if you have the `cfmakeraw' function. */
296 #undef HAVE_CFMAKERAW
298 /* Define to 1 if you have the `cfsetspeed' function. */
299 #undef HAVE_CFSETSPEED
301 /* Define to 1 if you have the `clock_gettime' function. */
302 #undef HAVE_CLOCK_GETTIME
304 /* Define to 1 if you have the `clock_settime' function. */
305 #undef HAVE_CLOCK_SETTIME
307 /* Define to 1 if you have the <coff.h> header file. */
308 #undef HAVE_COFF_H
310 /* Define to 1 if you have the <com_err.h> header file. */
311 #undef HAVE_COM_ERR_H
313 /* Define to 1 if you have the `copysign' function. */
314 #undef HAVE_COPYSIGN
316 /* Define to 1 if data_start is the address of the start of the main data
317    segment. */
318 #undef HAVE_DATA_START
320 /* Define to 1 if using D-Bus. */
321 #undef HAVE_DBUS
323 /* Define to 1 if you have the `dbus_type_is_valid' function. */
324 #undef HAVE_DBUS_TYPE_IS_VALID
326 /* Define to 1 if you have the `dbus_validate_bus_name' function. */
327 #undef HAVE_DBUS_VALIDATE_BUS_NAME
329 /* Define to 1 if you have the `dbus_validate_interface' function. */
330 #undef HAVE_DBUS_VALIDATE_INTERFACE
332 /* Define to 1 if you have the `dbus_validate_member' function. */
333 #undef HAVE_DBUS_VALIDATE_MEMBER
335 /* Define to 1 if you have the `dbus_validate_path' function. */
336 #undef HAVE_DBUS_VALIDATE_PATH
338 /* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
339 #undef HAVE_DBUS_WATCH_GET_UNIX_FD
341 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
342    */
343 #undef HAVE_DECL_ALARM
345 /* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
346    don't. */
347 #undef HAVE_DECL_FDATASYNC
349 /* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
350    don't. */
351 #undef HAVE_DECL_FDOPENDIR
353 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
354    */
355 #undef HAVE_DECL_GETENV
357 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
358    don't. */
359 #undef HAVE_DECL_LOCALTIME_R
361 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
362    don't. */
363 #undef HAVE_DECL_MEMRCHR
365 /* Define to 1 if you have the declaration of `strmode', and to 0 if you
366    don't. */
367 #undef HAVE_DECL_STRMODE
369 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
370    don't. */
371 #undef HAVE_DECL_STRTOIMAX
373 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
374    don't. */
375 #undef HAVE_DECL_STRTOLL
377 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
378    don't. */
379 #undef HAVE_DECL_STRTOULL
381 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
382    don't. */
383 #undef HAVE_DECL_STRTOUMAX
385 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
386    don't. */
387 #undef HAVE_DECL_SYS_SIGLIST
389 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
390    */
391 #undef HAVE_DECL_TZNAME
393 /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
394    don't. */
395 #undef HAVE_DECL_UNSETENV
397 /* Define to 1 if you have the declaration of `_putenv', and to 0 if you
398    don't. */
399 #undef HAVE_DECL__PUTENV
401 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
402    don't. */
403 #undef HAVE_DECL___FPENDING
405 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
406    don't. */
407 #undef HAVE_DECL___SYS_SIGLIST
409 /* Define to 1 if you have the `difftime' function. */
410 #undef HAVE_DIFFTIME
412 /* Define to 1 if you have the <dirent.h> header file. */
413 #undef HAVE_DIRENT_H
415 /* Define to 1 if you have the 'dup2' function. */
416 #undef HAVE_DUP2
418 /* Define to 1 if you have the `eaccess' function. */
419 #undef HAVE_EACCESS
421 /* Define to 1 if you have the `endgrent' function. */
422 #undef HAVE_ENDGRENT
424 /* Define to 1 if you have the `endpwent' function. */
425 #undef HAVE_ENDPWENT
427 /* Define if you have the declaration of environ. */
428 #undef HAVE_ENVIRON_DECL
430 /* Define to 1 if you have the `euidaccess' function. */
431 #undef HAVE_EUIDACCESS
433 /* Define to 1 if you have the <execinfo.h> header file. */
434 #undef HAVE_EXECINFO_H
436 /* Define to 1 if you have the `faccessat' function. */
437 #undef HAVE_FACCESSAT
439 /* Define to 1 if you have the `facl' function. */
440 #undef HAVE_FACL
442 /* Define to 1 if you have the `fdatasync' function. */
443 #undef HAVE_FDATASYNC
445 /* Define to 1 if you have the `fdopendir' function. */
446 #undef HAVE_FDOPENDIR
448 /* Define to 1 if you have the `fork' function. */
449 #undef HAVE_FORK
451 /* Define to 1 if you have the `freeifaddrs' function. */
452 #undef HAVE_FREEIFADDRS
454 /* Define to 1 if using the freetype and fontconfig libraries. */
455 #undef HAVE_FREETYPE
457 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
458 #undef HAVE_FSEEKO
460 /* Define to 1 if you have the `fstatat' function. */
461 #undef HAVE_FSTATAT
463 /* Define to 1 if you have the `fsync' function. */
464 #undef HAVE_FSYNC
466 /* Define to 1 if you have the `futimens' function. */
467 #undef HAVE_FUTIMENS
469 /* Define to 1 if you have the `futimes' function. */
470 #undef HAVE_FUTIMES
472 /* Define to 1 if you have the `futimesat' function. */
473 #undef HAVE_FUTIMESAT
475 /* Define to 1 if you have the `gai_strerror' function. */
476 #undef HAVE_GAI_STRERROR
478 /* Define to 1 if using GConf. */
479 #undef HAVE_GCONF
481 /* Define to 1 if you have the `getacl' function. */
482 #undef HAVE_GETACL
484 /* Define to 1 if you have the `getaddrinfo' function. */
485 #undef HAVE_GETADDRINFO
487 /* Define to 1 if you have the `getdelim' function. */
488 #undef HAVE_GETDELIM
490 /* Define to 1 if you have the `getgrent' function. */
491 #undef HAVE_GETGRENT
493 /* Define to 1 if your system has a working `getgroups' function. */
494 #undef HAVE_GETGROUPS
496 /* Define to 1 if you have the `gethostname' function. */
497 #undef HAVE_GETHOSTNAME
499 /* Define to 1 if you have the `getifaddrs' function. */
500 #undef HAVE_GETIFADDRS
502 /* Define to 1 if you have the `getline' function. */
503 #undef HAVE_GETLINE
505 /* Define to 1 if you have the <getopt.h> header file. */
506 #undef HAVE_GETOPT_H
508 /* Define to 1 if you have the `getopt_long_only' function. */
509 #undef HAVE_GETOPT_LONG_ONLY
511 /* Define to 1 if you have the `getpagesize' function. */
512 #undef HAVE_GETPAGESIZE
514 /* Define to 1 if you have the `getpeername' function. */
515 #undef HAVE_GETPEERNAME
517 /* Define to 1 if you have the `getpt' function. */
518 #undef HAVE_GETPT
520 /* Define to 1 if you have the `getpwent' function. */
521 #undef HAVE_GETPWENT
523 /* Define to 1 if you have the `getrlimit' function. */
524 #undef HAVE_GETRLIMIT
526 /* Define to 1 if you have the `getrusage' function. */
527 #undef HAVE_GETRUSAGE
529 /* Define to 1 if you have the `getsockname' function. */
530 #undef HAVE_GETSOCKNAME
532 /* Define to 1 if you have the `gettimeofday' function. */
533 #undef HAVE_GETTIMEOFDAY
535 /* Define to 1 if you have the `get_current_dir_name' function. */
536 #undef HAVE_GET_CURRENT_DIR_NAME
538 /* Define to 1 if using GFile. */
539 #undef HAVE_GFILENOTIFY
541 /* Define to 1 if you have a gif (or ungif) library. */
542 #undef HAVE_GIF
544 /* Define to 1 if GLib is linked in. */
545 #undef HAVE_GLIB
547 /* Define if using GnuTLS. */
548 #undef HAVE_GNUTLS
550 /* Define to 1 if you have the gpm library (-lgpm). */
551 #undef HAVE_GPM
553 /* Define to 1 if you have the `grantpt' function. */
554 #undef HAVE_GRANTPT
556 /* Define to 1 if using GSettings. */
557 #undef HAVE_GSETTINGS
559 /* Define to 1 if using GTK 3 or later. */
560 #undef HAVE_GTK3
562 /* Define to 1 if you have the `gtk_adjustment_get_page_size' function. */
563 #undef HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE
565 /* Define to 1 if you have the `gtk_dialog_get_action_area' function. */
566 #undef HAVE_GTK_DIALOG_GET_ACTION_AREA
568 /* Define to 1 if you have the `gtk_file_selection_new' function. */
569 #undef HAVE_GTK_FILE_SELECTION_NEW
571 /* Define to 1 if you have the `gtk_handle_box_new' function. */
572 #undef HAVE_GTK_HANDLE_BOX_NEW
574 /* Define to 1 if you have the `gtk_orientable_set_orientation' function. */
575 #undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION
577 /* Define to 1 if you have the `gtk_tearoff_menu_item_new' function. */
578 #undef HAVE_GTK_TEAROFF_MENU_ITEM_NEW
580 /* Define to 1 if you have the `gtk_widget_get_mapped' function. */
581 #undef HAVE_GTK_WIDGET_GET_MAPPED
583 /* Define to 1 if you have the `gtk_widget_get_sensitive' function. */
584 #undef HAVE_GTK_WIDGET_GET_SENSITIVE
586 /* Define to 1 if you have the `gtk_widget_get_window' function. */
587 #undef HAVE_GTK_WIDGET_GET_WINDOW
589 /* Define to 1 if you have the `gtk_widget_set_has_window' function. */
590 #undef HAVE_GTK_WIDGET_SET_HAS_WINDOW
592 /* Define to 1 if you have the `gtk_window_set_has_resize_grip' function. */
593 #undef HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP
595 /* Define to 1 if you have the `g_type_init' function. */
596 #undef HAVE_G_TYPE_INIT
598 /* Define to 1 if netdb.h declares h_errno. */
599 #undef HAVE_H_ERRNO
601 /* Define to 1 if you have the <ifaddrs.h> header file. */
602 #undef HAVE_IFADDRS_H
604 /* Define to 1 if using imagemagick. */
605 #undef HAVE_IMAGEMAGICK
607 /* Define to 1 if you have inet sockets. */
608 #undef HAVE_INET_SOCKETS
610 /* Define to 1 to use inotify. */
611 #undef HAVE_INOTIFY
613 /* Define to 1 if you have the <inttypes.h> header file. */
614 #undef HAVE_INTTYPES_H
616 /* Define to 1 if you have the jpeg library (-ljpeg). */
617 #undef HAVE_JPEG
619 /* Define to 1 if you have the <kerberosIV/krb.h> header file. */
620 #undef HAVE_KERBEROSIV_KRB_H
622 /* Define to 1 if you have the <kerberos/krb.h> header file. */
623 #undef HAVE_KERBEROS_KRB_H
625 /* Define to 1 if `e_text' is a member of `krb5_error'. */
626 #undef HAVE_KRB5_ERROR_E_TEXT
628 /* Define to 1 if `text' is a member of `krb5_error'. */
629 #undef HAVE_KRB5_ERROR_TEXT
631 /* Define to 1 if you have the <krb5.h> header file. */
632 #undef HAVE_KRB5_H
634 /* Define to 1 if you have the <krb.h> header file. */
635 #undef HAVE_KRB_H
637 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
638 #undef HAVE_LANGINFO_CODESET
640 /* Define to 1 if you have the `dgc' library (-ldgc). */
641 #undef HAVE_LIBDGC
643 /* Define to 1 if you have the `dnet' library (-ldnet). */
644 #undef HAVE_LIBDNET
646 /* Define to 1 if you have the <libgen.h> header file. */
647 #undef HAVE_LIBGEN_H
649 /* Define to 1 if you have the `kstat' library (-lkstat). */
650 #undef HAVE_LIBKSTAT
652 /* Define to 1 if you have the `lockfile' library (-llockfile). */
653 #undef HAVE_LIBLOCKFILE
655 /* Define to 1 if you have the `m' library (-lm). */
656 #undef HAVE_LIBM
658 /* Define to 1 if you have the `mail' library (-lmail). */
659 #undef HAVE_LIBMAIL
661 /* Define to 1 if using libotf. */
662 #undef HAVE_LIBOTF
664 /* Define to 1 if you have the `perfstat' library (-lperfstat). */
665 #undef HAVE_LIBPERFSTAT
667 /* Define to 1 if you have the <libpng/png.h> header file. */
668 #undef HAVE_LIBPNG_PNG_H
670 /* Define to 1 if you have the `pthreads' library (-lpthreads). */
671 #undef HAVE_LIBPTHREADS
673 /* Define to 1 if using SELinux. */
674 #undef HAVE_LIBSELINUX
676 /* Define to 1 if you have the `Xext' library (-lXext). */
677 #undef HAVE_LIBXEXT
679 /* Define to 1 if you have the libxml library (-lxml2). */
680 #undef HAVE_LIBXML2
682 /* Define to 1 if you have the `Xmu' library (-lXmu). */
683 #undef HAVE_LIBXMU
685 /* Define to 1 if you have the `localtime_r' function. */
686 #undef HAVE_LOCALTIME_R
688 /* Define to 1 if you have the `log2' function. */
689 #undef HAVE_LOG2
691 /* Define to 1 if you support file names longer than 14 characters. */
692 #undef HAVE_LONG_FILE_NAMES
694 /* Define to 1 if the system has the type 'long long int'. */
695 #undef HAVE_LONG_LONG_INT
697 /* Define to 1 if you have the `lrand48' function. */
698 #undef HAVE_LRAND48
700 /* Define to 1 if you have the `lstat' function. */
701 #undef HAVE_LSTAT
703 /* Define to 1 if you have the `lutimes' function. */
704 #undef HAVE_LUTIMES
706 /* Define to 1 if using libm17n-flt. */
707 #undef HAVE_M17N_FLT
709 /* Define to 1 if you have the <machine/soundcard.h> header file. */
710 #undef HAVE_MACHINE_SOUNDCARD_H
712 /* Define to 1 if you have the <mach/mach.h> header file. */
713 #undef HAVE_MACH_MACH_H
715 /* Define to 1 if you have the `MagickExportImagePixels' function. */
716 #undef HAVE_MAGICKEXPORTIMAGEPIXELS
718 /* Define to 1 if you have the `MagickMergeImageLayers' function. */
719 #undef HAVE_MAGICKMERGEIMAGELAYERS
721 /* Define to 1 if you have the <maillock.h> header file. */
722 #undef HAVE_MAILLOCK_H
724 /* Define to 1 if you have the <malloc/malloc.h> header file. */
725 #undef HAVE_MALLOC_MALLOC_H
727 /* Define to 1 if <wchar.h> declares mbstate_t. */
728 #undef HAVE_MBSTATE_T
730 /* Define to 1 if you have the <memory.h> header file. */
731 #undef HAVE_MEMORY_H
733 /* Define to 1 if you have the `memrchr' function. */
734 #undef HAVE_MEMRCHR
736 /* Define to 1 if you have mouse menus. (This is automatic if you use X, but
737    the option to specify it remains.) It is also defined with other window
738    systems that support xmenu.c. */
739 #undef HAVE_MENUS
741 /* Define to 1 if you have the `mkstemp' function. */
742 #undef HAVE_MKSTEMP
744 /* Define to 1 if you have a working `mmap' system call. */
745 #undef HAVE_MMAP
747 /* Define to 1 if you have the `nanotime' function. */
748 #undef HAVE_NANOTIME
750 /* Define to 1 if you have the <net/if_dl.h> header file. */
751 #undef HAVE_NET_IF_DL_H
753 /* Define to 1 if you have the <net/if.h> header file. */
754 #undef HAVE_NET_IF_H
756 /* Define to 1 if you have the <nlist.h> header file. */
757 #undef HAVE_NLIST_H
759 /* Define to 1 if you are using the NeXTstep API, either GNUstep or Cocoa on
760    Mac OS X. */
761 #undef HAVE_NS
763 /* Define to use native MS Windows GUI. */
764 #undef HAVE_NTGUI
766 /* Define to 1 if libotf has OTF_get_variation_glyphs. */
767 #undef HAVE_OTF_GET_VARIATION_GLYPHS
769 /* Define to 1 if personality LINUX32 can be set. */
770 #undef HAVE_PERSONALITY_LINUX32
772 /* Define to 1 if you have the png library (-lpng). */
773 #undef HAVE_PNG
775 /* Define to 1 if you have the <png.h> header file. */
776 #undef HAVE_PNG_H
778 /* Define to 1 if you have the `posix_memalign' function. */
779 #undef HAVE_POSIX_MEMALIGN
781 /* Define to 1 if you have the `posix_openpt' function. */
782 #undef HAVE_POSIX_OPENPT
784 /* Define if you have the /proc filesystem. */
785 #undef HAVE_PROCFS
787 /* Define to 1 if you have the `pselect' function. */
788 #undef HAVE_PSELECT
790 /* Define to 1 if you have the `pstat_getdynamic' function. */
791 #undef HAVE_PSTAT_GETDYNAMIC
793 /* Define to 1 if you have pthread (-lpthread). */
794 #undef HAVE_PTHREAD
796 /* Define to 1 if you have the <pthread.h> header file. */
797 #undef HAVE_PTHREAD_H
799 /* Define to 1 if the pthread_sigmask function can be used (despite bugs). */
800 #undef HAVE_PTHREAD_SIGMASK
802 /* Define if the system supports pty devices. */
803 #undef HAVE_PTYS
805 /* Define to 1 if you have the <pty.h> header file. */
806 #undef HAVE_PTY_H
808 /* Define to 1 if you have the <pwd.h> header file. */
809 #undef HAVE_PWD_H
811 /* Define to 1 if you have the `random' function. */
812 #undef HAVE_RANDOM
814 /* Define to 1 if you have the `readlink' function. */
815 #undef HAVE_READLINK
817 /* Define to 1 if you have the `readlinkat' function. */
818 #undef HAVE_READLINKAT
820 /* Define to 1 if you have the `recvfrom' function. */
821 #undef HAVE_RECVFROM
823 /* Define to 1 if res_init is available. */
824 #undef HAVE_RES_INIT
826 /* Define to 1 if you have the `rint' function. */
827 #undef HAVE_RINT
829 /* Define to 1 if using librsvg. */
830 #undef HAVE_RSVG
832 /* Define to 1 if you have the `select' function. */
833 #undef HAVE_SELECT
835 /* Define to 1 if you have the `sendto' function. */
836 #undef HAVE_SENDTO
838 /* Define to 1 if you have the `setitimer' function. */
839 #undef HAVE_SETITIMER
841 /* Define to 1 if you have the `setlocale' function. */
842 #undef HAVE_SETLOCALE
844 /* Define to 1 if you have the `setrlimit' function. */
845 #undef HAVE_SETRLIMIT
847 /* Define to 1 if you have the `shutdown' function. */
848 #undef HAVE_SHUTDOWN
850 /* Define to 1 if you have the `sig2str' function. */
851 #undef HAVE_SIG2STR
853 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
854 #undef HAVE_SIGNED_SIG_ATOMIC_T
856 /* Define to 1 if 'wchar_t' is a signed integer type. */
857 #undef HAVE_SIGNED_WCHAR_T
859 /* Define to 1 if 'wint_t' is a signed integer type. */
860 #undef HAVE_SIGNED_WINT_T
862 /* Define to 1 if sigsetjmp and siglongjmp work. The value of this symbol is
863    irrelevant if HAVE__SETJMP is defined. */
864 #undef HAVE_SIGSETJMP
866 /* Define to 1 if the system has the type `sigset_t'. */
867 #undef HAVE_SIGSET_T
869 /* Define to 1 if you have the `snprintf' function. */
870 #undef HAVE_SNPRINTF
872 /* Define if the system supports 4.2-compatible sockets. */
873 #undef HAVE_SOCKETS
875 /* Define to 1 if you have sound support. */
876 #undef HAVE_SOUND
878 /* Define to 1 if you have the <soundcard.h> header file. */
879 #undef HAVE_SOUNDCARD_H
881 /* Define to 1 if you have the `statacl' function. */
882 #undef HAVE_STATACL
884 /* Define to 1 if you have the <stdint.h> header file. */
885 #undef HAVE_STDINT_H
887 /* Define to 1 if you have the <stdio_ext.h> header file. */
888 #undef HAVE_STDIO_EXT_H
890 /* Define to 1 if you have the <stdlib.h> header file. */
891 #undef HAVE_STDLIB_H
893 /* Define to 1 if you have the <strings.h> header file. */
894 #undef HAVE_STRINGS_H
896 /* Define to 1 if you have the <string.h> header file. */
897 #undef HAVE_STRING_H
899 /* Define to 1 if you have the `strsignal' function. */
900 #undef HAVE_STRSIGNAL
902 /* Define to 1 if you have the `strtoimax' function. */
903 #undef HAVE_STRTOIMAX
905 /* Define to 1 if you have the `strtoll' function. */
906 #undef HAVE_STRTOLL
908 /* Define to 1 if you have the `strtoull' function. */
909 #undef HAVE_STRTOULL
911 /* Define to 1 if you have the `strtoumax' function. */
912 #undef HAVE_STRTOUMAX
914 /* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */
915 #undef HAVE_STRUCT_IFREQ_IFR_ADDR
917 /* Define to 1 if `ifr_addr.sa_len' is a member of `struct ifreq'. */
918 #undef HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN
920 /* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */
921 #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
923 /* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */
924 #undef HAVE_STRUCT_IFREQ_IFR_FLAGS
926 /* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */
927 #undef HAVE_STRUCT_IFREQ_IFR_HWADDR
929 /* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */
930 #undef HAVE_STRUCT_IFREQ_IFR_NETMASK
932 /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
933 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
935 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
936 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
938 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
939 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
941 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
942 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
944 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
945 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
947 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
948 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
950 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
951 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
953 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
954 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
956 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
957 #undef HAVE_STRUCT_TM_TM_ZONE
959 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
960    have utime.h but don't declare the struct anywhere. */
961 #undef HAVE_STRUCT_UTIMBUF
963 /* Define if struct stat has an st_dm_mode member. */
964 #undef HAVE_ST_DM_MODE
966 /* Define to 1 if you have the `symlink' function. */
967 #undef HAVE_SYMLINK
969 /* Define to 1 if you have the `sync' function. */
970 #undef HAVE_SYNC
972 /* Define to 1 if you have the <sys/acl.h> header file. */
973 #undef HAVE_SYS_ACL_H
975 /* Define to 1 if you have the <sys/bitypes.h> header file. */
976 #undef HAVE_SYS_BITYPES_H
978 /* Define to 1 if you have the <sys/inttypes.h> header file. */
979 #undef HAVE_SYS_INTTYPES_H
981 /* Define to 1 if you have the <sys/loadavg.h> header file. */
982 #undef HAVE_SYS_LOADAVG_H
984 /* Define to 1 if you have the <sys/param.h> header file. */
985 #undef HAVE_SYS_PARAM_H
987 /* Define to 1 if you have the <sys/resource.h> header file. */
988 #undef HAVE_SYS_RESOURCE_H
990 /* Define to 1 if you have the <sys/select.h> header file. */
991 #undef HAVE_SYS_SELECT_H
993 /* Define to 1 if you have the <sys/socket.h> header file. */
994 #undef HAVE_SYS_SOCKET_H
996 /* Define to 1 if you have the <sys/soundcard.h> header file. */
997 #undef HAVE_SYS_SOUNDCARD_H
999 /* Define to 1 if you have the <sys/stat.h> header file. */
1000 #undef HAVE_SYS_STAT_H
1002 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
1003 #undef HAVE_SYS_SYSTEMINFO_H
1005 /* Define to 1 if you have the <sys/timeb.h> header file. */
1006 #undef HAVE_SYS_TIMEB_H
1008 /* Define to 1 if you have the <sys/time.h> header file. */
1009 #undef HAVE_SYS_TIME_H
1011 /* Define to 1 if you have the <sys/types.h> header file. */
1012 #undef HAVE_SYS_TYPES_H
1014 /* Define to 1 if you have the <sys/un.h> header file. */
1015 #undef HAVE_SYS_UN_H
1017 /* Define to 1 if you have the <sys/utsname.h> header file. */
1018 #undef HAVE_SYS_UTSNAME_H
1020 /* Define to 1 if you have the <sys/vlimit.h> header file. */
1021 #undef HAVE_SYS_VLIMIT_H
1023 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1024 #undef HAVE_SYS_WAIT_H
1026 /* Define to 1 if you have the <term.h> header file. */
1027 #undef HAVE_TERM_H
1029 /* Define to 1 if you have the tiff library (-ltiff). */
1030 #undef HAVE_TIFF
1032 /* Define to 1 if you have the `timer_settime' function. */
1033 #undef HAVE_TIMER_SETTIME
1035 /* Define if struct tm has the tm_gmtoff member. */
1036 #undef HAVE_TM_GMTOFF
1038 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1039    `HAVE_STRUCT_TM_TM_ZONE' instead. */
1040 #undef HAVE_TM_ZONE
1042 /* Define to 1 if you have the `touchlock' function. */
1043 #undef HAVE_TOUCHLOCK
1045 /* Define to 1 if you don't have `tm_zone' but do have the external array
1046    `tzname'. */
1047 #undef HAVE_TZNAME
1049 /* Define to 1 if you have the `tzset' function. */
1050 #undef HAVE_TZSET
1052 /* Define to 1 if you have the <unistd.h> header file. */
1053 #undef HAVE_UNISTD_H
1055 /* Define to 1 if you have the `unsetenv' function. */
1056 #undef HAVE_UNSETENV
1058 /* Define to 1 if the system has the type 'unsigned long long int'. */
1059 #undef HAVE_UNSIGNED_LONG_LONG_INT
1061 /* Define to 1 if you have the <util.h> header file. */
1062 #undef HAVE_UTIL_H
1064 /* Define to 1 if you have the `utimensat' function. */
1065 #undef HAVE_UTIMENSAT
1067 /* Define to 1 if you have the <utime.h> header file. */
1068 #undef HAVE_UTIME_H
1070 /* Define to 1 if you have the <utmp.h> header file. */
1071 #undef HAVE_UTMP_H
1073 /* Define to 1 if you have the `vfork' function. */
1074 #undef HAVE_VFORK
1076 /* Define to 1 if you have the <vfork.h> header file. */
1077 #undef HAVE_VFORK_H
1079 /* Define to 1 to use w32notify. */
1080 #undef HAVE_W32NOTIFY
1082 /* Define to 1 if you have the <wchar.h> header file. */
1083 #undef HAVE_WCHAR_H
1085 /* Define if you have the 'wchar_t' type. */
1086 #undef HAVE_WCHAR_T
1088 /* Define if you have a window system. */
1089 #undef HAVE_WINDOW_SYSTEM
1091 /* Define to 1 if you have the <winsock2.h> header file. */
1092 #undef HAVE_WINSOCK2_H
1094 /* Define to 1 if `fork' works. */
1095 #undef HAVE_WORKING_FORK
1097 /* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX
1098    7.1. */
1099 #undef HAVE_WORKING_FSTATAT_ZERO_FLAG
1101 /* Define if utimes works properly. */
1102 #undef HAVE_WORKING_UTIMES
1104 /* Define to 1 if `vfork' works. */
1105 #undef HAVE_WORKING_VFORK
1107 /* Define to 1 if you have the <ws2tcpip.h> header file. */
1108 #undef HAVE_WS2TCPIP_H
1110 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
1111    expects to use version 10. */
1112 #undef HAVE_X11
1114 /* Define to 1 if you have the X11R6 or newer version of Xlib. */
1115 #undef HAVE_X11R6
1117 /* Define if you have usable X11R6-style XIM support. */
1118 #undef HAVE_X11R6_XIM
1120 /* Define to 1 if you have the X11R6 or newer version of Xt. */
1121 #undef HAVE_X11XTR6
1123 /* Define to 1 if you have the Xaw3d library (-lXaw3d). */
1124 #undef HAVE_XAW3D
1126 /* Define to 1 if you have the Xft library. */
1127 #undef HAVE_XFT
1129 /* Define to 1 if XIM is available */
1130 #undef HAVE_XIM
1132 /* Define to 1 if you have the Xinerama extension. */
1133 #undef HAVE_XINERAMA
1135 /* Define to 1 if you have the Xkb extension. */
1136 #undef HAVE_XKB
1138 /* Define to 1 if you have the Xpm library (-lXpm). */
1139 #undef HAVE_XPM
1141 /* Define to 1 if you have the XRandr extension. */
1142 #undef HAVE_XRANDR
1144 /* Define to 1 if you have the `XrmSetDatabase' function. */
1145 #undef HAVE_XRMSETDATABASE
1147 /* Define to 1 if you have the `XRRGetOutputPrimary' function. */
1148 #undef HAVE_XRRGETOUTPUTPRIMARY
1150 /* Define to 1 if you have the `XRRGetScreenResourcesCurrent' function. */
1151 #undef HAVE_XRRGETSCREENRESOURCESCURRENT
1153 /* Define to 1 if you have the `XScreenNumberOfScreen' function. */
1154 #undef HAVE_XSCREENNUMBEROFSCREEN
1156 /* Define to 1 if you have the `XScreenResourceString' function. */
1157 #undef HAVE_XSCREENRESOURCESTRING
1159 /* Define if you have usable i18n support. */
1160 #undef HAVE_X_I18N
1162 /* Define to 1 if you have the SM library (-lSM). */
1163 #undef HAVE_X_SM
1165 /* Define to 1 if you want to use the X window system. */
1166 #undef HAVE_X_WINDOWS
1168 /* Define to 1 if the system has the type `_Bool'. */
1169 #undef HAVE__BOOL
1171 /* Define to 1 if you have the `_ftime' function. */
1172 #undef HAVE__FTIME
1174 /* Define to 1 if _setjmp and _longjmp work. */
1175 #undef HAVE__SETJMP
1177 /* Define to 1 if you have the `__builtin_unwind_init' function. */
1178 #undef HAVE___BUILTIN_UNWIND_INIT
1180 /* Define to 1 if you have the `__executable_start' function. */
1181 #undef HAVE___EXECUTABLE_START
1183 /* Define to 1 if you have the `__fpending' function. */
1184 #undef HAVE___FPENDING
1186 /* Define to support using a Hesiod database to find the POP server. */
1187 #undef HESIOD
1189 /* Define if the system is HPUX. */
1190 #undef HPUX
1192 /* This is substituted when $TERM is "internal". */
1193 #undef INTERNAL_TERMINAL
1195 /* Define to read input using SIGIO. */
1196 #undef INTERRUPT_INPUT
1198 /* Define if the system is IRIX. */
1199 #undef IRIX6_5
1201 /* Returns true if character is any form of separator. */
1202 #undef IS_ANY_SEP
1204 /* Returns true if character is a device separator. */
1205 #undef IS_DEVICE_SEP
1207 /* Returns true if character is a directory separator. */
1208 #undef IS_DIRECTORY_SEP
1210 /* Define to support Kerberos-authenticated POP mail retrieval. */
1211 #undef KERBEROS
1213 /* Define to use Kerberos 5 instead of Kerberos 4. */
1214 #undef KERBEROS5
1216 /* Define to 1 if localtime caches TZ. */
1217 #undef LOCALTIME_CACHE
1219 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1220    slash. */
1221 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1223 /* String giving fallback POP mail host. */
1224 #undef MAILHOST
1226 /* Define to unlink, rather than empty, mail spool after reading. */
1227 #undef MAIL_UNLINK_SPOOL
1229 /* Define if the mailer uses flock to interlock the mail spool. */
1230 #undef MAIL_USE_FLOCK
1232 /* Define if the mailer uses lockf to interlock the mail spool. */
1233 #undef MAIL_USE_LOCKF
1235 /* Define to support MMDF mailboxes in movemail. */
1236 #undef MAIL_USE_MMDF
1238 /* Define to support POP mail retrieval. */
1239 #undef MAIL_USE_POP
1241 /* Define if the system is MS DOS. */
1242 #undef MSDOS
1244 /* Define if system's imake configuration file defines `NeedWidePrototypes' as
1245    `NO'. */
1246 #undef NARROWPROTO
1248 /* Define if XEditRes should not be used. */
1249 #undef NO_EDITRES
1251 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1252 #undef NO_MINUS_C_MINUS_O
1254 /* Minimum value of NSIG. */
1255 #undef NSIG_MINIMUM
1257 /* Define to 1 if `NSInteger' is defined. */
1258 #undef NS_HAVE_NSINTEGER
1260 /* Define to 1 if you are using NS windowing under MacOS X. */
1261 #undef NS_IMPL_COCOA
1263 /* Define to 1 if you are using NS windowing under GNUstep. */
1264 #undef NS_IMPL_GNUSTEP
1266 /* Name of the file to open to get a null file, or a data sink. */
1267 #undef NULL_DEVICE
1269 /* Define to 1 if the nlist n_name member is a pointer */
1270 #undef N_NAME_POINTER
1272 /* Name of package */
1273 #undef PACKAGE
1275 /* Define to the address where bug reports for this package should be sent. */
1276 #undef PACKAGE_BUGREPORT
1278 /* Define to the full name of this package. */
1279 #undef PACKAGE_NAME
1281 /* Define to the full name and version of this package. */
1282 #undef PACKAGE_STRING
1284 /* Define to the one symbol short name of this package. */
1285 #undef PACKAGE_TARNAME
1287 /* Define to the home page for this package. */
1288 #undef PACKAGE_URL
1290 /* Define to the version of this package. */
1291 #undef PACKAGE_VERSION
1293 /* the number of pending output bytes on stream 'fp' */
1294 #undef PENDING_OUTPUT_N_BYTES
1296 /* Define to empty to suppress deprecation warnings when building with
1297    --enable-gcc-warnings and with libpng versions before 1.5, which lack
1298    png_longjmp. */
1299 #undef PNG_DEPSTRUCT
1301 /* Define if process_send_signal should use VSUSP instead of VSWTCH. */
1302 #undef PREFER_VSUSP
1304 /* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno.
1305    */
1306 #undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO
1308 /* Define to 1 if pthread_sigmask() may returns 0 and have no effect. */
1309 #undef PTHREAD_SIGMASK_INEFFECTIVE
1311 /* Define to 1 if pthread_sigmask() unblocks signals incorrectly. */
1312 #undef PTHREAD_SIGMASK_UNBLOCK_BUG
1314 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1315    'ptrdiff_t'. */
1316 #undef PTRDIFF_T_SUFFIX
1318 /* How to iterate over PTYs. */
1319 #undef PTY_ITERATION
1321 /* How to get the device name of the control end of a PTY, if non-standard. */
1322 #undef PTY_NAME_SPRINTF
1324 /* How to open a PTY, if non-standard. */
1325 #undef PTY_OPEN
1327 /* How to get device name of the tty end of a PTY, if non-standard. */
1328 #undef PTY_TTY_NAME_SPRINTF
1330 /* Define to 1 if readlink fails to recognize a trailing slash. */
1331 #undef READLINK_TRAILING_SLASH_BUG
1333 /* Define REL_ALLOC if you want to use the relocating allocator for buffer
1334    space. */
1335 #undef REL_ALLOC
1337 /* Define to 1 if stat needs help when passed a directory name with a trailing
1338    slash */
1339 #undef REPLACE_FUNC_STAT_DIR
1341 /* Define to 1 if stat needs help when passed a file name with a trailing
1342    slash */
1343 #undef REPLACE_FUNC_STAT_FILE
1345 /* Define if emacs.c needs to call run_time_remap; for HPUX. */
1346 #undef RUN_TIME_REMAP
1348 /* Character that separates PATH elements. */
1349 #undef SEPCHAR
1351 /* How to set up a slave PTY, if needed. */
1352 #undef SETUP_SLAVE_PTY
1354 /* Make process_send_signal work by "typing" a signal character on the pty. */
1355 #undef SIGNALS_VIA_CHARACTERS
1357 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1358    'sig_atomic_t'. */
1359 #undef SIG_ATOMIC_T_SUFFIX
1361 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1362    'size_t'. */
1363 #undef SIZE_T_SUFFIX
1365 /* Define if the system is Solaris. */
1366 #undef SOLARIS2
1368 /* If using the C implementation of alloca, define if you know the
1369    direction of stack growth for your system; otherwise it will be
1370    automatically deduced at runtime.
1371         STACK_DIRECTION > 0 => grows toward higher addresses
1372         STACK_DIRECTION < 0 => grows toward lower addresses
1373         STACK_DIRECTION = 0 => direction of growth unknown */
1374 #undef STACK_DIRECTION
1376 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1377 #undef STAT_MACROS_BROKEN
1379 /* Define to 1 if you have the ANSI C header files. */
1380 #undef STDC_HEADERS
1382 /* Define to 1 on System V Release 4. */
1383 #undef SVR4
1385 /* Define to use system malloc. */
1386 #undef SYSTEM_MALLOC
1388 /* The type of system you are compiling for; sets `system-type'. */
1389 #undef SYSTEM_TYPE
1391 /* Undocumented. */
1392 #undef TAB3
1394 /* Undocumented. */
1395 #undef TABDLY
1397 /* Define to 1 if you use terminfo instead of termcap. */
1398 #undef TERMINFO
1400 /* Define to the header for the built-in window system. */
1401 #undef TERM_HEADER
1403 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1404 #undef TIME_WITH_SYS_TIME
1406 /* Some platforms redefine this. */
1407 #undef TIOCSIGSEND
1409 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1410 #undef TM_IN_SYS_TIME
1412 /* Define to 1 if the type of the st_atim member of a struct stat is struct
1413    timespec. */
1414 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
1416 /* Define to 1 for Encore UMAX. */
1417 #undef UMAX
1419 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1420    <sys/cpustats.h>. */
1421 #undef UMAX4_3
1423 /* Define if the system has Unix98 PTYs. */
1424 #undef UNIX98_PTYS
1426 /* Define to 1 if FIONREAD is usable. */
1427 #undef USABLE_FIONREAD
1429 /* Define to 1 if SIGIO is usable. */
1430 #undef USABLE_SIGIO
1432 /* How to get a user's full name. */
1433 #undef USER_FULL_NAME
1435 /* Define to nonzero if you want access control list support. */
1436 #undef USE_ACL
1438 /* Define to 1 if using file notifications. */
1439 #undef USE_FILE_NOTIFY
1441 /* Define to 1 if using GTK. */
1442 #undef USE_GTK
1444 /* Define to 1 if using the Lucid X toolkit. */
1445 #undef USE_LUCID
1447 /* Define to use mmap to allocate buffer text. */
1448 #undef USE_MMAP_FOR_BUFFERS
1450 /* Define to 1 if using the Motif X toolkit. */
1451 #undef USE_MOTIF
1453 /* Enable extensions on AIX 3, Interix.  */
1454 #ifndef _ALL_SOURCE
1455 # undef _ALL_SOURCE
1456 #endif
1457 /* Enable general extensions on OS X.  */
1458 #ifndef _DARWIN_C_SOURCE
1459 # undef _DARWIN_C_SOURCE
1460 #endif
1461 /* Enable GNU extensions on systems that have them.  */
1462 #ifndef _GNU_SOURCE
1463 # undef _GNU_SOURCE
1464 #endif
1465 /* Enable threading extensions on Solaris.  */
1466 #ifndef _POSIX_PTHREAD_SEMANTICS
1467 # undef _POSIX_PTHREAD_SEMANTICS
1468 #endif
1469 /* Enable extensions on HP NonStop.  */
1470 #ifndef _TANDEM_SOURCE
1471 # undef _TANDEM_SOURCE
1472 #endif
1473 /* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
1474    mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
1475    whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
1476 #ifndef _XOPEN_SOURCE
1477 # undef _XOPEN_SOURCE
1478 #endif
1479 /* Enable general extensions on Solaris.  */
1480 #ifndef __EXTENSIONS__
1481 # undef __EXTENSIONS__
1482 #endif
1485 /* Define to 1 if we should use toolkit scroll bars. */
1486 #undef USE_TOOLKIT_SCROLL_BARS
1488 /* Define to 1 if we should use XIM, if it is available. */
1489 #undef USE_XIM
1491 /* Define to 1 if using an X toolkit. */
1492 #undef USE_X_TOOLKIT
1494 /* Define if the system is compatible with System III. */
1495 #undef USG
1497 /* Define if the system is compatible with System V Release 4. */
1498 #undef USG5_4
1500 /* Define for USG systems where it works to open a pty's tty in the parent
1501    process, then close and reopen it in the child. */
1502 #undef USG_SUBTTY_WORKS
1504 /* Version number of package */
1505 #undef VERSION
1507 /* Define to 1 if unsetenv returns void instead of int. */
1508 #undef VOID_UNSETENV
1510 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1511    'wchar_t'. */
1512 #undef WCHAR_T_SUFFIX
1514 /* Use long long for EMACS_INT if available. */
1515 #undef WIDE_EMACS_INT
1517 /* Define if compiling for native MS Windows. */
1518 #undef WINDOWSNT
1520 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1521    'wint_t'. */
1522 #undef WINT_T_SUFFIX
1524 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1525    significant byte first (like Motorola and SPARC, unlike Intel). */
1526 #if defined AC_APPLE_UNIVERSAL_BUILD
1527 # if defined __BIG_ENDIAN__
1528 #  define WORDS_BIGENDIAN 1
1529 # endif
1530 #else
1531 # ifndef WORDS_BIGENDIAN
1532 #  undef WORDS_BIGENDIAN
1533 # endif
1534 #endif
1536 /* Define this to check for malloc buffer overrun. */
1537 #undef XMALLOC_OVERRUN_CHECK
1539 /* Compensate for a bug in Xos.h on some systems, where it requires time.h. */
1540 #undef XOS_NEEDS_TIME_H
1542 /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
1543    XPointer or XPointer*. */
1544 #undef XRegisterIMInstantiateCallback_arg6
1546 /* Define if the system is AIX. */
1547 #undef _AIX
1549 /* Enable large inode numbers on Mac OS X 10.5. */
1550 #undef _DARWIN_USE_64_BIT_INODE
1552 /* Number of bits in a file offset, on hosts where this is settable. */
1553 #undef _FILE_OFFSET_BITS
1555 /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
1556    stat.st_size becomes 64-bit. */
1557 #undef _GL_WINDOWS_64_BIT_ST_SIZE
1559 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1560 #undef _LARGEFILE_SOURCE
1562 /* Define for large files, on AIX-style hosts. */
1563 #undef _LARGE_FILES
1565 /* Define to 1 if on MINIX. */
1566 #undef _MINIX
1568 /* Define if GNUstep uses ObjC exceptions. */
1569 #undef _NATIVE_OBJC_EXCEPTIONS
1571 /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
1572 #undef _NETBSD_SOURCE
1574 /* The _Noreturn keyword of C11.  */
1575 #if ! (defined _Noreturn \
1576        || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
1577 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
1578       || 0x5110 <= __SUNPRO_C)
1579 #  define _Noreturn __attribute__ ((__noreturn__))
1580 # elif defined _MSC_VER && 1200 <= _MSC_VER
1581 #  define _Noreturn __declspec (noreturn)
1582 # else
1583 #  define _Noreturn
1584 # endif
1585 #endif
1588 /* Define to 2 if the system does not provide POSIX.1 features except with
1589    this defined. */
1590 #undef _POSIX_1_SOURCE
1592 /* Define to 1 if you need to in order for 'stat' and other things to work. */
1593 #undef _POSIX_SOURCE
1595 /* Needed for system_process_attributes on Solaris. */
1596 #undef _STRUCTURED_PROC
1598 /* Define to rpl_ if the getopt replacement functions and variables should be
1599    used. */
1600 #undef __GETOPT_PREFIX
1602 /* Define to compiler's equivalent of C99 restrict keyword in array
1603    declarations. Define as empty for no equivalent. */
1604 #undef __restrict_arr
1606 /* Some platforms that do not use configure define this to include extra
1607    configuration information. */
1608 #undef config_opsysfile
1610 /* Please see the Gnulib manual for how to use these macros.
1612    Suppress extern inline with HP-UX cc, as it appears to be broken; see
1613    <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
1615    Suppress extern inline with Sun C in standards-conformance mode, as it
1616    mishandles inline functions that call each other.  E.g., for 'inline void f
1617    (void) { } inline void g (void) { f (); }', c99 incorrectly complains
1618    'reference to static identifier "f" in extern inline function'.
1619    This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
1621    Suppress the use of extern inline on Apple's platforms, as Libc at least
1622    through Libc-825.26 (2013-04-09) is incompatible with it; see, e.g.,
1623    <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
1624    Perhaps Apple will fix this some day.  */
1625 #if ((__GNUC__ \
1626       ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
1627       : (199901L <= __STDC_VERSION__ \
1628          && !defined __HP_cc \
1629          && !(defined __SUNPRO_C && __STDC__))) \
1630      && !defined __APPLE__)
1631 # define _GL_INLINE inline
1632 # define _GL_EXTERN_INLINE extern inline
1633 #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
1634        && !defined __APPLE__)
1635 # if __GNUC_GNU_INLINE__
1636    /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
1637 #  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
1638 # else
1639 #  define _GL_INLINE extern inline
1640 # endif
1641 # define _GL_EXTERN_INLINE extern
1642 #else
1643 # define _GL_INLINE static _GL_UNUSED
1644 # define _GL_EXTERN_INLINE static _GL_UNUSED
1645 #endif
1647 #if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
1648 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
1649 #  define _GL_INLINE_HEADER_CONST_PRAGMA
1650 # else
1651 #  define _GL_INLINE_HEADER_CONST_PRAGMA \
1652      _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
1653 # endif
1654   /* Suppress GCC's bogus "no previous prototype for 'FOO'"
1655      and "no previous declaration for 'FOO'"  diagnostics,
1656      when FOO is an inline function in the header; see
1657      <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>.  */
1658 # define _GL_INLINE_HEADER_BEGIN \
1659     _Pragma ("GCC diagnostic push") \
1660     _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
1661     _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
1662     _GL_INLINE_HEADER_CONST_PRAGMA
1663 # define _GL_INLINE_HEADER_END \
1664     _Pragma ("GCC diagnostic pop")
1665 #else
1666 # define _GL_INLINE_HEADER_BEGIN
1667 # define _GL_INLINE_HEADER_END
1668 #endif
1670 /* A replacement for va_copy, if needed.  */
1671 #define gl_va_copy(a,b) ((a) = (b))
1673 /* Define to rpl_gmtime if the replacement function should be used. */
1674 #undef gmtime
1676 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1677    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1678    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1679    __APPLE__ && __MACH__ test for Mac OS X.
1680    __APPLE_CC__ tests for the Apple compiler and its version.
1681    __STDC_VERSION__ tests for the C99 mode.  */
1682 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1683 # define __GNUC_STDC_INLINE__ 1
1684 #endif
1686 /* Define to 1 if the compiler is checking for lint. */
1687 #undef lint
1689 /* Define to rpl_localtime if the replacement function should be used. */
1690 #undef localtime
1692 /* Define to a type if <wchar.h> does not define. */
1693 #undef mbstate_t
1695 /* Define to `int' if <sys/types.h> does not define. */
1696 #undef mode_t
1698 /* Define to the name of the strftime replacement function. */
1699 #undef my_strftime
1701 /* Define to the type of st_nlink in struct stat, or a supertype. */
1702 #undef nlink_t
1704 /* Define to `int' if <sys/types.h> does not define. */
1705 #undef pid_t
1707 /* Define to the equivalent of the C99 'restrict' keyword, or to
1708    nothing if this is not supported.  Do not define if restrict is
1709    supported directly.  */
1710 #undef restrict
1711 /* Work around a bug in Sun C++: it does not support _Restrict or
1712    __restrict__, even though the corresponding Sun C compiler ends up with
1713    "#define restrict _Restrict" or "#define restrict __restrict__" in the
1714    previous line.  Perhaps some future version of Sun C++ will work with
1715    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
1716 #if defined __SUNPRO_CC && !defined __RESTRICT
1717 # define _Restrict
1718 # define __restrict__
1719 #endif
1721 /* type to use in place of socklen_t if not defined */
1722 #undef socklen_t
1724 /* Define as a signed type of the same size as size_t. */
1725 #undef ssize_t
1727 /* Define to enable asynchronous subprocesses. */
1728 #undef subprocesses
1730 /* Define as a marker that can be attached to declarations that might not
1731     be used.  This helps to reduce warnings, such as from
1732     GCC -Wunused-parameter.  */
1733 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1734 # define _GL_UNUSED __attribute__ ((__unused__))
1735 #else
1736 # define _GL_UNUSED
1737 #endif
1738 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1739    is a misnomer outside of parameter lists.  */
1740 #define _UNUSED_PARAMETER_ _GL_UNUSED
1742 /* The __pure__ attribute was added in gcc 2.96.  */
1743 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1744 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
1745 #else
1746 # define _GL_ATTRIBUTE_PURE /* empty */
1747 #endif
1749 /* The __const__ attribute was added in gcc 2.95.  */
1750 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
1751 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1752 #else
1753 # define _GL_ATTRIBUTE_CONST /* empty */
1754 #endif
1757 /* Define as a macro for copying va_list variables. */
1758 #undef va_copy
1760 /* Define as `fork' if `vfork' does not work. */
1761 #undef vfork
1763 #include <conf_post.h>
1765 #endif /* EMACS_CONFIG_H */
1768 Local Variables:
1769 mode: c
1770 End: