Import simpler crypto/md5 module from gnulib, plus stdint module.
[bpt/emacs.git] / src / config.in
... / ...
CommitLineData
1/* src/config.in. Generated from configure.in by autoheader. */
2
3/* GNU Emacs site configuration template file.
4
5Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2011
6 Free Software Foundation, Inc.
7
8This file is part of GNU Emacs.
9
10GNU Emacs is free software: you can redistribute it and/or modify
11it under the terms of the GNU General Public License as published by
12the Free Software Foundation, either version 3 of the License, or
13(at your option) any later version.
14
15GNU Emacs is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18GNU General Public License for more details.
19
20You should have received a copy of the GNU General Public License
21along 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 Emacs cannot be dumped on your system. */
50#undef CANNOT_DUMP
51
52/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
53 systems. This function is required for `alloca.c' support on those systems.
54 */
55#undef CRAY_STACKSEG_END
56
57/* Define to 1 if using `alloca.c'. */
58#undef C_ALLOCA
59
60/* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
61#undef DGUX
62
63/* Define to 1 if you are using the GNU C Library. */
64#undef DOUG_LEA_MALLOC
65
66/* Define to the canonical Emacs configuration name. */
67#undef EMACS_CONFIGURATION
68
69/* Define to the options passed to configure. */
70#undef EMACS_CONFIG_OPTIONS
71
72/* Enable expensive run-time checking of data types? */
73#undef ENABLE_CHECKING
74
75/* Define this to check for errors in cons list. */
76#undef GC_CHECK_CONS_LIST
77
78/* Define this temporarily to hunt a bug. If defined, the size of strings is
79 redundantly recorded in sdata structures so that it can be compared to the
80 sizes recorded in Lisp strings. */
81#undef GC_CHECK_STRING_BYTES
82
83/* Define this to check the string free list. */
84#undef GC_CHECK_STRING_FREE_LIST
85
86/* Define this to check for short string overrun. */
87#undef GC_CHECK_STRING_OVERRUN
88
89/* Define to 1 if the `getpgrp' function requires zero arguments. */
90#undef GETPGRP_VOID
91
92/* Define to 1 if gettimeofday accepts only one argument. */
93#undef GETTIMEOFDAY_ONE_ARGUMENT
94
95/* Define to 1 if you want to use the GNU memory allocator. */
96#undef GNU_MALLOC
97
98/* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */
99#undef HAVE_AIX_SMT_EXP
100
101/* Define to 1 if you have the `alarm' function. */
102#undef HAVE_ALARM
103
104/* Define to 1 if you have `alloca', as a function or macro. */
105#undef HAVE_ALLOCA
106
107/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
108 */
109#undef HAVE_ALLOCA_H
110
111/* Define to 1 if ALSA is available. */
112#undef HAVE_ALSA
113
114/* Define to 1 if GCC-style __attribute__ ((__aligned__ (expr))) works. */
115#undef HAVE_ATTRIBUTE_ALIGNED
116
117/* Define to 1 if strtold conforms to C99. */
118#undef HAVE_C99_STRTOLD
119
120/* Define to 1 if you have the `cbrt' function. */
121#undef HAVE_CBRT
122
123/* Define to 1 if you have the `cfmakeraw' function. */
124#undef HAVE_CFMAKERAW
125
126/* Define to 1 if you have the `cfsetspeed' function. */
127#undef HAVE_CFSETSPEED
128
129/* Define to 1 if you have the `closedir' function. */
130#undef HAVE_CLOSEDIR
131
132/* Define to 1 if you have the <coff.h> header file. */
133#undef HAVE_COFF_H
134
135/* Define to 1 if you have the <com_err.h> header file. */
136#undef HAVE_COM_ERR_H
137
138/* Define to 1 if you have the `copysign' function. */
139#undef HAVE_COPYSIGN
140
141/* Define to 1 if using D-Bus. */
142#undef HAVE_DBUS
143
144/* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
145#undef HAVE_DBUS_WATCH_GET_UNIX_FD
146
147/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
148 */
149#undef HAVE_DECL_GETENV
150
151/* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
152 don't. */
153#undef HAVE_DECL_LOCALTIME_R
154
155/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
156 don't. */
157#undef HAVE_DECL_SYS_SIGLIST
158
159/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
160 */
161#undef HAVE_DECL_TZNAME
162
163/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
164 don't. */
165#undef HAVE_DECL___SYS_SIGLIST
166
167/* Define to 1 if you have the <des.h> header file. */
168#undef HAVE_DES_H
169
170/* Define to 1 if dynamic ptys are supported. */
171#undef HAVE_DEV_PTMX
172
173/* Define to 1 if you have the `difftime' function. */
174#undef HAVE_DIFFTIME
175
176/* Define to 1 if you have the <dirent.h> header file. */
177#undef HAVE_DIRENT_H
178
179/* Define to 1 if you have the `dup2' function. */
180#undef HAVE_DUP2
181
182/* Define to 1 if you have the `euidaccess' function. */
183#undef HAVE_EUIDACCESS
184
185/* Define to 1 if you have the <fcntl.h> header file. */
186#undef HAVE_FCNTL_H
187
188/* Define to 1 if you have the `fmod' function. */
189#undef HAVE_FMOD
190
191/* Define to 1 if you have the `fork' function. */
192#undef HAVE_FORK
193
194/* Define to 1 if you have the `fpathconf' function. */
195#undef HAVE_FPATHCONF
196
197/* Define to 1 if using the freetype and fontconfig libraries. */
198#undef HAVE_FREETYPE
199
200/* Define to 1 if you have the `frexp' function. */
201#undef HAVE_FREXP
202
203/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
204#undef HAVE_FSEEKO
205
206/* Define to 1 if you have the `fsync' function. */
207#undef HAVE_FSYNC
208
209/* Define to 1 if you have the `ftime' function. */
210#undef HAVE_FTIME
211
212/* Define to 1 if you have the `gai_strerror' function. */
213#undef HAVE_GAI_STRERROR
214
215/* Define to 1 if using GConf. */
216#undef HAVE_GCONF
217
218/* Define to 1 if you have the `getaddrinfo' function. */
219#undef HAVE_GETADDRINFO
220
221/* Define to 1 if you have the `getcwd' function. */
222#undef HAVE_GETCWD
223
224/* Define to 1 if you have the `getdelim' function. */
225#undef HAVE_GETDELIM
226
227/* Define to 1 if you have the `getdomainname' function. */
228#undef HAVE_GETDOMAINNAME
229
230/* Define to 1 if you have the `gethostname' function. */
231#undef HAVE_GETHOSTNAME
232
233/* Define to 1 if you have the `getline' function. */
234#undef HAVE_GETLINE
235
236/* Define to 1 if you have the <getopt.h> header file. */
237#undef HAVE_GETOPT_H
238
239/* Define to 1 if you have the `getopt_long_only' function. */
240#undef HAVE_GETOPT_LONG_ONLY
241
242/* Define to 1 if you have the `getpagesize' function. */
243#undef HAVE_GETPAGESIZE
244
245/* Define to 1 if you have the `getpeername' function. */
246#undef HAVE_GETPEERNAME
247
248/* Define to 1 if you have the `getpt' function. */
249#undef HAVE_GETPT
250
251/* Define to 1 if you have the `getrlimit' function. */
252#undef HAVE_GETRLIMIT
253
254/* Define to 1 if you have the `getrusage' function. */
255#undef HAVE_GETRUSAGE
256
257/* Define to 1 if you have the `getsockname' function. */
258#undef HAVE_GETSOCKNAME
259
260/* Define to 1 if you have the `getsockopt' function. */
261#undef HAVE_GETSOCKOPT
262
263/* Define to 1 if you have the `gettimeofday' function. */
264#undef HAVE_GETTIMEOFDAY
265
266/* Define to 1 if you have the `getwd' function. */
267#undef HAVE_GETWD
268
269/* Define to 1 if you have the `get_current_dir_name' function. */
270#undef HAVE_GET_CURRENT_DIR_NAME
271
272/* Define to 1 if you have a gif (or ungif) library. */
273#undef HAVE_GIF
274
275/* Define if using GnuTLS. */
276#undef HAVE_GNUTLS
277
278/* Define to 1 if you have the gpm library (-lgpm). */
279#undef HAVE_GPM
280
281/* Define to 1 if you have the `grantpt' function. */
282#undef HAVE_GRANTPT
283
284/* Define to 1 if you have the `gtk_adjustment_get_page_size' function. */
285#undef HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE
286
287/* Define to 1 if you have GTK and pthread (-lpthread). */
288#undef HAVE_GTK_AND_PTHREAD
289
290/* Define to 1 if you have the `gtk_dialog_get_action_area' function. */
291#undef HAVE_GTK_DIALOG_GET_ACTION_AREA
292
293/* Define to 1 if you have the `gtk_file_selection_new' function. */
294#undef HAVE_GTK_FILE_SELECTION_NEW
295
296/* Define to 1 if you have the `gtk_main' function. */
297#undef HAVE_GTK_MAIN
298
299/* Define to 1 if you have the `gtk_orientable_set_orientation' function. */
300#undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION
301
302/* Define to 1 if you have the `gtk_widget_get_mapped' function. */
303#undef HAVE_GTK_WIDGET_GET_MAPPED
304
305/* Define to 1 if you have the `gtk_widget_get_sensitive' function. */
306#undef HAVE_GTK_WIDGET_GET_SENSITIVE
307
308/* Define to 1 if you have the `gtk_widget_get_window' function. */
309#undef HAVE_GTK_WIDGET_GET_WINDOW
310
311/* Define to 1 if you have the `gtk_widget_set_has_window' function. */
312#undef HAVE_GTK_WIDGET_SET_HAS_WINDOW
313
314/* Define to 1 if you have the `g_type_init' function. */
315#undef HAVE_G_TYPE_INIT
316
317/* Define to 1 if netdb.h declares h_errno. */
318#undef HAVE_H_ERRNO
319
320/* Define to 1 if using imagemagick. */
321#undef HAVE_IMAGEMAGICK
322
323/* Define to 1 if you have inet sockets. */
324#undef HAVE_INET_SOCKETS
325
326/* Define to 1 if you have the <inttypes.h> header file. */
327#undef HAVE_INTTYPES_H
328
329/* Define to 1 if you have the `isnan' function. */
330#undef HAVE_ISNAN
331
332/* Define to 1 if you have the jpeg library (-ljpeg). */
333#undef HAVE_JPEG
334
335/* Define to 1 if you have the <kerberosIV/des.h> header file. */
336#undef HAVE_KERBEROSIV_DES_H
337
338/* Define to 1 if you have the <kerberosIV/krb.h> header file. */
339#undef HAVE_KERBEROSIV_KRB_H
340
341/* Define to 1 if you have the <kerberos/des.h> header file. */
342#undef HAVE_KERBEROS_DES_H
343
344/* Define to 1 if you have the <kerberos/krb.h> header file. */
345#undef HAVE_KERBEROS_KRB_H
346
347/* Define to 1 if `e_text' is a member of `krb5_error'. */
348#undef HAVE_KRB5_ERROR_E_TEXT
349
350/* Define to 1 if `text' is a member of `krb5_error'. */
351#undef HAVE_KRB5_ERROR_TEXT
352
353/* Define to 1 if you have the <krb5.h> header file. */
354#undef HAVE_KRB5_H
355
356/* Define to 1 if you have the <krb.h> header file. */
357#undef HAVE_KRB_H
358
359/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
360#undef HAVE_LANGINFO_CODESET
361
362/* Define to 1 if you have the `com_err' library (-lcom_err). */
363#undef HAVE_LIBCOM_ERR
364
365/* Define to 1 if you have the `crypto' library (-lcrypto). */
366#undef HAVE_LIBCRYPTO
367
368/* Define to 1 if you have the `des' library (-ldes). */
369#undef HAVE_LIBDES
370
371/* Define to 1 if you have the `des425' library (-ldes425). */
372#undef HAVE_LIBDES425
373
374/* Define to 1 if you have the `dgc' library (-ldgc). */
375#undef HAVE_LIBDGC
376
377/* Define to 1 if you have the `dnet' library (-ldnet). */
378#undef HAVE_LIBDNET
379
380/* Define to 1 if you have the hesiod library (-lhesiod). */
381#undef HAVE_LIBHESIOD
382
383/* Define to 1 if you have the `intl' library (-lintl). */
384#undef HAVE_LIBINTL
385
386/* Define to 1 if you have the `k5crypto' library (-lk5crypto). */
387#undef HAVE_LIBK5CRYPTO
388
389/* Define to 1 if you have the `krb' library (-lkrb). */
390#undef HAVE_LIBKRB
391
392/* Define to 1 if you have the `krb4' library (-lkrb4). */
393#undef HAVE_LIBKRB4
394
395/* Define to 1 if you have the `krb5' library (-lkrb5). */
396#undef HAVE_LIBKRB5
397
398/* Define to 1 if you have the `kstat' library (-lkstat). */
399#undef HAVE_LIBKSTAT
400
401/* Define to 1 if you have the `lockfile' library (-llockfile). */
402#undef HAVE_LIBLOCKFILE
403
404/* Define to 1 if you have the `m' library (-lm). */
405#undef HAVE_LIBM
406
407/* Define to 1 if you have the `mail' library (-lmail). */
408#undef HAVE_LIBMAIL
409
410/* Define to 1 if you have the `ncurses' library (-lncurses). */
411#undef HAVE_LIBNCURSES
412
413/* Define to 1 if using libotf. */
414#undef HAVE_LIBOTF
415
416/* Define to 1 if you have the `perfstat' library (-lperfstat). */
417#undef HAVE_LIBPERFSTAT
418
419/* Define to 1 if you have the <libpng/png.h> header file. */
420#undef HAVE_LIBPNG_PNG_H
421
422/* Define to 1 if you have the `pthreads' library (-lpthreads). */
423#undef HAVE_LIBPTHREADS
424
425/* Define to 1 if you have the resolv library (-lresolv). */
426#undef HAVE_LIBRESOLV
427
428/* Define to 1 if using SELinux. */
429#undef HAVE_LIBSELINUX
430
431/* Define to 1 if you have the `Xext' library (-lXext). */
432#undef HAVE_LIBXEXT
433
434/* Define to 1 if you have the libxml library (-lxml2). */
435#undef HAVE_LIBXML2
436
437/* Define to 1 if you have the `Xmu' library (-lXmu). */
438#undef HAVE_LIBXMU
439
440/* Define to 1 if you have the <limits.h> header file. */
441#undef HAVE_LIMITS_H
442
443/* Define to 1 if you have the <linux/version.h> header file. */
444#undef HAVE_LINUX_VERSION_H
445
446/* Define to 1 if you have the <locale.h> header file. */
447#undef HAVE_LOCALE_H
448
449/* Define to 1 if you have the `localtime_r' function. */
450#undef HAVE_LOCALTIME_R
451
452/* Define to 1 if you have the `logb' function. */
453#undef HAVE_LOGB
454
455/* Define to 1 if you support file names longer than 14 characters. */
456#undef HAVE_LONG_FILE_NAMES
457
458/* Define to 1 if the system has the type `long long int'. */
459#undef HAVE_LONG_LONG_INT
460
461/* Define to 1 if you have the `lrand48' function. */
462#undef HAVE_LRAND48
463
464/* Define to 1 if using libm17n-flt. */
465#undef HAVE_M17N_FLT
466
467/* Define to 1 if you have the <machine/soundcard.h> header file. */
468#undef HAVE_MACHINE_SOUNDCARD_H
469
470/* Define to 1 if you have the <mach/mach.h> header file. */
471#undef HAVE_MACH_MACH_H
472
473/* Define to 1 if you have the `MagickExportImagePixels' function. */
474#undef HAVE_MAGICKEXPORTIMAGEPIXELS
475
476/* Define to 1 if you have the <maillock.h> header file. */
477#undef HAVE_MAILLOCK_H
478
479/* Define to 1 if you have the <malloc/malloc.h> header file. */
480#undef HAVE_MALLOC_MALLOC_H
481
482/* Define to 1 if you have the `mblen' function. */
483#undef HAVE_MBLEN
484
485/* Define to 1 if you have the `mbrlen' function. */
486#undef HAVE_MBRLEN
487
488/* Define to 1 if you have the `mbsinit' function. */
489#undef HAVE_MBSINIT
490
491/* Define to 1 if <wchar.h> declares mbstate_t. */
492#undef HAVE_MBSTATE_T
493
494/* Define to 1 if you have the `memcmp' function. */
495#undef HAVE_MEMCMP
496
497/* Define to 1 if you have the `memcpy' function. */
498#undef HAVE_MEMCPY
499
500/* Define to 1 if you have the `memmove' function. */
501#undef HAVE_MEMMOVE
502
503/* Define to 1 if you have the <memory.h> header file. */
504#undef HAVE_MEMORY_H
505
506/* Define to 1 if you have the `mempcpy' function. */
507#undef HAVE_MEMPCPY
508
509/* Define to 1 if you have the `memset' function. */
510#undef HAVE_MEMSET
511
512/* Define to 1 if you have mouse menus. (This is automatic if you use X, but
513 the option to specify it remains.) It is also defined with other window
514 systems that support xmenu.c. */
515#undef HAVE_MENUS
516
517/* Define to 1 if you have the `mkdir' function. */
518#undef HAVE_MKDIR
519
520/* Define to 1 if you have the `mkstemp' function. */
521#undef HAVE_MKSTEMP
522
523/* Define to 1 if you have a working `mmap' system call. */
524#undef HAVE_MMAP
525
526/* Define if you have mouse support. */
527#undef HAVE_MOUSE
528
529/* Define to 1 if you have the `mremap' function. */
530#undef HAVE_MREMAP
531
532/* Define to 1 if you have the <net/if.h> header file. */
533#undef HAVE_NET_IF_H
534
535/* Define to 1 if you have the <nlist.h> header file. */
536#undef HAVE_NLIST_H
537
538/* Define to 1 if you are using the NeXTstep API, either GNUstep or Cocoa on
539 Mac OS X. */
540#undef HAVE_NS
541
542/* Define to 1 if libotf has OTF_get_variation_glyphs. */
543#undef HAVE_OTF_GET_VARIATION_GLYPHS
544
545/* Define to 1 if personality LINUX32 can be set. */
546#undef HAVE_PERSONALITY_LINUX32
547
548/* Define to 1 if you have the png library (-lpng). */
549#undef HAVE_PNG
550
551/* Define to 1 if you have the <png.h> header file. */
552#undef HAVE_PNG_H
553
554/* Define to 1 if you have the `posix_memalign' function. */
555#undef HAVE_POSIX_MEMALIGN
556
557/* Define to 1 if you have the `pstat_getdynamic' function. */
558#undef HAVE_PSTAT_GETDYNAMIC
559
560/* Define to 1 if you have the <pthread.h> header file. */
561#undef HAVE_PTHREAD_H
562
563/* Define to 1 if you have the <pty.h> header file. */
564#undef HAVE_PTY_H
565
566/* Define to 1 if you have the <pwd.h> header file. */
567#undef HAVE_PWD_H
568
569/* Define to 1 if you have the `random' function. */
570#undef HAVE_RANDOM
571
572/* Define to 1 if you have the `recvfrom' function. */
573#undef HAVE_RECVFROM
574
575/* Define to 1 if you have the `rename' function. */
576#undef HAVE_RENAME
577
578/* Define to 1 if res_init is available. */
579#undef HAVE_RES_INIT
580
581/* Define to 1 if you have the `rint' function. */
582#undef HAVE_RINT
583
584/* Define to 1 if you have the `rmdir' function. */
585#undef HAVE_RMDIR
586
587/* Define to 1 if using librsvg. */
588#undef HAVE_RSVG
589
590/* Define to 1 if you have the `select' function. */
591#undef HAVE_SELECT
592
593/* Define to 1 if you have the `sendto' function. */
594#undef HAVE_SENDTO
595
596/* Define to 1 if you have the `setitimer' function. */
597#undef HAVE_SETITIMER
598
599/* Define to 1 if you have the `setlocale' function. */
600#undef HAVE_SETLOCALE
601
602/* Define to 1 if you have the `setpgid' function. */
603#undef HAVE_SETPGID
604
605/* Define to 1 if you have the `setrlimit' function. */
606#undef HAVE_SETRLIMIT
607
608/* Define to 1 if you have the `setsid' function. */
609#undef HAVE_SETSID
610
611/* Define to 1 if you have the `setsockopt' function. */
612#undef HAVE_SETSOCKOPT
613
614/* Define to 1 if you have the `shutdown' function. */
615#undef HAVE_SHUTDOWN
616
617/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
618#undef HAVE_SIGNED_SIG_ATOMIC_T
619
620/* Define to 1 if 'wchar_t' is a signed integer type. */
621#undef HAVE_SIGNED_WCHAR_T
622
623/* Define to 1 if 'wint_t' is a signed integer type. */
624#undef HAVE_SIGNED_WINT_T
625
626/* Define to 1 if the system has the type `size_t'. */
627#undef HAVE_SIZE_T
628
629/* Define to 1 if you have sound support. */
630#undef HAVE_SOUND
631
632/* Define to 1 if you have the <soundcard.h> header file. */
633#undef HAVE_SOUNDCARD_H
634
635/* Define to 1 if `speed_t' is declared by <termios.h>. */
636#undef HAVE_SPEED_T
637
638/* Define to 1 if you have the <stdint.h> header file. */
639#undef HAVE_STDINT_H
640
641/* Define to 1 if you have the <stdio_ext.h> header file. */
642#undef HAVE_STDIO_EXT_H
643
644/* Define to 1 if you have the <stdlib.h> header file. */
645#undef HAVE_STDLIB_H
646
647/* Define to 1 if you have the `strchr' function. */
648#undef HAVE_STRCHR
649
650/* Define to 1 if you have the `strerror' function. */
651#undef HAVE_STRERROR
652
653/* Define to 1 if you have the <strings.h> header file. */
654#undef HAVE_STRINGS_H
655
656/* Define to 1 if you have the <string.h> header file. */
657#undef HAVE_STRING_H
658
659/* Define to 1 if you have the `strrchr' function. */
660#undef HAVE_STRRCHR
661
662/* Define to 1 if you have the `strsignal' function. */
663#undef HAVE_STRSIGNAL
664
665/* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */
666#undef HAVE_STRUCT_IFREQ_IFR_ADDR
667
668/* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */
669#undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
670
671/* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */
672#undef HAVE_STRUCT_IFREQ_IFR_FLAGS
673
674/* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */
675#undef HAVE_STRUCT_IFREQ_IFR_HWADDR
676
677/* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */
678#undef HAVE_STRUCT_IFREQ_IFR_NETMASK
679
680/* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
681#undef HAVE_STRUCT_NLIST_N_UN_N_NAME
682
683/* Define to 1 if `tm_zone' is a member of `struct tm'. */
684#undef HAVE_STRUCT_TM_TM_ZONE
685
686/* Define to 1 if `struct utimbuf' is declared by <utime.h>. */
687#undef HAVE_STRUCT_UTIMBUF
688
689/* Define to 1 if you have the `sync' function. */
690#undef HAVE_SYNC
691
692/* Define to 1 if you have the `sysinfo' function. */
693#undef HAVE_SYSINFO
694
695/* Define to 1 if you have the <sys/bitypes.h> header file. */
696#undef HAVE_SYS_BITYPES_H
697
698/* Define to 1 if you have the <sys/inttypes.h> header file. */
699#undef HAVE_SYS_INTTYPES_H
700
701/* Define to 1 if you have the <sys/loadavg.h> header file. */
702#undef HAVE_SYS_LOADAVG_H
703
704/* Define to 1 if you have the <sys/mman.h> header file. */
705#undef HAVE_SYS_MMAN_H
706
707/* Define to 1 if you have the <sys/param.h> header file. */
708#undef HAVE_SYS_PARAM_H
709
710/* Define to 1 if you have the <sys/resource.h> header file. */
711#undef HAVE_SYS_RESOURCE_H
712
713/* Define to 1 if you have the <sys/select.h> header file. */
714#undef HAVE_SYS_SELECT_H
715
716/* Define to 1 if you have the <sys/socket.h> header file. */
717#undef HAVE_SYS_SOCKET_H
718
719/* Define to 1 if you have the <sys/soundcard.h> header file. */
720#undef HAVE_SYS_SOUNDCARD_H
721
722/* Define to 1 if you have the <sys/stat.h> header file. */
723#undef HAVE_SYS_STAT_H
724
725/* Define to 1 if you have the <sys/systeminfo.h> header file. */
726#undef HAVE_SYS_SYSTEMINFO_H
727
728/* Define to 1 if you have the <sys/time.h> header file. */
729#undef HAVE_SYS_TIME_H
730
731/* Define to 1 if you have the <sys/types.h> header file. */
732#undef HAVE_SYS_TYPES_H
733
734/* Define to 1 if you have the <sys/un.h> header file. */
735#undef HAVE_SYS_UN_H
736
737/* Define to 1 if you have the <sys/utsname.h> header file. */
738#undef HAVE_SYS_UTSNAME_H
739
740/* Define to 1 if you have the <sys/vlimit.h> header file. */
741#undef HAVE_SYS_VLIMIT_H
742
743/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
744#undef HAVE_SYS_WAIT_H
745
746/* Define to 1 if you have the <sys/_mbstate_t.h> header file. */
747#undef HAVE_SYS__MBSTATE_T_H
748
749/* Define to 1 if you have the <term.h> header file. */
750#undef HAVE_TERM_H
751
752/* Define to 1 if you have the tiff library (-ltiff). */
753#undef HAVE_TIFF
754
755/* Define to 1 if `struct timeval' is declared by <sys/time.h>. */
756#undef HAVE_TIMEVAL
757
758/* Define if struct tm has the tm_gmtoff member. */
759#undef HAVE_TM_GMTOFF
760
761/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
762 `HAVE_STRUCT_TM_TM_ZONE' instead. */
763#undef HAVE_TM_ZONE
764
765/* Define to 1 if you have the `touchlock' function. */
766#undef HAVE_TOUCHLOCK
767
768/* Define to 1 if you don't have `tm_zone' but do have the external array
769 `tzname'. */
770#undef HAVE_TZNAME
771
772/* Define to 1 if you have the `tzset' function. */
773#undef HAVE_TZSET
774
775/* Define to 1 if you have the `ualarm' function. */
776#undef HAVE_UALARM
777
778/* Define to 1 if you have the <unistd.h> header file. */
779#undef HAVE_UNISTD_H
780
781/* Define to 1 if the system has the type `unsigned long long int'. */
782#undef HAVE_UNSIGNED_LONG_LONG_INT
783
784/* Define to 1 if you have the <util.h> header file. */
785#undef HAVE_UTIL_H
786
787/* Define to 1 if you have the `utimes' function. */
788#undef HAVE_UTIMES
789
790/* Define to 1 if you have the <utime.h> header file. */
791#undef HAVE_UTIME_H
792
793/* Define to 1 if you have the <utmp.h> header file. */
794#undef HAVE_UTMP_H
795
796/* Define to 1 if you have the `vfork' function. */
797#undef HAVE_VFORK
798
799/* Define to 1 if you have the <vfork.h> header file. */
800#undef HAVE_VFORK_H
801
802/* Define to 1 if you have the <wchar.h> header file. */
803#undef HAVE_WCHAR_H
804
805/* Define if you have the 'wchar_t' type. */
806#undef HAVE_WCHAR_T
807
808/* Define if you have a window system. */
809#undef HAVE_WINDOW_SYSTEM
810
811/* Define to 1 if `fork' works. */
812#undef HAVE_WORKING_FORK
813
814/* Define to 1 if `vfork' works. */
815#undef HAVE_WORKING_VFORK
816
817/* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
818 expects to use version 10. */
819#undef HAVE_X11
820
821/* Define to 1 if you have the X11R6 or newer version of Xlib. */
822#undef HAVE_X11R6
823
824/* Define if you have usable X11R6-style XIM support. */
825#undef HAVE_X11R6_XIM
826
827/* Define to 1 if you have the X11R6 or newer version of Xt. */
828#undef HAVE_X11XTR6
829
830/* Define to 1 if you have the Xaw3d library (-lXaw3d). */
831#undef HAVE_XAW3D
832
833/* Define to 1 if you have the Xft library. */
834#undef HAVE_XFT
835
836/* Define to 1 if XIM is available */
837#undef HAVE_XIM
838
839/* Define to 1 if you have the XkbGetKeyboard function. */
840#undef HAVE_XKBGETKEYBOARD
841
842/* Define to 1 if you have the Xpm libary (-lXpm). */
843#undef HAVE_XPM
844
845/* Define to 1 if you have the `XrmSetDatabase' function. */
846#undef HAVE_XRMSETDATABASE
847
848/* Define to 1 if you have the `XScreenNumberOfScreen' function. */
849#undef HAVE_XSCREENNUMBEROFSCREEN
850
851/* Define to 1 if you have the `XScreenResourceString' function. */
852#undef HAVE_XSCREENRESOURCESTRING
853
854/* Define to 1 if you have the `XSetWMProtocols' function. */
855#undef HAVE_XSETWMPROTOCOLS
856
857/* Define if you have usable i18n support. */
858#undef HAVE_X_I18N
859
860/* Define to 1 if you have the SM library (-lSM). */
861#undef HAVE_X_SM
862
863/* Define to 1 if you want to use the X window system. */
864#undef HAVE_X_WINDOWS
865
866/* Define to 1 if the system has the type `_Bool'. */
867#undef HAVE__BOOL
868
869/* Define to 1 if you have the `__builtin_unwind_init' function. */
870#undef HAVE___BUILTIN_UNWIND_INIT
871
872/* Define to 1 if you have the `__executable_start' function. */
873#undef HAVE___EXECUTABLE_START
874
875/* Define to 1 if you have the `__fpending' function. */
876#undef HAVE___FPENDING
877
878/* Define to support using a Hesiod database to find the POP server. */
879#undef HESIOD
880
881/* Define to support Kerberos-authenticated POP mail retrieval. */
882#undef KERBEROS
883
884/* Define to use Kerberos 5 instead of Kerberos 4. */
885#undef KERBEROS5
886
887/* Define to 1 if localtime caches TZ. */
888#undef LOCALTIME_CACHE
889
890/* String giving fallback POP mail host. */
891#undef MAILHOST
892
893/* Define to unlink, rather than empty, mail spool after reading. */
894#undef MAIL_UNLINK_SPOOL
895
896/* Define if the mailer uses flock to interlock the mail spool. */
897#undef MAIL_USE_FLOCK
898
899/* Define if the mailer uses lockf to interlock the mail spool. */
900#undef MAIL_USE_LOCKF
901
902/* Define to support MMDF mailboxes in movemail. */
903#undef MAIL_USE_MMDF
904
905/* Define to support POP mail retrieval. */
906#undef MAIL_USE_POP
907
908/* Define to 1 if you don't have struct exception in math.h. */
909#undef NO_MATHERR
910
911/* Define to 1 if your C compiler doesn't accept -c and -o together. */
912#undef NO_MINUS_C_MINUS_O
913
914/* Define to 1 if `NSInteger' is defined. */
915#undef NS_HAVE_NSINTEGER
916
917/* Define to 1 if you are using NS windowing under MacOS X. */
918#undef NS_IMPL_COCOA
919
920/* Define to 1 if you are using NS windowing under GNUstep. */
921#undef NS_IMPL_GNUSTEP
922
923/* Define to 1 if the nlist n_name member is a pointer */
924#undef N_NAME_POINTER
925
926/* Define if the C compiler is the linker. */
927#undef ORDINARY_LINK
928
929/* Name of package */
930#undef PACKAGE
931
932/* Define to the address where bug reports for this package should be sent. */
933#undef PACKAGE_BUGREPORT
934
935/* Define to the full name of this package. */
936#undef PACKAGE_NAME
937
938/* Define to the full name and version of this package. */
939#undef PACKAGE_STRING
940
941/* Define to the one symbol short name of this package. */
942#undef PACKAGE_TARNAME
943
944/* Define to the home page for this package. */
945#undef PACKAGE_URL
946
947/* Define to the version of this package. */
948#undef PACKAGE_VERSION
949
950/* Define as `void' if your compiler accepts `void *'; otherwise define as
951 `char'. */
952#undef POINTER_TYPE
953
954/* Define to 1 if the C compiler supports function prototypes. */
955#undef PROTOTYPES
956
957/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
958 'ptrdiff_t'. */
959#undef PTRDIFF_T_SUFFIX
960
961/* Define REL_ALLOC if you want to use the relocating allocator for buffer
962 space. */
963#undef REL_ALLOC
964
965/* Define as the return type of signal handlers (`int' or `void'). */
966#undef RETSIGTYPE
967
968/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
969 'sig_atomic_t'. */
970#undef SIG_ATOMIC_T_SUFFIX
971
972/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
973 'size_t'. */
974#undef SIZE_T_SUFFIX
975
976/* If using the C implementation of alloca, define if you know the
977 direction of stack growth for your system; otherwise it will be
978 automatically deduced at runtime.
979 STACK_DIRECTION > 0 => grows toward higher addresses
980 STACK_DIRECTION < 0 => grows toward lower addresses
981 STACK_DIRECTION = 0 => direction of growth unknown */
982#undef STACK_DIRECTION
983
984/* Define to 1 if you have the ANSI C header files. */
985#undef STDC_HEADERS
986
987/* Define to 1 on System V Release 4. */
988#undef SVR4
989
990/* Process async input synchronously. */
991#undef SYNC_INPUT
992
993/* Define to use system malloc. */
994#undef SYSTEM_MALLOC
995
996/* Define to 1 if you use terminfo instead of termcap. */
997#undef TERMINFO
998
999/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1000#undef TIME_WITH_SYS_TIME
1001
1002/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1003#undef TM_IN_SYS_TIME
1004
1005/* Define to 1 for Encore UMAX. */
1006#undef UMAX
1007
1008/* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1009 <sys/cpustats.h>. */
1010#undef UMAX4_3
1011
1012/* Define to 1 if using GTK. */
1013#undef USE_GTK
1014
1015/* Define this to use a lisp union for the Lisp_Object data type. */
1016#undef USE_LISP_UNION_TYPE
1017
1018/* Define to 1 if using the Lucid X toolkit. */
1019#undef USE_LUCID
1020
1021/* Define to use mmap to allocate buffer text. */
1022#undef USE_MMAP_FOR_BUFFERS
1023
1024/* Define to 1 if using the Motif X toolkit. */
1025#undef USE_MOTIF
1026
1027/* Define to 1 if we should use toolkit scroll bars. */
1028#undef USE_TOOLKIT_SCROLL_BARS
1029
1030/* Define to 1 if we should use XIM, if it is available. */
1031#undef USE_XIM
1032
1033/* Define to 1 if using an X toolkit. */
1034#undef USE_X_TOOLKIT
1035
1036/* Version number of package */
1037#undef VERSION
1038
1039/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1040 'wchar_t'. */
1041#undef WCHAR_T_SUFFIX
1042
1043/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1044 'wint_t'. */
1045#undef WINT_T_SUFFIX
1046
1047/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1048 significant byte first (like Motorola and SPARC, unlike Intel). */
1049#if defined AC_APPLE_UNIVERSAL_BUILD
1050# if defined __BIG_ENDIAN__
1051# define WORDS_BIGENDIAN 1
1052# endif
1053#else
1054# ifndef WORDS_BIGENDIAN
1055# undef WORDS_BIGENDIAN
1056# endif
1057#endif
1058
1059/* Define this to check for malloc buffer overrun. */
1060#undef XMALLOC_OVERRUN_CHECK
1061
1062/* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
1063 XPointer or XPointer*. */
1064#undef XRegisterIMInstantiateCallback_arg6
1065
1066/* Number of bits in a file offset, on hosts where this is settable. */
1067#undef _FILE_OFFSET_BITS
1068
1069/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1070#undef _LARGEFILE_SOURCE
1071
1072/* Define for large files, on AIX-style hosts. */
1073#undef _LARGE_FILES
1074
1075/* Define to 1 if on MINIX. */
1076#undef _MINIX
1077
1078/* Define to 2 if the system does not provide POSIX.1 features except with
1079 this defined. */
1080#undef _POSIX_1_SOURCE
1081
1082/* Define to 1 if you need to in order for `stat' and other things to work. */
1083#undef _POSIX_SOURCE
1084
1085/* Define to 500 only on HP-UX. */
1086#undef _XOPEN_SOURCE
1087
1088/* Enable extensions on AIX 3, Interix. */
1089#ifndef _ALL_SOURCE
1090# undef _ALL_SOURCE
1091#endif
1092/* Enable GNU extensions on systems that have them. */
1093#ifndef _GNU_SOURCE
1094# undef _GNU_SOURCE
1095#endif
1096/* Enable threading extensions on Solaris. */
1097#ifndef _POSIX_PTHREAD_SEMANTICS
1098# undef _POSIX_PTHREAD_SEMANTICS
1099#endif
1100/* Enable extensions on HP NonStop. */
1101#ifndef _TANDEM_SOURCE
1102# undef _TANDEM_SOURCE
1103#endif
1104/* Enable general extensions on Solaris. */
1105#ifndef __EXTENSIONS__
1106# undef __EXTENSIONS__
1107#endif
1108
1109
1110/* Define to rpl_ if the getopt replacement functions and variables should be
1111 used. */
1112#undef __GETOPT_PREFIX
1113
1114/* Define like PROTOTYPES; this can be used by system headers. */
1115#undef __PROTOTYPES
1116
1117/* Define to compiler's equivalent of C99 restrict keyword in array
1118 declarations. Define as empty for no equivalent. */
1119#undef __restrict_arr
1120
1121/* Define to the used machine dependent file. */
1122#undef config_machfile
1123
1124/* Define to the used os dependent file. */
1125#undef config_opsysfile
1126
1127/* Define to empty if `const' does not conform to ANSI C. */
1128#undef const
1129
1130/* Define to `__inline__' or `__inline' if that's what the C compiler
1131 calls it, or to nothing if 'inline' is not supported under any name. */
1132#ifndef __cplusplus
1133#undef inline
1134#endif
1135
1136/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1137 the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1138 earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1139 __APPLE__ && __MACH__ test for MacOS X.
1140 __APPLE_CC__ tests for the Apple compiler and its version.
1141 __STDC_VERSION__ tests for the C99 mode. */
1142#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1143# define __GNUC_STDC_INLINE__ 1
1144#endif
1145
1146/* Define to a type if <wchar.h> does not define. */
1147#undef mbstate_t
1148
1149/* Define to the name of the strftime replacement function. */
1150#undef my_strftime
1151
1152/* Define to `int' if <sys/types.h> does not define. */
1153#undef pid_t
1154
1155/* Define to the equivalent of the C99 'restrict' keyword, or to
1156 nothing if this is not supported. Do not define if restrict is
1157 supported directly. */
1158#undef restrict
1159/* Work around a bug in Sun C++: it does not support _Restrict or
1160 __restrict__, even though the corresponding Sun C compiler ends up with
1161 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1162 previous line. Perhaps some future version of Sun C++ will work with
1163 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
1164#if defined __SUNPRO_CC && !defined __RESTRICT
1165# define _Restrict
1166# define __restrict__
1167#endif
1168
1169/* Define to `unsigned int' if <sys/types.h> does not define. */
1170#undef size_t
1171
1172/* Define to any substitute for sys_siglist. */
1173#undef sys_siglist
1174
1175/* Define as a marker that can be attached to declarations that might not
1176 be used. This helps to reduce warnings, such as from
1177 GCC -Wunused-parameter. */
1178#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1179# define _GL_UNUSED __attribute__ ((__unused__))
1180#else
1181# define _GL_UNUSED
1182#endif
1183/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1184 is a misnomer outside of parameter lists. */
1185#define _UNUSED_PARAMETER_ _GL_UNUSED
1186
1187
1188/* Define as `fork' if `vfork' does not work. */
1189#undef vfork
1190
1191/* Define to empty if the keyword `volatile' does not work. Warning: valid
1192 code using `volatile' can become incorrect without. Disable with care. */
1193#undef volatile
1194
1195
1196/* Define AMPERSAND_FULL_NAME if you use the convention
1197 that & in the full name stands for the login id. */
1198/* Turned on June 1996 supposing nobody will mind it. */
1199#define AMPERSAND_FULL_NAME
1200
1201/* If using GNU, then support inline function declarations. */
1202/* Don't try to switch on inline handling as detected by AC_C_INLINE
1203 generally, because even if non-gcc compilers accept `inline', they
1204 may reject `extern inline'. */
1205#if defined (__GNUC__)
1206#define INLINE __inline__
1207#else
1208#define INLINE
1209#endif
1210
1211/* `subprocesses' should be defined if you want to
1212 have code for asynchronous subprocesses
1213 (as used in M-x compile and M-x shell).
1214 Only MSDOS does not support this (it overrides
1215 this in its config_opsysfile below). */
1216
1217#define subprocesses
1218
1219/* Include the os and machine dependent files. */
1220#include config_opsysfile
1221#ifdef config_machfile
1222# include config_machfile
1223#endif
1224
1225/* GNUstep needs a bit more pure memory. Of the existing knobs,
1226 SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems.
1227 (There is probably a better place to do this, but right now the
1228 Cocoa side does this in s/darwin.h and we cannot parallel this
1229 exactly since GNUstep is multi-OS. */
1230#if defined HAVE_NS && defined NS_IMPL_GNUSTEP
1231# define SYSTEM_PURESIZE_EXTRA 30000
1232#endif
1233
1234/* SIGTYPE is the macro we actually use. */
1235#ifndef SIGTYPE
1236#define SIGTYPE RETSIGTYPE
1237#endif
1238
1239#ifdef emacs /* Don't do this for lib-src. */
1240/* Tell regex.c to use a type compatible with Emacs. */
1241#define RE_TRANSLATE_TYPE Lisp_Object
1242#define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
1243#ifdef make_number
1244/* If make_number is a macro, use it. */
1245#define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0)))
1246#else
1247/* If make_number is a function, avoid it. */
1248#define RE_TRANSLATE_P(TBL) (!(INTEGERP (TBL) && XINT (TBL) == 0))
1249#endif
1250#endif
1251
1252/* These default definitions are good for almost all machines.
1253 The exceptions override them in m/MACHINE.h. */
1254
1255#ifndef BITS_PER_CHAR
1256#define BITS_PER_CHAR 8
1257#endif
1258
1259#ifndef BITS_PER_SHORT
1260#define BITS_PER_SHORT 16
1261#endif
1262
1263/* Note that lisp.h uses this in a preprocessor conditional, so it
1264 would not work to use sizeof. That being so, we do all of them
1265 without sizeof, for uniformity's sake. */
1266#ifndef BITS_PER_INT
1267#define BITS_PER_INT 32
1268#endif
1269
1270#ifndef BITS_PER_LONG
1271#ifdef _LP64
1272#define BITS_PER_LONG 64
1273#else
1274#define BITS_PER_LONG 32
1275#endif
1276#endif
1277
1278/* Define if the compiler supports function prototypes. It may do so but
1279 not define __STDC__ (e.g. DEC C by default) or may define it as zero. */
1280#undef PROTOTYPES
1281
1282#include <string.h>
1283#include <stdlib.h>
1284
1285#ifdef HAVE_ALLOCA_H
1286# include <alloca.h>
1287#elif defined __GNUC__
1288# define alloca __builtin_alloca
1289#elif defined _AIX
1290# define alloca __alloca
1291#else
1292# include <stddef.h>
1293# ifdef __cplusplus
1294extern "C"
1295# endif
1296void *alloca (size_t);
1297#endif
1298
1299#ifndef HAVE_SIZE_T
1300typedef unsigned size_t;
1301#endif
1302
1303#ifndef HAVE_STRCHR
1304#define strchr(a, b) index (a, b)
1305#endif
1306
1307#ifndef HAVE_STRRCHR
1308#define strrchr(a, b) rindex (a, b)
1309#endif
1310
1311#if defined __GNUC__ && (__GNUC__ > 2 \
1312 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5))
1313#define NO_RETURN __attribute__ ((__noreturn__))
1314#else
1315#define NO_RETURN /* nothing */
1316#endif
1317
1318#if __GNUC__ >= 3 /* On GCC 3.0 we might get a warning. */
1319#define NO_INLINE __attribute__((noinline))
1320#else
1321#define NO_INLINE
1322#endif
1323
1324#if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1))
1325#define EXTERNALLY_VISIBLE __attribute__((externally_visible))
1326#else
1327#define EXTERNALLY_VISIBLE
1328#endif
1329
1330/* Some versions of GNU/Linux define noinline in their headers. */
1331#ifdef noinline
1332#undef noinline
1333#endif
1334
1335/* These won't be used automatically yet. We also need to know, at least,
1336 that the stack is continuous. */
1337#ifdef __GNUC__
1338# ifndef GC_SETJMP_WORKS
1339 /* GC_SETJMP_WORKS is nearly always appropriate for GCC. */
1340# define GC_SETJMP_WORKS 1
1341# endif
1342# ifndef GC_LISP_OBJECT_ALIGNMENT
1343# define GC_LISP_OBJECT_ALIGNMENT (__alignof__ (Lisp_Object))
1344# endif
1345#endif
1346
1347#endif /* EMACS_CONFIG_H */
1348
1349/*
1350Local Variables:
1351mode: c
1352End:
1353*/
1354