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