Auto-commit of generated files.
[bpt/emacs.git] / autogen / config.in
CommitLineData
27505cf5 1/* src/config.in. Generated from configure.ac by autoheader. */
1c9952f8 2
6bae0ccf 3/* GNU Emacs site configuration template file.
125c3718 4
0d1f53ad 5Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2013
125c3718 6 Free Software Foundation, Inc.
6c4f352f
JB
7
8This file is part of GNU Emacs.
9
8275fb5a 10GNU Emacs is free software: you can redistribute it and/or modify
eb963e25 11it under the terms of the GNU General Public License as published by
8275fb5a
GM
12the Free Software Foundation, either version 3 of the License, or
13(at your option) any later version.
eb963e25 14
6c4f352f 15GNU Emacs is distributed in the hope that it will be useful,
eb963e25
RS
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18GNU General Public License for more details.
19
1c9952f8 20You should have received a copy of the GNU General Public License
8275fb5a 21along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1c9952f8
AS
22
23
22044edf 24/* No code in Emacs #includes config.h twice, but some bits of code
177c0ea7 25 intended to work with other packages as well (like gmalloc.c)
1c9952f8
AS
26 think they can include it as many times as they like. */
27#ifndef EMACS_CONFIG_H
28#define EMACS_CONFIG_H
29
30
671d409f
AS
31/* Define if building universal (internal helper macro) */
32#undef AC_APPLE_UNIVERSAL_BUILD
33
8ad96b1d
GM
34/* Define to use the convention that & in the full name stands for the login
35 id. */
36#undef AMPERSAND_FULL_NAME
37
5f90be1b
PE
38/* Define to the number of bits in type 'ptrdiff_t'. */
39#undef BITSIZEOF_PTRDIFF_T
40
41/* Define to the number of bits in type 'sig_atomic_t'. */
42#undef BITSIZEOF_SIG_ATOMIC_T
43
44/* Define to the number of bits in type 'size_t'. */
45#undef BITSIZEOF_SIZE_T
46
47/* Define to the number of bits in type 'wchar_t'. */
48#undef BITSIZEOF_WCHAR_T
49
50/* Define to the number of bits in type 'wint_t'. */
51#undef BITSIZEOF_WINT_T
52
dd0d840e
GM
53/* Define if get_current_dir_name should not be used. */
54#undef BROKEN_GET_CURRENT_DIR_NAME
55
56/* Define on FreeBSD to work around an issue when reading from a PTY. */
57#undef BROKEN_PTY_READ_AFTER_EAGAIN
58
e7586c7a
GM
59/* Define if Emacs cannot be dumped on your system. */
60#undef CANNOT_DUMP
61
afd07e01
GM
62/* Define this to enable compile time checks for the Lisp_Object data type. */
63#undef CHECK_LISP_OBJECT_TYPE
64
7e723570
GM
65/* Define if you want lock files to be written, so that Emacs can tell
66 instantly when you try to modify a file that someone else has modified in
67 his/her Emacs. */
68#undef CLASH_DETECTION
69
bb7dce39
GM
70/* Short copyright string for this version of Emacs. */
71#undef COPYRIGHT
72
0eb775a3
GM
73/* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP
74 systems. This function is required for 'alloca.c' support on those systems.
1c9952f8
AS
75 */
76#undef CRAY_STACKSEG_END
77
d3127c14
GM
78/* Define if the system is Cygwin. */
79#undef CYGWIN
80
0eb775a3 81/* Define to 1 if using 'alloca.c'. */
1c9952f8
AS
82#undef C_ALLOCA
83
d3127c14
GM
84/* Define if the system is Darwin. */
85#undef DARWIN_OS
86
02bd7257
GM
87/* Extra bits to be or'd in with any pointers stored in a Lisp_Object. */
88#undef DATA_SEG_BITS
89
7e723570
GM
90/* Name of the default sound device. */
91#undef DEFAULT_SOUND_DEVICE
92
1c9952f8
AS
93/* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
94#undef DGUX
95
9ff736dc
GM
96/* Character that separates directories in a file name. */
97#undef DIRECTORY_SEP
98
7e723570
GM
99/* Define if process.c does not need to close a pty to make it a controlling
100 terminal (it is already a controlling terminal of the subprocess, because
101 we did ioctl TIOCSCTTY). */
102#undef DONT_REOPEN_PTY
103
7cd2ed2c
GM
104/* Define if the system is MS DOS or MS Windows. */
105#undef DOS_NT
106
1c9952f8
AS
107/* Define to 1 if you are using the GNU C Library. */
108#undef DOUG_LEA_MALLOC
109
7c61eaab
GM
110/* Define to 1 to enable w32 debug facilities. */
111#undef EMACSDEBUG
112
1c9952f8
AS
113/* Define to the canonical Emacs configuration name. */
114#undef EMACS_CONFIGURATION
115
116/* Define to the options passed to configure. */
117#undef EMACS_CONFIG_OPTIONS
118
7ee3791f
GM
119/* Define to 1 if expensive run-time data type and consistency checks are
120 enabled. */
29771094
DN
121#undef ENABLE_CHECKING
122
0cdca42a
GM
123/* Define this to 1 if F_DUPFD behavior does not match POSIX */
124#undef FCNTL_DUPFD_BUGGY
125
dd0d840e
GM
126/* Letter to use in finding device name of first PTY, if PTYs are supported.
127 */
128#undef FIRST_PTY_LETTER
129
403e1769
GM
130/* Enable compile-time and run-time bounds-checking, and some warnings,
131 without upsetting glibc 2.15+. */
4e79d09a 132 #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
403e1769
GM
133 # define _FORTIFY_SOURCE 2
134 #endif
0f55a32e 135
403e1769 136
f199cab1
GM
137/* Define to 1 if futimesat mishandles a NULL file name. */
138#undef FUTIMESAT_NULL_BUG
139
29771094
DN
140/* Define this to check for errors in cons list. */
141#undef GC_CHECK_CONS_LIST
142
143/* Define this temporarily to hunt a bug. If defined, the size of strings is
144 redundantly recorded in sdata structures so that it can be compared to the
145 sizes recorded in Lisp strings. */
146#undef GC_CHECK_STRING_BYTES
147
148/* Define this to check the string free list. */
149#undef GC_CHECK_STRING_FREE_LIST
150
151/* Define this to check for short string overrun. */
152#undef GC_CHECK_STRING_OVERRUN
153
c9ca3f76
GM
154/* Mark a secondary stack, like the register stack on the ia64. */
155#undef GC_MARK_SECONDARY_STACK
156
c9ca3f76
GM
157/* Define if setjmp is known to save all registers relevant for conservative
158 garbage collection in the jmp_buf. */
159#undef GC_SETJMP_WORKS
160
710f5812
GM
161/* Define to the type of elements in the array set by `getgroups'. Usually
162 this is either `int' or `gid_t'. */
163#undef GETGROUPS_T
164
165/* Define this to 1 if getgroups(0,NULL) does not return the number of groups.
166 */
167#undef GETGROUPS_ZERO_BUG
168
f199cab1
GM
169/* Define if gettimeofday clobbers the localtime buffer. */
170#undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
171
172/* Define this to 'void' or 'struct timezone' to match the system's
173 declaration of the second argument to gettimeofday. */
174#undef GETTIMEOFDAY_TIMEZONE
175
7ee3791f
GM
176/* Define this to enable glyphs debugging code. */
177#undef GLYPH_DEBUG
178
3bf26e96
GM
179/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
180 whether the gnulib module close-stream shall be considered present. */
181#undef GNULIB_CLOSE_STREAM
182
710f5812
GM
183/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
184 whether the gnulib module faccessat shall be considered present. */
185#undef GNULIB_FACCESSAT
186
d7ad186c
GM
187/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
188 whether the gnulib module fdopendir shall be considered present. */
189#undef GNULIB_FDOPENDIR
190
f199cab1
GM
191/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
192 whether the gnulib module fscanf shall be considered present. */
193#undef GNULIB_FSCANF
1c9952f8 194
e412eb97
GM
195/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
196 whether the gnulib module mkostemp shall be considered present. */
197#undef GNULIB_MKOSTEMP
198
a6b92a4a
GM
199/* enable some gnulib portability checks */
200#undef GNULIB_PORTCHECK
201
f199cab1
GM
202/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
203 whether the gnulib module scanf shall be considered present. */
204#undef GNULIB_SCANF
205
d3127c14
GM
206/* Define if ths system is compatible with GNU/Linux. */
207#undef GNU_LINUX
208
1c9952f8
AS
209/* Define to 1 if you want to use the GNU memory allocator. */
210#undef GNU_MALLOC
211
dd0d840e 212/* Define to set the G_SLICE environment variable to "always-malloc" at
32c8eae2 213 startup. */
dd0d840e
GM
214#undef G_SLICE_ALWAYS_MALLOC
215
0cdca42a
GM
216/* Define to 1 if you have the `accept4' function. */
217#undef HAVE_ACCEPT4
218
710f5812
GM
219/* Define to 1 if you have the `access' function. */
220#undef HAVE_ACCESS
221
3a019ab4
GM
222/* Define to 1 if you have the `aclsort' function. */
223#undef HAVE_ACLSORT
224
225/* Define to 1 if you have the <aclv.h> header file. */
226#undef HAVE_ACLV_H
227
228/* Define to 1 if you have the `aclx_get' function. */
229#undef HAVE_ACLX_GET
230
231/* Define to 1 if you have the `acl_copy_ext_native' function. */
232#undef HAVE_ACL_COPY_EXT_NATIVE
233
234/* Define to 1 if you have the `acl_create_entry_np' function. */
235#undef HAVE_ACL_CREATE_ENTRY_NP
236
237/* Define to 1 if you have the `acl_delete_def_file' function. */
238#undef HAVE_ACL_DELETE_DEF_FILE
239
240/* Define to 1 if you have the `acl_delete_fd_np' function. */
241#undef HAVE_ACL_DELETE_FD_NP
242
243/* Define to 1 if you have the `acl_delete_file_np' function. */
244#undef HAVE_ACL_DELETE_FILE_NP
245
246/* Define to 1 if you have the `acl_entries' function. */
247#undef HAVE_ACL_ENTRIES
248
249/* Define to 1 if you have the `acl_extended_file' function. */
250#undef HAVE_ACL_EXTENDED_FILE
251
252/* Define to 1 if the constant ACL_FIRST_ENTRY exists. */
253#undef HAVE_ACL_FIRST_ENTRY
254
255/* Define to 1 if you have the `acl_free' function. */
256#undef HAVE_ACL_FREE
257
258/* Define to 1 if you have the `acl_free_text' function. */
259#undef HAVE_ACL_FREE_TEXT
260
261/* Define to 1 if you have the `acl_from_mode' function. */
262#undef HAVE_ACL_FROM_MODE
263
264/* Define to 1 if you have the `acl_from_text' function. */
265#undef HAVE_ACL_FROM_TEXT
266
267/* Define to 1 if you have the `acl_get_fd' function. */
268#undef HAVE_ACL_GET_FD
269
270/* Define to 1 if you have the `acl_get_file' function. */
271#undef HAVE_ACL_GET_FILE
272
273/* Define to 1 if you have the <acl/libacl.h> header file. */
274#undef HAVE_ACL_LIBACL_H
275
276/* Define to 1 if you have the `acl_set_fd' function. */
277#undef HAVE_ACL_SET_FD
278
279/* Define to 1 if you have the `acl_set_file' function. */
280#undef HAVE_ACL_SET_FILE
281
282/* Define to 1 if you have the `acl_to_short_text' function. */
283#undef HAVE_ACL_TO_SHORT_TEXT
284
285/* Define to 1 if you have the `acl_trivial' function. */
286#undef HAVE_ACL_TRIVIAL
287
288/* Define to 1 if the ACL type ACL_TYPE_EXTENDED exists. */
289#undef HAVE_ACL_TYPE_EXTENDED
290
4fc2b746
GM
291/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
292 may be supplied by this distribution. */
1c9952f8
AS
293#undef HAVE_ALLOCA
294
295/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
296 */
297#undef HAVE_ALLOCA_H
298
51d13991
JD
299/* Define to 1 if ALSA is available. */
300#undef HAVE_ALSA
301
a451f14b
PE
302/* Define to 1 if strtold conforms to C99. */
303#undef HAVE_C99_STRTOLD
304
2d3c36ae
SM
305/* Define to 1 if you have the `cfmakeraw' function. */
306#undef HAVE_CFMAKERAW
307
308/* Define to 1 if you have the `cfsetspeed' function. */
309#undef HAVE_CFSETSPEED
310
f199cab1
GM
311/* Define to 1 if you have the `clock_gettime' function. */
312#undef HAVE_CLOCK_GETTIME
313
314/* Define to 1 if you have the `clock_settime' function. */
315#undef HAVE_CLOCK_SETTIME
316
1c9952f8
AS
317/* Define to 1 if you have the <coff.h> header file. */
318#undef HAVE_COFF_H
319
320/* Define to 1 if you have the <com_err.h> header file. */
321#undef HAVE_COM_ERR_H
322
15e12598
VB
323/* Define to 1 if you have the `copysign' function. */
324#undef HAVE_COPYSIGN
690615f7 325
ce9ae7ca
GM
326/* Define to 1 if data_start is the address of the start of the main data
327 segment. */
328#undef HAVE_DATA_START
329
07562bde
GM
330/* Define to 1 if using D-Bus. */
331#undef HAVE_DBUS
332
e3a3e213
MA
333/* Define to 1 if you have the `dbus_type_is_valid' function. */
334#undef HAVE_DBUS_TYPE_IS_VALID
335
ca0294bb
GM
336/* Define to 1 if you have the `dbus_validate_bus_name' function. */
337#undef HAVE_DBUS_VALIDATE_BUS_NAME
338
339/* Define to 1 if you have the `dbus_validate_interface' function. */
340#undef HAVE_DBUS_VALIDATE_INTERFACE
341
342/* Define to 1 if you have the `dbus_validate_member' function. */
343#undef HAVE_DBUS_VALIDATE_MEMBER
344
345/* Define to 1 if you have the `dbus_validate_path' function. */
346#undef HAVE_DBUS_VALIDATE_PATH
347
244f96fc
MA
348/* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
349#undef HAVE_DBUS_WATCH_GET_UNIX_FD
350
2393bc74
GM
351/* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
352 */
353#undef HAVE_DECL_ALARM
354
2407788f
GM
355/* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
356 don't. */
357#undef HAVE_DECL_FDATASYNC
358
d7ad186c
GM
359/* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
360 don't. */
361#undef HAVE_DECL_FDOPENDIR
362
e275c824
PE
363/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
364 */
365#undef HAVE_DECL_GETENV
366
1fd182f0
PE
367/* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
368 don't. */
369#undef HAVE_DECL_LOCALTIME_R
370
283c7aed
GM
371/* Define to 1 if you have the declaration of `memrchr', and to 0 if you
372 don't. */
373#undef HAVE_DECL_MEMRCHR
374
cfd812fa
PE
375/* Define to 1 if you have the declaration of `strmode', and to 0 if you
376 don't. */
377#undef HAVE_DECL_STRMODE
378
3e0be4ab
GM
379/* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
380 don't. */
381#undef HAVE_DECL_STRTOIMAX
382
383/* Define to 1 if you have the declaration of `strtoll', and to 0 if you
384 don't. */
385#undef HAVE_DECL_STRTOLL
386
4fda9c95
GM
387/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
388 don't. */
389#undef HAVE_DECL_STRTOULL
390
391/* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
392 don't. */
393#undef HAVE_DECL_STRTOUMAX
394
44f75c4f
MB
395/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
396 don't. */
397#undef HAVE_DECL_SYS_SIGLIST
398
ed1281ec
EZ
399/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
400 */
401#undef HAVE_DECL_TZNAME
402
b5591ebb
GM
403/* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
404 don't. */
405#undef HAVE_DECL_UNSETENV
406
2393bc74
GM
407/* Define to 1 if you have the declaration of `_putenv', and to 0 if you
408 don't. */
409#undef HAVE_DECL__PUTENV
410
44f75c4f
MB
411/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
412 don't. */
413#undef HAVE_DECL___SYS_SIGLIST
414
25ca0bca
AS
415/* Define to 1 if you have the `difftime' function. */
416#undef HAVE_DIFFTIME
417
d7ad186c
GM
418/* Define to 1 if you have the <dirent.h> header file. */
419#undef HAVE_DIRENT_H
420
369e19fc 421/* Define to 1 if you have the 'dup2' function. */
1c9952f8
AS
422#undef HAVE_DUP2
423
710f5812
GM
424/* Define to 1 if you have the `eaccess' function. */
425#undef HAVE_EACCESS
426
d1721cc7
GM
427/* Define to 1 if you have the `endgrent' function. */
428#undef HAVE_ENDGRENT
429
430/* Define to 1 if you have the `endpwent' function. */
431#undef HAVE_ENDPWENT
432
93131e11
GM
433/* Define if you have the declaration of environ. */
434#undef HAVE_ENVIRON_DECL
435
1c9952f8
AS
436/* Define to 1 if you have the `euidaccess' function. */
437#undef HAVE_EUIDACCESS
438
8966cbff
GM
439/* Define to 1 if you have the <execinfo.h> header file. */
440#undef HAVE_EXECINFO_H
441
710f5812
GM
442/* Define to 1 if you have the `faccessat' function. */
443#undef HAVE_FACCESSAT
444
3a019ab4
GM
445/* Define to 1 if you have the `facl' function. */
446#undef HAVE_FACL
447
0cdca42a
GM
448/* Define to 1 if you have the `fcntl' function. */
449#undef HAVE_FCNTL
450
2407788f
GM
451/* Define to 1 if you have the `fdatasync' function. */
452#undef HAVE_FDATASYNC
453
d7ad186c
GM
454/* Define to 1 if you have the `fdopendir' function. */
455#undef HAVE_FDOPENDIR
456
1c9952f8
AS
457/* Define to 1 if you have the `fork' function. */
458#undef HAVE_FORK
459
7417b37c
GM
460/* Define to 1 if you have the `freeifaddrs' function. */
461#undef HAVE_FREEIFADDRS
462
a27152d1 463/* Define to 1 if using the freetype and fontconfig libraries. */
45a4b03e
KH
464#undef HAVE_FREETYPE
465
1c9952f8
AS
466/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
467#undef HAVE_FSEEKO
468
d7ad186c
GM
469/* Define to 1 if you have the `fstatat' function. */
470#undef HAVE_FSTATAT
471
22044edf
DL
472/* Define to 1 if you have the `fsync' function. */
473#undef HAVE_FSYNC
474
f199cab1
GM
475/* Define to 1 if you have the `futimens' function. */
476#undef HAVE_FUTIMENS
477
478/* Define to 1 if you have the `futimes' function. */
479#undef HAVE_FUTIMES
480
481/* Define to 1 if you have the `futimesat' function. */
482#undef HAVE_FUTIMESAT
483
1c9952f8
AS
484/* Define to 1 if you have the `gai_strerror' function. */
485#undef HAVE_GAI_STRERROR
486
637fa988
JD
487/* Define to 1 if using GConf. */
488#undef HAVE_GCONF
489
3a019ab4
GM
490/* Define to 1 if you have the `getacl' function. */
491#undef HAVE_GETACL
492
1c9952f8
AS
493/* Define to 1 if you have the `getaddrinfo' function. */
494#undef HAVE_GETADDRINFO
495
1c9952f8
AS
496/* Define to 1 if you have the `getdelim' function. */
497#undef HAVE_GETDELIM
498
0cdca42a
GM
499/* Define to 1 if you have the `getdtablesize' function. */
500#undef HAVE_GETDTABLESIZE
501
d1721cc7
GM
502/* Define to 1 if you have the `getgrent' function. */
503#undef HAVE_GETGRENT
504
710f5812
GM
505/* Define to 1 if your system has a working `getgroups' function. */
506#undef HAVE_GETGROUPS
507
1c9952f8
AS
508/* Define to 1 if you have the `gethostname' function. */
509#undef HAVE_GETHOSTNAME
510
7417b37c
GM
511/* Define to 1 if you have the `getifaddrs' function. */
512#undef HAVE_GETIFADDRS
513
1c9952f8
AS
514/* Define to 1 if you have the `getline' function. */
515#undef HAVE_GETLINE
516
52dbaac8
PE
517/* Define to 1 if you have the <getopt.h> header file. */
518#undef HAVE_GETOPT_H
519
520/* Define to 1 if you have the `getopt_long_only' function. */
521#undef HAVE_GETOPT_LONG_ONLY
522
1c9952f8
AS
523/* Define to 1 if you have the `getpagesize' function. */
524#undef HAVE_GETPAGESIZE
525
526/* Define to 1 if you have the `getpeername' function. */
527#undef HAVE_GETPEERNAME
528
529/* Define to 1 if you have the `getpt' function. */
530#undef HAVE_GETPT
531
d1721cc7
GM
532/* Define to 1 if you have the `getpwent' function. */
533#undef HAVE_GETPWENT
534
9d9a7716
DN
535/* Define to 1 if you have the `getrlimit' function. */
536#undef HAVE_GETRLIMIT
537
ea92fc9f
EZ
538/* Define to 1 if you have the `getrusage' function. */
539#undef HAVE_GETRUSAGE
540
1c9952f8
AS
541/* Define to 1 if you have the `getsockname' function. */
542#undef HAVE_GETSOCKNAME
543
1c9952f8
AS
544/* Define to 1 if you have the `gettimeofday' function. */
545#undef HAVE_GETTIMEOFDAY
546
e2fcf543
EZ
547/* Define to 1 if you have the `get_current_dir_name' function. */
548#undef HAVE_GET_CURRENT_DIR_NAME
549
0f55a32e 550/* Define to 1 if using GFile. */
c9628c79
MA
551#undef HAVE_GFILENOTIFY
552
f70b938a 553/* Define to 1 if you have a gif (or ungif) library. */
1c9952f8
AS
554#undef HAVE_GIF
555
0f55a32e
GM
556/* Define to 1 if GLib is linked in. */
557#undef HAVE_GLIB
558
613c83fc 559/* Define if using GnuTLS. */
8af55556
TZ
560#undef HAVE_GNUTLS
561
7e5a23bd
NR
562/* Define to 1 if you have the gpm library (-lgpm). */
563#undef HAVE_GPM
a7c03edb 564
1c9952f8
AS
565/* Define to 1 if you have the `grantpt' function. */
566#undef HAVE_GRANTPT
567
f527bd02
GM
568/* Define to 1 if using GSettings. */
569#undef HAVE_GSETTINGS
570
0afb4571
J
571/* Define to 1 if using GTK 3 or later. */
572#undef HAVE_GTK3
573
e547b051
J
574/* Define to 1 if you have the `gtk_adjustment_get_page_size' function. */
575#undef HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE
576
e547b051
J
577/* Define to 1 if you have the `gtk_dialog_get_action_area' function. */
578#undef HAVE_GTK_DIALOG_GET_ACTION_AREA
2a00cdb4
JD
579
580/* Define to 1 if you have the `gtk_file_selection_new' function. */
581#undef HAVE_GTK_FILE_SELECTION_NEW
582
4efe5ef9
GM
583/* Define to 1 if you have the `gtk_handle_box_new' function. */
584#undef HAVE_GTK_HANDLE_BOX_NEW
585
e547b051
J
586/* Define to 1 if you have the `gtk_orientable_set_orientation' function. */
587#undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION
588
4efe5ef9
GM
589/* Define to 1 if you have the `gtk_tearoff_menu_item_new' function. */
590#undef HAVE_GTK_TEAROFF_MENU_ITEM_NEW
591
e547b051
J
592/* Define to 1 if you have the `gtk_widget_get_mapped' function. */
593#undef HAVE_GTK_WIDGET_GET_MAPPED
594
595/* Define to 1 if you have the `gtk_widget_get_sensitive' function. */
596#undef HAVE_GTK_WIDGET_GET_SENSITIVE
597
598/* Define to 1 if you have the `gtk_widget_get_window' function. */
599#undef HAVE_GTK_WIDGET_GET_WINDOW
600
601/* Define to 1 if you have the `gtk_widget_set_has_window' function. */
602#undef HAVE_GTK_WIDGET_SET_HAS_WINDOW
a32e9bfd 603
e15c184e
GM
604/* Define to 1 if you have the `gtk_window_set_has_resize_grip' function. */
605#undef HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP
606
1c9952f8
AS
607/* Define to 1 if netdb.h declares h_errno. */
608#undef HAVE_H_ERRNO
609
7417b37c
GM
610/* Define to 1 if you have the <ifaddrs.h> header file. */
611#undef HAVE_IFADDRS_H
612
ce07fa9a
JV
613/* Define to 1 if using imagemagick. */
614#undef HAVE_IMAGEMAGICK
615
1c9952f8
AS
616/* Define to 1 if you have inet sockets. */
617#undef HAVE_INET_SOCKETS
618
b5eb356a
GM
619/* Define to 1 to use inotify. */
620#undef HAVE_INOTIFY
621
1c9952f8
AS
622/* Define to 1 if you have the <inttypes.h> header file. */
623#undef HAVE_INTTYPES_H
624
e412eb97
GM
625/* Define to 1 if you have the `issetugid' function. */
626#undef HAVE_ISSETUGID
627
1c9952f8
AS
628/* Define to 1 if you have the jpeg library (-ljpeg). */
629#undef HAVE_JPEG
630
1c9952f8
AS
631/* Define to 1 if you have the <kerberosIV/krb.h> header file. */
632#undef HAVE_KERBEROSIV_KRB_H
633
1c9952f8
AS
634/* Define to 1 if you have the <kerberos/krb.h> header file. */
635#undef HAVE_KERBEROS_KRB_H
636
3085237c 637/* Define to 1 if `e_text' is a member of `krb5_error'. */
5c17fc1d
AS
638#undef HAVE_KRB5_ERROR_E_TEXT
639
3085237c 640/* Define to 1 if `text' is a member of `krb5_error'. */
5c17fc1d
AS
641#undef HAVE_KRB5_ERROR_TEXT
642
1c9952f8
AS
643/* Define to 1 if you have the <krb5.h> header file. */
644#undef HAVE_KRB5_H
645
646/* Define to 1 if you have the <krb.h> header file. */
647#undef HAVE_KRB_H
648
8f417b3b
AS
649/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
650#undef HAVE_LANGINFO_CODESET
651
1c9952f8
AS
652/* Define to 1 if you have the `dgc' library (-ldgc). */
653#undef HAVE_LIBDGC
654
655/* Define to 1 if you have the `dnet' library (-ldnet). */
656#undef HAVE_LIBDNET
657
710f5812
GM
658/* Define to 1 if you have the <libgen.h> header file. */
659#undef HAVE_LIBGEN_H
660
1c9952f8
AS
661/* Define to 1 if you have the `kstat' library (-lkstat). */
662#undef HAVE_LIBKSTAT
663
664/* Define to 1 if you have the `lockfile' library (-llockfile). */
665#undef HAVE_LIBLOCKFILE
666
667/* Define to 1 if you have the `m' library (-lm). */
668#undef HAVE_LIBM
669
670/* Define to 1 if you have the `mail' library (-lmail). */
671#undef HAVE_LIBMAIL
672
a27152d1 673/* Define to 1 if using libotf. */
45a4b03e
KH
674#undef HAVE_LIBOTF
675
79ab4b7f
PE
676/* Define to 1 if you have the `perfstat' library (-lperfstat). */
677#undef HAVE_LIBPERFSTAT
678
690615f7
DL
679/* Define to 1 if you have the <libpng/png.h> header file. */
680#undef HAVE_LIBPNG_PNG_H
681
1c9952f8
AS
682/* Define to 1 if you have the `pthreads' library (-lpthreads). */
683#undef HAVE_LIBPTHREADS
684
022c122a
GM
685/* Define to 1 if using SELinux. */
686#undef HAVE_LIBSELINUX
687
1c9952f8
AS
688/* Define to 1 if you have the `Xext' library (-lXext). */
689#undef HAVE_LIBXEXT
690
613c83fc
GM
691/* Define to 1 if you have the libxml library (-lxml2). */
692#undef HAVE_LIBXML2
693
1c9952f8
AS
694/* Define to 1 if you have the `Xmu' library (-lXmu). */
695#undef HAVE_LIBXMU
696
1fd182f0
PE
697/* Define to 1 if you have the `localtime_r' function. */
698#undef HAVE_LOCALTIME_R
699
4628c0bf
GM
700/* Define to 1 if you have the `log2' function. */
701#undef HAVE_LOG2
702
1c9952f8
AS
703/* Define to 1 if you support file names longer than 14 characters. */
704#undef HAVE_LONG_FILE_NAMES
705
0eb775a3 706/* Define to 1 if the system has the type 'long long int'. */
5f90be1b
PE
707#undef HAVE_LONG_LONG_INT
708
1c9952f8
AS
709/* Define to 1 if you have the `lrand48' function. */
710#undef HAVE_LRAND48
711
f68c809d
PE
712/* Define to 1 if you have the `lstat' function. */
713#undef HAVE_LSTAT
714
f199cab1
GM
715/* Define to 1 if you have the `lutimes' function. */
716#undef HAVE_LUTIMES
717
a27152d1 718/* Define to 1 if using libm17n-flt. */
d8d1da59
KH
719#undef HAVE_M17N_FLT
720
1c9952f8
AS
721/* Define to 1 if you have the <machine/soundcard.h> header file. */
722#undef HAVE_MACHINE_SOUNDCARD_H
723
724/* Define to 1 if you have the <mach/mach.h> header file. */
725#undef HAVE_MACH_MACH_H
726
431dab04
JV
727/* Define to 1 if you have the `MagickExportImagePixels' function. */
728#undef HAVE_MAGICKEXPORTIMAGEPIXELS
729
15f79fcd
GM
730/* Define to 1 if you have the `MagickMergeImageLayers' function. */
731#undef HAVE_MAGICKMERGEIMAGELAYERS
732
1c9952f8
AS
733/* Define to 1 if you have the <maillock.h> header file. */
734#undef HAVE_MAILLOCK_H
735
f7f3a65f
ST
736/* Define to 1 if you have the <malloc/malloc.h> header file. */
737#undef HAVE_MALLOC_MALLOC_H
738
973a76b1
DL
739/* Define to 1 if <wchar.h> declares mbstate_t. */
740#undef HAVE_MBSTATE_T
741
1c9952f8
AS
742/* Define to 1 if you have the <memory.h> header file. */
743#undef HAVE_MEMORY_H
744
283c7aed
GM
745/* Define to 1 if you have the `memrchr' function. */
746#undef HAVE_MEMRCHR
747
1c9952f8
AS
748/* Define to 1 if you have mouse menus. (This is automatic if you use X, but
749 the option to specify it remains.) It is also defined with other window
750 systems that support xmenu.c. */
751#undef HAVE_MENUS
752
0cdca42a
GM
753/* Define to 1 if you have the `mkostemp' function. */
754#undef HAVE_MKOSTEMP
755
1c9952f8
AS
756/* Define to 1 if you have a working `mmap' system call. */
757#undef HAVE_MMAP
758
f199cab1
GM
759/* Define to 1 if you have the `nanotime' function. */
760#undef HAVE_NANOTIME
761
7417b37c
GM
762/* Define to 1 if you have the <net/if_dl.h> header file. */
763#undef HAVE_NET_IF_DL_H
764
2d2b6695
KS
765/* Define to 1 if you have the <net/if.h> header file. */
766#undef HAVE_NET_IF_H
767
1c9952f8
AS
768/* Define to 1 if you have the <nlist.h> header file. */
769#undef HAVE_NLIST_H
770
edfda783
AR
771/* Define to 1 if you are using the NeXTstep API, either GNUstep or Cocoa on
772 Mac OS X. */
773#undef HAVE_NS
774
bf05ed1f 775/* Define to use native MS Windows GUI. */
5c0255d9
GM
776#undef HAVE_NTGUI
777
3f2d84c7
CY
778/* Define to 1 if libotf has OTF_get_variation_glyphs. */
779#undef HAVE_OTF_GET_VARIATION_GLYPHS
780
dede2792
JD
781/* Define to 1 if personality LINUX32 can be set. */
782#undef HAVE_PERSONALITY_LINUX32
783
0cdca42a
GM
784/* Define to 1 if you have the `pipe2' function. */
785#undef HAVE_PIPE2
786
1c9952f8
AS
787/* Define to 1 if you have the png library (-lpng). */
788#undef HAVE_PNG
789
690615f7
DL
790/* Define to 1 if you have the <png.h> header file. */
791#undef HAVE_PNG_H
792
793/* Define to 1 if you have the `posix_memalign' function. */
794#undef HAVE_POSIX_MEMALIGN
795
1146da8d
GM
796/* Define to 1 if you have the `posix_openpt' function. */
797#undef HAVE_POSIX_OPENPT
798
4717915f
GM
799/* Define if you have the /proc filesystem. */
800#undef HAVE_PROCFS
801
f199cab1
GM
802/* Define to 1 if you have the `pselect' function. */
803#undef HAVE_PSELECT
804
1c9952f8
AS
805/* Define to 1 if you have the `pstat_getdynamic' function. */
806#undef HAVE_PSTAT_GETDYNAMIC
807
1abfdc54
GM
808/* Define to 1 if you have pthread (-lpthread). */
809#undef HAVE_PTHREAD
810
9a38524c
JD
811/* Define to 1 if you have the <pthread.h> header file. */
812#undef HAVE_PTHREAD_H
813
369e19fc 814/* Define to 1 if the pthread_sigmask function can be used (despite bugs). */
3e0be4ab
GM
815#undef HAVE_PTHREAD_SIGMASK
816
dd0d840e
GM
817/* Define if the system supports pty devices. */
818#undef HAVE_PTYS
819
6bae0ccf
DL
820/* Define to 1 if you have the <pty.h> header file. */
821#undef HAVE_PTY_H
822
4086de3d
TTN
823/* Define to 1 if you have the <pwd.h> header file. */
824#undef HAVE_PWD_H
825
1c9952f8
AS
826/* Define to 1 if you have the `random' function. */
827#undef HAVE_RANDOM
828
ae0d7250
PE
829/* Define to 1 if you have the `readlink' function. */
830#undef HAVE_READLINK
831
6c051bab
GM
832/* Define to 1 if you have the `readlinkat' function. */
833#undef HAVE_READLINKAT
834
1c9952f8
AS
835/* Define to 1 if you have the `recvfrom' function. */
836#undef HAVE_RECVFROM
837
5d9c8a34 838/* Define to 1 if res_init is available. */
1c9952f8
AS
839#undef HAVE_RES_INIT
840
1c9952f8
AS
841/* Define to 1 if you have the `rint' function. */
842#undef HAVE_RINT
843
f68c9a7b
GM
844/* Define to 1 if using librsvg. */
845#undef HAVE_RSVG
846
e412eb97
GM
847/* Define to 1 if you have the `secure_getenv' function. */
848#undef HAVE_SECURE_GETENV
849
1c9952f8
AS
850/* Define to 1 if you have the `select' function. */
851#undef HAVE_SELECT
852
853/* Define to 1 if you have the `sendto' function. */
854#undef HAVE_SENDTO
855
856/* Define to 1 if you have the `setitimer' function. */
857#undef HAVE_SETITIMER
858
859/* Define to 1 if you have the `setlocale' function. */
860#undef HAVE_SETLOCALE
861
1c9952f8
AS
862/* Define to 1 if you have the `setrlimit' function. */
863#undef HAVE_SETRLIMIT
864
1c9952f8
AS
865/* Define to 1 if you have the `shutdown' function. */
866#undef HAVE_SHUTDOWN
867
e4184a20
GM
868/* Define to 1 if you have the `sig2str' function. */
869#undef HAVE_SIG2STR
870
5f90be1b
PE
871/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
872#undef HAVE_SIGNED_SIG_ATOMIC_T
873
874/* Define to 1 if 'wchar_t' is a signed integer type. */
875#undef HAVE_SIGNED_WCHAR_T
876
877/* Define to 1 if 'wint_t' is a signed integer type. */
878#undef HAVE_SIGNED_WINT_T
879
e2d8f316
GM
880/* Define to 1 if sigsetjmp and siglongjmp work. The value of this symbol is
881 irrelevant if HAVE__SETJMP is defined. */
882#undef HAVE_SIGSETJMP
883
3e0be4ab
GM
884/* Define to 1 if the system has the type `sigset_t'. */
885#undef HAVE_SIGSET_T
886
697210c4
GM
887/* Define to 1 if you have the `snprintf' function. */
888#undef HAVE_SNPRINTF
889
dd0d840e
GM
890/* Define if the system supports 4.2-compatible sockets. */
891#undef HAVE_SOCKETS
892
a46007e9
GM
893/* Define to 1 if you have sound support. */
894#undef HAVE_SOUND
895
1c9952f8
AS
896/* Define to 1 if you have the <soundcard.h> header file. */
897#undef HAVE_SOUNDCARD_H
898
3a019ab4
GM
899/* Define to 1 if you have the `statacl' function. */
900#undef HAVE_STATACL
901
1c9952f8
AS
902/* Define to 1 if you have the <stdint.h> header file. */
903#undef HAVE_STDINT_H
904
905/* Define to 1 if you have the <stdio_ext.h> header file. */
906#undef HAVE_STDIO_EXT_H
907
908/* Define to 1 if you have the <stdlib.h> header file. */
909#undef HAVE_STDLIB_H
910
1c9952f8
AS
911/* Define to 1 if you have the <strings.h> header file. */
912#undef HAVE_STRINGS_H
913
914/* Define to 1 if you have the <string.h> header file. */
915#undef HAVE_STRING_H
916
917/* Define to 1 if you have the `strsignal' function. */
918#undef HAVE_STRSIGNAL
919
3e0be4ab
GM
920/* Define to 1 if you have the `strtoimax' function. */
921#undef HAVE_STRTOIMAX
922
923/* Define to 1 if you have the `strtoll' function. */
924#undef HAVE_STRTOLL
925
4fda9c95
GM
926/* Define to 1 if you have the `strtoull' function. */
927#undef HAVE_STRTOULL
928
929/* Define to 1 if you have the `strtoumax' function. */
930#undef HAVE_STRTOUMAX
931
3085237c 932/* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */
96f3a036
DL
933#undef HAVE_STRUCT_IFREQ_IFR_ADDR
934
7417b37c
GM
935/* Define to 1 if `ifr_addr.sa_len' is a member of `struct ifreq'. */
936#undef HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN
937
3085237c 938/* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */
96f3a036
DL
939#undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
940
3085237c 941/* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */
96f3a036
DL
942#undef HAVE_STRUCT_IFREQ_IFR_FLAGS
943
3085237c 944/* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */
96f3a036
DL
945#undef HAVE_STRUCT_IFREQ_IFR_HWADDR
946
3085237c 947/* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */
96f3a036
DL
948#undef HAVE_STRUCT_IFREQ_IFR_NETMASK
949
3085237c 950/* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
1c9952f8
AS
951#undef HAVE_STRUCT_NLIST_N_UN_N_NAME
952
f199cab1
GM
953/* Define to 1 if `st_atimensec' is a member of `struct stat'. */
954#undef HAVE_STRUCT_STAT_ST_ATIMENSEC
955
956/* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
957#undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
958
959/* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
960#undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
961
962/* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
963#undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
964
965/* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
966#undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
967
968/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
969#undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
970
971/* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
972#undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
973
3085237c 974/* Define to 1 if `tm_zone' is a member of `struct tm'. */
1c9952f8
AS
975#undef HAVE_STRUCT_TM_TM_ZONE
976
f199cab1
GM
977/* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
978 have utime.h but don't declare the struct anywhere. */
1c9952f8
AS
979#undef HAVE_STRUCT_UTIMBUF
980
cfd812fa
PE
981/* Define if struct stat has an st_dm_mode member. */
982#undef HAVE_ST_DM_MODE
983
ae0d7250
PE
984/* Define to 1 if you have the `symlink' function. */
985#undef HAVE_SYMLINK
986
190956b3
YM
987/* Define to 1 if you have the `sync' function. */
988#undef HAVE_SYNC
989
3a019ab4
GM
990/* Define to 1 if you have the <sys/acl.h> header file. */
991#undef HAVE_SYS_ACL_H
992
5f90be1b
PE
993/* Define to 1 if you have the <sys/bitypes.h> header file. */
994#undef HAVE_SYS_BITYPES_H
995
996/* Define to 1 if you have the <sys/inttypes.h> header file. */
997#undef HAVE_SYS_INTTYPES_H
998
79ab4b7f
PE
999/* Define to 1 if you have the <sys/loadavg.h> header file. */
1000#undef HAVE_SYS_LOADAVG_H
1001
6bae0ccf
DL
1002/* Define to 1 if you have the <sys/param.h> header file. */
1003#undef HAVE_SYS_PARAM_H
1004
22044edf
DL
1005/* Define to 1 if you have the <sys/resource.h> header file. */
1006#undef HAVE_SYS_RESOURCE_H
1007
1c9952f8
AS
1008/* Define to 1 if you have the <sys/select.h> header file. */
1009#undef HAVE_SYS_SELECT_H
1010
7862d3a8
AS
1011/* Define to 1 if you have the <sys/socket.h> header file. */
1012#undef HAVE_SYS_SOCKET_H
1013
1c9952f8
AS
1014/* Define to 1 if you have the <sys/soundcard.h> header file. */
1015#undef HAVE_SYS_SOUNDCARD_H
1016
1017/* Define to 1 if you have the <sys/stat.h> header file. */
1018#undef HAVE_SYS_STAT_H
1019
1020/* Define to 1 if you have the <sys/systeminfo.h> header file. */
1021#undef HAVE_SYS_SYSTEMINFO_H
1022
f199cab1
GM
1023/* Define to 1 if you have the <sys/timeb.h> header file. */
1024#undef HAVE_SYS_TIMEB_H
1025
1c9952f8
AS
1026/* Define to 1 if you have the <sys/time.h> header file. */
1027#undef HAVE_SYS_TIME_H
1028
1029/* Define to 1 if you have the <sys/types.h> header file. */
1030#undef HAVE_SYS_TYPES_H
1031
1032/* Define to 1 if you have the <sys/un.h> header file. */
1033#undef HAVE_SYS_UN_H
1034
3bb9abc8
ST
1035/* Define to 1 if you have the <sys/utsname.h> header file. */
1036#undef HAVE_SYS_UTSNAME_H
1037
22044edf
DL
1038/* Define to 1 if you have the <sys/vlimit.h> header file. */
1039#undef HAVE_SYS_VLIMIT_H
1040
1c9952f8
AS
1041/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1042#undef HAVE_SYS_WAIT_H
1043
1c9952f8
AS
1044/* Define to 1 if you have the <term.h> header file. */
1045#undef HAVE_TERM_H
1046
1047/* Define to 1 if you have the tiff library (-ltiff). */
1048#undef HAVE_TIFF
1049
f077f61d
GM
1050/* Define to 1 if you have the `timer_settime' function. */
1051#undef HAVE_TIMER_SETTIME
1052
16c3e636 1053/* Define if struct tm has the tm_gmtoff member. */
1c9952f8
AS
1054#undef HAVE_TM_GMTOFF
1055
1056/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1057 `HAVE_STRUCT_TM_TM_ZONE' instead. */
1058#undef HAVE_TM_ZONE
1059
1060/* Define to 1 if you have the `touchlock' function. */
1061#undef HAVE_TOUCHLOCK
1062
1063/* Define to 1 if you don't have `tm_zone' but do have the external array
1064 `tzname'. */
1065#undef HAVE_TZNAME
1066
1067/* Define to 1 if you have the `tzset' function. */
1068#undef HAVE_TZSET
1069
1c9952f8
AS
1070/* Define to 1 if you have the <unistd.h> header file. */
1071#undef HAVE_UNISTD_H
1072
b5591ebb
GM
1073/* Define to 1 if you have the `unsetenv' function. */
1074#undef HAVE_UNSETENV
1075
0eb775a3 1076/* Define to 1 if the system has the type 'unsigned long long int'. */
5f90be1b
PE
1077#undef HAVE_UNSIGNED_LONG_LONG_INT
1078
3d608a86
J
1079/* Define to 1 if you have the <util.h> header file. */
1080#undef HAVE_UTIL_H
1081
f199cab1
GM
1082/* Define to 1 if you have the `utimensat' function. */
1083#undef HAVE_UTIMENSAT
1084
1c9952f8
AS
1085/* Define to 1 if you have the <utime.h> header file. */
1086#undef HAVE_UTIME_H
1087
5e4fe3f9
CY
1088/* Define to 1 if you have the <utmp.h> header file. */
1089#undef HAVE_UTMP_H
1090
1c9952f8
AS
1091/* Define to 1 if you have the `vfork' function. */
1092#undef HAVE_VFORK
1093
1094/* Define to 1 if you have the <vfork.h> header file. */
1095#undef HAVE_VFORK_H
1096
c9628c79
MA
1097/* Define to 1 to use w32notify. */
1098#undef HAVE_W32NOTIFY
1099
5f90be1b
PE
1100/* Define to 1 if you have the <wchar.h> header file. */
1101#undef HAVE_WCHAR_H
1102
1fd182f0
PE
1103/* Define if you have the 'wchar_t' type. */
1104#undef HAVE_WCHAR_T
1105
372b4090
GM
1106/* Define if you have a window system. */
1107#undef HAVE_WINDOW_SYSTEM
1108
f199cab1
GM
1109/* Define to 1 if you have the <winsock2.h> header file. */
1110#undef HAVE_WINSOCK2_H
1111
1c9952f8
AS
1112/* Define to 1 if `fork' works. */
1113#undef HAVE_WORKING_FORK
1114
d7ad186c
GM
1115/* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX
1116 7.1. */
1117#undef HAVE_WORKING_FSTATAT_ZERO_FLAG
1118
f199cab1
GM
1119/* Define if utimes works properly. */
1120#undef HAVE_WORKING_UTIMES
1121
1c9952f8
AS
1122/* Define to 1 if `vfork' works. */
1123#undef HAVE_WORKING_VFORK
1124
6ad6792b
GM
1125/* Define to 1 if you have the <ws2tcpip.h> header file. */
1126#undef HAVE_WS2TCPIP_H
1127
1c9952f8
AS
1128/* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
1129 expects to use version 10. */
1130#undef HAVE_X11
1131
1c9952f8
AS
1132/* Define to 1 if you have the X11R6 or newer version of Xlib. */
1133#undef HAVE_X11R6
1134
a46007e9
GM
1135/* Define if you have usable X11R6-style XIM support. */
1136#undef HAVE_X11R6_XIM
1137
1c9952f8
AS
1138/* Define to 1 if you have the X11R6 or newer version of Xt. */
1139#undef HAVE_X11XTR6
1140
1141/* Define to 1 if you have the Xaw3d library (-lXaw3d). */
1142#undef HAVE_XAW3D
1143
9d89ffd0
JD
1144/* Define to 1 if you have the Xft library. */
1145#undef HAVE_XFT
1146
18542f1a
RS
1147/* Define to 1 if XIM is available */
1148#undef HAVE_XIM
1149
910833ae
GM
1150/* Define to 1 if you have the Xinerama extension. */
1151#undef HAVE_XINERAMA
1152
f46ba47d
GM
1153/* Define to 1 if you have the Xkb extension. */
1154#undef HAVE_XKB
1155
2b8e5146 1156/* Define to 1 if you have the Xpm library (-lXpm). */
1c9952f8
AS
1157#undef HAVE_XPM
1158
910833ae
GM
1159/* Define to 1 if you have the XRandr extension. */
1160#undef HAVE_XRANDR
1161
1c9952f8
AS
1162/* Define to 1 if you have the `XrmSetDatabase' function. */
1163#undef HAVE_XRMSETDATABASE
1164
910833ae
GM
1165/* Define to 1 if you have the `XRRGetOutputPrimary' function. */
1166#undef HAVE_XRRGETOUTPUTPRIMARY
1167
1168/* Define to 1 if you have the `XRRGetScreenResourcesCurrent' function. */
1169#undef HAVE_XRRGETSCREENRESOURCESCURRENT
1170
1c9952f8
AS
1171/* Define to 1 if you have the `XScreenNumberOfScreen' function. */
1172#undef HAVE_XSCREENNUMBEROFSCREEN
1173
1174/* Define to 1 if you have the `XScreenResourceString' function. */
1175#undef HAVE_XSCREENRESOURCESTRING
1176
a46007e9
GM
1177/* Define if you have usable i18n support. */
1178#undef HAVE_X_I18N
1179
1c9952f8
AS
1180/* Define to 1 if you have the SM library (-lSM). */
1181#undef HAVE_X_SM
1182
1183/* Define to 1 if you want to use the X window system. */
1184#undef HAVE_X_WINDOWS
1185
7a67e06b
GM
1186/* Define to 1 if you have the zlib library (-lz). */
1187#undef HAVE_ZLIB
1188
16c3e636
PE
1189/* Define to 1 if the system has the type `_Bool'. */
1190#undef HAVE__BOOL
1191
f199cab1
GM
1192/* Define to 1 if you have the `_ftime' function. */
1193#undef HAVE__FTIME
1194
e2d8f316
GM
1195/* Define to 1 if _setjmp and _longjmp work. */
1196#undef HAVE__SETJMP
1197
2018939f
AS
1198/* Define to 1 if you have the `__builtin_unwind_init' function. */
1199#undef HAVE___BUILTIN_UNWIND_INIT
1200
dcc19aac
AS
1201/* Define to 1 if you have the `__executable_start' function. */
1202#undef HAVE___EXECUTABLE_START
1203
e412eb97
GM
1204/* Define to 1 if you have the `__secure_getenv' function. */
1205#undef HAVE___SECURE_GETENV
1206
1c9952f8
AS
1207/* Define to support using a Hesiod database to find the POP server. */
1208#undef HESIOD
1209
d3127c14
GM
1210/* Define if the system is HPUX. */
1211#undef HPUX
1212
6b10626d
GM
1213/* This is substituted when $TERM is "internal". */
1214#undef INTERNAL_TERMINAL
1215
dd0d840e
GM
1216/* Define to read input using SIGIO. */
1217#undef INTERRUPT_INPUT
1218
d3127c14
GM
1219/* Define if the system is IRIX. */
1220#undef IRIX6_5
1221
6b10626d
GM
1222/* Returns true if character is any form of separator. */
1223#undef IS_ANY_SEP
1224
1225/* Returns true if character is a device separator. */
1226#undef IS_DEVICE_SEP
1227
1228/* Returns true if character is a directory separator. */
1229#undef IS_DIRECTORY_SEP
1230
1c9952f8
AS
1231/* Define to support Kerberos-authenticated POP mail retrieval. */
1232#undef KERBEROS
1233
1234/* Define to use Kerberos 5 instead of Kerberos 4. */
1235#undef KERBEROS5
1236
1c9952f8
AS
1237/* Define to 1 if localtime caches TZ. */
1238#undef LOCALTIME_CACHE
1239
0eb775a3 1240/* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
ae0d7250
PE
1241 slash. */
1242#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1243
f70b938a
GM
1244/* String giving fallback POP mail host. */
1245#undef MAILHOST
1246
1247/* Define to unlink, rather than empty, mail spool after reading. */
1248#undef MAIL_UNLINK_SPOOL
1249
4e569696
GM
1250/* Define if the mailer uses flock to interlock the mail spool. */
1251#undef MAIL_USE_FLOCK
1252
1253/* Define if the mailer uses lockf to interlock the mail spool. */
1254#undef MAIL_USE_LOCKF
1255
f70b938a
GM
1256/* Define to support MMDF mailboxes in movemail. */
1257#undef MAIL_USE_MMDF
1258
1c9952f8
AS
1259/* Define to support POP mail retrieval. */
1260#undef MAIL_USE_POP
1261
7cd2ed2c
GM
1262/* Define if the system is MS DOS. */
1263#undef MSDOS
1264
dd0d840e
GM
1265/* Define if system's imake configuration file defines `NeedWidePrototypes' as
1266 `NO'. */
1267#undef NARROWPROTO
1268
d3127c14
GM
1269/* Define if XEditRes should not be used. */
1270#undef NO_EDITRES
1271
743c80a7
PE
1272/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1273#undef NO_MINUS_C_MINUS_O
1274
d3127c14
GM
1275/* Minimum value of NSIG. */
1276#undef NSIG_MINIMUM
1277
a53cfbe5
JD
1278/* Define to 1 if `NSInteger' is defined. */
1279#undef NS_HAVE_NSINTEGER
1280
edfda783
AR
1281/* Define to 1 if you are using NS windowing under MacOS X. */
1282#undef NS_IMPL_COCOA
1283
1284/* Define to 1 if you are using NS windowing under GNUstep. */
1285#undef NS_IMPL_GNUSTEP
1286
8ad96b1d
GM
1287/* Name of the file to open to get a null file, or a data sink. */
1288#undef NULL_DEVICE
1289
79ab4b7f
PE
1290/* Define to 1 if the nlist n_name member is a pointer */
1291#undef N_NAME_POINTER
1292
743c80a7
PE
1293/* Name of package */
1294#undef PACKAGE
1295
1c9952f8
AS
1296/* Define to the address where bug reports for this package should be sent. */
1297#undef PACKAGE_BUGREPORT
1298
1299/* Define to the full name of this package. */
1300#undef PACKAGE_NAME
1301
1302/* Define to the full name and version of this package. */
1303#undef PACKAGE_STRING
1304
1305/* Define to the one symbol short name of this package. */
1306#undef PACKAGE_TARNAME
1307
3085237c
DN
1308/* Define to the home page for this package. */
1309#undef PACKAGE_URL
1310
1c9952f8
AS
1311/* Define to the version of this package. */
1312#undef PACKAGE_VERSION
1313
3bf26e96
GM
1314/* the number of pending output bytes on stream 'fp' */
1315#undef PENDING_OUTPUT_N_BYTES
1316
27505cf5
GM
1317/* Define to empty to suppress deprecation warnings when building with
1318 --enable-gcc-warnings and with libpng versions before 1.5, which lack
1319 png_longjmp. */
02bd7257 1320#undef PNG_DEPSTRUCT
27505cf5 1321
dd0d840e
GM
1322/* Define if process_send_signal should use VSUSP instead of VSWTCH. */
1323#undef PREFER_VSUSP
1324
369e19fc
PE
1325/* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno.
1326 */
1327#undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO
1328
1329/* Define to 1 if pthread_sigmask() may returns 0 and have no effect. */
1330#undef PTHREAD_SIGMASK_INEFFECTIVE
1331
1332/* Define to 1 if pthread_sigmask() unblocks signals incorrectly. */
1333#undef PTHREAD_SIGMASK_UNBLOCK_BUG
1334
5f90be1b
PE
1335/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1336 'ptrdiff_t'. */
1337#undef PTRDIFF_T_SUFFIX
1338
dd0d840e
GM
1339/* How to iterate over PTYs. */
1340#undef PTY_ITERATION
1341
1342/* How to get the device name of the control end of a PTY, if non-standard. */
1343#undef PTY_NAME_SPRINTF
1344
1345/* How to open a PTY, if non-standard. */
1346#undef PTY_OPEN
1347
1348/* How to get device name of the tty end of a PTY, if non-standard. */
1349#undef PTY_TTY_NAME_SPRINTF
1350
ae0d7250
PE
1351/* Define to 1 if readlink fails to recognize a trailing slash. */
1352#undef READLINK_TRAILING_SLASH_BUG
1353
1c9952f8
AS
1354/* Define REL_ALLOC if you want to use the relocating allocator for buffer
1355 space. */
1356#undef REL_ALLOC
1357
ae0d7250
PE
1358/* Define to 1 if stat needs help when passed a directory name with a trailing
1359 slash */
1360#undef REPLACE_FUNC_STAT_DIR
1361
1362/* Define to 1 if stat needs help when passed a file name with a trailing
1363 slash */
1364#undef REPLACE_FUNC_STAT_FILE
1365
dd0d840e
GM
1366/* Define if emacs.c needs to call run_time_remap; for HPUX. */
1367#undef RUN_TIME_REMAP
1368
8ad96b1d
GM
1369/* Character that separates PATH elements. */
1370#undef SEPCHAR
1371
c9ca3f76
GM
1372/* How to set up a slave PTY, if needed. */
1373#undef SETUP_SLAVE_PTY
1374
7e723570
GM
1375/* Make process_send_signal work by "typing" a signal character on the pty. */
1376#undef SIGNALS_VIA_CHARACTERS
1377
5f90be1b
PE
1378/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1379 'sig_atomic_t'. */
1380#undef SIG_ATOMIC_T_SUFFIX
1381
1382/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1383 'size_t'. */
1384#undef SIZE_T_SUFFIX
1385
d3127c14
GM
1386/* Define if the system is Solaris. */
1387#undef SOLARIS2
1388
1c9952f8
AS
1389/* If using the C implementation of alloca, define if you know the
1390 direction of stack growth for your system; otherwise it will be
ed1281ec 1391 automatically deduced at runtime.
fd44db7f
GM
1392 STACK_DIRECTION > 0 => grows toward higher addresses
1393 STACK_DIRECTION < 0 => grows toward lower addresses
1394 STACK_DIRECTION = 0 => direction of growth unknown */
1c9952f8 1395#undef STACK_DIRECTION
6c4f352f 1396
cfd812fa
PE
1397/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1398#undef STAT_MACROS_BROKEN
1399
1c9952f8
AS
1400/* Define to 1 if you have the ANSI C header files. */
1401#undef STDC_HEADERS
7e1fc708 1402
1c9952f8
AS
1403/* Define to 1 on System V Release 4. */
1404#undef SVR4
cf91f754 1405
e7586c7a
GM
1406/* Define to use system malloc. */
1407#undef SYSTEM_MALLOC
1408
15f79fcd
GM
1409/* The type of system you are compiling for; sets `system-type'. */
1410#undef SYSTEM_TYPE
1411
dd0d840e
GM
1412/* Undocumented. */
1413#undef TAB3
1414
1415/* Undocumented. */
1416#undef TABDLY
1417
ca63fca5
GM
1418/* Define to 1 if you use terminfo instead of termcap. */
1419#undef TERMINFO
1420
42dcba54
GM
1421/* Define to the header for the built-in window system. */
1422#undef TERM_HEADER
1423
1c9952f8
AS
1424/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1425#undef TIME_WITH_SYS_TIME
3689ff14 1426
906debc3
GM
1427/* Some platforms redefine this. */
1428#undef TIOCSIGSEND
1429
1c9952f8
AS
1430/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1431#undef TM_IN_SYS_TIME
6b910f7d 1432
f199cab1
GM
1433/* Define to 1 if the type of the st_atim member of a struct stat is struct
1434 timespec. */
1435#undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
1436
9292328f
GM
1437/* Define to 1 for Encore UMAX. */
1438#undef UMAX
1439
1440/* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1441 <sys/cpustats.h>. */
1442#undef UMAX4_3
1443
d3127c14
GM
1444/* Define if the system has Unix98 PTYs. */
1445#undef UNIX98_PTYS
1446
4fa92495
GM
1447/* Define to 1 if FIONREAD is usable. */
1448#undef USABLE_FIONREAD
1449
1450/* Define to 1 if SIGIO is usable. */
1451#undef USABLE_SIGIO
1452
8ad96b1d
GM
1453/* How to get a user's full name. */
1454#undef USER_FULL_NAME
1455
3a019ab4
GM
1456/* Define to nonzero if you want access control list support. */
1457#undef USE_ACL
1458
0f55a32e 1459/* Define to 1 if using file notifications. */
c9628c79
MA
1460#undef USE_FILE_NOTIFY
1461
a51f4969
SM
1462/* Define to 1 if using GTK. */
1463#undef USE_GTK
1464
8a7d9183
SM
1465/* Define to 1 if using the Lucid X toolkit. */
1466#undef USE_LUCID
1467
e7586c7a
GM
1468/* Define to use mmap to allocate buffer text. */
1469#undef USE_MMAP_FOR_BUFFERS
1470
8a7d9183
SM
1471/* Define to 1 if using the Motif X toolkit. */
1472#undef USE_MOTIF
1473
20d5e28a
GM
1474/* Define to 1 if you use ncurses. */
1475#undef USE_NCURSES
1476
2cdd55fc
GM
1477/* Enable extensions on AIX 3, Interix. */
1478#ifndef _ALL_SOURCE
1479# undef _ALL_SOURCE
1480#endif
1481/* Enable general extensions on OS X. */
1482#ifndef _DARWIN_C_SOURCE
1483# undef _DARWIN_C_SOURCE
1484#endif
1485/* Enable GNU extensions on systems that have them. */
1486#ifndef _GNU_SOURCE
1487# undef _GNU_SOURCE
1488#endif
1489/* Enable threading extensions on Solaris. */
1490#ifndef _POSIX_PTHREAD_SEMANTICS
1491# undef _POSIX_PTHREAD_SEMANTICS
1492#endif
1493/* Enable extensions on HP NonStop. */
1494#ifndef _TANDEM_SOURCE
1495# undef _TANDEM_SOURCE
1496#endif
1497/* Enable X/Open extensions if necessary. HP-UX 11.11 defines
1498 mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
1499 whether compiling with -Ae or -D_HPUX_SOURCE=1. */
1500#ifndef _XOPEN_SOURCE
1501# undef _XOPEN_SOURCE
1502#endif
1503/* Enable general extensions on Solaris. */
1504#ifndef __EXTENSIONS__
1505# undef __EXTENSIONS__
1506#endif
1507
1508
1c9952f8
AS
1509/* Define to 1 if we should use toolkit scroll bars. */
1510#undef USE_TOOLKIT_SCROLL_BARS
cf91f754 1511
1c9952f8
AS
1512/* Define to 1 if we should use XIM, if it is available. */
1513#undef USE_XIM
46266d2b 1514
1c9952f8
AS
1515/* Define to 1 if using an X toolkit. */
1516#undef USE_X_TOOLKIT
6c4f352f 1517
d3127c14
GM
1518/* Define if the system is compatible with System III. */
1519#undef USG
1520
906debc3
GM
1521/* Define if the system is compatible with System V Release 4. */
1522#undef USG5_4
1523
4717915f
GM
1524/* Define for USG systems where it works to open a pty's tty in the parent
1525 process, then close and reopen it in the child. */
1526#undef USG_SUBTTY_WORKS
1527
743c80a7
PE
1528/* Version number of package */
1529#undef VERSION
1530
b5591ebb
GM
1531/* Define to 1 if unsetenv returns void instead of int. */
1532#undef VOID_UNSETENV
1533
5f90be1b
PE
1534/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1535 'wchar_t'. */
1536#undef WCHAR_T_SUFFIX
1537
0442dc7f
GM
1538/* Use long long for EMACS_INT if available. */
1539#undef WIDE_EMACS_INT
1540
7c61eaab
GM
1541/* Define if compiling for native MS Windows. */
1542#undef WINDOWSNT
1543
5f90be1b
PE
1544/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1545 'wint_t'. */
1546#undef WINT_T_SUFFIX
1547
671d409f
AS
1548/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1549 significant byte first (like Motorola and SPARC, unlike Intel). */
1550#if defined AC_APPLE_UNIVERSAL_BUILD
1551# if defined __BIG_ENDIAN__
1552# define WORDS_BIGENDIAN 1
1553# endif
1554#else
1555# ifndef WORDS_BIGENDIAN
1556# undef WORDS_BIGENDIAN
1557# endif
1558#endif
1559
29771094
DN
1560/* Define this to check for malloc buffer overrun. */
1561#undef XMALLOC_OVERRUN_CHECK
1562
dd0d840e
GM
1563/* Compensate for a bug in Xos.h on some systems, where it requires time.h. */
1564#undef XOS_NEEDS_TIME_H
1565
d54ae3d8
JD
1566/* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
1567 XPointer or XPointer*. */
1568#undef XRegisterIMInstantiateCallback_arg6
1569
d3127c14
GM
1570/* Define if the system is AIX. */
1571#undef _AIX
1572
858c7150
GM
1573/* Enable large inode numbers on Mac OS X 10.5. */
1574#undef _DARWIN_USE_64_BIT_INODE
369e19fc 1575
1c9952f8
AS
1576/* Number of bits in a file offset, on hosts where this is settable. */
1577#undef _FILE_OFFSET_BITS
c91b3402 1578
0eb775a3
GM
1579/* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
1580 stat.st_size becomes 64-bit. */
1581#undef _GL_WINDOWS_64_BIT_ST_SIZE
1582
1c9952f8
AS
1583/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1584#undef _LARGEFILE_SOURCE
07ba43a2 1585
1c9952f8
AS
1586/* Define for large files, on AIX-style hosts. */
1587#undef _LARGE_FILES
43c70fcf 1588
a51f4969
SM
1589/* Define to 1 if on MINIX. */
1590#undef _MINIX
1591
39b3d70b
GM
1592/* Define if GNUstep uses ObjC exceptions. */
1593#undef _NATIVE_OBJC_EXCEPTIONS
1594
2cdd55fc
GM
1595/* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
1596#undef _NETBSD_SOURCE
1597
0eb775a3
GM
1598/* The _Noreturn keyword of C11. */
1599#if ! (defined _Noreturn \
1600 || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
369e19fc
PE
1601# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
1602 || 0x5110 <= __SUNPRO_C)
1603# define _Noreturn __attribute__ ((__noreturn__))
0eb775a3 1604# elif defined _MSC_VER && 1200 <= _MSC_VER
369e19fc
PE
1605# define _Noreturn __declspec (noreturn)
1606# else
1607# define _Noreturn
1608# endif
1609#endif
1610
1611
a51f4969
SM
1612/* Define to 2 if the system does not provide POSIX.1 features except with
1613 this defined. */
1614#undef _POSIX_1_SOURCE
1615
0eb775a3 1616/* Define to 1 if you need to in order for 'stat' and other things to work. */
a51f4969
SM
1617#undef _POSIX_SOURCE
1618
4717915f
GM
1619/* Needed for system_process_attributes on Solaris. */
1620#undef _STRUCTURED_PROC
1621
52dbaac8
PE
1622/* Define to rpl_ if the getopt replacement functions and variables should be
1623 used. */
1624#undef __GETOPT_PREFIX
1625
22044edf
DL
1626/* Define to compiler's equivalent of C99 restrict keyword in array
1627 declarations. Define as empty for no equivalent. */
1628#undef __restrict_arr
1629
6b10626d
GM
1630/* Some platforms that do not use configure define this to include extra
1631 configuration information. */
1c9952f8 1632#undef config_opsysfile
43c70fcf 1633
a7f7138d 1634/* Please see the Gnulib manual for how to use these macros.
4a9a8f13 1635
c175d440
GM
1636 Suppress extern inline with HP-UX cc, as it appears to be broken; see
1637 <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
1638
7b427ad1
GM
1639 Suppress extern inline with Sun C in standards-conformance mode, as it
1640 mishandles inline functions that call each other. E.g., for 'inline void f
1641 (void) { } inline void g (void) { f (); }', c99 incorrectly complains
1642 'reference to static identifier "f" in extern inline function'.
1643 This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
1644
1645 Suppress the use of extern inline on Apple's platforms, as Libc at least
1646 through Libc-825.26 (2013-04-09) is incompatible with it; see, e.g.,
4a9a8f13
GM
1647 <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
1648 Perhaps Apple will fix this some day. */
1649#if ((__GNUC__ \
1650 ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
7b427ad1
GM
1651 : (199901L <= __STDC_VERSION__ \
1652 && !defined __HP_cc \
1653 && !(defined __SUNPRO_C && __STDC__))) \
4a9a8f13 1654 && !defined __APPLE__)
7cd2ed2c
GM
1655# define _GL_INLINE inline
1656# define _GL_EXTERN_INLINE extern inline
646b9499
GM
1657#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
1658 && !defined __APPLE__)
bfef4149
GM
1659# if __GNUC_GNU_INLINE__
1660 /* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */
1661# define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
1662# else
1663# define _GL_INLINE extern inline
7cd2ed2c 1664# endif
bfef4149 1665# define _GL_EXTERN_INLINE extern
7cd2ed2c 1666#else
4a9a8f13
GM
1667# define _GL_INLINE static _GL_UNUSED
1668# define _GL_EXTERN_INLINE static _GL_UNUSED
7cd2ed2c
GM
1669#endif
1670
bfef4149 1671#if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
0e8bc990 1672# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
bfef4149
GM
1673# define _GL_INLINE_HEADER_CONST_PRAGMA
1674# else
1675# define _GL_INLINE_HEADER_CONST_PRAGMA \
1676 _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
1677# endif
a7f7138d
GM
1678 /* Suppress GCC's bogus "no previous prototype for 'FOO'"
1679 and "no previous declaration for 'FOO'" diagnostics,
1680 when FOO is an inline function in the header; see
1681 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>. */
bfef4149
GM
1682# define _GL_INLINE_HEADER_BEGIN \
1683 _Pragma ("GCC diagnostic push") \
1684 _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
1685 _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
1686 _GL_INLINE_HEADER_CONST_PRAGMA
1687# define _GL_INLINE_HEADER_END \
1688 _Pragma ("GCC diagnostic pop")
1689#else
7cd2ed2c
GM
1690# define _GL_INLINE_HEADER_BEGIN
1691# define _GL_INLINE_HEADER_END
1692#endif
1693
6d153f56
GM
1694/* A replacement for va_copy, if needed. */
1695#define gl_va_copy(a,b) ((a) = (b))
1696
f199cab1
GM
1697/* Define to rpl_gmtime if the replacement function should be used. */
1698#undef gmtime
1699
a451f14b
PE
1700/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1701 the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1702 earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
f199cab1 1703 __APPLE__ && __MACH__ test for Mac OS X.
a451f14b
PE
1704 __APPLE_CC__ tests for the Apple compiler and its version.
1705 __STDC_VERSION__ tests for the C99 mode. */
1706#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1707# define __GNUC_STDC_INLINE__ 1
1708#endif
1709
a6b92a4a
GM
1710/* Define to 1 if the compiler is checking for lint. */
1711#undef lint
1712
f199cab1
GM
1713/* Define to rpl_localtime if the replacement function should be used. */
1714#undef localtime
1715
973a76b1
DL
1716/* Define to a type if <wchar.h> does not define. */
1717#undef mbstate_t
1718
2b1928b8
GM
1719/* Define to `int' if <sys/types.h> does not define. */
1720#undef mode_t
1721
16c3e636
PE
1722/* Define to the name of the strftime replacement function. */
1723#undef my_strftime
1724
cfd812fa
PE
1725/* Define to the type of st_nlink in struct stat, or a supertype. */
1726#undef nlink_t
1727
1c9952f8
AS
1728/* Define to `int' if <sys/types.h> does not define. */
1729#undef pid_t
43c70fcf 1730
1fd182f0
PE
1731/* Define to the equivalent of the C99 'restrict' keyword, or to
1732 nothing if this is not supported. Do not define if restrict is
1733 supported directly. */
1734#undef restrict
1735/* Work around a bug in Sun C++: it does not support _Restrict or
1736 __restrict__, even though the corresponding Sun C compiler ends up with
1737 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1738 previous line. Perhaps some future version of Sun C++ will work with
1739 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
1740#if defined __SUNPRO_CC && !defined __RESTRICT
1741# define _Restrict
1742# define __restrict__
1743#endif
1744
6ad6792b
GM
1745/* type to use in place of socklen_t if not defined */
1746#undef socklen_t
1747
6c051bab
GM
1748/* Define as a signed type of the same size as size_t. */
1749#undef ssize_t
1750
8ad96b1d
GM
1751/* Define to enable asynchronous subprocesses. */
1752#undef subprocesses
1753
a451f14b
PE
1754/* Define as a marker that can be attached to declarations that might not
1755 be used. This helps to reduce warnings, such as from
1756 GCC -Wunused-parameter. */
1757#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1758# define _GL_UNUSED __attribute__ ((__unused__))
1759#else
1760# define _GL_UNUSED
1761#endif
1762/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1763 is a misnomer outside of parameter lists. */
1764#define _UNUSED_PARAMETER_ _GL_UNUSED
1765
0442dc7f
GM
1766/* The __pure__ attribute was added in gcc 2.96. */
1767#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1768# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
1769#else
1770# define _GL_ATTRIBUTE_PURE /* empty */
1771#endif
1772
1773/* The __const__ attribute was added in gcc 2.95. */
1774#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
1775# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1776#else
1777# define _GL_ATTRIBUTE_CONST /* empty */
1778#endif
1779
a451f14b 1780
6d153f56
GM
1781/* Define as a macro for copying va_list variables. */
1782#undef va_copy
1783
1c9952f8
AS
1784/* Define as `fork' if `vfork' does not work. */
1785#undef vfork
5b01f1a9 1786
906debc3 1787#include <conf_post.h>
4777478a 1788
22044edf
DL
1789#endif /* EMACS_CONFIG_H */
1790
177c0ea7 1791/*
22044edf 1792Local Variables:
6bae0ccf
DL
1793mode: c
1794End:
1795*/
0f55a32e 1796