Regenerate.
[bpt/emacs.git] / src / config.in
CommitLineData
1c9952f8
AS
1/* src/config.in. Generated from configure.in by autoheader. */
2
6bae0ccf 3/* GNU Emacs site configuration template file.
97ff09b3 4 Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005,
114f9c96 5 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
6c4f352f
JB
6
7This file is part of GNU Emacs.
8
8275fb5a 9GNU Emacs is free software: you can redistribute it and/or modify
eb963e25 10it under the terms of the GNU General Public License as published by
8275fb5a
GM
11the Free Software Foundation, either version 3 of the License, or
12(at your option) any later version.
eb963e25 13
6c4f352f 14GNU Emacs is distributed in the hope that it will be useful,
eb963e25
RS
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details.
18
1c9952f8 19You should have received a copy of the GNU General Public License
8275fb5a 20along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1c9952f8
AS
21
22
22044edf 23/* No code in Emacs #includes config.h twice, but some bits of code
177c0ea7 24 intended to work with other packages as well (like gmalloc.c)
1c9952f8
AS
25 think they can include it as many times as they like. */
26#ifndef EMACS_CONFIG_H
27#define EMACS_CONFIG_H
28
29
1fd182f0
PE
30/* Define if the compiler is building for multiple architectures of Apple
31 platforms at once. */
32#undef AA_APPLE_UNIVERSAL_BUILD
33
671d409f
AS
34/* Define if building universal (internal helper macro) */
35#undef AC_APPLE_UNIVERSAL_BUILD
36
e7586c7a
GM
37/* Define if Emacs cannot be dumped on your system. */
38#undef CANNOT_DUMP
39
1c9952f8
AS
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
44
45/* Define to 1 if using `alloca.c'. */
46#undef C_ALLOCA
47
48/* Define to 1 if using `getloadavg.c'. */
49#undef C_GETLOADAVG
50
1c9952f8
AS
51/* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
52#undef DGUX
53
54/* Define to 1 if you are using the GNU C Library. */
55#undef DOUG_LEA_MALLOC
56
57/* Define to the canonical Emacs configuration name. */
58#undef EMACS_CONFIGURATION
59
60/* Define to the options passed to configure. */
61#undef EMACS_CONFIG_OPTIONS
62
29771094
DN
63/* Enable expensive run-time checking of data types? */
64#undef ENABLE_CHECKING
65
66/* Define this to check for errors in cons list. */
67#undef GC_CHECK_CONS_LIST
68
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
73
74/* Define this to check the string free list. */
75#undef GC_CHECK_STRING_FREE_LIST
76
77/* Define this to check for short string overrun. */
78#undef GC_CHECK_STRING_OVERRUN
79
1c9952f8
AS
80/* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
81 */
82#undef GETLOADAVG_PRIVILEGED
83
44f75c4f
MB
84/* Define to 1 if the `getpgrp' function requires zero arguments. */
85#undef GETPGRP_VOID
86
1c9952f8
AS
87/* Define to 1 if gettimeofday accepts only one argument. */
88#undef GETTIMEOFDAY_ONE_ARGUMENT
89
e275c824
PE
90/* Define to 1 when the gnulib module getopt-gnu should be tested. */
91#undef GNULIB_TEST_GETOPT_GNU
92
1fd182f0
PE
93/* Define to 1 when the gnulib module mktime should be tested. */
94#undef GNULIB_TEST_MKTIME
95
96/* Define to 1 when the gnulib module time_r should be tested. */
97#undef GNULIB_TEST_TIME_R
98
1c9952f8
AS
99/* Define to 1 if you want to use the GNU memory allocator. */
100#undef GNU_MALLOC
101
102/* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */
103#undef HAVE_AIX_SMT_EXP
104
105/* Define to 1 if you have the `alarm' function. */
106#undef HAVE_ALARM
107
108/* Define to 1 if you have `alloca', as a function or macro. */
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
51d13991
JD
115/* Define to 1 if ALSA is available. */
116#undef HAVE_ALSA
117
a451f14b
PE
118/* Define to 1 if strtold conforms to C99. */
119#undef HAVE_C99_STRTOLD
120
1c9952f8
AS
121/* Define to 1 if you have the `cbrt' function. */
122#undef HAVE_CBRT
123
2d3c36ae
SM
124/* Define to 1 if you have the `cfmakeraw' function. */
125#undef HAVE_CFMAKERAW
126
127/* Define to 1 if you have the `cfsetspeed' function. */
128#undef HAVE_CFSETSPEED
129
1c9952f8
AS
130/* Define to 1 if you have the `closedir' function. */
131#undef HAVE_CLOSEDIR
132
133/* Define to 1 if you have the <coff.h> header file. */
134#undef HAVE_COFF_H
135
136/* Define to 1 if you have the <com_err.h> header file. */
137#undef HAVE_COM_ERR_H
138
15e12598
VB
139/* Define to 1 if you have the `copysign' function. */
140#undef HAVE_COPYSIGN
690615f7 141
07562bde
GM
142/* Define to 1 if using D-Bus. */
143#undef HAVE_DBUS
144
244f96fc
MA
145/* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
146#undef HAVE_DBUS_WATCH_GET_UNIX_FD
147
e275c824
PE
148/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
149 */
150#undef HAVE_DECL_GETENV
151
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
155
1fd182f0
PE
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
159
e275c824
PE
160/* Define to 1 if you have the declaration of `optreset', and to 0 if you
161 don't. */
162#undef HAVE_DECL_OPTRESET
163
44f75c4f
MB
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
167
ed1281ec
EZ
168/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
169 */
170#undef HAVE_DECL_TZNAME
171
44f75c4f
MB
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
175
1c9952f8
AS
176/* Define to 1 if you have the <des.h> header file. */
177#undef HAVE_DES_H
178
179/* Define to 1 if dynamic ptys are supported. */
180#undef HAVE_DEV_PTMX
181
25ca0bca
AS
182/* Define to 1 if you have the `difftime' function. */
183#undef HAVE_DIFFTIME
184
1c97e857
J
185/* Define to 1 if you have the <dirent.h> header file. */
186#undef HAVE_DIRENT_H
187
1c9952f8
AS
188/* Define to 1 if you have the `dup2' function. */
189#undef HAVE_DUP2
190
191/* Define to 1 if you have the `euidaccess' function. */
192#undef HAVE_EUIDACCESS
193
194/* Define to 1 if you have the <fcntl.h> header file. */
195#undef HAVE_FCNTL_H
196
197/* Define to 1 if you have the `fmod' function. */
198#undef HAVE_FMOD
199
200/* Define to 1 if you have the `fork' function. */
201#undef HAVE_FORK
202
203/* Define to 1 if you have the `fpathconf' function. */
204#undef HAVE_FPATHCONF
205
a27152d1 206/* Define to 1 if using the freetype and fontconfig libraries. */
45a4b03e
KH
207#undef HAVE_FREETYPE
208
1c9952f8
AS
209/* Define to 1 if you have the `frexp' function. */
210#undef HAVE_FREXP
211
212/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
213#undef HAVE_FSEEKO
214
22044edf
DL
215/* Define to 1 if you have the `fsync' function. */
216#undef HAVE_FSYNC
217
1c9952f8
AS
218/* Define to 1 if you have the `ftime' function. */
219#undef HAVE_FTIME
220
221/* Define to 1 if you have the `gai_strerror' function. */
222#undef HAVE_GAI_STRERROR
223
637fa988
JD
224/* Define to 1 if using GConf. */
225#undef HAVE_GCONF
226
1c9952f8
AS
227/* Define to 1 if you have the `getaddrinfo' function. */
228#undef HAVE_GETADDRINFO
229
230/* Define to 1 if you have the `getcwd' function. */
231#undef HAVE_GETCWD
232
233/* Define to 1 if you have the `getdelim' function. */
234#undef HAVE_GETDELIM
235
236/* Define to 1 if you have the `getdomainname' function. */
237#undef HAVE_GETDOMAINNAME
238
239/* Define to 1 if you have the `gethostname' function. */
240#undef HAVE_GETHOSTNAME
241
242/* Define to 1 if you have the `getline' function. */
243#undef HAVE_GETLINE
244
245/* Define to 1 if you have the `getloadavg' function. */
246#undef HAVE_GETLOADAVG
247
52dbaac8
PE
248/* Define to 1 if you have the <getopt.h> header file. */
249#undef HAVE_GETOPT_H
250
251/* Define to 1 if you have the `getopt_long_only' function. */
252#undef HAVE_GETOPT_LONG_ONLY
253
1c9952f8
AS
254/* Define to 1 if you have the `getpagesize' function. */
255#undef HAVE_GETPAGESIZE
256
257/* Define to 1 if you have the `getpeername' function. */
258#undef HAVE_GETPEERNAME
259
260/* Define to 1 if you have the `getpt' function. */
261#undef HAVE_GETPT
262
9d9a7716
DN
263/* Define to 1 if you have the `getrlimit' function. */
264#undef HAVE_GETRLIMIT
265
ea92fc9f
EZ
266/* Define to 1 if you have the `getrusage' function. */
267#undef HAVE_GETRUSAGE
268
1c9952f8
AS
269/* Define to 1 if you have the `getsockname' function. */
270#undef HAVE_GETSOCKNAME
271
272/* Define to 1 if you have the `getsockopt' function. */
273#undef HAVE_GETSOCKOPT
274
275/* Define to 1 if you have the `gettimeofday' function. */
276#undef HAVE_GETTIMEOFDAY
277
278/* Define to 1 if you have the `getwd' function. */
279#undef HAVE_GETWD
280
e2fcf543
EZ
281/* Define to 1 if you have the `get_current_dir_name' function. */
282#undef HAVE_GET_CURRENT_DIR_NAME
283
f70b938a 284/* Define to 1 if you have a gif (or ungif) library. */
1c9952f8
AS
285#undef HAVE_GIF
286
613c83fc 287/* Define if using GnuTLS. */
8af55556
TZ
288#undef HAVE_GNUTLS
289
7e5a23bd
NR
290/* Define to 1 if you have the gpm library (-lgpm). */
291#undef HAVE_GPM
a7c03edb 292
1c9952f8
AS
293/* Define to 1 if you have the `grantpt' function. */
294#undef HAVE_GRANTPT
295
e547b051
J
296/* Define to 1 if you have the `gtk_adjustment_get_page_size' function. */
297#undef HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE
298
9a38524c
JD
299/* Define to 1 if you have GTK and pthread (-lpthread). */
300#undef HAVE_GTK_AND_PTHREAD
301
e547b051
J
302/* Define to 1 if you have the `gtk_dialog_get_action_area' function. */
303#undef HAVE_GTK_DIALOG_GET_ACTION_AREA
2a00cdb4
JD
304
305/* Define to 1 if you have the `gtk_file_selection_new' function. */
306#undef HAVE_GTK_FILE_SELECTION_NEW
307
4b411bfe
CY
308/* Define to 1 if you have the `gtk_main' function. */
309#undef HAVE_GTK_MAIN
310
e547b051
J
311/* Define to 1 if you have the `gtk_orientable_set_orientation' function. */
312#undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION
313
314/* Define to 1 if you have the `gtk_widget_get_mapped' function. */
315#undef HAVE_GTK_WIDGET_GET_MAPPED
316
317/* Define to 1 if you have the `gtk_widget_get_sensitive' function. */
318#undef HAVE_GTK_WIDGET_GET_SENSITIVE
319
320/* Define to 1 if you have the `gtk_widget_get_window' function. */
321#undef HAVE_GTK_WIDGET_GET_WINDOW
322
323/* Define to 1 if you have the `gtk_widget_set_has_window' function. */
324#undef HAVE_GTK_WIDGET_SET_HAS_WINDOW
a32e9bfd 325
1e600395
J
326/* Define to 1 if you have the `g_type_init' function. */
327#undef HAVE_G_TYPE_INIT
328
1c9952f8
AS
329/* Define to 1 if netdb.h declares h_errno. */
330#undef HAVE_H_ERRNO
331
ce07fa9a
JV
332/* Define to 1 if using imagemagick. */
333#undef HAVE_IMAGEMAGICK
334
1c9952f8
AS
335/* Define to 1 if you have inet sockets. */
336#undef HAVE_INET_SOCKETS
337
338/* Define to 1 if you have the <inttypes.h> header file. */
339#undef HAVE_INTTYPES_H
340
15e12598
VB
341/* Define to 1 if you have the `isnan' function. */
342#undef HAVE_ISNAN
343
1c9952f8
AS
344/* Define to 1 if you have the jpeg library (-ljpeg). */
345#undef HAVE_JPEG
346
347/* Define to 1 if you have the <kerberosIV/des.h> header file. */
348#undef HAVE_KERBEROSIV_DES_H
349
350/* Define to 1 if you have the <kerberosIV/krb.h> header file. */
351#undef HAVE_KERBEROSIV_KRB_H
352
353/* Define to 1 if you have the <kerberos/des.h> header file. */
354#undef HAVE_KERBEROS_DES_H
355
356/* Define to 1 if you have the <kerberos/krb.h> header file. */
357#undef HAVE_KERBEROS_KRB_H
358
3085237c 359/* Define to 1 if `e_text' is a member of `krb5_error'. */
5c17fc1d
AS
360#undef HAVE_KRB5_ERROR_E_TEXT
361
3085237c 362/* Define to 1 if `text' is a member of `krb5_error'. */
5c17fc1d
AS
363#undef HAVE_KRB5_ERROR_TEXT
364
1c9952f8
AS
365/* Define to 1 if you have the <krb5.h> header file. */
366#undef HAVE_KRB5_H
367
368/* Define to 1 if you have the <krb.h> header file. */
369#undef HAVE_KRB_H
370
8f417b3b
AS
371/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
372#undef HAVE_LANGINFO_CODESET
373
1c9952f8
AS
374/* Define to 1 if you have the `com_err' library (-lcom_err). */
375#undef HAVE_LIBCOM_ERR
376
377/* Define to 1 if you have the `crypto' library (-lcrypto). */
378#undef HAVE_LIBCRYPTO
379
380/* Define to 1 if you have the `des' library (-ldes). */
381#undef HAVE_LIBDES
382
383/* Define to 1 if you have the `des425' library (-ldes425). */
384#undef HAVE_LIBDES425
385
386/* Define to 1 if you have the `dgc' library (-ldgc). */
387#undef HAVE_LIBDGC
388
389/* Define to 1 if you have the `dnet' library (-ldnet). */
390#undef HAVE_LIBDNET
391
392/* Define to 1 if you have the hesiod library (-lhesiod). */
393#undef HAVE_LIBHESIOD
394
395/* Define to 1 if you have the `intl' library (-lintl). */
396#undef HAVE_LIBINTL
397
398/* Define to 1 if you have the `k5crypto' library (-lk5crypto). */
399#undef HAVE_LIBK5CRYPTO
400
401/* Define to 1 if you have the `krb' library (-lkrb). */
402#undef HAVE_LIBKRB
403
404/* Define to 1 if you have the `krb4' library (-lkrb4). */
405#undef HAVE_LIBKRB4
406
407/* Define to 1 if you have the `krb5' library (-lkrb5). */
408#undef HAVE_LIBKRB5
409
410/* Define to 1 if you have the `kstat' library (-lkstat). */
411#undef HAVE_LIBKSTAT
412
413/* Define to 1 if you have the `lockfile' library (-llockfile). */
414#undef HAVE_LIBLOCKFILE
415
416/* Define to 1 if you have the `m' library (-lm). */
417#undef HAVE_LIBM
418
419/* Define to 1 if you have the `mail' library (-lmail). */
420#undef HAVE_LIBMAIL
421
422/* Define to 1 if you have the `ncurses' library (-lncurses). */
423#undef HAVE_LIBNCURSES
424
a27152d1 425/* Define to 1 if using libotf. */
45a4b03e
KH
426#undef HAVE_LIBOTF
427
690615f7
DL
428/* Define to 1 if you have the <libpng/png.h> header file. */
429#undef HAVE_LIBPNG_PNG_H
430
1c9952f8
AS
431/* Define to 1 if you have the `pthreads' library (-lpthreads). */
432#undef HAVE_LIBPTHREADS
433
434/* Define to 1 if you have the resolv library (-lresolv). */
435#undef HAVE_LIBRESOLV
436
022c122a
GM
437/* Define to 1 if using SELinux. */
438#undef HAVE_LIBSELINUX
439
1c9952f8
AS
440/* Define to 1 if you have the `Xext' library (-lXext). */
441#undef HAVE_LIBXEXT
442
613c83fc
GM
443/* Define to 1 if you have the libxml library (-lxml2). */
444#undef HAVE_LIBXML2
445
1c9952f8
AS
446/* Define to 1 if you have the `Xmu' library (-lXmu). */
447#undef HAVE_LIBXMU
448
1c9952f8
AS
449/* Define to 1 if you have the <limits.h> header file. */
450#undef HAVE_LIMITS_H
451
452/* Define to 1 if you have the <linux/version.h> header file. */
453#undef HAVE_LINUX_VERSION_H
454
973a76b1
DL
455/* Define to 1 if you have the <locale.h> header file. */
456#undef HAVE_LOCALE_H
457
1fd182f0
PE
458/* Define to 1 if you have the `localtime_r' function. */
459#undef HAVE_LOCALTIME_R
460
1c9952f8
AS
461/* Define to 1 if you have the `logb' function. */
462#undef HAVE_LOGB
463
464/* Define to 1 if you support file names longer than 14 characters. */
465#undef HAVE_LONG_FILE_NAMES
466
467/* Define to 1 if you have the `lrand48' function. */
468#undef HAVE_LRAND48
469
a27152d1 470/* Define to 1 if using libm17n-flt. */
d8d1da59
KH
471#undef HAVE_M17N_FLT
472
1c9952f8
AS
473/* Define to 1 if you have the <machine/soundcard.h> header file. */
474#undef HAVE_MACHINE_SOUNDCARD_H
475
476/* Define to 1 if you have the <mach/mach.h> header file. */
477#undef HAVE_MACH_MACH_H
478
431dab04
JV
479/* Define to 1 if you have the `MagickExportImagePixels' function. */
480#undef HAVE_MAGICKEXPORTIMAGEPIXELS
481
1c9952f8
AS
482/* Define to 1 if you have the <maillock.h> header file. */
483#undef HAVE_MAILLOCK_H
484
f7f3a65f
ST
485/* Define to 1 if you have the <malloc/malloc.h> header file. */
486#undef HAVE_MALLOC_MALLOC_H
487
1c9952f8
AS
488/* Define to 1 if you have the `mblen' function. */
489#undef HAVE_MBLEN
490
491/* Define to 1 if you have the `mbrlen' function. */
492#undef HAVE_MBRLEN
493
494/* Define to 1 if you have the `mbsinit' function. */
495#undef HAVE_MBSINIT
496
973a76b1
DL
497/* Define to 1 if <wchar.h> declares mbstate_t. */
498#undef HAVE_MBSTATE_T
499
710ee5a9
RB
500/* Define to 1 if you have the `memcmp' function. */
501#undef HAVE_MEMCMP
502
973a76b1
DL
503/* Define to 1 if you have the `memcpy' function. */
504#undef HAVE_MEMCPY
505
6bae0ccf
DL
506/* Define to 1 if you have the `memmove' function. */
507#undef HAVE_MEMMOVE
508
1c9952f8
AS
509/* Define to 1 if you have the <memory.h> header file. */
510#undef HAVE_MEMORY_H
511
973a76b1
DL
512/* Define to 1 if you have the `mempcpy' function. */
513#undef HAVE_MEMPCPY
514
44f75c4f
MB
515/* Define to 1 if you have the `memset' function. */
516#undef HAVE_MEMSET
517
1c9952f8
AS
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
522
523/* Define to 1 if you have the `mkdir' function. */
524#undef HAVE_MKDIR
525
526/* Define to 1 if you have the `mkstemp' function. */
527#undef HAVE_MKSTEMP
528
1c9952f8
AS
529/* Define to 1 if you have a working `mmap' system call. */
530#undef HAVE_MMAP
531
372b4090
GM
532/* Define if you have mouse support. */
533#undef HAVE_MOUSE
534
6bae0ccf
DL
535/* Define to 1 if you have the `mremap' function. */
536#undef HAVE_MREMAP
537
2d2b6695
KS
538/* Define to 1 if you have the <net/if.h> header file. */
539#undef HAVE_NET_IF_H
540
1c9952f8
AS
541/* Define to 1 if you have the <nlist.h> header file. */
542#undef HAVE_NLIST_H
543
edfda783
AR
544/* Define to 1 if you are using the NeXTstep API, either GNUstep or Cocoa on
545 Mac OS X. */
546#undef HAVE_NS
547
3f2d84c7
CY
548/* Define to 1 if libotf has OTF_get_variation_glyphs. */
549#undef HAVE_OTF_GET_VARIATION_GLYPHS
550
dede2792
JD
551/* Define to 1 if personality LINUX32 can be set. */
552#undef HAVE_PERSONALITY_LINUX32
553
1c9952f8
AS
554/* Define to 1 if you have the png library (-lpng). */
555#undef HAVE_PNG
556
690615f7
DL
557/* Define to 1 if you have the <png.h> header file. */
558#undef HAVE_PNG_H
559
560/* Define to 1 if you have the `posix_memalign' function. */
561#undef HAVE_POSIX_MEMALIGN
562
1c9952f8
AS
563/* Define to 1 if you have the `pstat_getdynamic' function. */
564#undef HAVE_PSTAT_GETDYNAMIC
565
9a38524c
JD
566/* Define to 1 if you have the <pthread.h> header file. */
567#undef HAVE_PTHREAD_H
568
6bae0ccf
DL
569/* Define to 1 if you have the <pty.h> header file. */
570#undef HAVE_PTY_H
571
4086de3d
TTN
572/* Define to 1 if you have the <pwd.h> header file. */
573#undef HAVE_PWD_H
574
1c9952f8
AS
575/* Define to 1 if you have the `random' function. */
576#undef HAVE_RANDOM
577
e275c824
PE
578/* Define to 1 if chown is declared even after undefining macros. */
579#undef HAVE_RAW_DECL_CHOWN
580
581/* Define to 1 if dup2 is declared even after undefining macros. */
582#undef HAVE_RAW_DECL_DUP2
583
584/* Define to 1 if dup3 is declared even after undefining macros. */
585#undef HAVE_RAW_DECL_DUP3
586
587/* Define to 1 if endusershell is declared even after undefining macros. */
588#undef HAVE_RAW_DECL_ENDUSERSHELL
589
590/* Define to 1 if environ is declared even after undefining macros. */
591#undef HAVE_RAW_DECL_ENVIRON
592
593/* Define to 1 if euidaccess is declared even after undefining macros. */
594#undef HAVE_RAW_DECL_EUIDACCESS
595
596/* Define to 1 if faccessat is declared even after undefining macros. */
597#undef HAVE_RAW_DECL_FACCESSAT
598
599/* Define to 1 if fchdir is declared even after undefining macros. */
600#undef HAVE_RAW_DECL_FCHDIR
601
602/* Define to 1 if fchownat is declared even after undefining macros. */
603#undef HAVE_RAW_DECL_FCHOWNAT
604
605/* Define to 1 if fsync is declared even after undefining macros. */
606#undef HAVE_RAW_DECL_FSYNC
607
608/* Define to 1 if ftruncate is declared even after undefining macros. */
609#undef HAVE_RAW_DECL_FTRUNCATE
610
611/* Define to 1 if getcwd is declared even after undefining macros. */
612#undef HAVE_RAW_DECL_GETCWD
613
614/* Define to 1 if getdomainname is declared even after undefining macros. */
615#undef HAVE_RAW_DECL_GETDOMAINNAME
616
617/* Define to 1 if getdtablesize is declared even after undefining macros. */
618#undef HAVE_RAW_DECL_GETDTABLESIZE
619
620/* Define to 1 if getgroups is declared even after undefining macros. */
621#undef HAVE_RAW_DECL_GETGROUPS
622
623/* Define to 1 if gethostname is declared even after undefining macros. */
624#undef HAVE_RAW_DECL_GETHOSTNAME
625
626/* Define to 1 if getlogin is declared even after undefining macros. */
627#undef HAVE_RAW_DECL_GETLOGIN
628
629/* Define to 1 if getlogin_r is declared even after undefining macros. */
630#undef HAVE_RAW_DECL_GETLOGIN_R
631
632/* Define to 1 if getpagesize is declared even after undefining macros. */
633#undef HAVE_RAW_DECL_GETPAGESIZE
634
635/* Define to 1 if getusershell is declared even after undefining macros. */
636#undef HAVE_RAW_DECL_GETUSERSHELL
637
638/* Define to 1 if lchown is declared even after undefining macros. */
639#undef HAVE_RAW_DECL_LCHOWN
640
641/* Define to 1 if link is declared even after undefining macros. */
642#undef HAVE_RAW_DECL_LINK
643
644/* Define to 1 if linkat is declared even after undefining macros. */
645#undef HAVE_RAW_DECL_LINKAT
646
647/* Define to 1 if lseek is declared even after undefining macros. */
648#undef HAVE_RAW_DECL_LSEEK
649
650/* Define to 1 if pipe is declared even after undefining macros. */
651#undef HAVE_RAW_DECL_PIPE
652
653/* Define to 1 if pipe2 is declared even after undefining macros. */
654#undef HAVE_RAW_DECL_PIPE2
655
656/* Define to 1 if pread is declared even after undefining macros. */
657#undef HAVE_RAW_DECL_PREAD
658
659/* Define to 1 if pwrite is declared even after undefining macros. */
660#undef HAVE_RAW_DECL_PWRITE
661
662/* Define to 1 if readlink is declared even after undefining macros. */
663#undef HAVE_RAW_DECL_READLINK
664
665/* Define to 1 if readlinkat is declared even after undefining macros. */
666#undef HAVE_RAW_DECL_READLINKAT
667
668/* Define to 1 if rmdir is declared even after undefining macros. */
669#undef HAVE_RAW_DECL_RMDIR
670
671/* Define to 1 if setusershell is declared even after undefining macros. */
672#undef HAVE_RAW_DECL_SETUSERSHELL
673
674/* Define to 1 if sleep is declared even after undefining macros. */
675#undef HAVE_RAW_DECL_SLEEP
676
677/* Define to 1 if symlink is declared even after undefining macros. */
678#undef HAVE_RAW_DECL_SYMLINK
679
680/* Define to 1 if symlinkat is declared even after undefining macros. */
681#undef HAVE_RAW_DECL_SYMLINKAT
682
683/* Define to 1 if ttyname_r is declared even after undefining macros. */
684#undef HAVE_RAW_DECL_TTYNAME_R
685
686/* Define to 1 if unlink is declared even after undefining macros. */
687#undef HAVE_RAW_DECL_UNLINK
688
689/* Define to 1 if unlinkat is declared even after undefining macros. */
690#undef HAVE_RAW_DECL_UNLINKAT
691
692/* Define to 1 if usleep is declared even after undefining macros. */
693#undef HAVE_RAW_DECL_USLEEP
694
1c9952f8
AS
695/* Define to 1 if you have the `recvfrom' function. */
696#undef HAVE_RECVFROM
697
698/* Define to 1 if you have the `rename' function. */
699#undef HAVE_RENAME
700
5d9c8a34 701/* Define to 1 if res_init is available. */
1c9952f8
AS
702#undef HAVE_RES_INIT
703
1c9952f8
AS
704/* Define to 1 if you have the `rint' function. */
705#undef HAVE_RINT
706
707/* Define to 1 if you have the `rmdir' function. */
708#undef HAVE_RMDIR
709
f68c9a7b
GM
710/* Define to 1 if using librsvg. */
711#undef HAVE_RSVG
712
1c9952f8
AS
713/* Define to 1 if you have the `select' function. */
714#undef HAVE_SELECT
715
716/* Define to 1 if you have the `sendto' function. */
717#undef HAVE_SENDTO
718
719/* Define to 1 if you have the `setitimer' function. */
720#undef HAVE_SETITIMER
721
722/* Define to 1 if you have the `setlocale' function. */
723#undef HAVE_SETLOCALE
724
725/* Define to 1 if you have the `setpgid' function. */
726#undef HAVE_SETPGID
727
728/* Define to 1 if you have the `setrlimit' function. */
729#undef HAVE_SETRLIMIT
730
731/* Define to 1 if you have the `setsid' function. */
732#undef HAVE_SETSID
733
734/* Define to 1 if you have the `setsockopt' function. */
735#undef HAVE_SETSOCKOPT
736
1c9952f8
AS
737/* Define to 1 if you have the `shutdown' function. */
738#undef HAVE_SHUTDOWN
739
6bae0ccf
DL
740/* Define to 1 if the system has the type `size_t'. */
741#undef HAVE_SIZE_T
742
a46007e9
GM
743/* Define to 1 if you have sound support. */
744#undef HAVE_SOUND
745
1c9952f8
AS
746/* Define to 1 if you have the <soundcard.h> header file. */
747#undef HAVE_SOUNDCARD_H
748
749/* Define to 1 if `speed_t' is declared by <termios.h>. */
750#undef HAVE_SPEED_T
751
1fd182f0
PE
752/* Define to 1 if you have the <stddef.h> header file. */
753#undef HAVE_STDDEF_H
754
1c9952f8
AS
755/* Define to 1 if you have the <stdint.h> header file. */
756#undef HAVE_STDINT_H
757
758/* Define to 1 if you have the <stdio_ext.h> header file. */
759#undef HAVE_STDIO_EXT_H
760
761/* Define to 1 if you have the <stdlib.h> header file. */
762#undef HAVE_STDLIB_H
763
8966b757
AS
764/* Define to 1 if you have the `strchr' function. */
765#undef HAVE_STRCHR
766
1c9952f8
AS
767/* Define to 1 if you have the `strerror' function. */
768#undef HAVE_STRERROR
769
770/* Define to 1 if you have the `strftime' function. */
771#undef HAVE_STRFTIME
772
773/* Define to 1 if you have the <strings.h> header file. */
774#undef HAVE_STRINGS_H
775
776/* Define to 1 if you have the <string.h> header file. */
777#undef HAVE_STRING_H
778
8966b757
AS
779/* Define to 1 if you have the `strrchr' function. */
780#undef HAVE_STRRCHR
781
1c9952f8
AS
782/* Define to 1 if you have the `strsignal' function. */
783#undef HAVE_STRSIGNAL
784
3085237c 785/* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */
96f3a036
DL
786#undef HAVE_STRUCT_IFREQ_IFR_ADDR
787
3085237c 788/* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */
96f3a036
DL
789#undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
790
3085237c 791/* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */
96f3a036
DL
792#undef HAVE_STRUCT_IFREQ_IFR_FLAGS
793
3085237c 794/* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */
96f3a036
DL
795#undef HAVE_STRUCT_IFREQ_IFR_HWADDR
796
3085237c 797/* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */
96f3a036
DL
798#undef HAVE_STRUCT_IFREQ_IFR_NETMASK
799
3085237c 800/* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
1c9952f8
AS
801#undef HAVE_STRUCT_NLIST_N_UN_N_NAME
802
3085237c 803/* Define to 1 if `tm_zone' is a member of `struct tm'. */
1c9952f8
AS
804#undef HAVE_STRUCT_TM_TM_ZONE
805
806/* Define to 1 if `struct utimbuf' is declared by <utime.h>. */
807#undef HAVE_STRUCT_UTIMBUF
808
190956b3
YM
809/* Define to 1 if you have the `sync' function. */
810#undef HAVE_SYNC
811
1c9952f8
AS
812/* Define to 1 if you have the `sysinfo' function. */
813#undef HAVE_SYSINFO
814
6bae0ccf
DL
815/* Define to 1 if you have the <sys/mman.h> header file. */
816#undef HAVE_SYS_MMAN_H
817
818/* Define to 1 if you have the <sys/param.h> header file. */
819#undef HAVE_SYS_PARAM_H
820
22044edf
DL
821/* Define to 1 if you have the <sys/resource.h> header file. */
822#undef HAVE_SYS_RESOURCE_H
823
1c9952f8
AS
824/* Define to 1 if you have the <sys/select.h> header file. */
825#undef HAVE_SYS_SELECT_H
826
7862d3a8
AS
827/* Define to 1 if you have the <sys/socket.h> header file. */
828#undef HAVE_SYS_SOCKET_H
829
1c9952f8
AS
830/* Define to 1 if you have the <sys/soundcard.h> header file. */
831#undef HAVE_SYS_SOUNDCARD_H
832
833/* Define to 1 if you have the <sys/stat.h> header file. */
834#undef HAVE_SYS_STAT_H
835
836/* Define to 1 if you have the <sys/systeminfo.h> header file. */
837#undef HAVE_SYS_SYSTEMINFO_H
838
1c9952f8
AS
839/* Define to 1 if you have the <sys/time.h> header file. */
840#undef HAVE_SYS_TIME_H
841
842/* Define to 1 if you have the <sys/types.h> header file. */
843#undef HAVE_SYS_TYPES_H
844
845/* Define to 1 if you have the <sys/un.h> header file. */
846#undef HAVE_SYS_UN_H
847
3bb9abc8
ST
848/* Define to 1 if you have the <sys/utsname.h> header file. */
849#undef HAVE_SYS_UTSNAME_H
850
22044edf
DL
851/* Define to 1 if you have the <sys/vlimit.h> header file. */
852#undef HAVE_SYS_VLIMIT_H
853
1c9952f8
AS
854/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
855#undef HAVE_SYS_WAIT_H
856
d54ae3d8
JD
857/* Define to 1 if you have the <sys/_mbstate_t.h> header file. */
858#undef HAVE_SYS__MBSTATE_T_H
859
1c9952f8
AS
860/* Define to 1 if you have the <term.h> header file. */
861#undef HAVE_TERM_H
862
863/* Define to 1 if you have the tiff library (-ltiff). */
864#undef HAVE_TIFF
865
866/* Define to 1 if `struct timeval' is declared by <sys/time.h>. */
867#undef HAVE_TIMEVAL
868
1fd182f0
PE
869/* Define to 1 if you have the <time.h> header file. */
870#undef HAVE_TIME_H
871
1c9952f8
AS
872/* Define to 1 if `tm_gmtoff' is member of `struct tm'. */
873#undef HAVE_TM_GMTOFF
874
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
878
879/* Define to 1 if you have the `touchlock' function. */
880#undef HAVE_TOUCHLOCK
881
882/* Define to 1 if you don't have `tm_zone' but do have the external array
883 `tzname'. */
884#undef HAVE_TZNAME
885
886/* Define to 1 if you have the `tzset' function. */
887#undef HAVE_TZSET
888
889/* Define to 1 if you have the `ualarm' function. */
890#undef HAVE_UALARM
891
892/* Define to 1 if you have the <unistd.h> header file. */
893#undef HAVE_UNISTD_H
894
3d608a86
J
895/* Define to 1 if you have the <util.h> header file. */
896#undef HAVE_UTIL_H
897
1c9952f8
AS
898/* Define to 1 if you have the `utimes' function. */
899#undef HAVE_UTIMES
900
901/* Define to 1 if you have the <utime.h> header file. */
902#undef HAVE_UTIME_H
903
5e4fe3f9
CY
904/* Define to 1 if you have the <utmp.h> header file. */
905#undef HAVE_UTMP_H
906
1c9952f8
AS
907/* Define to 1 if you have the `vfork' function. */
908#undef HAVE_VFORK
909
910/* Define to 1 if you have the <vfork.h> header file. */
911#undef HAVE_VFORK_H
912
1fd182f0
PE
913/* Define if you have the 'wchar_t' type. */
914#undef HAVE_WCHAR_T
915
372b4090
GM
916/* Define if you have a window system. */
917#undef HAVE_WINDOW_SYSTEM
918
1c9952f8
AS
919/* Define to 1 if `fork' works. */
920#undef HAVE_WORKING_FORK
921
922/* Define to 1 if `vfork' works. */
923#undef HAVE_WORKING_VFORK
924
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
928
1c9952f8
AS
929/* Define to 1 if you have the X11R6 or newer version of Xlib. */
930#undef HAVE_X11R6
931
a46007e9
GM
932/* Define if you have usable X11R6-style XIM support. */
933#undef HAVE_X11R6_XIM
934
1c9952f8
AS
935/* Define to 1 if you have the X11R6 or newer version of Xt. */
936#undef HAVE_X11XTR6
937
938/* Define to 1 if you have the Xaw3d library (-lXaw3d). */
939#undef HAVE_XAW3D
940
9d89ffd0
JD
941/* Define to 1 if you have the Xft library. */
942#undef HAVE_XFT
943
18542f1a
RS
944/* Define to 1 if XIM is available */
945#undef HAVE_XIM
946
1c9952f8
AS
947/* Define to 1 if you have the XkbGetKeyboard function. */
948#undef HAVE_XKBGETKEYBOARD
949
950/* Define to 1 if you have the Xpm libary (-lXpm). */
951#undef HAVE_XPM
952
953/* Define to 1 if you have the `XrmSetDatabase' function. */
954#undef HAVE_XRMSETDATABASE
955
956/* Define to 1 if you have the `XScreenNumberOfScreen' function. */
957#undef HAVE_XSCREENNUMBEROFSCREEN
958
959/* Define to 1 if you have the `XScreenResourceString' function. */
960#undef HAVE_XSCREENRESOURCESTRING
961
962/* Define to 1 if you have the `XSetWMProtocols' function. */
963#undef HAVE_XSETWMPROTOCOLS
964
a46007e9
GM
965/* Define if you have usable i18n support. */
966#undef HAVE_X_I18N
967
1c9952f8
AS
968/* Define to 1 if you have the SM library (-lSM). */
969#undef HAVE_X_SM
970
971/* Define to 1 if you want to use the X window system. */
972#undef HAVE_X_WINDOWS
973
2018939f
AS
974/* Define to 1 if you have the `__builtin_unwind_init' function. */
975#undef HAVE___BUILTIN_UNWIND_INIT
976
dcc19aac
AS
977/* Define to 1 if you have the `__executable_start' function. */
978#undef HAVE___EXECUTABLE_START
979
1c9952f8
AS
980/* Define to 1 if you have the `__fpending' function. */
981#undef HAVE___FPENDING
982
983/* Define to support using a Hesiod database to find the POP server. */
984#undef HESIOD
985
986/* Define to support Kerberos-authenticated POP mail retrieval. */
987#undef KERBEROS
988
989/* Define to use Kerberos 5 instead of Kerberos 4. */
990#undef KERBEROS5
991
1c9952f8
AS
992/* Define to 1 if localtime caches TZ. */
993#undef LOCALTIME_CACHE
994
f70b938a
GM
995/* String giving fallback POP mail host. */
996#undef MAILHOST
997
998/* Define to unlink, rather than empty, mail spool after reading. */
999#undef MAIL_UNLINK_SPOOL
1000
4e569696
GM
1001/* Define if the mailer uses flock to interlock the mail spool. */
1002#undef MAIL_USE_FLOCK
1003
1004/* Define if the mailer uses lockf to interlock the mail spool. */
1005#undef MAIL_USE_LOCKF
1006
f70b938a
GM
1007/* Define to support MMDF mailboxes in movemail. */
1008#undef MAIL_USE_MMDF
1009
1c9952f8
AS
1010/* Define to support POP mail retrieval. */
1011#undef MAIL_USE_POP
1012
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
1016
1c9952f8
AS
1017/* Define to 1 if you don't have struct exception in math.h. */
1018#undef NO_MATHERR
1019
743c80a7
PE
1020/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1021#undef NO_MINUS_C_MINUS_O
1022
a53cfbe5
JD
1023/* Define to 1 if `NSInteger' is defined. */
1024#undef NS_HAVE_NSINTEGER
1025
edfda783
AR
1026/* Define to 1 if you are using NS windowing under MacOS X. */
1027#undef NS_IMPL_COCOA
1028
1029/* Define to 1 if you are using NS windowing under GNUstep. */
1030#undef NS_IMPL_GNUSTEP
1031
ebbc2619
GM
1032/* Define if the C compiler is the linker. */
1033#undef ORDINARY_LINK
1034
743c80a7
PE
1035/* Name of package */
1036#undef PACKAGE
1037
1c9952f8
AS
1038/* Define to the address where bug reports for this package should be sent. */
1039#undef PACKAGE_BUGREPORT
1040
1041/* Define to the full name of this package. */
1042#undef PACKAGE_NAME
1043
1044/* Define to the full name and version of this package. */
1045#undef PACKAGE_STRING
1046
1047/* Define to the one symbol short name of this package. */
1048#undef PACKAGE_TARNAME
1049
3085237c
DN
1050/* Define to the home page for this package. */
1051#undef PACKAGE_URL
1052
1c9952f8
AS
1053/* Define to the version of this package. */
1054#undef PACKAGE_VERSION
1055
1056/* Define as `void' if your compiler accepts `void *'; otherwise define as
1057 `char'. */
1058#undef POINTER_TYPE
1059
1060/* Define to 1 if the C compiler supports function prototypes. */
1061#undef PROTOTYPES
1062
1063/* Define REL_ALLOC if you want to use the relocating allocator for buffer
1064 space. */
1065#undef REL_ALLOC
1066
1067/* Define as the return type of signal handlers (`int' or `void'). */
1068#undef RETSIGTYPE
6c4f352f 1069
1c9952f8
AS
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
ed1281ec 1072 automatically deduced at runtime.
52dbaac8
PE
1073 STACK_DIRECTION > 0 => grows toward higher addresses
1074 STACK_DIRECTION < 0 => grows toward lower addresses
1075 STACK_DIRECTION = 0 => direction of growth unknown */
1c9952f8 1076#undef STACK_DIRECTION
6c4f352f 1077
1c9952f8
AS
1078/* Define to 1 if you have the ANSI C header files. */
1079#undef STDC_HEADERS
7e1fc708 1080
1c9952f8
AS
1081/* Define to 1 on System V Release 4. */
1082#undef SVR4
cf91f754 1083
a51f4969
SM
1084/* Process async input synchronously. */
1085#undef SYNC_INPUT
1086
e7586c7a
GM
1087/* Define to use system malloc. */
1088#undef SYSTEM_MALLOC
1089
ca63fca5
GM
1090/* Define to 1 if you use terminfo instead of termcap. */
1091#undef TERMINFO
1092
1c9952f8
AS
1093/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1094#undef TIME_WITH_SYS_TIME
3689ff14 1095
1c9952f8
AS
1096/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1097#undef TM_IN_SYS_TIME
6b910f7d 1098
9292328f
GM
1099/* Define to 1 for Encore UMAX. */
1100#undef UMAX
1101
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
1105
a51f4969
SM
1106/* Define to 1 if using GTK. */
1107#undef USE_GTK
1108
d9170db5
DN
1109/* Define this to use a lisp union for the Lisp_Object data type. */
1110#undef USE_LISP_UNION_TYPE
1111
8a7d9183
SM
1112/* Define to 1 if using the Lucid X toolkit. */
1113#undef USE_LUCID
1114
e7586c7a
GM
1115/* Define to use mmap to allocate buffer text. */
1116#undef USE_MMAP_FOR_BUFFERS
1117
8a7d9183
SM
1118/* Define to 1 if using the Motif X toolkit. */
1119#undef USE_MOTIF
1120
1c9952f8
AS
1121/* Define to 1 if we should use toolkit scroll bars. */
1122#undef USE_TOOLKIT_SCROLL_BARS
cf91f754 1123
1c9952f8
AS
1124/* Define to 1 if we should use XIM, if it is available. */
1125#undef USE_XIM
46266d2b 1126
1c9952f8
AS
1127/* Define to 1 if using an X toolkit. */
1128#undef USE_X_TOOLKIT
6c4f352f 1129
743c80a7
PE
1130/* Version number of package */
1131#undef VERSION
1132
671d409f
AS
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
1144
29771094
DN
1145/* Define this to check for malloc buffer overrun. */
1146#undef XMALLOC_OVERRUN_CHECK
1147
d54ae3d8
JD
1148/* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
1149 XPointer or XPointer*. */
1150#undef XRegisterIMInstantiateCallback_arg6
1151
1c9952f8
AS
1152/* Number of bits in a file offset, on hosts where this is settable. */
1153#undef _FILE_OFFSET_BITS
c91b3402 1154
1c9952f8
AS
1155/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1156#undef _LARGEFILE_SOURCE
07ba43a2 1157
1c9952f8
AS
1158/* Define for large files, on AIX-style hosts. */
1159#undef _LARGE_FILES
43c70fcf 1160
a51f4969
SM
1161/* Define to 1 if on MINIX. */
1162#undef _MINIX
1163
1164/* Define to 2 if the system does not provide POSIX.1 features except with
1165 this defined. */
1166#undef _POSIX_1_SOURCE
1167
1168/* Define to 1 if you need to in order for `stat' and other things to work. */
1169#undef _POSIX_SOURCE
1170
1fd182f0
PE
1171/* Define to 500 only on HP-UX. */
1172#undef _XOPEN_SOURCE
1173
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
1194
1195
52dbaac8
PE
1196/* Define to rpl_ if the getopt replacement functions and variables should be
1197 used. */
1198#undef __GETOPT_PREFIX
1199
1c9952f8
AS
1200/* Define like PROTOTYPES; this can be used by system headers. */
1201#undef __PROTOTYPES
43c70fcf 1202
22044edf
DL
1203/* Define to compiler's equivalent of C99 restrict keyword in array
1204 declarations. Define as empty for no equivalent. */
1205#undef __restrict_arr
1206
1c9952f8
AS
1207/* Define to the used machine dependent file. */
1208#undef config_machfile
43c70fcf 1209
1c9952f8
AS
1210/* Define to the used os dependent file. */
1211#undef config_opsysfile
43c70fcf 1212
1c9952f8
AS
1213/* Define to empty if `const' does not conform to ANSI C. */
1214#undef const
43c70fcf 1215
1fd182f0
PE
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
1221
a451f14b
PE
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
1231
973a76b1
DL
1232/* Define to a type if <wchar.h> does not define. */
1233#undef mbstate_t
1234
1c9952f8
AS
1235/* Define to `int' if <sys/types.h> does not define. */
1236#undef pid_t
43c70fcf 1237
1fd182f0
PE
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
1251
2018939f
AS
1252/* Define to `unsigned int' if <sys/types.h> does not define. */
1253#undef size_t
1254
44f75c4f
MB
1255/* Define to any substitute for sys_siglist. */
1256#undef sys_siglist
1257
a451f14b
PE
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
1269
1270
1c9952f8
AS
1271/* Define as `fork' if `vfork' does not work. */
1272#undef vfork
5b01f1a9 1273
1c9952f8
AS
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
9b3bf387 1277
0f0ed96e 1278
6c4f352f
JB
1279/* Define AMPERSAND_FULL_NAME if you use the convention
1280 that & in the full name stands for the login id. */
0b292416
RS
1281/* Turned on June 1996 supposing nobody will mind it. */
1282#define AMPERSAND_FULL_NAME
783f85c7 1283
372b4090 1284/* If using GNU, then support inline function declarations. */
308a4793
DL
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'. */
33726611 1288#if defined (__GNUC__)
b8145012
JA
1289#define INLINE __inline__
1290#else
1291#define INLINE
1292#endif
1293
67931678
EZ
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). */
1299
1300#define subprocesses
1301
1c9952f8 1302/* Include the os and machine dependent files. */
783f85c7 1303#include config_opsysfile
d6a003a8
AS
1304#ifdef config_machfile
1305# include config_machfile
1306#endif
5e1ad1f7 1307
3f2d84c7 1308/* GNUstep needs a bit more pure memory. Of the existing knobs,
4abfb753
AS
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
c5e2611e 1314# define SYSTEM_PURESIZE_EXTRA 30000
4abfb753 1315#endif
edfda783 1316
cf91f754
JB
1317/* SIGTYPE is the macro we actually use. */
1318#ifndef SIGTYPE
1319#define SIGTYPE RETSIGTYPE
1dc4f30a
JB
1320#endif
1321
d26a6872
RS
1322#ifdef emacs /* Don't do this for lib-src. */
1323/* Tell regex.c to use a type compatible with Emacs. */
11257d61 1324#define RE_TRANSLATE_TYPE Lisp_Object
44eba967 1325#define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
19b1f29a
SM
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
d26a6872
RS
1333#endif
1334
d54ae3d8
JD
1335#define my_strftime nstrftime /* for strftime.c */
1336
2017bc3d 1337/* These default definitions are good for almost all machines.
f11c1c14 1338 The exceptions override them in m/MACHINE.h. */
2017bc3d
RS
1339
1340#ifndef BITS_PER_CHAR
1341#define BITS_PER_CHAR 8
1342#endif
1343
1344#ifndef BITS_PER_SHORT
1345#define BITS_PER_SHORT 16
1346#endif
1347
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
1354
1355#ifndef BITS_PER_LONG
68c45bf0
PE
1356#ifdef _LP64
1357#define BITS_PER_LONG 64
1358#else
2017bc3d
RS
1359#define BITS_PER_LONG 32
1360#endif
68c45bf0 1361#endif
d2e9bfae 1362
a46007e9
GM
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. */
308a4793 1365#undef PROTOTYPES
308a4793 1366
78a7a068 1367#include <string.h>
68c45bf0 1368#include <stdlib.h>
b282c2e7 1369
8923d617
DN
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
1379extern "C"
1380# endif
1381void *alloca (size_t);
1382#endif
b282c2e7 1383
6bae0ccf 1384#ifndef HAVE_SIZE_T
11e8c205 1385typedef unsigned size_t;
6bae0ccf 1386#endif
25e9f929 1387
8966b757
AS
1388#ifndef HAVE_STRCHR
1389#define strchr(a, b) index (a, b)
25e9f929
GM
1390#endif
1391
8966b757
AS
1392#ifndef HAVE_STRRCHR
1393#define strrchr(a, b) rindex (a, b)
25e9f929 1394#endif
e0b8c689 1395
0813074c
GM
1396#if defined __GNUC__ && (__GNUC__ > 2 \
1397 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5))
86014a26
GM
1398#define NO_RETURN __attribute__ ((__noreturn__))
1399#else
1400#define NO_RETURN /* nothing */
1401#endif
1c9952f8 1402
4777478a
DN
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
1408
42c8bc9b
DN
1409#if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1))
1410#define EXTERNALLY_VISIBLE __attribute__((externally_visible))
1411#else
1412#define EXTERNALLY_VISIBLE
1413#endif
1414
4777478a
DN
1415/* Some versions of GNU/Linux define noinline in their headers. */
1416#ifdef noinline
1417#undef noinline
1418#endif
1419
22044edf
DL
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
35a20d6c 1424 /* GC_SETJMP_WORKS is nearly always appropriate for GCC. */
22044edf
DL
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
1431
22044edf
DL
1432#endif /* EMACS_CONFIG_H */
1433
177c0ea7 1434/*
22044edf 1435Local Variables:
6bae0ccf
DL
1436mode: c
1437End:
1438*/
1439