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