src/config.in: shrink slightly
[emacs.git] / src / config.in
blobc706be3e865738ea90720d3c94344dd1a6adde12
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 building universal (internal helper macro) */
31 #undef AC_APPLE_UNIVERSAL_BUILD
33 /* Define if Emacs cannot be dumped on your system. */
34 #undef CANNOT_DUMP
36 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
37    systems. This function is required for `alloca.c' support on those systems.
38    */
39 #undef CRAY_STACKSEG_END
41 /* Define to 1 if using `alloca.c'. */
42 #undef C_ALLOCA
44 /* Define to 1 if using `getloadavg.c'. */
45 #undef C_GETLOADAVG
47 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
48 #undef DGUX
50 /* Define to 1 if you are using the GNU C Library. */
51 #undef DOUG_LEA_MALLOC
53 /* Define to the canonical Emacs configuration name. */
54 #undef EMACS_CONFIGURATION
56 /* Define to the options passed to configure. */
57 #undef EMACS_CONFIG_OPTIONS
59 /* Enable expensive run-time checking of data types? */
60 #undef ENABLE_CHECKING
62 /* Define this to check for errors in cons list. */
63 #undef GC_CHECK_CONS_LIST
65 /* Define this temporarily to hunt a bug. If defined, the size of strings is
66    redundantly recorded in sdata structures so that it can be compared to the
67    sizes recorded in Lisp strings. */
68 #undef GC_CHECK_STRING_BYTES
70 /* Define this to check the string free list. */
71 #undef GC_CHECK_STRING_FREE_LIST
73 /* Define this to check for short string overrun. */
74 #undef GC_CHECK_STRING_OVERRUN
76 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
77    */
78 #undef GETLOADAVG_PRIVILEGED
80 /* Define to 1 if the `getpgrp' function requires zero arguments. */
81 #undef GETPGRP_VOID
83 /* Define to 1 if gettimeofday accepts only one argument. */
84 #undef GETTIMEOFDAY_ONE_ARGUMENT
86 /* Define to 1 if you want to use the GNU memory allocator. */
87 #undef GNU_MALLOC
89 /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */
90 #undef HAVE_AIX_SMT_EXP
92 /* Define to 1 if you have the `alarm' function. */
93 #undef HAVE_ALARM
95 /* Define to 1 if you have `alloca', as a function or macro. */
96 #undef HAVE_ALLOCA
98 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
99    */
100 #undef HAVE_ALLOCA_H
102 /* Define to 1 if ALSA is available. */
103 #undef HAVE_ALSA
105 /* Define to 1 if GCC-style __attribute__ ((__aligned__ (expr))) works. */
106 #undef HAVE_ATTRIBUTE_ALIGNED
108 /* Define to 1 if strtold conforms to C99. */
109 #undef HAVE_C99_STRTOLD
111 /* Define to 1 if you have the `cbrt' function. */
112 #undef HAVE_CBRT
114 /* Define to 1 if you have the `cfmakeraw' function. */
115 #undef HAVE_CFMAKERAW
117 /* Define to 1 if you have the `cfsetspeed' function. */
118 #undef HAVE_CFSETSPEED
120 /* Define to 1 if you have the `closedir' function. */
121 #undef HAVE_CLOSEDIR
123 /* Define to 1 if you have the <coff.h> header file. */
124 #undef HAVE_COFF_H
126 /* Define to 1 if you have the <com_err.h> header file. */
127 #undef HAVE_COM_ERR_H
129 /* Define to 1 if you have the `copysign' function. */
130 #undef HAVE_COPYSIGN
132 /* Define to 1 if using D-Bus. */
133 #undef HAVE_DBUS
135 /* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
136 #undef HAVE_DBUS_WATCH_GET_UNIX_FD
138 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
139    */
140 #undef HAVE_DECL_GETENV
142 /* Define to 1 if you have the declaration of `getopt_clip', and to 0 if you
143    don't. */
144 #undef HAVE_DECL_GETOPT_CLIP
146 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
147    don't. */
148 #undef HAVE_DECL_LOCALTIME_R
150 /* Define to 1 if you have the declaration of `optreset', and to 0 if you
151    don't. */
152 #undef HAVE_DECL_OPTRESET
154 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
155    don't. */
156 #undef HAVE_DECL_SYS_SIGLIST
158 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
159    */
160 #undef HAVE_DECL_TZNAME
162 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
163    don't. */
164 #undef HAVE_DECL___SYS_SIGLIST
166 /* Define to 1 if you have the <des.h> header file. */
167 #undef HAVE_DES_H
169 /* Define to 1 if dynamic ptys are supported. */
170 #undef HAVE_DEV_PTMX
172 /* Define to 1 if you have the `difftime' function. */
173 #undef HAVE_DIFFTIME
175 /* Define to 1 if you have the <dirent.h> header file. */
176 #undef HAVE_DIRENT_H
178 /* Define to 1 if you have the `dup2' function. */
179 #undef HAVE_DUP2
181 /* Define to 1 if you have the `euidaccess' function. */
182 #undef HAVE_EUIDACCESS
184 /* Define to 1 if you have the <fcntl.h> header file. */
185 #undef HAVE_FCNTL_H
187 /* Define to 1 if you have the `fmod' function. */
188 #undef HAVE_FMOD
190 /* Define to 1 if you have the `fork' function. */
191 #undef HAVE_FORK
193 /* Define to 1 if you have the `fpathconf' function. */
194 #undef HAVE_FPATHCONF
196 /* Define to 1 if using the freetype and fontconfig libraries. */
197 #undef HAVE_FREETYPE
199 /* Define to 1 if you have the `frexp' function. */
200 #undef HAVE_FREXP
202 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
203 #undef HAVE_FSEEKO
205 /* Define to 1 if you have the `fsync' function. */
206 #undef HAVE_FSYNC
208 /* Define to 1 if you have the `ftime' function. */
209 #undef HAVE_FTIME
211 /* Define to 1 if you have the `gai_strerror' function. */
212 #undef HAVE_GAI_STRERROR
214 /* Define to 1 if using GConf. */
215 #undef HAVE_GCONF
217 /* Define to 1 if you have the `getaddrinfo' function. */
218 #undef HAVE_GETADDRINFO
220 /* Define to 1 if you have the `getcwd' function. */
221 #undef HAVE_GETCWD
223 /* Define to 1 if you have the `getdelim' function. */
224 #undef HAVE_GETDELIM
226 /* Define to 1 if you have the `getdomainname' function. */
227 #undef HAVE_GETDOMAINNAME
229 /* Define to 1 if you have the `gethostname' function. */
230 #undef HAVE_GETHOSTNAME
232 /* Define to 1 if you have the `getline' function. */
233 #undef HAVE_GETLINE
235 /* Define to 1 if you have the `getloadavg' function. */
236 #undef HAVE_GETLOADAVG
238 /* Define to 1 if you have the <getopt.h> header file. */
239 #undef HAVE_GETOPT_H
241 /* Define to 1 if you have the `getopt_long_only' function. */
242 #undef HAVE_GETOPT_LONG_ONLY
244 /* Define to 1 if you have the `getpagesize' function. */
245 #undef HAVE_GETPAGESIZE
247 /* Define to 1 if you have the `getpeername' function. */
248 #undef HAVE_GETPEERNAME
250 /* Define to 1 if you have the `getpt' function. */
251 #undef HAVE_GETPT
253 /* Define to 1 if you have the `getrlimit' function. */
254 #undef HAVE_GETRLIMIT
256 /* Define to 1 if you have the `getrusage' function. */
257 #undef HAVE_GETRUSAGE
259 /* Define to 1 if you have the `getsockname' function. */
260 #undef HAVE_GETSOCKNAME
262 /* Define to 1 if you have the `getsockopt' function. */
263 #undef HAVE_GETSOCKOPT
265 /* Define to 1 if you have the `gettimeofday' function. */
266 #undef HAVE_GETTIMEOFDAY
268 /* Define to 1 if you have the `getwd' function. */
269 #undef HAVE_GETWD
271 /* Define to 1 if you have the `get_current_dir_name' function. */
272 #undef HAVE_GET_CURRENT_DIR_NAME
274 /* Define to 1 if you have a gif (or ungif) library. */
275 #undef HAVE_GIF
277 /* Define if using GnuTLS. */
278 #undef HAVE_GNUTLS
280 /* Define to 1 if you have the gpm library (-lgpm). */
281 #undef HAVE_GPM
283 /* Define to 1 if you have the `grantpt' function. */
284 #undef HAVE_GRANTPT
286 /* Define to 1 if you have the `gtk_adjustment_get_page_size' function. */
287 #undef HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE
289 /* Define to 1 if you have GTK and pthread (-lpthread). */
290 #undef HAVE_GTK_AND_PTHREAD
292 /* Define to 1 if you have the `gtk_dialog_get_action_area' function. */
293 #undef HAVE_GTK_DIALOG_GET_ACTION_AREA
295 /* Define to 1 if you have the `gtk_file_selection_new' function. */
296 #undef HAVE_GTK_FILE_SELECTION_NEW
298 /* Define to 1 if you have the `gtk_main' function. */
299 #undef HAVE_GTK_MAIN
301 /* Define to 1 if you have the `gtk_orientable_set_orientation' function. */
302 #undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION
304 /* Define to 1 if you have the `gtk_widget_get_mapped' function. */
305 #undef HAVE_GTK_WIDGET_GET_MAPPED
307 /* Define to 1 if you have the `gtk_widget_get_sensitive' function. */
308 #undef HAVE_GTK_WIDGET_GET_SENSITIVE
310 /* Define to 1 if you have the `gtk_widget_get_window' function. */
311 #undef HAVE_GTK_WIDGET_GET_WINDOW
313 /* Define to 1 if you have the `gtk_widget_set_has_window' function. */
314 #undef HAVE_GTK_WIDGET_SET_HAS_WINDOW
316 /* Define to 1 if you have the `g_type_init' function. */
317 #undef HAVE_G_TYPE_INIT
319 /* Define to 1 if netdb.h declares h_errno. */
320 #undef HAVE_H_ERRNO
322 /* Define to 1 if using imagemagick. */
323 #undef HAVE_IMAGEMAGICK
325 /* Define to 1 if you have inet sockets. */
326 #undef HAVE_INET_SOCKETS
328 /* Define to 1 if you have the <inttypes.h> header file. */
329 #undef HAVE_INTTYPES_H
331 /* Define to 1 if you have the `isnan' function. */
332 #undef HAVE_ISNAN
334 /* Define to 1 if you have the jpeg library (-ljpeg). */
335 #undef HAVE_JPEG
337 /* Define to 1 if you have the <kerberosIV/des.h> header file. */
338 #undef HAVE_KERBEROSIV_DES_H
340 /* Define to 1 if you have the <kerberosIV/krb.h> header file. */
341 #undef HAVE_KERBEROSIV_KRB_H
343 /* Define to 1 if you have the <kerberos/des.h> header file. */
344 #undef HAVE_KERBEROS_DES_H
346 /* Define to 1 if you have the <kerberos/krb.h> header file. */
347 #undef HAVE_KERBEROS_KRB_H
349 /* Define to 1 if `e_text' is a member of `krb5_error'. */
350 #undef HAVE_KRB5_ERROR_E_TEXT
352 /* Define to 1 if `text' is a member of `krb5_error'. */
353 #undef HAVE_KRB5_ERROR_TEXT
355 /* Define to 1 if you have the <krb5.h> header file. */
356 #undef HAVE_KRB5_H
358 /* Define to 1 if you have the <krb.h> header file. */
359 #undef HAVE_KRB_H
361 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
362 #undef HAVE_LANGINFO_CODESET
364 /* Define to 1 if you have the `com_err' library (-lcom_err). */
365 #undef HAVE_LIBCOM_ERR
367 /* Define to 1 if you have the `crypto' library (-lcrypto). */
368 #undef HAVE_LIBCRYPTO
370 /* Define to 1 if you have the `des' library (-ldes). */
371 #undef HAVE_LIBDES
373 /* Define to 1 if you have the `des425' library (-ldes425). */
374 #undef HAVE_LIBDES425
376 /* Define to 1 if you have the `dgc' library (-ldgc). */
377 #undef HAVE_LIBDGC
379 /* Define to 1 if you have the `dnet' library (-ldnet). */
380 #undef HAVE_LIBDNET
382 /* Define to 1 if you have the hesiod library (-lhesiod). */
383 #undef HAVE_LIBHESIOD
385 /* Define to 1 if you have the `intl' library (-lintl). */
386 #undef HAVE_LIBINTL
388 /* Define to 1 if you have the `k5crypto' library (-lk5crypto). */
389 #undef HAVE_LIBK5CRYPTO
391 /* Define to 1 if you have the `krb' library (-lkrb). */
392 #undef HAVE_LIBKRB
394 /* Define to 1 if you have the `krb4' library (-lkrb4). */
395 #undef HAVE_LIBKRB4
397 /* Define to 1 if you have the `krb5' library (-lkrb5). */
398 #undef HAVE_LIBKRB5
400 /* Define to 1 if you have the `kstat' library (-lkstat). */
401 #undef HAVE_LIBKSTAT
403 /* Define to 1 if you have the `lockfile' library (-llockfile). */
404 #undef HAVE_LIBLOCKFILE
406 /* Define to 1 if you have the `m' library (-lm). */
407 #undef HAVE_LIBM
409 /* Define to 1 if you have the `mail' library (-lmail). */
410 #undef HAVE_LIBMAIL
412 /* Define to 1 if you have the `ncurses' library (-lncurses). */
413 #undef HAVE_LIBNCURSES
415 /* Define to 1 if using libotf. */
416 #undef HAVE_LIBOTF
418 /* Define to 1 if you have the <libpng/png.h> header file. */
419 #undef HAVE_LIBPNG_PNG_H
421 /* Define to 1 if you have the `pthreads' library (-lpthreads). */
422 #undef HAVE_LIBPTHREADS
424 /* Define to 1 if you have the resolv library (-lresolv). */
425 #undef HAVE_LIBRESOLV
427 /* Define to 1 if using SELinux. */
428 #undef HAVE_LIBSELINUX
430 /* Define to 1 if you have the `Xext' library (-lXext). */
431 #undef HAVE_LIBXEXT
433 /* Define to 1 if you have the libxml library (-lxml2). */
434 #undef HAVE_LIBXML2
436 /* Define to 1 if you have the `Xmu' library (-lXmu). */
437 #undef HAVE_LIBXMU
439 /* Define to 1 if you have the <limits.h> header file. */
440 #undef HAVE_LIMITS_H
442 /* Define to 1 if you have the <linux/version.h> header file. */
443 #undef HAVE_LINUX_VERSION_H
445 /* Define to 1 if you have the <locale.h> header file. */
446 #undef HAVE_LOCALE_H
448 /* Define to 1 if you have the `localtime_r' function. */
449 #undef HAVE_LOCALTIME_R
451 /* Define to 1 if you have the `logb' function. */
452 #undef HAVE_LOGB
454 /* Define to 1 if you support file names longer than 14 characters. */
455 #undef HAVE_LONG_FILE_NAMES
457 /* Define to 1 if you have the `lrand48' function. */
458 #undef HAVE_LRAND48
460 /* Define to 1 if using libm17n-flt. */
461 #undef HAVE_M17N_FLT
463 /* Define to 1 if you have the <machine/soundcard.h> header file. */
464 #undef HAVE_MACHINE_SOUNDCARD_H
466 /* Define to 1 if you have the <mach/mach.h> header file. */
467 #undef HAVE_MACH_MACH_H
469 /* Define to 1 if you have the `MagickExportImagePixels' function. */
470 #undef HAVE_MAGICKEXPORTIMAGEPIXELS
472 /* Define to 1 if you have the <maillock.h> header file. */
473 #undef HAVE_MAILLOCK_H
475 /* Define to 1 if you have the <malloc/malloc.h> header file. */
476 #undef HAVE_MALLOC_MALLOC_H
478 /* Define to 1 if you have the `mblen' function. */
479 #undef HAVE_MBLEN
481 /* Define to 1 if you have the `mbrlen' function. */
482 #undef HAVE_MBRLEN
484 /* Define to 1 if you have the `mbsinit' function. */
485 #undef HAVE_MBSINIT
487 /* Define to 1 if <wchar.h> declares mbstate_t. */
488 #undef HAVE_MBSTATE_T
490 /* Define to 1 if you have the `memcmp' function. */
491 #undef HAVE_MEMCMP
493 /* Define to 1 if you have the `memcpy' function. */
494 #undef HAVE_MEMCPY
496 /* Define to 1 if you have the `memmove' function. */
497 #undef HAVE_MEMMOVE
499 /* Define to 1 if you have the <memory.h> header file. */
500 #undef HAVE_MEMORY_H
502 /* Define to 1 if you have the `mempcpy' function. */
503 #undef HAVE_MEMPCPY
505 /* Define to 1 if you have the `memset' function. */
506 #undef HAVE_MEMSET
508 /* Define to 1 if you have mouse menus. (This is automatic if you use X, but
509    the option to specify it remains.) It is also defined with other window
510    systems that support xmenu.c. */
511 #undef HAVE_MENUS
513 /* Define to 1 if you have the `mkdir' function. */
514 #undef HAVE_MKDIR
516 /* Define to 1 if you have the `mkstemp' function. */
517 #undef HAVE_MKSTEMP
519 /* Define to 1 if you have a working `mmap' system call. */
520 #undef HAVE_MMAP
522 /* Define if you have mouse support. */
523 #undef HAVE_MOUSE
525 /* Define to 1 if you have the `mremap' function. */
526 #undef HAVE_MREMAP
528 /* Define to 1 if you have the <net/if.h> header file. */
529 #undef HAVE_NET_IF_H
531 /* Define to 1 if you have the <nlist.h> header file. */
532 #undef HAVE_NLIST_H
534 /* Define to 1 if you are using the NeXTstep API, either GNUstep or Cocoa on
535    Mac OS X. */
536 #undef HAVE_NS
538 /* Define to 1 if libotf has OTF_get_variation_glyphs. */
539 #undef HAVE_OTF_GET_VARIATION_GLYPHS
541 /* Define to 1 if personality LINUX32 can be set. */
542 #undef HAVE_PERSONALITY_LINUX32
544 /* Define to 1 if you have the png library (-lpng). */
545 #undef HAVE_PNG
547 /* Define to 1 if you have the <png.h> header file. */
548 #undef HAVE_PNG_H
550 /* Define to 1 if you have the `posix_memalign' function. */
551 #undef HAVE_POSIX_MEMALIGN
553 /* Define to 1 if you have the `pstat_getdynamic' function. */
554 #undef HAVE_PSTAT_GETDYNAMIC
556 /* Define to 1 if you have the <pthread.h> header file. */
557 #undef HAVE_PTHREAD_H
559 /* Define to 1 if you have the <pty.h> header file. */
560 #undef HAVE_PTY_H
562 /* Define to 1 if you have the <pwd.h> header file. */
563 #undef HAVE_PWD_H
565 /* Define to 1 if you have the `random' function. */
566 #undef HAVE_RANDOM
568 /* Define to 1 if chown is declared even after undefining macros. */
569 #undef HAVE_RAW_DECL_CHOWN
571 /* Define to 1 if dup2 is declared even after undefining macros. */
572 #undef HAVE_RAW_DECL_DUP2
574 /* Define to 1 if dup3 is declared even after undefining macros. */
575 #undef HAVE_RAW_DECL_DUP3
577 /* Define to 1 if endusershell is declared even after undefining macros. */
578 #undef HAVE_RAW_DECL_ENDUSERSHELL
580 /* Define to 1 if environ is declared even after undefining macros. */
581 #undef HAVE_RAW_DECL_ENVIRON
583 /* Define to 1 if euidaccess is declared even after undefining macros. */
584 #undef HAVE_RAW_DECL_EUIDACCESS
586 /* Define to 1 if faccessat is declared even after undefining macros. */
587 #undef HAVE_RAW_DECL_FACCESSAT
589 /* Define to 1 if fchdir is declared even after undefining macros. */
590 #undef HAVE_RAW_DECL_FCHDIR
592 /* Define to 1 if fchownat is declared even after undefining macros. */
593 #undef HAVE_RAW_DECL_FCHOWNAT
595 /* Define to 1 if fsync is declared even after undefining macros. */
596 #undef HAVE_RAW_DECL_FSYNC
598 /* Define to 1 if ftruncate is declared even after undefining macros. */
599 #undef HAVE_RAW_DECL_FTRUNCATE
601 /* Define to 1 if getcwd is declared even after undefining macros. */
602 #undef HAVE_RAW_DECL_GETCWD
604 /* Define to 1 if getdomainname is declared even after undefining macros. */
605 #undef HAVE_RAW_DECL_GETDOMAINNAME
607 /* Define to 1 if getdtablesize is declared even after undefining macros. */
608 #undef HAVE_RAW_DECL_GETDTABLESIZE
610 /* Define to 1 if getgroups is declared even after undefining macros. */
611 #undef HAVE_RAW_DECL_GETGROUPS
613 /* Define to 1 if gethostname is declared even after undefining macros. */
614 #undef HAVE_RAW_DECL_GETHOSTNAME
616 /* Define to 1 if getlogin is declared even after undefining macros. */
617 #undef HAVE_RAW_DECL_GETLOGIN
619 /* Define to 1 if getlogin_r is declared even after undefining macros. */
620 #undef HAVE_RAW_DECL_GETLOGIN_R
622 /* Define to 1 if getpagesize is declared even after undefining macros. */
623 #undef HAVE_RAW_DECL_GETPAGESIZE
625 /* Define to 1 if getusershell is declared even after undefining macros. */
626 #undef HAVE_RAW_DECL_GETUSERSHELL
628 /* Define to 1 if lchown is declared even after undefining macros. */
629 #undef HAVE_RAW_DECL_LCHOWN
631 /* Define to 1 if link is declared even after undefining macros. */
632 #undef HAVE_RAW_DECL_LINK
634 /* Define to 1 if linkat is declared even after undefining macros. */
635 #undef HAVE_RAW_DECL_LINKAT
637 /* Define to 1 if lseek is declared even after undefining macros. */
638 #undef HAVE_RAW_DECL_LSEEK
640 /* Define to 1 if pipe is declared even after undefining macros. */
641 #undef HAVE_RAW_DECL_PIPE
643 /* Define to 1 if pipe2 is declared even after undefining macros. */
644 #undef HAVE_RAW_DECL_PIPE2
646 /* Define to 1 if pread is declared even after undefining macros. */
647 #undef HAVE_RAW_DECL_PREAD
649 /* Define to 1 if pwrite is declared even after undefining macros. */
650 #undef HAVE_RAW_DECL_PWRITE
652 /* Define to 1 if readlink is declared even after undefining macros. */
653 #undef HAVE_RAW_DECL_READLINK
655 /* Define to 1 if readlinkat is declared even after undefining macros. */
656 #undef HAVE_RAW_DECL_READLINKAT
658 /* Define to 1 if rmdir is declared even after undefining macros. */
659 #undef HAVE_RAW_DECL_RMDIR
661 /* Define to 1 if setusershell is declared even after undefining macros. */
662 #undef HAVE_RAW_DECL_SETUSERSHELL
664 /* Define to 1 if sleep is declared even after undefining macros. */
665 #undef HAVE_RAW_DECL_SLEEP
667 /* Define to 1 if symlink is declared even after undefining macros. */
668 #undef HAVE_RAW_DECL_SYMLINK
670 /* Define to 1 if symlinkat is declared even after undefining macros. */
671 #undef HAVE_RAW_DECL_SYMLINKAT
673 /* Define to 1 if ttyname_r is declared even after undefining macros. */
674 #undef HAVE_RAW_DECL_TTYNAME_R
676 /* Define to 1 if unlink is declared even after undefining macros. */
677 #undef HAVE_RAW_DECL_UNLINK
679 /* Define to 1 if unlinkat is declared even after undefining macros. */
680 #undef HAVE_RAW_DECL_UNLINKAT
682 /* Define to 1 if usleep is declared even after undefining macros. */
683 #undef HAVE_RAW_DECL_USLEEP
685 /* Define to 1 if you have the `recvfrom' function. */
686 #undef HAVE_RECVFROM
688 /* Define to 1 if you have the `rename' function. */
689 #undef HAVE_RENAME
691 /* Define to 1 if res_init is available. */
692 #undef HAVE_RES_INIT
694 /* Define to 1 if you have the `rint' function. */
695 #undef HAVE_RINT
697 /* Define to 1 if you have the `rmdir' function. */
698 #undef HAVE_RMDIR
700 /* Define to 1 if using librsvg. */
701 #undef HAVE_RSVG
703 /* Define to 1 if you have the `select' function. */
704 #undef HAVE_SELECT
706 /* Define to 1 if you have the `sendto' function. */
707 #undef HAVE_SENDTO
709 /* Define to 1 if you have the `setitimer' function. */
710 #undef HAVE_SETITIMER
712 /* Define to 1 if you have the `setlocale' function. */
713 #undef HAVE_SETLOCALE
715 /* Define to 1 if you have the `setpgid' function. */
716 #undef HAVE_SETPGID
718 /* Define to 1 if you have the `setrlimit' function. */
719 #undef HAVE_SETRLIMIT
721 /* Define to 1 if you have the `setsid' function. */
722 #undef HAVE_SETSID
724 /* Define to 1 if you have the `setsockopt' function. */
725 #undef HAVE_SETSOCKOPT
727 /* Define to 1 if you have the `shutdown' function. */
728 #undef HAVE_SHUTDOWN
730 /* Define to 1 if the system has the type `size_t'. */
731 #undef HAVE_SIZE_T
733 /* Define to 1 if you have sound support. */
734 #undef HAVE_SOUND
736 /* Define to 1 if you have the <soundcard.h> header file. */
737 #undef HAVE_SOUNDCARD_H
739 /* Define to 1 if `speed_t' is declared by <termios.h>. */
740 #undef HAVE_SPEED_T
742 /* Define to 1 if you have the <stdint.h> header file. */
743 #undef HAVE_STDINT_H
745 /* Define to 1 if you have the <stdio_ext.h> header file. */
746 #undef HAVE_STDIO_EXT_H
748 /* Define to 1 if you have the <stdlib.h> header file. */
749 #undef HAVE_STDLIB_H
751 /* Define to 1 if you have the `strchr' function. */
752 #undef HAVE_STRCHR
754 /* Define to 1 if you have the `strerror' function. */
755 #undef HAVE_STRERROR
757 /* Define to 1 if you have the `strftime' function. */
758 #undef HAVE_STRFTIME
760 /* Define to 1 if you have the <strings.h> header file. */
761 #undef HAVE_STRINGS_H
763 /* Define to 1 if you have the <string.h> header file. */
764 #undef HAVE_STRING_H
766 /* Define to 1 if you have the `strrchr' function. */
767 #undef HAVE_STRRCHR
769 /* Define to 1 if you have the `strsignal' function. */
770 #undef HAVE_STRSIGNAL
772 /* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */
773 #undef HAVE_STRUCT_IFREQ_IFR_ADDR
775 /* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */
776 #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
778 /* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */
779 #undef HAVE_STRUCT_IFREQ_IFR_FLAGS
781 /* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */
782 #undef HAVE_STRUCT_IFREQ_IFR_HWADDR
784 /* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */
785 #undef HAVE_STRUCT_IFREQ_IFR_NETMASK
787 /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
788 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
790 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
791 #undef HAVE_STRUCT_TM_TM_ZONE
793 /* Define to 1 if `struct utimbuf' is declared by <utime.h>. */
794 #undef HAVE_STRUCT_UTIMBUF
796 /* Define to 1 if you have the `sync' function. */
797 #undef HAVE_SYNC
799 /* Define to 1 if you have the `sysinfo' function. */
800 #undef HAVE_SYSINFO
802 /* Define to 1 if you have the <sys/mman.h> header file. */
803 #undef HAVE_SYS_MMAN_H
805 /* Define to 1 if you have the <sys/param.h> header file. */
806 #undef HAVE_SYS_PARAM_H
808 /* Define to 1 if you have the <sys/resource.h> header file. */
809 #undef HAVE_SYS_RESOURCE_H
811 /* Define to 1 if you have the <sys/select.h> header file. */
812 #undef HAVE_SYS_SELECT_H
814 /* Define to 1 if you have the <sys/socket.h> header file. */
815 #undef HAVE_SYS_SOCKET_H
817 /* Define to 1 if you have the <sys/soundcard.h> header file. */
818 #undef HAVE_SYS_SOUNDCARD_H
820 /* Define to 1 if you have the <sys/stat.h> header file. */
821 #undef HAVE_SYS_STAT_H
823 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
824 #undef HAVE_SYS_SYSTEMINFO_H
826 /* Define to 1 if you have the <sys/time.h> header file. */
827 #undef HAVE_SYS_TIME_H
829 /* Define to 1 if you have the <sys/types.h> header file. */
830 #undef HAVE_SYS_TYPES_H
832 /* Define to 1 if you have the <sys/un.h> header file. */
833 #undef HAVE_SYS_UN_H
835 /* Define to 1 if you have the <sys/utsname.h> header file. */
836 #undef HAVE_SYS_UTSNAME_H
838 /* Define to 1 if you have the <sys/vlimit.h> header file. */
839 #undef HAVE_SYS_VLIMIT_H
841 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
842 #undef HAVE_SYS_WAIT_H
844 /* Define to 1 if you have the <sys/_mbstate_t.h> header file. */
845 #undef HAVE_SYS__MBSTATE_T_H
847 /* Define to 1 if you have the <term.h> header file. */
848 #undef HAVE_TERM_H
850 /* Define to 1 if you have the tiff library (-ltiff). */
851 #undef HAVE_TIFF
853 /* Define to 1 if `struct timeval' is declared by <sys/time.h>. */
854 #undef HAVE_TIMEVAL
856 /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */
857 #undef HAVE_TM_GMTOFF
859 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
860    `HAVE_STRUCT_TM_TM_ZONE' instead. */
861 #undef HAVE_TM_ZONE
863 /* Define to 1 if you have the `touchlock' function. */
864 #undef HAVE_TOUCHLOCK
866 /* Define to 1 if you don't have `tm_zone' but do have the external array
867    `tzname'. */
868 #undef HAVE_TZNAME
870 /* Define to 1 if you have the `tzset' function. */
871 #undef HAVE_TZSET
873 /* Define to 1 if you have the `ualarm' function. */
874 #undef HAVE_UALARM
876 /* Define to 1 if you have the <unistd.h> header file. */
877 #undef HAVE_UNISTD_H
879 /* Define to 1 if you have the <util.h> header file. */
880 #undef HAVE_UTIL_H
882 /* Define to 1 if you have the `utimes' function. */
883 #undef HAVE_UTIMES
885 /* Define to 1 if you have the <utime.h> header file. */
886 #undef HAVE_UTIME_H
888 /* Define to 1 if you have the <utmp.h> header file. */
889 #undef HAVE_UTMP_H
891 /* Define to 1 if you have the `vfork' function. */
892 #undef HAVE_VFORK
894 /* Define to 1 if you have the <vfork.h> header file. */
895 #undef HAVE_VFORK_H
897 /* Define if you have the 'wchar_t' type. */
898 #undef HAVE_WCHAR_T
900 /* Define if you have a window system. */
901 #undef HAVE_WINDOW_SYSTEM
903 /* Define to 1 if `fork' works. */
904 #undef HAVE_WORKING_FORK
906 /* Define to 1 if `vfork' works. */
907 #undef HAVE_WORKING_VFORK
909 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
910    expects to use version 10. */
911 #undef HAVE_X11
913 /* Define to 1 if you have the X11R6 or newer version of Xlib. */
914 #undef HAVE_X11R6
916 /* Define if you have usable X11R6-style XIM support. */
917 #undef HAVE_X11R6_XIM
919 /* Define to 1 if you have the X11R6 or newer version of Xt. */
920 #undef HAVE_X11XTR6
922 /* Define to 1 if you have the Xaw3d library (-lXaw3d). */
923 #undef HAVE_XAW3D
925 /* Define to 1 if you have the Xft library. */
926 #undef HAVE_XFT
928 /* Define to 1 if XIM is available */
929 #undef HAVE_XIM
931 /* Define to 1 if you have the XkbGetKeyboard function. */
932 #undef HAVE_XKBGETKEYBOARD
934 /* Define to 1 if you have the Xpm libary (-lXpm). */
935 #undef HAVE_XPM
937 /* Define to 1 if you have the `XrmSetDatabase' function. */
938 #undef HAVE_XRMSETDATABASE
940 /* Define to 1 if you have the `XScreenNumberOfScreen' function. */
941 #undef HAVE_XSCREENNUMBEROFSCREEN
943 /* Define to 1 if you have the `XScreenResourceString' function. */
944 #undef HAVE_XSCREENRESOURCESTRING
946 /* Define to 1 if you have the `XSetWMProtocols' function. */
947 #undef HAVE_XSETWMPROTOCOLS
949 /* Define if you have usable i18n support. */
950 #undef HAVE_X_I18N
952 /* Define to 1 if you have the SM library (-lSM). */
953 #undef HAVE_X_SM
955 /* Define to 1 if you want to use the X window system. */
956 #undef HAVE_X_WINDOWS
958 /* Define to 1 if you have the `__builtin_unwind_init' function. */
959 #undef HAVE___BUILTIN_UNWIND_INIT
961 /* Define to 1 if you have the `__executable_start' function. */
962 #undef HAVE___EXECUTABLE_START
964 /* Define to 1 if you have the `__fpending' function. */
965 #undef HAVE___FPENDING
967 /* Define to support using a Hesiod database to find the POP server. */
968 #undef HESIOD
970 /* Define to support Kerberos-authenticated POP mail retrieval. */
971 #undef KERBEROS
973 /* Define to use Kerberos 5 instead of Kerberos 4. */
974 #undef KERBEROS5
976 /* Define to 1 if localtime caches TZ. */
977 #undef LOCALTIME_CACHE
979 /* String giving fallback POP mail host. */
980 #undef MAILHOST
982 /* Define to unlink, rather than empty, mail spool after reading. */
983 #undef MAIL_UNLINK_SPOOL
985 /* Define if the mailer uses flock to interlock the mail spool. */
986 #undef MAIL_USE_FLOCK
988 /* Define if the mailer uses lockf to interlock the mail spool. */
989 #undef MAIL_USE_LOCKF
991 /* Define to support MMDF mailboxes in movemail. */
992 #undef MAIL_USE_MMDF
994 /* Define to support POP mail retrieval. */
995 #undef MAIL_USE_POP
997 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
998    on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
999 #undef NLIST_NAME_UNION
1001 /* Define to 1 if you don't have struct exception in math.h. */
1002 #undef NO_MATHERR
1004 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1005 #undef NO_MINUS_C_MINUS_O
1007 /* Define to 1 if `NSInteger' is defined. */
1008 #undef NS_HAVE_NSINTEGER
1010 /* Define to 1 if you are using NS windowing under MacOS X. */
1011 #undef NS_IMPL_COCOA
1013 /* Define to 1 if you are using NS windowing under GNUstep. */
1014 #undef NS_IMPL_GNUSTEP
1016 /* Define if the C compiler is the linker. */
1017 #undef ORDINARY_LINK
1019 /* Name of package */
1020 #undef PACKAGE
1022 /* Define to the address where bug reports for this package should be sent. */
1023 #undef PACKAGE_BUGREPORT
1025 /* Define to the full name of this package. */
1026 #undef PACKAGE_NAME
1028 /* Define to the full name and version of this package. */
1029 #undef PACKAGE_STRING
1031 /* Define to the one symbol short name of this package. */
1032 #undef PACKAGE_TARNAME
1034 /* Define to the home page for this package. */
1035 #undef PACKAGE_URL
1037 /* Define to the version of this package. */
1038 #undef PACKAGE_VERSION
1040 /* Define as `void' if your compiler accepts `void *'; otherwise define as
1041    `char'. */
1042 #undef POINTER_TYPE
1044 /* Define to 1 if the C compiler supports function prototypes. */
1045 #undef PROTOTYPES
1047 /* Define REL_ALLOC if you want to use the relocating allocator for buffer
1048    space. */
1049 #undef REL_ALLOC
1051 /* Define as the return type of signal handlers (`int' or `void'). */
1052 #undef RETSIGTYPE
1054 /* If using the C implementation of alloca, define if you know the
1055    direction of stack growth for your system; otherwise it will be
1056    automatically deduced at runtime.
1057         STACK_DIRECTION > 0 => grows toward higher addresses
1058         STACK_DIRECTION < 0 => grows toward lower addresses
1059         STACK_DIRECTION = 0 => direction of growth unknown */
1060 #undef STACK_DIRECTION
1062 /* Define to 1 if you have the ANSI C header files. */
1063 #undef STDC_HEADERS
1065 /* Define to 1 on System V Release 4. */
1066 #undef SVR4
1068 /* Process async input synchronously. */
1069 #undef SYNC_INPUT
1071 /* Define to use system malloc. */
1072 #undef SYSTEM_MALLOC
1074 /* Define to 1 if you use terminfo instead of termcap. */
1075 #undef TERMINFO
1077 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1078 #undef TIME_WITH_SYS_TIME
1080 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1081 #undef TM_IN_SYS_TIME
1083 /* Define to 1 for Encore UMAX. */
1084 #undef UMAX
1086 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1087    <sys/cpustats.h>. */
1088 #undef UMAX4_3
1090 /* Define to 1 if using GTK. */
1091 #undef USE_GTK
1093 /* Define this to use a lisp union for the Lisp_Object data type. */
1094 #undef USE_LISP_UNION_TYPE
1096 /* Define to 1 if using the Lucid X toolkit. */
1097 #undef USE_LUCID
1099 /* Define to use mmap to allocate buffer text. */
1100 #undef USE_MMAP_FOR_BUFFERS
1102 /* Define to 1 if using the Motif X toolkit. */
1103 #undef USE_MOTIF
1105 /* Define to 1 if we should use toolkit scroll bars. */
1106 #undef USE_TOOLKIT_SCROLL_BARS
1108 /* Define to 1 if we should use XIM, if it is available. */
1109 #undef USE_XIM
1111 /* Define to 1 if using an X toolkit. */
1112 #undef USE_X_TOOLKIT
1114 /* Version number of package */
1115 #undef VERSION
1117 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1118    significant byte first (like Motorola and SPARC, unlike Intel). */
1119 #if defined AC_APPLE_UNIVERSAL_BUILD
1120 # if defined __BIG_ENDIAN__
1121 #  define WORDS_BIGENDIAN 1
1122 # endif
1123 #else
1124 # ifndef WORDS_BIGENDIAN
1125 #  undef WORDS_BIGENDIAN
1126 # endif
1127 #endif
1129 /* Define this to check for malloc buffer overrun. */
1130 #undef XMALLOC_OVERRUN_CHECK
1132 /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
1133    XPointer or XPointer*. */
1134 #undef XRegisterIMInstantiateCallback_arg6
1136 /* Number of bits in a file offset, on hosts where this is settable. */
1137 #undef _FILE_OFFSET_BITS
1139 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1140 #undef _LARGEFILE_SOURCE
1142 /* Define for large files, on AIX-style hosts. */
1143 #undef _LARGE_FILES
1145 /* Define to 1 if on MINIX. */
1146 #undef _MINIX
1148 /* Define to 2 if the system does not provide POSIX.1 features except with
1149    this defined. */
1150 #undef _POSIX_1_SOURCE
1152 /* Define to 1 if you need to in order for `stat' and other things to work. */
1153 #undef _POSIX_SOURCE
1155 /* Define to 500 only on HP-UX. */
1156 #undef _XOPEN_SOURCE
1158 /* Enable extensions on AIX 3, Interix.  */
1159 #ifndef _ALL_SOURCE
1160 # undef _ALL_SOURCE
1161 #endif
1162 /* Enable GNU extensions on systems that have them.  */
1163 #ifndef _GNU_SOURCE
1164 # undef _GNU_SOURCE
1165 #endif
1166 /* Enable threading extensions on Solaris.  */
1167 #ifndef _POSIX_PTHREAD_SEMANTICS
1168 # undef _POSIX_PTHREAD_SEMANTICS
1169 #endif
1170 /* Enable extensions on HP NonStop.  */
1171 #ifndef _TANDEM_SOURCE
1172 # undef _TANDEM_SOURCE
1173 #endif
1174 /* Enable general extensions on Solaris.  */
1175 #ifndef __EXTENSIONS__
1176 # undef __EXTENSIONS__
1177 #endif
1180 /* Define to rpl_ if the getopt replacement functions and variables should be
1181    used. */
1182 #undef __GETOPT_PREFIX
1184 /* Define like PROTOTYPES; this can be used by system headers. */
1185 #undef __PROTOTYPES
1187 /* Define to compiler's equivalent of C99 restrict keyword in array
1188    declarations. Define as empty for no equivalent. */
1189 #undef __restrict_arr
1191 /* Define to the used machine dependent file. */
1192 #undef config_machfile
1194 /* Define to the used os dependent file. */
1195 #undef config_opsysfile
1197 /* Define to empty if `const' does not conform to ANSI C. */
1198 #undef const
1200 /* Define to `__inline__' or `__inline' if that's what the C compiler
1201    calls it, or to nothing if 'inline' is not supported under any name.  */
1202 #ifndef __cplusplus
1203 #undef inline
1204 #endif
1206 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1207    the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1208    earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1209    __APPLE__ && __MACH__ test for MacOS X.
1210    __APPLE_CC__ tests for the Apple compiler and its version.
1211    __STDC_VERSION__ tests for the C99 mode.  */
1212 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1213 # define __GNUC_STDC_INLINE__ 1
1214 #endif
1216 /* Define to a type if <wchar.h> does not define. */
1217 #undef mbstate_t
1219 /* Define to `int' if <sys/types.h> does not define. */
1220 #undef pid_t
1222 /* Define to the equivalent of the C99 'restrict' keyword, or to
1223    nothing if this is not supported.  Do not define if restrict is
1224    supported directly.  */
1225 #undef restrict
1226 /* Work around a bug in Sun C++: it does not support _Restrict or
1227    __restrict__, even though the corresponding Sun C compiler ends up with
1228    "#define restrict _Restrict" or "#define restrict __restrict__" in the
1229    previous line.  Perhaps some future version of Sun C++ will work with
1230    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
1231 #if defined __SUNPRO_CC && !defined __RESTRICT
1232 # define _Restrict
1233 # define __restrict__
1234 #endif
1236 /* Define to `unsigned int' if <sys/types.h> does not define. */
1237 #undef size_t
1239 /* Define to any substitute for sys_siglist. */
1240 #undef sys_siglist
1242 /* Define as a marker that can be attached to declarations that might not
1243     be used.  This helps to reduce warnings, such as from
1244     GCC -Wunused-parameter.  */
1245 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1246 # define _GL_UNUSED __attribute__ ((__unused__))
1247 #else
1248 # define _GL_UNUSED
1249 #endif
1250 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1251    is a misnomer outside of parameter lists.  */
1252 #define _UNUSED_PARAMETER_ _GL_UNUSED
1255 /* Define as `fork' if `vfork' does not work. */
1256 #undef vfork
1258 /* Define to empty if the keyword `volatile' does not work. Warning: valid
1259    code using `volatile' can become incorrect without. Disable with care. */
1260 #undef volatile
1263 /* Define AMPERSAND_FULL_NAME if you use the convention
1264    that & in the full name stands for the login id.  */
1265 /* Turned on June 1996 supposing nobody will mind it.  */
1266 #define AMPERSAND_FULL_NAME
1268 /* If using GNU, then support inline function declarations.  */
1269 /* Don't try to switch on inline handling as detected by AC_C_INLINE
1270    generally, because even if non-gcc compilers accept `inline', they
1271    may reject `extern inline'.  */
1272 #if defined (__GNUC__)
1273 #define INLINE __inline__
1274 #else
1275 #define INLINE
1276 #endif
1278 /* `subprocesses' should be defined if you want to
1279    have code for asynchronous subprocesses
1280    (as used in M-x compile and M-x shell).
1281    Only MSDOS does not support this (it overrides
1282    this in its config_opsysfile below).  */
1284 #define subprocesses
1286 /* Include the os and machine dependent files.  */
1287 #include config_opsysfile
1288 #ifdef config_machfile
1289 # include config_machfile
1290 #endif
1292 /* GNUstep needs a bit more pure memory.  Of the existing knobs,
1293    SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems.
1294   (There is probably a better place to do this, but right now the
1295    Cocoa side does this in s/darwin.h and we cannot parallel this
1296    exactly since GNUstep is multi-OS.  */
1297 #if defined HAVE_NS && defined NS_IMPL_GNUSTEP
1298 #  define SYSTEM_PURESIZE_EXTRA 30000
1299 #endif
1301 /* SIGTYPE is the macro we actually use.  */
1302 #ifndef SIGTYPE
1303 #define SIGTYPE RETSIGTYPE
1304 #endif
1306 #ifdef emacs /* Don't do this for lib-src.  */
1307 /* Tell regex.c to use a type compatible with Emacs.  */
1308 #define RE_TRANSLATE_TYPE Lisp_Object
1309 #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
1310 #ifdef make_number
1311 /* If make_number is a macro, use it.  */
1312 #define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0)))
1313 #else
1314 /* If make_number is a function, avoid it.  */
1315 #define RE_TRANSLATE_P(TBL) (!(INTEGERP (TBL) && XINT (TBL) == 0))
1316 #endif
1317 #endif
1319 #define my_strftime nstrftime   /* for strftime.c */
1321 /* These default definitions are good for almost all machines.
1322    The exceptions override them in m/MACHINE.h.  */
1324 #ifndef BITS_PER_CHAR
1325 #define BITS_PER_CHAR 8
1326 #endif
1328 #ifndef BITS_PER_SHORT
1329 #define BITS_PER_SHORT 16
1330 #endif
1332 /* Note that lisp.h uses this in a preprocessor conditional, so it
1333    would not work to use sizeof.  That being so, we do all of them
1334    without sizeof, for uniformity's sake.  */
1335 #ifndef BITS_PER_INT
1336 #define BITS_PER_INT 32
1337 #endif
1339 #ifndef BITS_PER_LONG
1340 #ifdef _LP64
1341 #define BITS_PER_LONG 64
1342 #else
1343 #define BITS_PER_LONG 32
1344 #endif
1345 #endif
1347 /* Define if the compiler supports function prototypes.  It may do so but
1348    not define __STDC__ (e.g. DEC C by default) or may define it as zero.  */
1349 #undef PROTOTYPES
1351 #include <string.h>
1352 #include <stdlib.h>
1354 #ifdef HAVE_ALLOCA_H
1355 # include <alloca.h>
1356 #elif defined __GNUC__
1357 # define alloca __builtin_alloca
1358 #elif defined _AIX
1359 # define alloca __alloca
1360 #else
1361 # include <stddef.h>
1362 # ifdef  __cplusplus
1363 extern "C"
1364 # endif
1365 void *alloca (size_t);
1366 #endif
1368 #ifndef HAVE_SIZE_T
1369 typedef unsigned size_t;
1370 #endif
1372 #ifndef HAVE_STRCHR
1373 #define strchr(a, b) index (a, b)
1374 #endif
1376 #ifndef HAVE_STRRCHR
1377 #define strrchr(a, b) rindex (a, b)
1378 #endif
1380 #if defined __GNUC__ && (__GNUC__ > 2 \
1381                          || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5))
1382 #define NO_RETURN       __attribute__ ((__noreturn__))
1383 #else
1384 #define NO_RETURN       /* nothing */
1385 #endif
1387 #if __GNUC__ >= 3  /* On GCC 3.0 we might get a warning.  */
1388 #define NO_INLINE __attribute__((noinline))
1389 #else
1390 #define NO_INLINE
1391 #endif
1393 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1))
1394 #define EXTERNALLY_VISIBLE __attribute__((externally_visible))
1395 #else
1396 #define EXTERNALLY_VISIBLE
1397 #endif
1399 /* Some versions of GNU/Linux define noinline in their headers.  */
1400 #ifdef noinline
1401 #undef noinline
1402 #endif
1404 /* These won't be used automatically yet.  We also need to know, at least,
1405    that the stack is continuous.  */
1406 #ifdef __GNUC__
1407 #  ifndef GC_SETJMP_WORKS
1408   /* GC_SETJMP_WORKS is nearly always appropriate for GCC.  */
1409 #    define GC_SETJMP_WORKS 1
1410 #  endif
1411 #  ifndef GC_LISP_OBJECT_ALIGNMENT
1412 #    define GC_LISP_OBJECT_ALIGNMENT (__alignof__ (Lisp_Object))
1413 #  endif
1414 #endif
1416 #endif /* EMACS_CONFIG_H */
1419 Local Variables:
1420 mode: c
1421 End: