Mark Lisp menu changes as documented in NEWS.
[bpt/emacs.git] / autogen / config.in
1 /* src/config.in. Generated from configure.ac by autoheader. */
2
3 /* GNU Emacs site configuration template file.
4
5 Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2013
6 Free Software Foundation, Inc.
7
8 This file is part of GNU Emacs.
9
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.
14
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.
19
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/>. */
22
23
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
29
30
31 /* Define if building universal (internal helper macro) */
32 #undef AC_APPLE_UNIVERSAL_BUILD
33
34 /* Define to use the convention that & in the full name stands for the login
35 id. */
36 #undef AMPERSAND_FULL_NAME
37
38 /* Define to the number of bits in type 'ptrdiff_t'. */
39 #undef BITSIZEOF_PTRDIFF_T
40
41 /* Define to the number of bits in type 'sig_atomic_t'. */
42 #undef BITSIZEOF_SIG_ATOMIC_T
43
44 /* Define to the number of bits in type 'size_t'. */
45 #undef BITSIZEOF_SIZE_T
46
47 /* Define to the number of bits in type 'wchar_t'. */
48 #undef BITSIZEOF_WCHAR_T
49
50 /* Define to the number of bits in type 'wint_t'. */
51 #undef BITSIZEOF_WINT_T
52
53 /* Define if get_current_dir_name should not be used. */
54 #undef BROKEN_GET_CURRENT_DIR_NAME
55
56 /* Define on FreeBSD to work around an issue when reading from a PTY. */
57 #undef BROKEN_PTY_READ_AFTER_EAGAIN
58
59 /* Define if Emacs cannot be dumped on your system. */
60 #undef CANNOT_DUMP
61
62 /* Define this to enable compile time checks for the Lisp_Object data type. */
63 #undef CHECK_LISP_OBJECT_TYPE
64
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
69
70 /* Short copyright string for this version of Emacs. */
71 #undef COPYRIGHT
72
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
77
78 /* Define if the system is Cygwin. */
79 #undef CYGWIN
80
81 /* Define to 1 if using 'alloca.c'. */
82 #undef C_ALLOCA
83
84 /* Define if the system is Darwin. */
85 #undef DARWIN_OS
86
87 /* Extra bits to be or'd in with any pointers stored in a Lisp_Object. */
88 #undef DATA_SEG_BITS
89
90 /* Name of the default sound device. */
91 #undef DEFAULT_SOUND_DEVICE
92
93 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
94 #undef DGUX
95
96 /* Character that separates directories in a file name. */
97 #undef DIRECTORY_SEP
98
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
103
104 /* Define if the system is MS DOS or MS Windows. */
105 #undef DOS_NT
106
107 /* Define to 1 if you are using the GNU C Library. */
108 #undef DOUG_LEA_MALLOC
109
110 /* Define to 1 to enable w32 debug facilities. */
111 #undef EMACSDEBUG
112
113 /* Define to the canonical Emacs configuration name. */
114 #undef EMACS_CONFIGURATION
115
116 /* Define to the options passed to configure. */
117 #undef EMACS_CONFIG_OPTIONS
118
119 /* Define to 1 if expensive run-time data type and consistency checks are
120 enabled. */
121 #undef ENABLE_CHECKING
122
123 /* Define this to 1 if F_DUPFD behavior does not match POSIX */
124 #undef FCNTL_DUPFD_BUGGY
125
126 /* Letter to use in finding device name of first PTY, if PTYs are supported.
127 */
128 #undef FIRST_PTY_LETTER
129
130 /* Without the following workaround, Emacs runs slowly on OS X 10.8.
131 The workaround disables some useful run-time checking, so it
132 should be conditional to the platforms with the performance bug.
133 Perhaps Apple will fix this some day; also see m4/extern-inline.m4. */
134 #if defined __APPLE__ && defined __GNUC__
135 # ifndef _DONT_USE_CTYPE_INLINE_
136 # define _DONT_USE_CTYPE_INLINE_
137 # endif
138 # ifndef _FORTIFY_SOURCE
139 # define _FORTIFY_SOURCE 0
140 # endif
141 #endif
142
143
144 /* Enable compile-time and run-time bounds-checking, and some warnings,
145 without upsetting glibc 2.15+. */
146 #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
147 # define _FORTIFY_SOURCE 2
148 #endif
149
150
151 /* Define to 1 if futimesat mishandles a NULL file name. */
152 #undef FUTIMESAT_NULL_BUG
153
154 /* Define this to check for errors in cons list. */
155 #undef GC_CHECK_CONS_LIST
156
157 /* Define this temporarily to hunt a bug. If defined, the size of strings is
158 redundantly recorded in sdata structures so that it can be compared to the
159 sizes recorded in Lisp strings. */
160 #undef GC_CHECK_STRING_BYTES
161
162 /* Define this to check the string free list. */
163 #undef GC_CHECK_STRING_FREE_LIST
164
165 /* Define this to check for short string overrun. */
166 #undef GC_CHECK_STRING_OVERRUN
167
168 /* Mark a secondary stack, like the register stack on the ia64. */
169 #undef GC_MARK_SECONDARY_STACK
170
171 /* Define if setjmp is known to save all registers relevant for conservative
172 garbage collection in the jmp_buf. */
173 #undef GC_SETJMP_WORKS
174
175 /* Define to the type of elements in the array set by `getgroups'. Usually
176 this is either `int' or `gid_t'. */
177 #undef GETGROUPS_T
178
179 /* Define this to 1 if getgroups(0,NULL) does not return the number of groups.
180 */
181 #undef GETGROUPS_ZERO_BUG
182
183 /* Define if gettimeofday clobbers the localtime buffer. */
184 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
185
186 /* Define this to 'void' or 'struct timezone' to match the system's
187 declaration of the second argument to gettimeofday. */
188 #undef GETTIMEOFDAY_TIMEZONE
189
190 /* Define this to enable glyphs debugging code. */
191 #undef GLYPH_DEBUG
192
193 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
194 whether the gnulib module close-stream shall be considered present. */
195 #undef GNULIB_CLOSE_STREAM
196
197 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
198 whether the gnulib module faccessat shall be considered present. */
199 #undef GNULIB_FACCESSAT
200
201 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
202 whether the gnulib module fdopendir shall be considered present. */
203 #undef GNULIB_FDOPENDIR
204
205 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
206 whether the gnulib module fscanf shall be considered present. */
207 #undef GNULIB_FSCANF
208
209 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
210 whether the gnulib module mkostemp shall be considered present. */
211 #undef GNULIB_MKOSTEMP
212
213 /* enable some gnulib portability checks */
214 #undef GNULIB_PORTCHECK
215
216 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
217 whether the gnulib module scanf shall be considered present. */
218 #undef GNULIB_SCANF
219
220 /* Define if ths system is compatible with GNU/Linux. */
221 #undef GNU_LINUX
222
223 /* Define to 1 if you want to use the GNU memory allocator. */
224 #undef GNU_MALLOC
225
226 /* Define to set the G_SLICE environment variable to "always-malloc" at
227 startup. */
228 #undef G_SLICE_ALWAYS_MALLOC
229
230 /* Define to 1 if you have the `accept4' function. */
231 #undef HAVE_ACCEPT4
232
233 /* Define to 1 if you have the `access' function. */
234 #undef HAVE_ACCESS
235
236 /* Define to 1 if you have the `aclsort' function. */
237 #undef HAVE_ACLSORT
238
239 /* Define to 1 if you have the <aclv.h> header file. */
240 #undef HAVE_ACLV_H
241
242 /* Define to 1 if you have the `aclx_get' function. */
243 #undef HAVE_ACLX_GET
244
245 /* Define to 1 if you have the `acl_copy_ext_native' function. */
246 #undef HAVE_ACL_COPY_EXT_NATIVE
247
248 /* Define to 1 if you have the `acl_create_entry_np' function. */
249 #undef HAVE_ACL_CREATE_ENTRY_NP
250
251 /* Define to 1 if you have the `acl_delete_def_file' function. */
252 #undef HAVE_ACL_DELETE_DEF_FILE
253
254 /* Define to 1 if you have the `acl_delete_fd_np' function. */
255 #undef HAVE_ACL_DELETE_FD_NP
256
257 /* Define to 1 if you have the `acl_delete_file_np' function. */
258 #undef HAVE_ACL_DELETE_FILE_NP
259
260 /* Define to 1 if you have the `acl_entries' function. */
261 #undef HAVE_ACL_ENTRIES
262
263 /* Define to 1 if you have the `acl_extended_file' function. */
264 #undef HAVE_ACL_EXTENDED_FILE
265
266 /* Define to 1 if the constant ACL_FIRST_ENTRY exists. */
267 #undef HAVE_ACL_FIRST_ENTRY
268
269 /* Define to 1 if you have the `acl_free' function. */
270 #undef HAVE_ACL_FREE
271
272 /* Define to 1 if you have the `acl_free_text' function. */
273 #undef HAVE_ACL_FREE_TEXT
274
275 /* Define to 1 if you have the `acl_from_mode' function. */
276 #undef HAVE_ACL_FROM_MODE
277
278 /* Define to 1 if you have the `acl_from_text' function. */
279 #undef HAVE_ACL_FROM_TEXT
280
281 /* Define to 1 if you have the `acl_get_fd' function. */
282 #undef HAVE_ACL_GET_FD
283
284 /* Define to 1 if you have the `acl_get_file' function. */
285 #undef HAVE_ACL_GET_FILE
286
287 /* Define to 1 if you have the <acl/libacl.h> header file. */
288 #undef HAVE_ACL_LIBACL_H
289
290 /* Define to 1 if you have the `acl_set_fd' function. */
291 #undef HAVE_ACL_SET_FD
292
293 /* Define to 1 if you have the `acl_set_file' function. */
294 #undef HAVE_ACL_SET_FILE
295
296 /* Define to 1 if you have the `acl_to_short_text' function. */
297 #undef HAVE_ACL_TO_SHORT_TEXT
298
299 /* Define to 1 if you have the `acl_trivial' function. */
300 #undef HAVE_ACL_TRIVIAL
301
302 /* Define to 1 if the ACL type ACL_TYPE_EXTENDED exists. */
303 #undef HAVE_ACL_TYPE_EXTENDED
304
305 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
306 may be supplied by this distribution. */
307 #undef HAVE_ALLOCA
308
309 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
310 */
311 #undef HAVE_ALLOCA_H
312
313 /* Define to 1 if ALSA is available. */
314 #undef HAVE_ALSA
315
316 /* Define to 1 if strtold conforms to C99. */
317 #undef HAVE_C99_STRTOLD
318
319 /* Define to 1 if you have the `cfmakeraw' function. */
320 #undef HAVE_CFMAKERAW
321
322 /* Define to 1 if you have the `cfsetspeed' function. */
323 #undef HAVE_CFSETSPEED
324
325 /* Define to 1 if you have the `clock_gettime' function. */
326 #undef HAVE_CLOCK_GETTIME
327
328 /* Define to 1 if you have the `clock_settime' function. */
329 #undef HAVE_CLOCK_SETTIME
330
331 /* Define to 1 if you have the <coff.h> header file. */
332 #undef HAVE_COFF_H
333
334 /* Define to 1 if you have the <com_err.h> header file. */
335 #undef HAVE_COM_ERR_H
336
337 /* Define to 1 if you have the `copysign' function. */
338 #undef HAVE_COPYSIGN
339
340 /* Define to 1 if data_start is the address of the start of the main data
341 segment. */
342 #undef HAVE_DATA_START
343
344 /* Define to 1 if using D-Bus. */
345 #undef HAVE_DBUS
346
347 /* Define to 1 if you have the `dbus_type_is_valid' function. */
348 #undef HAVE_DBUS_TYPE_IS_VALID
349
350 /* Define to 1 if you have the `dbus_validate_bus_name' function. */
351 #undef HAVE_DBUS_VALIDATE_BUS_NAME
352
353 /* Define to 1 if you have the `dbus_validate_interface' function. */
354 #undef HAVE_DBUS_VALIDATE_INTERFACE
355
356 /* Define to 1 if you have the `dbus_validate_member' function. */
357 #undef HAVE_DBUS_VALIDATE_MEMBER
358
359 /* Define to 1 if you have the `dbus_validate_path' function. */
360 #undef HAVE_DBUS_VALIDATE_PATH
361
362 /* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
363 #undef HAVE_DBUS_WATCH_GET_UNIX_FD
364
365 /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
366 */
367 #undef HAVE_DECL_ALARM
368
369 /* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
370 don't. */
371 #undef HAVE_DECL_FDATASYNC
372
373 /* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
374 don't. */
375 #undef HAVE_DECL_FDOPENDIR
376
377 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
378 */
379 #undef HAVE_DECL_GETENV
380
381 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
382 don't. */
383 #undef HAVE_DECL_LOCALTIME_R
384
385 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
386 don't. */
387 #undef HAVE_DECL_MEMRCHR
388
389 /* Define to 1 if you have the declaration of `strmode', and to 0 if you
390 don't. */
391 #undef HAVE_DECL_STRMODE
392
393 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
394 don't. */
395 #undef HAVE_DECL_STRTOIMAX
396
397 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
398 don't. */
399 #undef HAVE_DECL_STRTOLL
400
401 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
402 don't. */
403 #undef HAVE_DECL_STRTOULL
404
405 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
406 don't. */
407 #undef HAVE_DECL_STRTOUMAX
408
409 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
410 don't. */
411 #undef HAVE_DECL_SYS_SIGLIST
412
413 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
414 */
415 #undef HAVE_DECL_TZNAME
416
417 /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
418 don't. */
419 #undef HAVE_DECL_UNSETENV
420
421 /* Define to 1 if you have the declaration of `_putenv', and to 0 if you
422 don't. */
423 #undef HAVE_DECL__PUTENV
424
425 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
426 don't. */
427 #undef HAVE_DECL___SYS_SIGLIST
428
429 /* Define to 1 if you have the `difftime' function. */
430 #undef HAVE_DIFFTIME
431
432 /* Define to 1 if you have the <dirent.h> header file. */
433 #undef HAVE_DIRENT_H
434
435 /* Define to 1 if you have the 'dup2' function. */
436 #undef HAVE_DUP2
437
438 /* Define to 1 if you have the `eaccess' function. */
439 #undef HAVE_EACCESS
440
441 /* Define to 1 if you have the `endgrent' function. */
442 #undef HAVE_ENDGRENT
443
444 /* Define to 1 if you have the `endpwent' function. */
445 #undef HAVE_ENDPWENT
446
447 /* Define if you have the declaration of environ. */
448 #undef HAVE_ENVIRON_DECL
449
450 /* Define to 1 if you have the `euidaccess' function. */
451 #undef HAVE_EUIDACCESS
452
453 /* Define to 1 if you have the <execinfo.h> header file. */
454 #undef HAVE_EXECINFO_H
455
456 /* Define to 1 if you have the `faccessat' function. */
457 #undef HAVE_FACCESSAT
458
459 /* Define to 1 if you have the `facl' function. */
460 #undef HAVE_FACL
461
462 /* Define to 1 if you have the `fcntl' function. */
463 #undef HAVE_FCNTL
464
465 /* Define to 1 if you have the `fdatasync' function. */
466 #undef HAVE_FDATASYNC
467
468 /* Define to 1 if you have the `fdopendir' function. */
469 #undef HAVE_FDOPENDIR
470
471 /* Define to 1 if you have the `fork' function. */
472 #undef HAVE_FORK
473
474 /* Define to 1 if you have the `freeifaddrs' function. */
475 #undef HAVE_FREEIFADDRS
476
477 /* Define to 1 if using the freetype and fontconfig libraries. */
478 #undef HAVE_FREETYPE
479
480 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
481 #undef HAVE_FSEEKO
482
483 /* Define to 1 if you have the `fstatat' function. */
484 #undef HAVE_FSTATAT
485
486 /* Define to 1 if you have the `fsync' function. */
487 #undef HAVE_FSYNC
488
489 /* Define to 1 if you have the `futimens' function. */
490 #undef HAVE_FUTIMENS
491
492 /* Define to 1 if you have the `futimes' function. */
493 #undef HAVE_FUTIMES
494
495 /* Define to 1 if you have the `futimesat' function. */
496 #undef HAVE_FUTIMESAT
497
498 /* Define to 1 if you have the `gai_strerror' function. */
499 #undef HAVE_GAI_STRERROR
500
501 /* Define to 1 if using GConf. */
502 #undef HAVE_GCONF
503
504 /* Define to 1 if you have the `getacl' function. */
505 #undef HAVE_GETACL
506
507 /* Define to 1 if you have the `getaddrinfo' function. */
508 #undef HAVE_GETADDRINFO
509
510 /* Define to 1 if you have the `getdelim' function. */
511 #undef HAVE_GETDELIM
512
513 /* Define to 1 if you have the `getdtablesize' function. */
514 #undef HAVE_GETDTABLESIZE
515
516 /* Define to 1 if you have the `getgrent' function. */
517 #undef HAVE_GETGRENT
518
519 /* Define to 1 if your system has a working `getgroups' function. */
520 #undef HAVE_GETGROUPS
521
522 /* Define to 1 if you have the `gethostname' function. */
523 #undef HAVE_GETHOSTNAME
524
525 /* Define to 1 if you have the `getifaddrs' function. */
526 #undef HAVE_GETIFADDRS
527
528 /* Define to 1 if you have the `getline' function. */
529 #undef HAVE_GETLINE
530
531 /* Define to 1 if you have the <getopt.h> header file. */
532 #undef HAVE_GETOPT_H
533
534 /* Define to 1 if you have the `getopt_long_only' function. */
535 #undef HAVE_GETOPT_LONG_ONLY
536
537 /* Define to 1 if you have the `getpagesize' function. */
538 #undef HAVE_GETPAGESIZE
539
540 /* Define to 1 if you have the `getpeername' function. */
541 #undef HAVE_GETPEERNAME
542
543 /* Define to 1 if you have the `getpt' function. */
544 #undef HAVE_GETPT
545
546 /* Define to 1 if you have the `getpwent' function. */
547 #undef HAVE_GETPWENT
548
549 /* Define to 1 if you have the `getrlimit' function. */
550 #undef HAVE_GETRLIMIT
551
552 /* Define to 1 if you have the `getrusage' function. */
553 #undef HAVE_GETRUSAGE
554
555 /* Define to 1 if you have the `getsockname' function. */
556 #undef HAVE_GETSOCKNAME
557
558 /* Define to 1 if you have the `gettimeofday' function. */
559 #undef HAVE_GETTIMEOFDAY
560
561 /* Define to 1 if you have the `get_current_dir_name' function. */
562 #undef HAVE_GET_CURRENT_DIR_NAME
563
564 /* Define to 1 if using GFile. */
565 #undef HAVE_GFILENOTIFY
566
567 /* Define to 1 if you have a gif (or ungif) library. */
568 #undef HAVE_GIF
569
570 /* Define to 1 if GLib is linked in. */
571 #undef HAVE_GLIB
572
573 /* Define if using GnuTLS. */
574 #undef HAVE_GNUTLS
575
576 /* Define to 1 if you have the gpm library (-lgpm). */
577 #undef HAVE_GPM
578
579 /* Define to 1 if you have the `grantpt' function. */
580 #undef HAVE_GRANTPT
581
582 /* Define to 1 if using GSettings. */
583 #undef HAVE_GSETTINGS
584
585 /* Define to 1 if using GTK 3 or later. */
586 #undef HAVE_GTK3
587
588 /* Define to 1 if you have the `gtk_adjustment_get_page_size' function. */
589 #undef HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE
590
591 /* Define to 1 if you have the `gtk_dialog_get_action_area' function. */
592 #undef HAVE_GTK_DIALOG_GET_ACTION_AREA
593
594 /* Define to 1 if you have the `gtk_file_selection_new' function. */
595 #undef HAVE_GTK_FILE_SELECTION_NEW
596
597 /* Define to 1 if you have the `gtk_handle_box_new' function. */
598 #undef HAVE_GTK_HANDLE_BOX_NEW
599
600 /* Define to 1 if you have the `gtk_orientable_set_orientation' function. */
601 #undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION
602
603 /* Define to 1 if you have the `gtk_tearoff_menu_item_new' function. */
604 #undef HAVE_GTK_TEAROFF_MENU_ITEM_NEW
605
606 /* Define to 1 if you have the `gtk_widget_get_mapped' function. */
607 #undef HAVE_GTK_WIDGET_GET_MAPPED
608
609 /* Define to 1 if you have the `gtk_widget_get_sensitive' function. */
610 #undef HAVE_GTK_WIDGET_GET_SENSITIVE
611
612 /* Define to 1 if you have the `gtk_widget_get_window' function. */
613 #undef HAVE_GTK_WIDGET_GET_WINDOW
614
615 /* Define to 1 if you have the `gtk_widget_set_has_window' function. */
616 #undef HAVE_GTK_WIDGET_SET_HAS_WINDOW
617
618 /* Define to 1 if you have the `gtk_window_set_has_resize_grip' function. */
619 #undef HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP
620
621 /* Define to 1 if netdb.h declares h_errno. */
622 #undef HAVE_H_ERRNO
623
624 /* Define to 1 if you have the <ifaddrs.h> header file. */
625 #undef HAVE_IFADDRS_H
626
627 /* Define to 1 if using imagemagick. */
628 #undef HAVE_IMAGEMAGICK
629
630 /* Define to 1 if you have inet sockets. */
631 #undef HAVE_INET_SOCKETS
632
633 /* Define to 1 to use inotify. */
634 #undef HAVE_INOTIFY
635
636 /* Define to 1 if you have the <inttypes.h> header file. */
637 #undef HAVE_INTTYPES_H
638
639 /* Define to 1 if you have the `issetugid' function. */
640 #undef HAVE_ISSETUGID
641
642 /* Define to 1 if you have the jpeg library (-ljpeg). */
643 #undef HAVE_JPEG
644
645 /* Define to 1 if you have the <kerberosIV/krb.h> header file. */
646 #undef HAVE_KERBEROSIV_KRB_H
647
648 /* Define to 1 if you have the <kerberos/krb.h> header file. */
649 #undef HAVE_KERBEROS_KRB_H
650
651 /* Define to 1 if `e_text' is a member of `krb5_error'. */
652 #undef HAVE_KRB5_ERROR_E_TEXT
653
654 /* Define to 1 if `text' is a member of `krb5_error'. */
655 #undef HAVE_KRB5_ERROR_TEXT
656
657 /* Define to 1 if you have the <krb5.h> header file. */
658 #undef HAVE_KRB5_H
659
660 /* Define to 1 if you have the <krb.h> header file. */
661 #undef HAVE_KRB_H
662
663 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
664 #undef HAVE_LANGINFO_CODESET
665
666 /* Define to 1 if you have the `dgc' library (-ldgc). */
667 #undef HAVE_LIBDGC
668
669 /* Define to 1 if you have the `dnet' library (-ldnet). */
670 #undef HAVE_LIBDNET
671
672 /* Define to 1 if you have the <libgen.h> header file. */
673 #undef HAVE_LIBGEN_H
674
675 /* Define to 1 if you have the `kstat' library (-lkstat). */
676 #undef HAVE_LIBKSTAT
677
678 /* Define to 1 if you have the `lockfile' library (-llockfile). */
679 #undef HAVE_LIBLOCKFILE
680
681 /* Define to 1 if you have the `m' library (-lm). */
682 #undef HAVE_LIBM
683
684 /* Define to 1 if you have the `mail' library (-lmail). */
685 #undef HAVE_LIBMAIL
686
687 /* Define to 1 if using libotf. */
688 #undef HAVE_LIBOTF
689
690 /* Define to 1 if you have the `perfstat' library (-lperfstat). */
691 #undef HAVE_LIBPERFSTAT
692
693 /* Define to 1 if you have the <libpng/png.h> header file. */
694 #undef HAVE_LIBPNG_PNG_H
695
696 /* Define to 1 if you have the `pthreads' library (-lpthreads). */
697 #undef HAVE_LIBPTHREADS
698
699 /* Define to 1 if using SELinux. */
700 #undef HAVE_LIBSELINUX
701
702 /* Define to 1 if you have the `Xext' library (-lXext). */
703 #undef HAVE_LIBXEXT
704
705 /* Define to 1 if you have the libxml library (-lxml2). */
706 #undef HAVE_LIBXML2
707
708 /* Define to 1 if you have the `Xmu' library (-lXmu). */
709 #undef HAVE_LIBXMU
710
711 /* Define to 1 if you have the `localtime_r' function. */
712 #undef HAVE_LOCALTIME_R
713
714 /* Define to 1 if you have the `log2' function. */
715 #undef HAVE_LOG2
716
717 /* Define to 1 if you support file names longer than 14 characters. */
718 #undef HAVE_LONG_FILE_NAMES
719
720 /* Define to 1 if the system has the type 'long long int'. */
721 #undef HAVE_LONG_LONG_INT
722
723 /* Define to 1 if you have the `lrand48' function. */
724 #undef HAVE_LRAND48
725
726 /* Define to 1 if you have the `lstat' function. */
727 #undef HAVE_LSTAT
728
729 /* Define to 1 if you have the `lutimes' function. */
730 #undef HAVE_LUTIMES
731
732 /* Define to 1 if using libm17n-flt. */
733 #undef HAVE_M17N_FLT
734
735 /* Define to 1 if you have the <machine/soundcard.h> header file. */
736 #undef HAVE_MACHINE_SOUNDCARD_H
737
738 /* Define to 1 if you have the <mach/mach.h> header file. */
739 #undef HAVE_MACH_MACH_H
740
741 /* Define to 1 if you have the `MagickExportImagePixels' function. */
742 #undef HAVE_MAGICKEXPORTIMAGEPIXELS
743
744 /* Define to 1 if you have the `MagickMergeImageLayers' function. */
745 #undef HAVE_MAGICKMERGEIMAGELAYERS
746
747 /* Define to 1 if you have the <maillock.h> header file. */
748 #undef HAVE_MAILLOCK_H
749
750 /* Define to 1 if you have the <malloc/malloc.h> header file. */
751 #undef HAVE_MALLOC_MALLOC_H
752
753 /* Define to 1 if <wchar.h> declares mbstate_t. */
754 #undef HAVE_MBSTATE_T
755
756 /* Define to 1 if you have the <memory.h> header file. */
757 #undef HAVE_MEMORY_H
758
759 /* Define to 1 if you have the `memrchr' function. */
760 #undef HAVE_MEMRCHR
761
762 /* Define to 1 if you have mouse menus. (This is automatic if you use X, but
763 the option to specify it remains.) It is also defined with other window
764 systems that support xmenu.c. */
765 #undef HAVE_MENUS
766
767 /* Define to 1 if you have the `mkostemp' function. */
768 #undef HAVE_MKOSTEMP
769
770 /* Define to 1 if you have a working `mmap' system call. */
771 #undef HAVE_MMAP
772
773 /* Define to 1 if you have the `nanotime' function. */
774 #undef HAVE_NANOTIME
775
776 /* Define to 1 if you have the <net/if_dl.h> header file. */
777 #undef HAVE_NET_IF_DL_H
778
779 /* Define to 1 if you have the <net/if.h> header file. */
780 #undef HAVE_NET_IF_H
781
782 /* Define to 1 if you have the <nlist.h> header file. */
783 #undef HAVE_NLIST_H
784
785 /* Define to 1 if you are using the NeXTstep API, either GNUstep or Cocoa on
786 Mac OS X. */
787 #undef HAVE_NS
788
789 /* Define to use native MS Windows GUI. */
790 #undef HAVE_NTGUI
791
792 /* Define to 1 if libotf has OTF_get_variation_glyphs. */
793 #undef HAVE_OTF_GET_VARIATION_GLYPHS
794
795 /* Define to 1 if personality LINUX32 can be set. */
796 #undef HAVE_PERSONALITY_LINUX32
797
798 /* Define to 1 if you have the `pipe2' function. */
799 #undef HAVE_PIPE2
800
801 /* Define to 1 if you have the png library (-lpng). */
802 #undef HAVE_PNG
803
804 /* Define to 1 if you have the <png.h> header file. */
805 #undef HAVE_PNG_H
806
807 /* Define to 1 if you have the `posix_memalign' function. */
808 #undef HAVE_POSIX_MEMALIGN
809
810 /* Define to 1 if you have the `posix_openpt' function. */
811 #undef HAVE_POSIX_OPENPT
812
813 /* Define if you have the /proc filesystem. */
814 #undef HAVE_PROCFS
815
816 /* Define to 1 if you have the `pselect' function. */
817 #undef HAVE_PSELECT
818
819 /* Define to 1 if you have the `pstat_getdynamic' function. */
820 #undef HAVE_PSTAT_GETDYNAMIC
821
822 /* Define to 1 if you have pthread (-lpthread). */
823 #undef HAVE_PTHREAD
824
825 /* Define to 1 if you have the <pthread.h> header file. */
826 #undef HAVE_PTHREAD_H
827
828 /* Define to 1 if the pthread_sigmask function can be used (despite bugs). */
829 #undef HAVE_PTHREAD_SIGMASK
830
831 /* Define if the system supports pty devices. */
832 #undef HAVE_PTYS
833
834 /* Define to 1 if you have the <pty.h> header file. */
835 #undef HAVE_PTY_H
836
837 /* Define to 1 if you have the <pwd.h> header file. */
838 #undef HAVE_PWD_H
839
840 /* Define to 1 if you have the `random' function. */
841 #undef HAVE_RANDOM
842
843 /* Define to 1 if you have the `readlink' function. */
844 #undef HAVE_READLINK
845
846 /* Define to 1 if you have the `readlinkat' function. */
847 #undef HAVE_READLINKAT
848
849 /* Define to 1 if you have the `recvfrom' function. */
850 #undef HAVE_RECVFROM
851
852 /* Define to 1 if res_init is available. */
853 #undef HAVE_RES_INIT
854
855 /* Define to 1 if you have the `rint' function. */
856 #undef HAVE_RINT
857
858 /* Define to 1 if using librsvg. */
859 #undef HAVE_RSVG
860
861 /* Define to 1 if you have the `secure_getenv' function. */
862 #undef HAVE_SECURE_GETENV
863
864 /* Define to 1 if you have the `select' function. */
865 #undef HAVE_SELECT
866
867 /* Define to 1 if you have the `sendto' function. */
868 #undef HAVE_SENDTO
869
870 /* Define to 1 if you have the `setitimer' function. */
871 #undef HAVE_SETITIMER
872
873 /* Define to 1 if you have the `setlocale' function. */
874 #undef HAVE_SETLOCALE
875
876 /* Define to 1 if you have the `setrlimit' function. */
877 #undef HAVE_SETRLIMIT
878
879 /* Define to 1 if you have the `shutdown' function. */
880 #undef HAVE_SHUTDOWN
881
882 /* Define to 1 if you have the `sig2str' function. */
883 #undef HAVE_SIG2STR
884
885 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
886 #undef HAVE_SIGNED_SIG_ATOMIC_T
887
888 /* Define to 1 if 'wchar_t' is a signed integer type. */
889 #undef HAVE_SIGNED_WCHAR_T
890
891 /* Define to 1 if 'wint_t' is a signed integer type. */
892 #undef HAVE_SIGNED_WINT_T
893
894 /* Define to 1 if sigsetjmp and siglongjmp work. The value of this symbol is
895 irrelevant if HAVE__SETJMP is defined. */
896 #undef HAVE_SIGSETJMP
897
898 /* Define to 1 if the system has the type `sigset_t'. */
899 #undef HAVE_SIGSET_T
900
901 /* Define to 1 if you have the `snprintf' function. */
902 #undef HAVE_SNPRINTF
903
904 /* Define if the system supports 4.2-compatible sockets. */
905 #undef HAVE_SOCKETS
906
907 /* Define to 1 if you have sound support. */
908 #undef HAVE_SOUND
909
910 /* Define to 1 if you have the <soundcard.h> header file. */
911 #undef HAVE_SOUNDCARD_H
912
913 /* Define to 1 if you have the `statacl' function. */
914 #undef HAVE_STATACL
915
916 /* Define to 1 if you have the <stdint.h> header file. */
917 #undef HAVE_STDINT_H
918
919 /* Define to 1 if you have the <stdio_ext.h> header file. */
920 #undef HAVE_STDIO_EXT_H
921
922 /* Define to 1 if you have the <stdlib.h> header file. */
923 #undef HAVE_STDLIB_H
924
925 /* Define to 1 if you have the <strings.h> header file. */
926 #undef HAVE_STRINGS_H
927
928 /* Define to 1 if you have the <string.h> header file. */
929 #undef HAVE_STRING_H
930
931 /* Define to 1 if you have the `strsignal' function. */
932 #undef HAVE_STRSIGNAL
933
934 /* Define to 1 if you have the `strtoimax' function. */
935 #undef HAVE_STRTOIMAX
936
937 /* Define to 1 if you have the `strtoll' function. */
938 #undef HAVE_STRTOLL
939
940 /* Define to 1 if you have the `strtoull' function. */
941 #undef HAVE_STRTOULL
942
943 /* Define to 1 if you have the `strtoumax' function. */
944 #undef HAVE_STRTOUMAX
945
946 /* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */
947 #undef HAVE_STRUCT_IFREQ_IFR_ADDR
948
949 /* Define to 1 if `ifr_addr.sa_len' is a member of `struct ifreq'. */
950 #undef HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN
951
952 /* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */
953 #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
954
955 /* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */
956 #undef HAVE_STRUCT_IFREQ_IFR_FLAGS
957
958 /* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */
959 #undef HAVE_STRUCT_IFREQ_IFR_HWADDR
960
961 /* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */
962 #undef HAVE_STRUCT_IFREQ_IFR_NETMASK
963
964 /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
965 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
966
967 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
968 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
969
970 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
971 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
972
973 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
974 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
975
976 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
977 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
978
979 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
980 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
981
982 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
983 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
984
985 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
986 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
987
988 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
989 #undef HAVE_STRUCT_TM_TM_ZONE
990
991 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
992 have utime.h but don't declare the struct anywhere. */
993 #undef HAVE_STRUCT_UTIMBUF
994
995 /* Define if struct stat has an st_dm_mode member. */
996 #undef HAVE_ST_DM_MODE
997
998 /* Define to 1 if you have the `symlink' function. */
999 #undef HAVE_SYMLINK
1000
1001 /* Define to 1 if you have the `sync' function. */
1002 #undef HAVE_SYNC
1003
1004 /* Define to 1 if you have the <sys/acl.h> header file. */
1005 #undef HAVE_SYS_ACL_H
1006
1007 /* Define to 1 if you have the <sys/bitypes.h> header file. */
1008 #undef HAVE_SYS_BITYPES_H
1009
1010 /* Define to 1 if you have the <sys/inttypes.h> header file. */
1011 #undef HAVE_SYS_INTTYPES_H
1012
1013 /* Define to 1 if you have the <sys/loadavg.h> header file. */
1014 #undef HAVE_SYS_LOADAVG_H
1015
1016 /* Define to 1 if you have the <sys/param.h> header file. */
1017 #undef HAVE_SYS_PARAM_H
1018
1019 /* Define to 1 if you have the <sys/resource.h> header file. */
1020 #undef HAVE_SYS_RESOURCE_H
1021
1022 /* Define to 1 if you have the <sys/select.h> header file. */
1023 #undef HAVE_SYS_SELECT_H
1024
1025 /* Define to 1 if you have the <sys/socket.h> header file. */
1026 #undef HAVE_SYS_SOCKET_H
1027
1028 /* Define to 1 if you have the <sys/soundcard.h> header file. */
1029 #undef HAVE_SYS_SOUNDCARD_H
1030
1031 /* Define to 1 if you have the <sys/stat.h> header file. */
1032 #undef HAVE_SYS_STAT_H
1033
1034 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
1035 #undef HAVE_SYS_SYSTEMINFO_H
1036
1037 /* Define to 1 if you have the <sys/timeb.h> header file. */
1038 #undef HAVE_SYS_TIMEB_H
1039
1040 /* Define to 1 if you have the <sys/time.h> header file. */
1041 #undef HAVE_SYS_TIME_H
1042
1043 /* Define to 1 if you have the <sys/types.h> header file. */
1044 #undef HAVE_SYS_TYPES_H
1045
1046 /* Define to 1 if you have the <sys/un.h> header file. */
1047 #undef HAVE_SYS_UN_H
1048
1049 /* Define to 1 if you have the <sys/utsname.h> header file. */
1050 #undef HAVE_SYS_UTSNAME_H
1051
1052 /* Define to 1 if you have the <sys/vlimit.h> header file. */
1053 #undef HAVE_SYS_VLIMIT_H
1054
1055 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1056 #undef HAVE_SYS_WAIT_H
1057
1058 /* Define to 1 if you have the <term.h> header file. */
1059 #undef HAVE_TERM_H
1060
1061 /* Define to 1 if you have the tiff library (-ltiff). */
1062 #undef HAVE_TIFF
1063
1064 /* Define to 1 if you have the `timer_settime' function. */
1065 #undef HAVE_TIMER_SETTIME
1066
1067 /* Define if struct tm has the tm_gmtoff member. */
1068 #undef HAVE_TM_GMTOFF
1069
1070 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1071 `HAVE_STRUCT_TM_TM_ZONE' instead. */
1072 #undef HAVE_TM_ZONE
1073
1074 /* Define to 1 if you have the `touchlock' function. */
1075 #undef HAVE_TOUCHLOCK
1076
1077 /* Define to 1 if you don't have `tm_zone' but do have the external array
1078 `tzname'. */
1079 #undef HAVE_TZNAME
1080
1081 /* Define to 1 if you have the `tzset' function. */
1082 #undef HAVE_TZSET
1083
1084 /* Define to 1 if you have the <unistd.h> header file. */
1085 #undef HAVE_UNISTD_H
1086
1087 /* Define to 1 if you have the `unsetenv' function. */
1088 #undef HAVE_UNSETENV
1089
1090 /* Define to 1 if the system has the type 'unsigned long long int'. */
1091 #undef HAVE_UNSIGNED_LONG_LONG_INT
1092
1093 /* Define to 1 if you have the <util.h> header file. */
1094 #undef HAVE_UTIL_H
1095
1096 /* Define to 1 if you have the `utimensat' function. */
1097 #undef HAVE_UTIMENSAT
1098
1099 /* Define to 1 if you have the <utime.h> header file. */
1100 #undef HAVE_UTIME_H
1101
1102 /* Define to 1 if you have the <utmp.h> header file. */
1103 #undef HAVE_UTMP_H
1104
1105 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
1106 #undef HAVE_VALGRIND_VALGRIND_H
1107
1108 /* Define to 1 if you have the `vfork' function. */
1109 #undef HAVE_VFORK
1110
1111 /* Define to 1 if you have the <vfork.h> header file. */
1112 #undef HAVE_VFORK_H
1113
1114 /* Define to 1 to use w32notify. */
1115 #undef HAVE_W32NOTIFY
1116
1117 /* Define to 1 if you have the <wchar.h> header file. */
1118 #undef HAVE_WCHAR_H
1119
1120 /* Define if you have the 'wchar_t' type. */
1121 #undef HAVE_WCHAR_T
1122
1123 /* Define if you have a window system. */
1124 #undef HAVE_WINDOW_SYSTEM
1125
1126 /* Define to 1 if you have the <winsock2.h> header file. */
1127 #undef HAVE_WINSOCK2_H
1128
1129 /* Define to 1 if `fork' works. */
1130 #undef HAVE_WORKING_FORK
1131
1132 /* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX
1133 7.1. */
1134 #undef HAVE_WORKING_FSTATAT_ZERO_FLAG
1135
1136 /* Define if utimes works properly. */
1137 #undef HAVE_WORKING_UTIMES
1138
1139 /* Define to 1 if `vfork' works. */
1140 #undef HAVE_WORKING_VFORK
1141
1142 /* Define to 1 if you have the <ws2tcpip.h> header file. */
1143 #undef HAVE_WS2TCPIP_H
1144
1145 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
1146 expects to use version 10. */
1147 #undef HAVE_X11
1148
1149 /* Define to 1 if you have the X11R6 or newer version of Xlib. */
1150 #undef HAVE_X11R6
1151
1152 /* Define if you have usable X11R6-style XIM support. */
1153 #undef HAVE_X11R6_XIM
1154
1155 /* Define to 1 if you have the X11R6 or newer version of Xt. */
1156 #undef HAVE_X11XTR6
1157
1158 /* Define to 1 if you have the Xaw3d library (-lXaw3d). */
1159 #undef HAVE_XAW3D
1160
1161 /* Define to 1 if you have the Xft library. */
1162 #undef HAVE_XFT
1163
1164 /* Define to 1 if XIM is available */
1165 #undef HAVE_XIM
1166
1167 /* Define to 1 if you have the Xinerama extension. */
1168 #undef HAVE_XINERAMA
1169
1170 /* Define to 1 if you have the Xkb extension. */
1171 #undef HAVE_XKB
1172
1173 /* Define to 1 if you have the Xpm library (-lXpm). */
1174 #undef HAVE_XPM
1175
1176 /* Define to 1 if you have the XRandr extension. */
1177 #undef HAVE_XRANDR
1178
1179 /* Define to 1 if you have the `XrmSetDatabase' function. */
1180 #undef HAVE_XRMSETDATABASE
1181
1182 /* Define to 1 if you have the `XRRGetOutputPrimary' function. */
1183 #undef HAVE_XRRGETOUTPUTPRIMARY
1184
1185 /* Define to 1 if you have the `XRRGetScreenResourcesCurrent' function. */
1186 #undef HAVE_XRRGETSCREENRESOURCESCURRENT
1187
1188 /* Define to 1 if you have the `XScreenNumberOfScreen' function. */
1189 #undef HAVE_XSCREENNUMBEROFSCREEN
1190
1191 /* Define to 1 if you have the `XScreenResourceString' function. */
1192 #undef HAVE_XSCREENRESOURCESTRING
1193
1194 /* Define if you have usable i18n support. */
1195 #undef HAVE_X_I18N
1196
1197 /* Define to 1 if you have the SM library (-lSM). */
1198 #undef HAVE_X_SM
1199
1200 /* Define to 1 if you want to use the X window system. */
1201 #undef HAVE_X_WINDOWS
1202
1203 /* Define to 1 if you have the zlib library (-lz). */
1204 #undef HAVE_ZLIB
1205
1206 /* Define to 1 if the system has the type `_Bool'. */
1207 #undef HAVE__BOOL
1208
1209 /* Define to 1 if you have the `_ftime' function. */
1210 #undef HAVE__FTIME
1211
1212 /* Define to 1 if _setjmp and _longjmp work. */
1213 #undef HAVE__SETJMP
1214
1215 /* Define to 1 if you have the `__builtin_unwind_init' function. */
1216 #undef HAVE___BUILTIN_UNWIND_INIT
1217
1218 /* Define to 1 if you have the `__executable_start' function. */
1219 #undef HAVE___EXECUTABLE_START
1220
1221 /* Define to 1 if you have the `__secure_getenv' function. */
1222 #undef HAVE___SECURE_GETENV
1223
1224 /* Define to support using a Hesiod database to find the POP server. */
1225 #undef HESIOD
1226
1227 /* Define if the system is HPUX. */
1228 #undef HPUX
1229
1230 /* This is substituted when $TERM is "internal". */
1231 #undef INTERNAL_TERMINAL
1232
1233 /* Define to read input using SIGIO. */
1234 #undef INTERRUPT_INPUT
1235
1236 /* Define if the system is IRIX. */
1237 #undef IRIX6_5
1238
1239 /* Returns true if character is any form of separator. */
1240 #undef IS_ANY_SEP
1241
1242 /* Returns true if character is a device separator. */
1243 #undef IS_DEVICE_SEP
1244
1245 /* Returns true if character is a directory separator. */
1246 #undef IS_DIRECTORY_SEP
1247
1248 /* Define to support Kerberos-authenticated POP mail retrieval. */
1249 #undef KERBEROS
1250
1251 /* Define to use Kerberos 5 instead of Kerberos 4. */
1252 #undef KERBEROS5
1253
1254 /* Define to 1 if localtime caches TZ. */
1255 #undef LOCALTIME_CACHE
1256
1257 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1258 slash. */
1259 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1260
1261 /* String giving fallback POP mail host. */
1262 #undef MAILHOST
1263
1264 /* Define to unlink, rather than empty, mail spool after reading. */
1265 #undef MAIL_UNLINK_SPOOL
1266
1267 /* Define if the mailer uses flock to interlock the mail spool. */
1268 #undef MAIL_USE_FLOCK
1269
1270 /* Define if the mailer uses lockf to interlock the mail spool. */
1271 #undef MAIL_USE_LOCKF
1272
1273 /* Define to support MMDF mailboxes in movemail. */
1274 #undef MAIL_USE_MMDF
1275
1276 /* Define to support POP mail retrieval. */
1277 #undef MAIL_USE_POP
1278
1279 /* Define if the system is MS DOS. */
1280 #undef MSDOS
1281
1282 /* Define if system's imake configuration file defines `NeedWidePrototypes' as
1283 `NO'. */
1284 #undef NARROWPROTO
1285
1286 /* Define if XEditRes should not be used. */
1287 #undef NO_EDITRES
1288
1289 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1290 #undef NO_MINUS_C_MINUS_O
1291
1292 /* Minimum value of NSIG. */
1293 #undef NSIG_MINIMUM
1294
1295 /* Define to 1 if `NSInteger' is defined. */
1296 #undef NS_HAVE_NSINTEGER
1297
1298 /* Define to 1 if you are using NS windowing under MacOS X. */
1299 #undef NS_IMPL_COCOA
1300
1301 /* Define to 1 if you are using NS windowing under GNUstep. */
1302 #undef NS_IMPL_GNUSTEP
1303
1304 /* Name of the file to open to get a null file, or a data sink. */
1305 #undef NULL_DEVICE
1306
1307 /* Define to 1 if the nlist n_name member is a pointer */
1308 #undef N_NAME_POINTER
1309
1310 /* Name of package */
1311 #undef PACKAGE
1312
1313 /* Define to the address where bug reports for this package should be sent. */
1314 #undef PACKAGE_BUGREPORT
1315
1316 /* Define to the full name of this package. */
1317 #undef PACKAGE_NAME
1318
1319 /* Define to the full name and version of this package. */
1320 #undef PACKAGE_STRING
1321
1322 /* Define to the one symbol short name of this package. */
1323 #undef PACKAGE_TARNAME
1324
1325 /* Define to the home page for this package. */
1326 #undef PACKAGE_URL
1327
1328 /* Define to the version of this package. */
1329 #undef PACKAGE_VERSION
1330
1331 /* the number of pending output bytes on stream 'fp' */
1332 #undef PENDING_OUTPUT_N_BYTES
1333
1334 /* Define to empty to suppress deprecation warnings when building with
1335 --enable-gcc-warnings and with libpng versions before 1.5, which lack
1336 png_longjmp. */
1337 #undef PNG_DEPSTRUCT
1338
1339 /* Define if process_send_signal should use VSUSP instead of VSWTCH. */
1340 #undef PREFER_VSUSP
1341
1342 /* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno.
1343 */
1344 #undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO
1345
1346 /* Define to 1 if pthread_sigmask() may returns 0 and have no effect. */
1347 #undef PTHREAD_SIGMASK_INEFFECTIVE
1348
1349 /* Define to 1 if pthread_sigmask() unblocks signals incorrectly. */
1350 #undef PTHREAD_SIGMASK_UNBLOCK_BUG
1351
1352 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1353 'ptrdiff_t'. */
1354 #undef PTRDIFF_T_SUFFIX
1355
1356 /* How to iterate over PTYs. */
1357 #undef PTY_ITERATION
1358
1359 /* How to get the device name of the control end of a PTY, if non-standard. */
1360 #undef PTY_NAME_SPRINTF
1361
1362 /* How to open a PTY, if non-standard. */
1363 #undef PTY_OPEN
1364
1365 /* How to get device name of the tty end of a PTY, if non-standard. */
1366 #undef PTY_TTY_NAME_SPRINTF
1367
1368 /* Define to 1 if readlink fails to recognize a trailing slash. */
1369 #undef READLINK_TRAILING_SLASH_BUG
1370
1371 /* Define REL_ALLOC if you want to use the relocating allocator for buffer
1372 space. */
1373 #undef REL_ALLOC
1374
1375 /* Define to 1 if stat needs help when passed a directory name with a trailing
1376 slash */
1377 #undef REPLACE_FUNC_STAT_DIR
1378
1379 /* Define to 1 if stat needs help when passed a file name with a trailing
1380 slash */
1381 #undef REPLACE_FUNC_STAT_FILE
1382
1383 /* Define if emacs.c needs to call run_time_remap; for HPUX. */
1384 #undef RUN_TIME_REMAP
1385
1386 /* Character that separates PATH elements. */
1387 #undef SEPCHAR
1388
1389 /* How to set up a slave PTY, if needed. */
1390 #undef SETUP_SLAVE_PTY
1391
1392 /* Make process_send_signal work by "typing" a signal character on the pty. */
1393 #undef SIGNALS_VIA_CHARACTERS
1394
1395 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1396 'sig_atomic_t'. */
1397 #undef SIG_ATOMIC_T_SUFFIX
1398
1399 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1400 'size_t'. */
1401 #undef SIZE_T_SUFFIX
1402
1403 /* Define if the system is Solaris. */
1404 #undef SOLARIS2
1405
1406 /* If using the C implementation of alloca, define if you know the
1407 direction of stack growth for your system; otherwise it will be
1408 automatically deduced at runtime.
1409 STACK_DIRECTION > 0 => grows toward higher addresses
1410 STACK_DIRECTION < 0 => grows toward lower addresses
1411 STACK_DIRECTION = 0 => direction of growth unknown */
1412 #undef STACK_DIRECTION
1413
1414 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1415 #undef STAT_MACROS_BROKEN
1416
1417 /* Define to 1 if you have the ANSI C header files. */
1418 #undef STDC_HEADERS
1419
1420 /* Define to 1 on System V Release 4. */
1421 #undef SVR4
1422
1423 /* Define to use system malloc. */
1424 #undef SYSTEM_MALLOC
1425
1426 /* The type of system you are compiling for; sets `system-type'. */
1427 #undef SYSTEM_TYPE
1428
1429 /* Undocumented. */
1430 #undef TAB3
1431
1432 /* Undocumented. */
1433 #undef TABDLY
1434
1435 /* Define to 1 if you use terminfo instead of termcap. */
1436 #undef TERMINFO
1437
1438 /* Define to the header for the built-in window system. */
1439 #undef TERM_HEADER
1440
1441 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1442 #undef TIME_WITH_SYS_TIME
1443
1444 /* Some platforms redefine this. */
1445 #undef TIOCSIGSEND
1446
1447 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1448 #undef TM_IN_SYS_TIME
1449
1450 /* Define to 1 if the type of the st_atim member of a struct stat is struct
1451 timespec. */
1452 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
1453
1454 /* Define to 1 for Encore UMAX. */
1455 #undef UMAX
1456
1457 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1458 <sys/cpustats.h>. */
1459 #undef UMAX4_3
1460
1461 /* Define if the system has Unix98 PTYs. */
1462 #undef UNIX98_PTYS
1463
1464 /* Define to 1 if FIONREAD is usable. */
1465 #undef USABLE_FIONREAD
1466
1467 /* Define to 1 if SIGIO is usable. */
1468 #undef USABLE_SIGIO
1469
1470 /* How to get a user's full name. */
1471 #undef USER_FULL_NAME
1472
1473 /* Define to nonzero if you want access control list support. */
1474 #undef USE_ACL
1475
1476 /* Define to 1 if using file notifications. */
1477 #undef USE_FILE_NOTIFY
1478
1479 /* Define to 1 if using GTK. */
1480 #undef USE_GTK
1481
1482 /* Define to 1 if using the Lucid X toolkit. */
1483 #undef USE_LUCID
1484
1485 /* Define to use mmap to allocate buffer text. */
1486 #undef USE_MMAP_FOR_BUFFERS
1487
1488 /* Define to 1 if using the Motif X toolkit. */
1489 #undef USE_MOTIF
1490
1491 /* Define to 1 if you use ncurses. */
1492 #undef USE_NCURSES
1493
1494 /* Enable extensions on AIX 3, Interix. */
1495 #ifndef _ALL_SOURCE
1496 # undef _ALL_SOURCE
1497 #endif
1498 /* Enable general extensions on OS X. */
1499 #ifndef _DARWIN_C_SOURCE
1500 # undef _DARWIN_C_SOURCE
1501 #endif
1502 /* Enable GNU extensions on systems that have them. */
1503 #ifndef _GNU_SOURCE
1504 # undef _GNU_SOURCE
1505 #endif
1506 /* Enable threading extensions on Solaris. */
1507 #ifndef _POSIX_PTHREAD_SEMANTICS
1508 # undef _POSIX_PTHREAD_SEMANTICS
1509 #endif
1510 /* Enable extensions on HP NonStop. */
1511 #ifndef _TANDEM_SOURCE
1512 # undef _TANDEM_SOURCE
1513 #endif
1514 /* Enable X/Open extensions if necessary. HP-UX 11.11 defines
1515 mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
1516 whether compiling with -Ae or -D_HPUX_SOURCE=1. */
1517 #ifndef _XOPEN_SOURCE
1518 # undef _XOPEN_SOURCE
1519 #endif
1520 /* Enable general extensions on Solaris. */
1521 #ifndef __EXTENSIONS__
1522 # undef __EXTENSIONS__
1523 #endif
1524
1525
1526 /* Define to 1 if we should use toolkit scroll bars. */
1527 #undef USE_TOOLKIT_SCROLL_BARS
1528
1529 /* Define to 1 if we should use XIM, if it is available. */
1530 #undef USE_XIM
1531
1532 /* Define to 1 if using an X toolkit. */
1533 #undef USE_X_TOOLKIT
1534
1535 /* Define if the system is compatible with System III. */
1536 #undef USG
1537
1538 /* Define if the system is compatible with System V Release 4. */
1539 #undef USG5_4
1540
1541 /* Define for USG systems where it works to open a pty's tty in the parent
1542 process, then close and reopen it in the child. */
1543 #undef USG_SUBTTY_WORKS
1544
1545 /* Version number of package */
1546 #undef VERSION
1547
1548 /* Define to 1 if unsetenv returns void instead of int. */
1549 #undef VOID_UNSETENV
1550
1551 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1552 'wchar_t'. */
1553 #undef WCHAR_T_SUFFIX
1554
1555 /* Use long long for EMACS_INT if available. */
1556 #undef WIDE_EMACS_INT
1557
1558 /* Define if compiling for native MS Windows. */
1559 #undef WINDOWSNT
1560
1561 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1562 'wint_t'. */
1563 #undef WINT_T_SUFFIX
1564
1565 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1566 significant byte first (like Motorola and SPARC, unlike Intel). */
1567 #if defined AC_APPLE_UNIVERSAL_BUILD
1568 # if defined __BIG_ENDIAN__
1569 # define WORDS_BIGENDIAN 1
1570 # endif
1571 #else
1572 # ifndef WORDS_BIGENDIAN
1573 # undef WORDS_BIGENDIAN
1574 # endif
1575 #endif
1576
1577 /* Define this to check for malloc buffer overrun. */
1578 #undef XMALLOC_OVERRUN_CHECK
1579
1580 /* Compensate for a bug in Xos.h on some systems, where it requires time.h. */
1581 #undef XOS_NEEDS_TIME_H
1582
1583 /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
1584 XPointer or XPointer*. */
1585 #undef XRegisterIMInstantiateCallback_arg6
1586
1587 /* Define if the system is AIX. */
1588 #undef _AIX
1589
1590 /* Enable large inode numbers on Mac OS X 10.5. */
1591 #undef _DARWIN_USE_64_BIT_INODE
1592
1593 /* Number of bits in a file offset, on hosts where this is settable. */
1594 #undef _FILE_OFFSET_BITS
1595
1596 /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
1597 stat.st_size becomes 64-bit. */
1598 #undef _GL_WINDOWS_64_BIT_ST_SIZE
1599
1600 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1601 #undef _LARGEFILE_SOURCE
1602
1603 /* Define for large files, on AIX-style hosts. */
1604 #undef _LARGE_FILES
1605
1606 /* Define to 1 if on MINIX. */
1607 #undef _MINIX
1608
1609 /* Define if GNUstep uses ObjC exceptions. */
1610 #undef _NATIVE_OBJC_EXCEPTIONS
1611
1612 /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
1613 #undef _NETBSD_SOURCE
1614
1615 /* The _Noreturn keyword of C11. */
1616 #if ! (defined _Noreturn \
1617 || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
1618 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
1619 || 0x5110 <= __SUNPRO_C)
1620 # define _Noreturn __attribute__ ((__noreturn__))
1621 # elif defined _MSC_VER && 1200 <= _MSC_VER
1622 # define _Noreturn __declspec (noreturn)
1623 # else
1624 # define _Noreturn
1625 # endif
1626 #endif
1627
1628
1629 /* Define to 2 if the system does not provide POSIX.1 features except with
1630 this defined. */
1631 #undef _POSIX_1_SOURCE
1632
1633 /* Define to 1 if you need to in order for 'stat' and other things to work. */
1634 #undef _POSIX_SOURCE
1635
1636 /* Needed for system_process_attributes on Solaris. */
1637 #undef _STRUCTURED_PROC
1638
1639 /* Define to rpl_ if the getopt replacement functions and variables should be
1640 used. */
1641 #undef __GETOPT_PREFIX
1642
1643 /* Define to compiler's equivalent of C99 restrict keyword in array
1644 declarations. Define as empty for no equivalent. */
1645 #undef __restrict_arr
1646
1647 /* Some platforms that do not use configure define this to include extra
1648 configuration information. */
1649 #undef config_opsysfile
1650
1651 /* Please see the Gnulib manual for how to use these macros.
1652
1653 Suppress extern inline with HP-UX cc, as it appears to be broken; see
1654 <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
1655
1656 Suppress extern inline with Sun C in standards-conformance mode, as it
1657 mishandles inline functions that call each other. E.g., for 'inline void f
1658 (void) { } inline void g (void) { f (); }', c99 incorrectly complains
1659 'reference to static identifier "f" in extern inline function'.
1660 This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
1661
1662 Suppress the use of extern inline on problematic Apple configurations, as
1663 Libc at least through Libc-825.26 (2013-04-09) mishandles it; see, e.g.,
1664 <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
1665 Perhaps Apple will fix this some day. */
1666 #if (defined __APPLE__ \
1667 && ((! defined _DONT_USE_CTYPE_INLINE_ \
1668 && (defined __GNUC__ || defined __cplusplus)) \
1669 || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
1670 && defined __GNUC__ && ! defined __cplusplus)))
1671 # define _GL_EXTERN_INLINE_APPLE_BUG
1672 #endif
1673 #if ((__GNUC__ \
1674 ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
1675 : (199901L <= __STDC_VERSION__ \
1676 && !defined __HP_cc \
1677 && !(defined __SUNPRO_C && __STDC__))) \
1678 && !defined _GL_EXTERN_INLINE_APPLE_BUG)
1679 # define _GL_INLINE inline
1680 # define _GL_EXTERN_INLINE extern inline
1681 # define _GL_EXTERN_INLINE_IN_USE
1682 #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
1683 && !defined _GL_EXTERN_INLINE_APPLE_BUG)
1684 # if __GNUC_GNU_INLINE__
1685 /* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */
1686 # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
1687 # else
1688 # define _GL_INLINE extern inline
1689 # endif
1690 # define _GL_EXTERN_INLINE extern
1691 # define _GL_EXTERN_INLINE_IN_USE
1692 #else
1693 # define _GL_INLINE static _GL_UNUSED
1694 # define _GL_EXTERN_INLINE static _GL_UNUSED
1695 #endif
1696
1697 #if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
1698 # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
1699 # define _GL_INLINE_HEADER_CONST_PRAGMA
1700 # else
1701 # define _GL_INLINE_HEADER_CONST_PRAGMA \
1702 _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
1703 # endif
1704 /* Suppress GCC's bogus "no previous prototype for 'FOO'"
1705 and "no previous declaration for 'FOO'" diagnostics,
1706 when FOO is an inline function in the header; see
1707 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>. */
1708 # define _GL_INLINE_HEADER_BEGIN \
1709 _Pragma ("GCC diagnostic push") \
1710 _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
1711 _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
1712 _GL_INLINE_HEADER_CONST_PRAGMA
1713 # define _GL_INLINE_HEADER_END \
1714 _Pragma ("GCC diagnostic pop")
1715 #else
1716 # define _GL_INLINE_HEADER_BEGIN
1717 # define _GL_INLINE_HEADER_END
1718 #endif
1719
1720 /* A replacement for va_copy, if needed. */
1721 #define gl_va_copy(a,b) ((a) = (b))
1722
1723 /* Define to rpl_gmtime if the replacement function should be used. */
1724 #undef gmtime
1725
1726 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1727 the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1728 earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1729 __APPLE__ && __MACH__ test for Mac OS X.
1730 __APPLE_CC__ tests for the Apple compiler and its version.
1731 __STDC_VERSION__ tests for the C99 mode. */
1732 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1733 # define __GNUC_STDC_INLINE__ 1
1734 #endif
1735
1736 /* Define to 1 if the compiler is checking for lint. */
1737 #undef lint
1738
1739 /* Define to rpl_localtime if the replacement function should be used. */
1740 #undef localtime
1741
1742 /* Define to a type if <wchar.h> does not define. */
1743 #undef mbstate_t
1744
1745 /* Define to `int' if <sys/types.h> does not define. */
1746 #undef mode_t
1747
1748 /* Define to the name of the strftime replacement function. */
1749 #undef my_strftime
1750
1751 /* Define to the type of st_nlink in struct stat, or a supertype. */
1752 #undef nlink_t
1753
1754 /* Define to `int' if <sys/types.h> does not define. */
1755 #undef pid_t
1756
1757 /* Define to the equivalent of the C99 'restrict' keyword, or to
1758 nothing if this is not supported. Do not define if restrict is
1759 supported directly. */
1760 #undef restrict
1761 /* Work around a bug in Sun C++: it does not support _Restrict or
1762 __restrict__, even though the corresponding Sun C compiler ends up with
1763 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1764 previous line. Perhaps some future version of Sun C++ will work with
1765 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
1766 #if defined __SUNPRO_CC && !defined __RESTRICT
1767 # define _Restrict
1768 # define __restrict__
1769 #endif
1770
1771 /* type to use in place of socklen_t if not defined */
1772 #undef socklen_t
1773
1774 /* Define as a signed type of the same size as size_t. */
1775 #undef ssize_t
1776
1777 /* Define to enable asynchronous subprocesses. */
1778 #undef subprocesses
1779
1780 /* Define as a marker that can be attached to declarations that might not
1781 be used. This helps to reduce warnings, such as from
1782 GCC -Wunused-parameter. */
1783 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1784 # define _GL_UNUSED __attribute__ ((__unused__))
1785 #else
1786 # define _GL_UNUSED
1787 #endif
1788 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1789 is a misnomer outside of parameter lists. */
1790 #define _UNUSED_PARAMETER_ _GL_UNUSED
1791
1792 /* The __pure__ attribute was added in gcc 2.96. */
1793 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1794 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
1795 #else
1796 # define _GL_ATTRIBUTE_PURE /* empty */
1797 #endif
1798
1799 /* The __const__ attribute was added in gcc 2.95. */
1800 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
1801 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1802 #else
1803 # define _GL_ATTRIBUTE_CONST /* empty */
1804 #endif
1805
1806
1807 /* Define as a macro for copying va_list variables. */
1808 #undef va_copy
1809
1810 /* Define as `fork' if `vfork' does not work. */
1811 #undef vfork
1812
1813 #include <conf_post.h>
1814
1815 #endif /* EMACS_CONFIG_H */
1816
1817 /*
1818 Local Variables:
1819 mode: c
1820 End:
1821 */
1822