Merge from mainline.
[emacs.git] / src / config.in
blobd8a9722d3167c84da59af22612a06f96c0dc45cc
1 /* src/config.in.  Generated from configure.in by autoheader.  */
3 /* GNU Emacs site configuration template file.
4    Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005,
5      2006, 2007, 2008, 2009, 2010, 2011  Free Software Foundation, Inc.
7 This file is part of GNU Emacs.
9 GNU Emacs is free software: you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation, either version 3 of the License, or
12 (at your option) any later version.
14 GNU Emacs is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
23 /* No code in Emacs #includes config.h twice, but some bits of code
24    intended to work with other packages as well (like gmalloc.c)
25    think they can include it as many times as they like.  */
26 #ifndef EMACS_CONFIG_H
27 #define EMACS_CONFIG_H
30 /* Define if the compiler is building for multiple architectures of Apple
31    platforms at once. */
32 #undef AA_APPLE_UNIVERSAL_BUILD
34 /* Define if building universal (internal helper macro) */
35 #undef AC_APPLE_UNIVERSAL_BUILD
37 /* Define if Emacs cannot be dumped on your system. */
38 #undef CANNOT_DUMP
40 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
41    systems. This function is required for `alloca.c' support on those systems.
42    */
43 #undef CRAY_STACKSEG_END
45 /* Define to 1 if using `alloca.c'. */
46 #undef C_ALLOCA
48 /* Define to 1 if using `getloadavg.c'. */
49 #undef C_GETLOADAVG
51 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
52 #undef DGUX
54 /* Define to 1 if you are using the GNU C Library. */
55 #undef DOUG_LEA_MALLOC
57 /* Define to the canonical Emacs configuration name. */
58 #undef EMACS_CONFIGURATION
60 /* Define to the options passed to configure. */
61 #undef EMACS_CONFIG_OPTIONS
63 /* Enable expensive run-time checking of data types? */
64 #undef ENABLE_CHECKING
66 /* Define this to check for errors in cons list. */
67 #undef GC_CHECK_CONS_LIST
69 /* Define this temporarily to hunt a bug. If defined, the size of strings is
70    redundantly recorded in sdata structures so that it can be compared to the
71    sizes recorded in Lisp strings. */
72 #undef GC_CHECK_STRING_BYTES
74 /* Define this to check the string free list. */
75 #undef GC_CHECK_STRING_FREE_LIST
77 /* Define this to check for short string overrun. */
78 #undef GC_CHECK_STRING_OVERRUN
80 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
81    */
82 #undef GETLOADAVG_PRIVILEGED
84 /* Define to 1 if the `getpgrp' function requires zero arguments. */
85 #undef GETPGRP_VOID
87 /* Define to 1 if gettimeofday accepts only one argument. */
88 #undef GETTIMEOFDAY_ONE_ARGUMENT
90 /* Define to 1 when the gnulib module getopt-gnu should be tested. */
91 #undef GNULIB_TEST_GETOPT_GNU
93 /* Define to 1 when the gnulib module mktime should be tested. */
94 #undef GNULIB_TEST_MKTIME
96 /* Define to 1 when the gnulib module time_r should be tested. */
97 #undef GNULIB_TEST_TIME_R
99 /* Define to 1 if you want to use the GNU memory allocator. */
100 #undef GNU_MALLOC
102 /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */
103 #undef HAVE_AIX_SMT_EXP
105 /* Define to 1 if you have the `alarm' function. */
106 #undef HAVE_ALARM
108 /* Define to 1 if you have `alloca', as a function or macro. */
109 #undef HAVE_ALLOCA
111 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
112    */
113 #undef HAVE_ALLOCA_H
115 /* Define to 1 if ALSA is available. */
116 #undef HAVE_ALSA
118 /* Define to 1 if strtold conforms to C99. */
119 #undef HAVE_C99_STRTOLD
121 /* Define to 1 if you have the `cbrt' function. */
122 #undef HAVE_CBRT
124 /* Define to 1 if you have the `cfmakeraw' function. */
125 #undef HAVE_CFMAKERAW
127 /* Define to 1 if you have the `cfsetspeed' function. */
128 #undef HAVE_CFSETSPEED
130 /* Define to 1 if you have the `closedir' function. */
131 #undef HAVE_CLOSEDIR
133 /* Define to 1 if you have the <coff.h> header file. */
134 #undef HAVE_COFF_H
136 /* Define to 1 if you have the <com_err.h> header file. */
137 #undef HAVE_COM_ERR_H
139 /* Define to 1 if you have the `copysign' function. */
140 #undef HAVE_COPYSIGN
142 /* Define to 1 if using D-Bus. */
143 #undef HAVE_DBUS
145 /* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
146 #undef HAVE_DBUS_WATCH_GET_UNIX_FD
148 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
149    */
150 #undef HAVE_DECL_GETENV
152 /* Define to 1 if you have the declaration of `getopt_clip', and to 0 if you
153    don't. */
154 #undef HAVE_DECL_GETOPT_CLIP
156 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
157    don't. */
158 #undef HAVE_DECL_LOCALTIME_R
160 /* Define to 1 if you have the declaration of `optreset', and to 0 if you
161    don't. */
162 #undef HAVE_DECL_OPTRESET
164 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
165    don't. */
166 #undef HAVE_DECL_SYS_SIGLIST
168 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
169    */
170 #undef HAVE_DECL_TZNAME
172 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
173    don't. */
174 #undef HAVE_DECL___SYS_SIGLIST
176 /* Define to 1 if you have the <des.h> header file. */
177 #undef HAVE_DES_H
179 /* Define to 1 if dynamic ptys are supported. */
180 #undef HAVE_DEV_PTMX
182 /* Define to 1 if you have the `difftime' function. */
183 #undef HAVE_DIFFTIME
185 /* Define to 1 if you have the <dirent.h> header file. */
186 #undef HAVE_DIRENT_H
188 /* Define to 1 if you have the `dup2' function. */
189 #undef HAVE_DUP2
191 /* Define to 1 if you have the `euidaccess' function. */
192 #undef HAVE_EUIDACCESS
194 /* Define to 1 if you have the <fcntl.h> header file. */
195 #undef HAVE_FCNTL_H
197 /* Define to 1 if you have the `fmod' function. */
198 #undef HAVE_FMOD
200 /* Define to 1 if you have the `fork' function. */
201 #undef HAVE_FORK
203 /* Define to 1 if you have the `fpathconf' function. */
204 #undef HAVE_FPATHCONF
206 /* Define to 1 if using the freetype and fontconfig libraries. */
207 #undef HAVE_FREETYPE
209 /* Define to 1 if you have the `frexp' function. */
210 #undef HAVE_FREXP
212 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
213 #undef HAVE_FSEEKO
215 /* Define to 1 if you have the `fsync' function. */
216 #undef HAVE_FSYNC
218 /* Define to 1 if you have the `ftime' function. */
219 #undef HAVE_FTIME
221 /* Define to 1 if you have the `gai_strerror' function. */
222 #undef HAVE_GAI_STRERROR
224 /* Define to 1 if using GConf. */
225 #undef HAVE_GCONF
227 /* Define to 1 if you have the `getaddrinfo' function. */
228 #undef HAVE_GETADDRINFO
230 /* Define to 1 if you have the `getcwd' function. */
231 #undef HAVE_GETCWD
233 /* Define to 1 if you have the `getdelim' function. */
234 #undef HAVE_GETDELIM
236 /* Define to 1 if you have the `getdomainname' function. */
237 #undef HAVE_GETDOMAINNAME
239 /* Define to 1 if you have the `gethostname' function. */
240 #undef HAVE_GETHOSTNAME
242 /* Define to 1 if you have the `getline' function. */
243 #undef HAVE_GETLINE
245 /* Define to 1 if you have the `getloadavg' function. */
246 #undef HAVE_GETLOADAVG
248 /* Define to 1 if you have the <getopt.h> header file. */
249 #undef HAVE_GETOPT_H
251 /* Define to 1 if you have the `getopt_long_only' function. */
252 #undef HAVE_GETOPT_LONG_ONLY
254 /* Define to 1 if you have the `getpagesize' function. */
255 #undef HAVE_GETPAGESIZE
257 /* Define to 1 if you have the `getpeername' function. */
258 #undef HAVE_GETPEERNAME
260 /* Define to 1 if you have the `getpt' function. */
261 #undef HAVE_GETPT
263 /* Define to 1 if you have the `getrlimit' function. */
264 #undef HAVE_GETRLIMIT
266 /* Define to 1 if you have the `getrusage' function. */
267 #undef HAVE_GETRUSAGE
269 /* Define to 1 if you have the `getsockname' function. */
270 #undef HAVE_GETSOCKNAME
272 /* Define to 1 if you have the `getsockopt' function. */
273 #undef HAVE_GETSOCKOPT
275 /* Define to 1 if you have the `gettimeofday' function. */
276 #undef HAVE_GETTIMEOFDAY
278 /* Define to 1 if you have the `getwd' function. */
279 #undef HAVE_GETWD
281 /* Define to 1 if you have the `get_current_dir_name' function. */
282 #undef HAVE_GET_CURRENT_DIR_NAME
284 /* Define to 1 if you have a gif (or ungif) library. */
285 #undef HAVE_GIF
287 /* Define if using GnuTLS. */
288 #undef HAVE_GNUTLS
290 /* Define to 1 if you have the gpm library (-lgpm). */
291 #undef HAVE_GPM
293 /* Define to 1 if you have the `grantpt' function. */
294 #undef HAVE_GRANTPT
296 /* Define to 1 if you have the `gtk_adjustment_get_page_size' function. */
297 #undef HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE
299 /* Define to 1 if you have GTK and pthread (-lpthread). */
300 #undef HAVE_GTK_AND_PTHREAD
302 /* Define to 1 if you have the `gtk_dialog_get_action_area' function. */
303 #undef HAVE_GTK_DIALOG_GET_ACTION_AREA
305 /* Define to 1 if you have the `gtk_file_selection_new' function. */
306 #undef HAVE_GTK_FILE_SELECTION_NEW
308 /* Define to 1 if you have the `gtk_main' function. */
309 #undef HAVE_GTK_MAIN
311 /* Define to 1 if you have the `gtk_orientable_set_orientation' function. */
312 #undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION
314 /* Define to 1 if you have the `gtk_widget_get_mapped' function. */
315 #undef HAVE_GTK_WIDGET_GET_MAPPED
317 /* Define to 1 if you have the `gtk_widget_get_sensitive' function. */
318 #undef HAVE_GTK_WIDGET_GET_SENSITIVE
320 /* Define to 1 if you have the `gtk_widget_get_window' function. */
321 #undef HAVE_GTK_WIDGET_GET_WINDOW
323 /* Define to 1 if you have the `gtk_widget_set_has_window' function. */
324 #undef HAVE_GTK_WIDGET_SET_HAS_WINDOW
326 /* Define to 1 if you have the `g_type_init' function. */
327 #undef HAVE_G_TYPE_INIT
329 /* Define to 1 if netdb.h declares h_errno. */
330 #undef HAVE_H_ERRNO
332 /* Define to 1 if using imagemagick. */
333 #undef HAVE_IMAGEMAGICK
335 /* Define to 1 if you have inet sockets. */
336 #undef HAVE_INET_SOCKETS
338 /* Define to 1 if you have the <inttypes.h> header file. */
339 #undef HAVE_INTTYPES_H
341 /* Define to 1 if you have the `isnan' function. */
342 #undef HAVE_ISNAN
344 /* Define to 1 if you have the jpeg library (-ljpeg). */
345 #undef HAVE_JPEG
347 /* Define to 1 if you have the <kerberosIV/des.h> header file. */
348 #undef HAVE_KERBEROSIV_DES_H
350 /* Define to 1 if you have the <kerberosIV/krb.h> header file. */
351 #undef HAVE_KERBEROSIV_KRB_H
353 /* Define to 1 if you have the <kerberos/des.h> header file. */
354 #undef HAVE_KERBEROS_DES_H
356 /* Define to 1 if you have the <kerberos/krb.h> header file. */
357 #undef HAVE_KERBEROS_KRB_H
359 /* Define to 1 if `e_text' is a member of `krb5_error'. */
360 #undef HAVE_KRB5_ERROR_E_TEXT
362 /* Define to 1 if `text' is a member of `krb5_error'. */
363 #undef HAVE_KRB5_ERROR_TEXT
365 /* Define to 1 if you have the <krb5.h> header file. */
366 #undef HAVE_KRB5_H
368 /* Define to 1 if you have the <krb.h> header file. */
369 #undef HAVE_KRB_H
371 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
372 #undef HAVE_LANGINFO_CODESET
374 /* Define to 1 if you have the `com_err' library (-lcom_err). */
375 #undef HAVE_LIBCOM_ERR
377 /* Define to 1 if you have the `crypto' library (-lcrypto). */
378 #undef HAVE_LIBCRYPTO
380 /* Define to 1 if you have the `des' library (-ldes). */
381 #undef HAVE_LIBDES
383 /* Define to 1 if you have the `des425' library (-ldes425). */
384 #undef HAVE_LIBDES425
386 /* Define to 1 if you have the `dgc' library (-ldgc). */
387 #undef HAVE_LIBDGC
389 /* Define to 1 if you have the `dnet' library (-ldnet). */
390 #undef HAVE_LIBDNET
392 /* Define to 1 if you have the hesiod library (-lhesiod). */
393 #undef HAVE_LIBHESIOD
395 /* Define to 1 if you have the `intl' library (-lintl). */
396 #undef HAVE_LIBINTL
398 /* Define to 1 if you have the `k5crypto' library (-lk5crypto). */
399 #undef HAVE_LIBK5CRYPTO
401 /* Define to 1 if you have the `krb' library (-lkrb). */
402 #undef HAVE_LIBKRB
404 /* Define to 1 if you have the `krb4' library (-lkrb4). */
405 #undef HAVE_LIBKRB4
407 /* Define to 1 if you have the `krb5' library (-lkrb5). */
408 #undef HAVE_LIBKRB5
410 /* Define to 1 if you have the `kstat' library (-lkstat). */
411 #undef HAVE_LIBKSTAT
413 /* Define to 1 if you have the `lockfile' library (-llockfile). */
414 #undef HAVE_LIBLOCKFILE
416 /* Define to 1 if you have the `m' library (-lm). */
417 #undef HAVE_LIBM
419 /* Define to 1 if you have the `mail' library (-lmail). */
420 #undef HAVE_LIBMAIL
422 /* Define to 1 if you have the `ncurses' library (-lncurses). */
423 #undef HAVE_LIBNCURSES
425 /* Define to 1 if using libotf. */
426 #undef HAVE_LIBOTF
428 /* Define to 1 if you have the <libpng/png.h> header file. */
429 #undef HAVE_LIBPNG_PNG_H
431 /* Define to 1 if you have the `pthreads' library (-lpthreads). */
432 #undef HAVE_LIBPTHREADS
434 /* Define to 1 if you have the resolv library (-lresolv). */
435 #undef HAVE_LIBRESOLV
437 /* Define to 1 if using SELinux. */
438 #undef HAVE_LIBSELINUX
440 /* Define to 1 if you have the `Xext' library (-lXext). */
441 #undef HAVE_LIBXEXT
443 /* Define to 1 if you have the libxml library (-lxml2). */
444 #undef HAVE_LIBXML2
446 /* Define to 1 if you have the `Xmu' library (-lXmu). */
447 #undef HAVE_LIBXMU
449 /* Define to 1 if you have the <limits.h> header file. */
450 #undef HAVE_LIMITS_H
452 /* Define to 1 if you have the <linux/version.h> header file. */
453 #undef HAVE_LINUX_VERSION_H
455 /* Define to 1 if you have the <locale.h> header file. */
456 #undef HAVE_LOCALE_H
458 /* Define to 1 if you have the `localtime_r' function. */
459 #undef HAVE_LOCALTIME_R
461 /* Define to 1 if you have the `logb' function. */
462 #undef HAVE_LOGB
464 /* Define to 1 if you support file names longer than 14 characters. */
465 #undef HAVE_LONG_FILE_NAMES
467 /* Define to 1 if you have the `lrand48' function. */
468 #undef HAVE_LRAND48
470 /* Define to 1 if using libm17n-flt. */
471 #undef HAVE_M17N_FLT
473 /* Define to 1 if you have the <machine/soundcard.h> header file. */
474 #undef HAVE_MACHINE_SOUNDCARD_H
476 /* Define to 1 if you have the <mach/mach.h> header file. */
477 #undef HAVE_MACH_MACH_H
479 /* Define to 1 if you have the `MagickExportImagePixels' function. */
480 #undef HAVE_MAGICKEXPORTIMAGEPIXELS
482 /* Define to 1 if you have the <maillock.h> header file. */
483 #undef HAVE_MAILLOCK_H
485 /* Define to 1 if you have the <malloc/malloc.h> header file. */
486 #undef HAVE_MALLOC_MALLOC_H
488 /* Define to 1 if you have the `mblen' function. */
489 #undef HAVE_MBLEN
491 /* Define to 1 if you have the `mbrlen' function. */
492 #undef HAVE_MBRLEN
494 /* Define to 1 if you have the `mbsinit' function. */
495 #undef HAVE_MBSINIT
497 /* Define to 1 if <wchar.h> declares mbstate_t. */
498 #undef HAVE_MBSTATE_T
500 /* Define to 1 if you have the `memcmp' function. */
501 #undef HAVE_MEMCMP
503 /* Define to 1 if you have the `memcpy' function. */
504 #undef HAVE_MEMCPY
506 /* Define to 1 if you have the `memmove' function. */
507 #undef HAVE_MEMMOVE
509 /* Define to 1 if you have the <memory.h> header file. */
510 #undef HAVE_MEMORY_H
512 /* Define to 1 if you have the `mempcpy' function. */
513 #undef HAVE_MEMPCPY
515 /* Define to 1 if you have the `memset' function. */
516 #undef HAVE_MEMSET
518 /* Define to 1 if you have mouse menus. (This is automatic if you use X, but
519    the option to specify it remains.) It is also defined with other window
520    systems that support xmenu.c. */
521 #undef HAVE_MENUS
523 /* Define to 1 if you have the `mkdir' function. */
524 #undef HAVE_MKDIR
526 /* Define to 1 if you have the `mkstemp' function. */
527 #undef HAVE_MKSTEMP
529 /* Define to 1 if you have a working `mmap' system call. */
530 #undef HAVE_MMAP
532 /* Define if you have mouse support. */
533 #undef HAVE_MOUSE
535 /* Define to 1 if you have the `mremap' function. */
536 #undef HAVE_MREMAP
538 /* Define to 1 if you have the <net/if.h> header file. */
539 #undef HAVE_NET_IF_H
541 /* Define to 1 if you have the <nlist.h> header file. */
542 #undef HAVE_NLIST_H
544 /* Define to 1 if you are using the NeXTstep API, either GNUstep or Cocoa on
545    Mac OS X. */
546 #undef HAVE_NS
548 /* Define to 1 if libotf has OTF_get_variation_glyphs. */
549 #undef HAVE_OTF_GET_VARIATION_GLYPHS
551 /* Define to 1 if personality LINUX32 can be set. */
552 #undef HAVE_PERSONALITY_LINUX32
554 /* Define to 1 if you have the png library (-lpng). */
555 #undef HAVE_PNG
557 /* Define to 1 if you have the <png.h> header file. */
558 #undef HAVE_PNG_H
560 /* Define to 1 if you have the `posix_memalign' function. */
561 #undef HAVE_POSIX_MEMALIGN
563 /* Define to 1 if you have the `pstat_getdynamic' function. */
564 #undef HAVE_PSTAT_GETDYNAMIC
566 /* Define to 1 if you have the <pthread.h> header file. */
567 #undef HAVE_PTHREAD_H
569 /* Define to 1 if you have the <pty.h> header file. */
570 #undef HAVE_PTY_H
572 /* Define to 1 if you have the <pwd.h> header file. */
573 #undef HAVE_PWD_H
575 /* Define to 1 if you have the `random' function. */
576 #undef HAVE_RANDOM
578 /* Define to 1 if chown is declared even after undefining macros. */
579 #undef HAVE_RAW_DECL_CHOWN
581 /* Define to 1 if dup2 is declared even after undefining macros. */
582 #undef HAVE_RAW_DECL_DUP2
584 /* Define to 1 if dup3 is declared even after undefining macros. */
585 #undef HAVE_RAW_DECL_DUP3
587 /* Define to 1 if endusershell is declared even after undefining macros. */
588 #undef HAVE_RAW_DECL_ENDUSERSHELL
590 /* Define to 1 if environ is declared even after undefining macros. */
591 #undef HAVE_RAW_DECL_ENVIRON
593 /* Define to 1 if euidaccess is declared even after undefining macros. */
594 #undef HAVE_RAW_DECL_EUIDACCESS
596 /* Define to 1 if faccessat is declared even after undefining macros. */
597 #undef HAVE_RAW_DECL_FACCESSAT
599 /* Define to 1 if fchdir is declared even after undefining macros. */
600 #undef HAVE_RAW_DECL_FCHDIR
602 /* Define to 1 if fchownat is declared even after undefining macros. */
603 #undef HAVE_RAW_DECL_FCHOWNAT
605 /* Define to 1 if fsync is declared even after undefining macros. */
606 #undef HAVE_RAW_DECL_FSYNC
608 /* Define to 1 if ftruncate is declared even after undefining macros. */
609 #undef HAVE_RAW_DECL_FTRUNCATE
611 /* Define to 1 if getcwd is declared even after undefining macros. */
612 #undef HAVE_RAW_DECL_GETCWD
614 /* Define to 1 if getdomainname is declared even after undefining macros. */
615 #undef HAVE_RAW_DECL_GETDOMAINNAME
617 /* Define to 1 if getdtablesize is declared even after undefining macros. */
618 #undef HAVE_RAW_DECL_GETDTABLESIZE
620 /* Define to 1 if getgroups is declared even after undefining macros. */
621 #undef HAVE_RAW_DECL_GETGROUPS
623 /* Define to 1 if gethostname is declared even after undefining macros. */
624 #undef HAVE_RAW_DECL_GETHOSTNAME
626 /* Define to 1 if getlogin is declared even after undefining macros. */
627 #undef HAVE_RAW_DECL_GETLOGIN
629 /* Define to 1 if getlogin_r is declared even after undefining macros. */
630 #undef HAVE_RAW_DECL_GETLOGIN_R
632 /* Define to 1 if getpagesize is declared even after undefining macros. */
633 #undef HAVE_RAW_DECL_GETPAGESIZE
635 /* Define to 1 if getusershell is declared even after undefining macros. */
636 #undef HAVE_RAW_DECL_GETUSERSHELL
638 /* Define to 1 if lchown is declared even after undefining macros. */
639 #undef HAVE_RAW_DECL_LCHOWN
641 /* Define to 1 if link is declared even after undefining macros. */
642 #undef HAVE_RAW_DECL_LINK
644 /* Define to 1 if linkat is declared even after undefining macros. */
645 #undef HAVE_RAW_DECL_LINKAT
647 /* Define to 1 if lseek is declared even after undefining macros. */
648 #undef HAVE_RAW_DECL_LSEEK
650 /* Define to 1 if pipe is declared even after undefining macros. */
651 #undef HAVE_RAW_DECL_PIPE
653 /* Define to 1 if pipe2 is declared even after undefining macros. */
654 #undef HAVE_RAW_DECL_PIPE2
656 /* Define to 1 if pread is declared even after undefining macros. */
657 #undef HAVE_RAW_DECL_PREAD
659 /* Define to 1 if pwrite is declared even after undefining macros. */
660 #undef HAVE_RAW_DECL_PWRITE
662 /* Define to 1 if readlink is declared even after undefining macros. */
663 #undef HAVE_RAW_DECL_READLINK
665 /* Define to 1 if readlinkat is declared even after undefining macros. */
666 #undef HAVE_RAW_DECL_READLINKAT
668 /* Define to 1 if rmdir is declared even after undefining macros. */
669 #undef HAVE_RAW_DECL_RMDIR
671 /* Define to 1 if setusershell is declared even after undefining macros. */
672 #undef HAVE_RAW_DECL_SETUSERSHELL
674 /* Define to 1 if sleep is declared even after undefining macros. */
675 #undef HAVE_RAW_DECL_SLEEP
677 /* Define to 1 if symlink is declared even after undefining macros. */
678 #undef HAVE_RAW_DECL_SYMLINK
680 /* Define to 1 if symlinkat is declared even after undefining macros. */
681 #undef HAVE_RAW_DECL_SYMLINKAT
683 /* Define to 1 if ttyname_r is declared even after undefining macros. */
684 #undef HAVE_RAW_DECL_TTYNAME_R
686 /* Define to 1 if unlink is declared even after undefining macros. */
687 #undef HAVE_RAW_DECL_UNLINK
689 /* Define to 1 if unlinkat is declared even after undefining macros. */
690 #undef HAVE_RAW_DECL_UNLINKAT
692 /* Define to 1 if usleep is declared even after undefining macros. */
693 #undef HAVE_RAW_DECL_USLEEP
695 /* Define to 1 if you have the `recvfrom' function. */
696 #undef HAVE_RECVFROM
698 /* Define to 1 if you have the `rename' function. */
699 #undef HAVE_RENAME
701 /* Define to 1 if res_init is available. */
702 #undef HAVE_RES_INIT
704 /* Define to 1 if you have the `rint' function. */
705 #undef HAVE_RINT
707 /* Define to 1 if you have the `rmdir' function. */
708 #undef HAVE_RMDIR
710 /* Define to 1 if using librsvg. */
711 #undef HAVE_RSVG
713 /* Define to 1 if you have the `select' function. */
714 #undef HAVE_SELECT
716 /* Define to 1 if you have the `sendto' function. */
717 #undef HAVE_SENDTO
719 /* Define to 1 if you have the `setitimer' function. */
720 #undef HAVE_SETITIMER
722 /* Define to 1 if you have the `setlocale' function. */
723 #undef HAVE_SETLOCALE
725 /* Define to 1 if you have the `setpgid' function. */
726 #undef HAVE_SETPGID
728 /* Define to 1 if you have the `setrlimit' function. */
729 #undef HAVE_SETRLIMIT
731 /* Define to 1 if you have the `setsid' function. */
732 #undef HAVE_SETSID
734 /* Define to 1 if you have the `setsockopt' function. */
735 #undef HAVE_SETSOCKOPT
737 /* Define to 1 if you have the `shutdown' function. */
738 #undef HAVE_SHUTDOWN
740 /* Define to 1 if the system has the type `size_t'. */
741 #undef HAVE_SIZE_T
743 /* Define to 1 if you have sound support. */
744 #undef HAVE_SOUND
746 /* Define to 1 if you have the <soundcard.h> header file. */
747 #undef HAVE_SOUNDCARD_H
749 /* Define to 1 if `speed_t' is declared by <termios.h>. */
750 #undef HAVE_SPEED_T
752 /* Define to 1 if you have the <stddef.h> header file. */
753 #undef HAVE_STDDEF_H
755 /* Define to 1 if you have the <stdint.h> header file. */
756 #undef HAVE_STDINT_H
758 /* Define to 1 if you have the <stdio_ext.h> header file. */
759 #undef HAVE_STDIO_EXT_H
761 /* Define to 1 if you have the <stdlib.h> header file. */
762 #undef HAVE_STDLIB_H
764 /* Define to 1 if you have the `strchr' function. */
765 #undef HAVE_STRCHR
767 /* Define to 1 if you have the `strerror' function. */
768 #undef HAVE_STRERROR
770 /* Define to 1 if you have the `strftime' function. */
771 #undef HAVE_STRFTIME
773 /* Define to 1 if you have the <strings.h> header file. */
774 #undef HAVE_STRINGS_H
776 /* Define to 1 if you have the <string.h> header file. */
777 #undef HAVE_STRING_H
779 /* Define to 1 if you have the `strrchr' function. */
780 #undef HAVE_STRRCHR
782 /* Define to 1 if you have the `strsignal' function. */
783 #undef HAVE_STRSIGNAL
785 /* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */
786 #undef HAVE_STRUCT_IFREQ_IFR_ADDR
788 /* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */
789 #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
791 /* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */
792 #undef HAVE_STRUCT_IFREQ_IFR_FLAGS
794 /* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */
795 #undef HAVE_STRUCT_IFREQ_IFR_HWADDR
797 /* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */
798 #undef HAVE_STRUCT_IFREQ_IFR_NETMASK
800 /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
801 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
803 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
804 #undef HAVE_STRUCT_TM_TM_ZONE
806 /* Define to 1 if `struct utimbuf' is declared by <utime.h>. */
807 #undef HAVE_STRUCT_UTIMBUF
809 /* Define to 1 if you have the `sync' function. */
810 #undef HAVE_SYNC
812 /* Define to 1 if you have the `sysinfo' function. */
813 #undef HAVE_SYSINFO
815 /* Define to 1 if you have the <sys/mman.h> header file. */
816 #undef HAVE_SYS_MMAN_H
818 /* Define to 1 if you have the <sys/param.h> header file. */
819 #undef HAVE_SYS_PARAM_H
821 /* Define to 1 if you have the <sys/resource.h> header file. */
822 #undef HAVE_SYS_RESOURCE_H
824 /* Define to 1 if you have the <sys/select.h> header file. */
825 #undef HAVE_SYS_SELECT_H
827 /* Define to 1 if you have the <sys/socket.h> header file. */
828 #undef HAVE_SYS_SOCKET_H
830 /* Define to 1 if you have the <sys/soundcard.h> header file. */
831 #undef HAVE_SYS_SOUNDCARD_H
833 /* Define to 1 if you have the <sys/stat.h> header file. */
834 #undef HAVE_SYS_STAT_H
836 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
837 #undef HAVE_SYS_SYSTEMINFO_H
839 /* Define to 1 if you have the <sys/time.h> header file. */
840 #undef HAVE_SYS_TIME_H
842 /* Define to 1 if you have the <sys/types.h> header file. */
843 #undef HAVE_SYS_TYPES_H
845 /* Define to 1 if you have the <sys/un.h> header file. */
846 #undef HAVE_SYS_UN_H
848 /* Define to 1 if you have the <sys/utsname.h> header file. */
849 #undef HAVE_SYS_UTSNAME_H
851 /* Define to 1 if you have the <sys/vlimit.h> header file. */
852 #undef HAVE_SYS_VLIMIT_H
854 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
855 #undef HAVE_SYS_WAIT_H
857 /* Define to 1 if you have the <sys/_mbstate_t.h> header file. */
858 #undef HAVE_SYS__MBSTATE_T_H
860 /* Define to 1 if you have the <term.h> header file. */
861 #undef HAVE_TERM_H
863 /* Define to 1 if you have the tiff library (-ltiff). */
864 #undef HAVE_TIFF
866 /* Define to 1 if `struct timeval' is declared by <sys/time.h>. */
867 #undef HAVE_TIMEVAL
869 /* Define to 1 if you have the <time.h> header file. */
870 #undef HAVE_TIME_H
872 /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */
873 #undef HAVE_TM_GMTOFF
875 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
876    `HAVE_STRUCT_TM_TM_ZONE' instead. */
877 #undef HAVE_TM_ZONE
879 /* Define to 1 if you have the `touchlock' function. */
880 #undef HAVE_TOUCHLOCK
882 /* Define to 1 if you don't have `tm_zone' but do have the external array
883    `tzname'. */
884 #undef HAVE_TZNAME
886 /* Define to 1 if you have the `tzset' function. */
887 #undef HAVE_TZSET
889 /* Define to 1 if you have the `ualarm' function. */
890 #undef HAVE_UALARM
892 /* Define to 1 if you have the <unistd.h> header file. */
893 #undef HAVE_UNISTD_H
895 /* Define to 1 if you have the <util.h> header file. */
896 #undef HAVE_UTIL_H
898 /* Define to 1 if you have the `utimes' function. */
899 #undef HAVE_UTIMES
901 /* Define to 1 if you have the <utime.h> header file. */
902 #undef HAVE_UTIME_H
904 /* Define to 1 if you have the <utmp.h> header file. */
905 #undef HAVE_UTMP_H
907 /* Define to 1 if you have the `vfork' function. */
908 #undef HAVE_VFORK
910 /* Define to 1 if you have the <vfork.h> header file. */
911 #undef HAVE_VFORK_H
913 /* Define if you have the 'wchar_t' type. */
914 #undef HAVE_WCHAR_T
916 /* Define if you have a window system. */
917 #undef HAVE_WINDOW_SYSTEM
919 /* Define to 1 if `fork' works. */
920 #undef HAVE_WORKING_FORK
922 /* Define to 1 if `vfork' works. */
923 #undef HAVE_WORKING_VFORK
925 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
926    expects to use version 10. */
927 #undef HAVE_X11
929 /* Define to 1 if you have the X11R6 or newer version of Xlib. */
930 #undef HAVE_X11R6
932 /* Define if you have usable X11R6-style XIM support. */
933 #undef HAVE_X11R6_XIM
935 /* Define to 1 if you have the X11R6 or newer version of Xt. */
936 #undef HAVE_X11XTR6
938 /* Define to 1 if you have the Xaw3d library (-lXaw3d). */
939 #undef HAVE_XAW3D
941 /* Define to 1 if you have the Xft library. */
942 #undef HAVE_XFT
944 /* Define to 1 if XIM is available */
945 #undef HAVE_XIM
947 /* Define to 1 if you have the XkbGetKeyboard function. */
948 #undef HAVE_XKBGETKEYBOARD
950 /* Define to 1 if you have the Xpm libary (-lXpm). */
951 #undef HAVE_XPM
953 /* Define to 1 if you have the `XrmSetDatabase' function. */
954 #undef HAVE_XRMSETDATABASE
956 /* Define to 1 if you have the `XScreenNumberOfScreen' function. */
957 #undef HAVE_XSCREENNUMBEROFSCREEN
959 /* Define to 1 if you have the `XScreenResourceString' function. */
960 #undef HAVE_XSCREENRESOURCESTRING
962 /* Define to 1 if you have the `XSetWMProtocols' function. */
963 #undef HAVE_XSETWMPROTOCOLS
965 /* Define if you have usable i18n support. */
966 #undef HAVE_X_I18N
968 /* Define to 1 if you have the SM library (-lSM). */
969 #undef HAVE_X_SM
971 /* Define to 1 if you want to use the X window system. */
972 #undef HAVE_X_WINDOWS
974 /* Define to 1 if you have the `__builtin_unwind_init' function. */
975 #undef HAVE___BUILTIN_UNWIND_INIT
977 /* Define to 1 if you have the `__executable_start' function. */
978 #undef HAVE___EXECUTABLE_START
980 /* Define to 1 if you have the `__fpending' function. */
981 #undef HAVE___FPENDING
983 /* Define to support using a Hesiod database to find the POP server. */
984 #undef HESIOD
986 /* Define to support Kerberos-authenticated POP mail retrieval. */
987 #undef KERBEROS
989 /* Define to use Kerberos 5 instead of Kerberos 4. */
990 #undef KERBEROS5
992 /* Define to 1 if localtime caches TZ. */
993 #undef LOCALTIME_CACHE
995 /* String giving fallback POP mail host. */
996 #undef MAILHOST
998 /* Define to unlink, rather than empty, mail spool after reading. */
999 #undef MAIL_UNLINK_SPOOL
1001 /* Define if the mailer uses flock to interlock the mail spool. */
1002 #undef MAIL_USE_FLOCK
1004 /* Define if the mailer uses lockf to interlock the mail spool. */
1005 #undef MAIL_USE_LOCKF
1007 /* Define to support MMDF mailboxes in movemail. */
1008 #undef MAIL_USE_MMDF
1010 /* Define to support POP mail retrieval. */
1011 #undef MAIL_USE_POP
1013 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
1014    on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
1015 #undef NLIST_NAME_UNION
1017 /* Define to 1 if you don't have struct exception in math.h. */
1018 #undef NO_MATHERR
1020 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1021 #undef NO_MINUS_C_MINUS_O
1023 /* Define to 1 if `NSInteger' is defined. */
1024 #undef NS_HAVE_NSINTEGER
1026 /* Define to 1 if you are using NS windowing under MacOS X. */
1027 #undef NS_IMPL_COCOA
1029 /* Define to 1 if you are using NS windowing under GNUstep. */
1030 #undef NS_IMPL_GNUSTEP
1032 /* Define if the C compiler is the linker. */
1033 #undef ORDINARY_LINK
1035 /* Name of package */
1036 #undef PACKAGE
1038 /* Define to the address where bug reports for this package should be sent. */
1039 #undef PACKAGE_BUGREPORT
1041 /* Define to the full name of this package. */
1042 #undef PACKAGE_NAME
1044 /* Define to the full name and version of this package. */
1045 #undef PACKAGE_STRING
1047 /* Define to the one symbol short name of this package. */
1048 #undef PACKAGE_TARNAME
1050 /* Define to the home page for this package. */
1051 #undef PACKAGE_URL
1053 /* Define to the version of this package. */
1054 #undef PACKAGE_VERSION
1056 /* Define as `void' if your compiler accepts `void *'; otherwise define as
1057    `char'. */
1058 #undef POINTER_TYPE
1060 /* Define to 1 if the C compiler supports function prototypes. */
1061 #undef PROTOTYPES
1063 /* Define REL_ALLOC if you want to use the relocating allocator for buffer
1064    space. */
1065 #undef REL_ALLOC
1067 /* Define as the return type of signal handlers (`int' or `void'). */
1068 #undef RETSIGTYPE
1070 /* If using the C implementation of alloca, define if you know the
1071    direction of stack growth for your system; otherwise it will be
1072    automatically deduced at runtime.
1073         STACK_DIRECTION > 0 => grows toward higher addresses
1074         STACK_DIRECTION < 0 => grows toward lower addresses
1075         STACK_DIRECTION = 0 => direction of growth unknown */
1076 #undef STACK_DIRECTION
1078 /* Define to 1 if you have the ANSI C header files. */
1079 #undef STDC_HEADERS
1081 /* Define to 1 on System V Release 4. */
1082 #undef SVR4
1084 /* Process async input synchronously. */
1085 #undef SYNC_INPUT
1087 /* Define to use system malloc. */
1088 #undef SYSTEM_MALLOC
1090 /* Define to 1 if you use terminfo instead of termcap. */
1091 #undef TERMINFO
1093 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1094 #undef TIME_WITH_SYS_TIME
1096 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1097 #undef TM_IN_SYS_TIME
1099 /* Define to 1 for Encore UMAX. */
1100 #undef UMAX
1102 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1103    <sys/cpustats.h>. */
1104 #undef UMAX4_3
1106 /* Define to 1 if using GTK. */
1107 #undef USE_GTK
1109 /* Define this to use a lisp union for the Lisp_Object data type. */
1110 #undef USE_LISP_UNION_TYPE
1112 /* Define to 1 if using the Lucid X toolkit. */
1113 #undef USE_LUCID
1115 /* Define to use mmap to allocate buffer text. */
1116 #undef USE_MMAP_FOR_BUFFERS
1118 /* Define to 1 if using the Motif X toolkit. */
1119 #undef USE_MOTIF
1121 /* Define to 1 if we should use toolkit scroll bars. */
1122 #undef USE_TOOLKIT_SCROLL_BARS
1124 /* Define to 1 if we should use XIM, if it is available. */
1125 #undef USE_XIM
1127 /* Define to 1 if using an X toolkit. */
1128 #undef USE_X_TOOLKIT
1130 /* Version number of package */
1131 #undef VERSION
1133 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1134    significant byte first (like Motorola and SPARC, unlike Intel). */
1135 #if defined AC_APPLE_UNIVERSAL_BUILD
1136 # if defined __BIG_ENDIAN__
1137 #  define WORDS_BIGENDIAN 1
1138 # endif
1139 #else
1140 # ifndef WORDS_BIGENDIAN
1141 #  undef WORDS_BIGENDIAN
1142 # endif
1143 #endif
1145 /* Define this to check for malloc buffer overrun. */
1146 #undef XMALLOC_OVERRUN_CHECK
1148 /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
1149    XPointer or XPointer*. */
1150 #undef XRegisterIMInstantiateCallback_arg6
1152 /* Number of bits in a file offset, on hosts where this is settable. */
1153 #undef _FILE_OFFSET_BITS
1155 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1156 #undef _LARGEFILE_SOURCE
1158 /* Define for large files, on AIX-style hosts. */
1159 #undef _LARGE_FILES
1161 /* Define to 1 if on MINIX. */
1162 #undef _MINIX
1164 /* Define to 2 if the system does not provide POSIX.1 features except with
1165    this defined. */
1166 #undef _POSIX_1_SOURCE
1168 /* Define to 1 if you need to in order for `stat' and other things to work. */
1169 #undef _POSIX_SOURCE
1171 /* Define to 500 only on HP-UX. */
1172 #undef _XOPEN_SOURCE
1174 /* Enable extensions on AIX 3, Interix.  */
1175 #ifndef _ALL_SOURCE
1176 # undef _ALL_SOURCE
1177 #endif
1178 /* Enable GNU extensions on systems that have them.  */
1179 #ifndef _GNU_SOURCE
1180 # undef _GNU_SOURCE
1181 #endif
1182 /* Enable threading extensions on Solaris.  */
1183 #ifndef _POSIX_PTHREAD_SEMANTICS
1184 # undef _POSIX_PTHREAD_SEMANTICS
1185 #endif
1186 /* Enable extensions on HP NonStop.  */
1187 #ifndef _TANDEM_SOURCE
1188 # undef _TANDEM_SOURCE
1189 #endif
1190 /* Enable general extensions on Solaris.  */
1191 #ifndef __EXTENSIONS__
1192 # undef __EXTENSIONS__
1193 #endif
1196 /* Define to rpl_ if the getopt replacement functions and variables should be
1197    used. */
1198 #undef __GETOPT_PREFIX
1200 /* Define like PROTOTYPES; this can be used by system headers. */
1201 #undef __PROTOTYPES
1203 /* Define to compiler's equivalent of C99 restrict keyword in array
1204    declarations. Define as empty for no equivalent. */
1205 #undef __restrict_arr
1207 /* Define to the used machine dependent file. */
1208 #undef config_machfile
1210 /* Define to the used os dependent file. */
1211 #undef config_opsysfile
1213 /* Define to empty if `const' does not conform to ANSI C. */
1214 #undef const
1216 /* Define to `__inline__' or `__inline' if that's what the C compiler
1217    calls it, or to nothing if 'inline' is not supported under any name.  */
1218 #ifndef __cplusplus
1219 #undef inline
1220 #endif
1222 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1223    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1224    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1225    __APPLE__ && __MACH__ test for MacOS X.
1226    __APPLE_CC__ tests for the Apple compiler and its version.
1227    __STDC_VERSION__ tests for the C99 mode.  */
1228 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1229 # define __GNUC_STDC_INLINE__ 1
1230 #endif
1232 /* Define to a type if <wchar.h> does not define. */
1233 #undef mbstate_t
1235 /* Define to `int' if <sys/types.h> does not define. */
1236 #undef pid_t
1238 /* Define to the equivalent of the C99 'restrict' keyword, or to
1239    nothing if this is not supported.  Do not define if restrict is
1240    supported directly.  */
1241 #undef restrict
1242 /* Work around a bug in Sun C++: it does not support _Restrict or
1243    __restrict__, even though the corresponding Sun C compiler ends up with
1244    "#define restrict _Restrict" or "#define restrict __restrict__" in the
1245    previous line.  Perhaps some future version of Sun C++ will work with
1246    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
1247 #if defined __SUNPRO_CC && !defined __RESTRICT
1248 # define _Restrict
1249 # define __restrict__
1250 #endif
1252 /* Define to `unsigned int' if <sys/types.h> does not define. */
1253 #undef size_t
1255 /* Define to any substitute for sys_siglist. */
1256 #undef sys_siglist
1258 /* Define as a marker that can be attached to declarations that might not
1259     be used.  This helps to reduce warnings, such as from
1260     GCC -Wunused-parameter.  */
1261 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1262 # define _GL_UNUSED __attribute__ ((__unused__))
1263 #else
1264 # define _GL_UNUSED
1265 #endif
1266 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1267    is a misnomer outside of parameter lists.  */
1268 #define _UNUSED_PARAMETER_ _GL_UNUSED
1271 /* Define as `fork' if `vfork' does not work. */
1272 #undef vfork
1274 /* Define to empty if the keyword `volatile' does not work. Warning: valid
1275    code using `volatile' can become incorrect without. Disable with care. */
1276 #undef volatile
1279 /* Define AMPERSAND_FULL_NAME if you use the convention
1280    that & in the full name stands for the login id.  */
1281 /* Turned on June 1996 supposing nobody will mind it.  */
1282 #define AMPERSAND_FULL_NAME
1284 /* If using GNU, then support inline function declarations.  */
1285 /* Don't try to switch on inline handling as detected by AC_C_INLINE
1286    generally, because even if non-gcc compilers accept `inline', they
1287    may reject `extern inline'.  */
1288 #if defined (__GNUC__)
1289 #define INLINE __inline__
1290 #else
1291 #define INLINE
1292 #endif
1294 /* `subprocesses' should be defined if you want to
1295    have code for asynchronous subprocesses
1296    (as used in M-x compile and M-x shell).
1297    Only MSDOS does not support this (it overrides
1298    this in its config_opsysfile below).  */
1300 #define subprocesses
1302 /* Include the os and machine dependent files.  */
1303 #include config_opsysfile
1304 #ifdef config_machfile
1305 # include config_machfile
1306 #endif
1308 /* GNUstep needs a bit more pure memory.  Of the existing knobs,
1309    SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems.
1310   (There is probably a better place to do this, but right now the
1311    Cocoa side does this in s/darwin.h and we cannot parallel this
1312    exactly since GNUstep is multi-OS.  */
1313 #if defined HAVE_NS && defined NS_IMPL_GNUSTEP
1314 #  define SYSTEM_PURESIZE_EXTRA 30000
1315 #endif
1317 /* SIGTYPE is the macro we actually use.  */
1318 #ifndef SIGTYPE
1319 #define SIGTYPE RETSIGTYPE
1320 #endif
1322 #ifdef emacs /* Don't do this for lib-src.  */
1323 /* Tell regex.c to use a type compatible with Emacs.  */
1324 #define RE_TRANSLATE_TYPE Lisp_Object
1325 #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
1326 #ifdef make_number
1327 /* If make_number is a macro, use it.  */
1328 #define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0)))
1329 #else
1330 /* If make_number is a function, avoid it.  */
1331 #define RE_TRANSLATE_P(TBL) (!(INTEGERP (TBL) && XINT (TBL) == 0))
1332 #endif
1333 #endif
1335 #define my_strftime nstrftime   /* for strftime.c */
1337 /* These default definitions are good for almost all machines.
1338    The exceptions override them in m/MACHINE.h.  */
1340 #ifndef BITS_PER_CHAR
1341 #define BITS_PER_CHAR 8
1342 #endif
1344 #ifndef BITS_PER_SHORT
1345 #define BITS_PER_SHORT 16
1346 #endif
1348 /* Note that lisp.h uses this in a preprocessor conditional, so it
1349    would not work to use sizeof.  That being so, we do all of them
1350    without sizeof, for uniformity's sake.  */
1351 #ifndef BITS_PER_INT
1352 #define BITS_PER_INT 32
1353 #endif
1355 #ifndef BITS_PER_LONG
1356 #ifdef _LP64
1357 #define BITS_PER_LONG 64
1358 #else
1359 #define BITS_PER_LONG 32
1360 #endif
1361 #endif
1363 /* Define if the compiler supports function prototypes.  It may do so but
1364    not define __STDC__ (e.g. DEC C by default) or may define it as zero.  */
1365 #undef PROTOTYPES
1367 #include <string.h>
1368 #include <stdlib.h>
1370 #ifdef HAVE_ALLOCA_H
1371 # include <alloca.h>
1372 #elif defined __GNUC__
1373 # define alloca __builtin_alloca
1374 #elif defined _AIX
1375 # define alloca __alloca
1376 #else
1377 # include <stddef.h>
1378 # ifdef  __cplusplus
1379 extern "C"
1380 # endif
1381 void *alloca (size_t);
1382 #endif
1384 #ifndef HAVE_SIZE_T
1385 typedef unsigned size_t;
1386 #endif
1388 #ifndef HAVE_STRCHR
1389 #define strchr(a, b) index (a, b)
1390 #endif
1392 #ifndef HAVE_STRRCHR
1393 #define strrchr(a, b) rindex (a, b)
1394 #endif
1396 #if defined __GNUC__ && (__GNUC__ > 2 \
1397                          || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5))
1398 #define NO_RETURN       __attribute__ ((__noreturn__))
1399 #else
1400 #define NO_RETURN       /* nothing */
1401 #endif
1403 #if __GNUC__ >= 3  /* On GCC 3.0 we might get a warning.  */
1404 #define NO_INLINE __attribute__((noinline))
1405 #else
1406 #define NO_INLINE
1407 #endif
1409 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1))
1410 #define EXTERNALLY_VISIBLE __attribute__((externally_visible))
1411 #else
1412 #define EXTERNALLY_VISIBLE
1413 #endif
1415 /* Some versions of GNU/Linux define noinline in their headers.  */
1416 #ifdef noinline
1417 #undef noinline
1418 #endif
1420 /* These won't be used automatically yet.  We also need to know, at least,
1421    that the stack is continuous.  */
1422 #ifdef __GNUC__
1423 #  ifndef GC_SETJMP_WORKS
1424   /* GC_SETJMP_WORKS is nearly always appropriate for GCC.  */
1425 #    define GC_SETJMP_WORKS 1
1426 #  endif
1427 #  ifndef GC_LISP_OBJECT_ALIGNMENT
1428 #    define GC_LISP_OBJECT_ALIGNMENT (__alignof__ (Lisp_Object))
1429 #  endif
1430 #endif
1432 #endif /* EMACS_CONFIG_H */
1435 Local Variables:
1436 mode: c
1437 End: