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