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