merge trunk
[bpt/emacs.git] / nt / config.nt
1 /* GNU Emacs site configuration template file.
2
3 Copyright (C) 1988, 1993-1994, 2001-2012
4 Free Software Foundation, Inc.
5
6 This file is part of GNU Emacs.
7
8 GNU Emacs is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version.
12
13 GNU Emacs is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
20
21 /* NOTE:
22 This file is intentionally kept in sync with autogen/config.in to
23 ease maintenance. Please do not remove non-Windows related stuff
24 unless strictly necessary. Also, before adding anything here
25 consider whether src/s/ms-w32.h would be a better place; this is
26 particularly true for gcc vs. MSVC conditional defines, MinGW or
27 MSVC specific code, and macros not already defined in config.in. */
28
29 /* No code in Emacs #includes config.h twice, but some bits of code
30 intended to work with other packages as well (like gmalloc.c)
31 think they can include it as many times as they like. */
32 #ifndef EMACS_CONFIG_H
33 #define EMACS_CONFIG_H
34
35
36 /* Define if building universal (internal helper macro) */
37 #undef AC_APPLE_UNIVERSAL_BUILD
38
39 /* Define to the number of bits in type 'ptrdiff_t'. */
40 #undef BITSIZEOF_PTRDIFF_T
41
42 /* Define to the number of bits in type 'sig_atomic_t'. */
43 #undef BITSIZEOF_SIG_ATOMIC_T
44
45 /* Define to the number of bits in type 'size_t'. */
46 #undef BITSIZEOF_SIZE_T
47
48 /* Define to the number of bits in type 'wchar_t'. */
49 #undef BITSIZEOF_WCHAR_T
50
51 /* Define to the number of bits in type 'wint_t'. */
52 #undef BITSIZEOF_WINT_T
53
54 /* Define if FIONREAD should not be used. */
55 #undef BROKEN_FIONREAD
56
57 /* Define if get_current_dir_name should not be used. */
58 #undef BROKEN_GET_CURRENT_DIR_NAME
59
60 /* Define on FreeBSD to work around an issue when reading from a PTY. */
61 #undef BROKEN_PTY_READ_AFTER_EAGAIN
62
63 /* Define if SA_RESTART should only be used in batch mode. */
64 #undef BROKEN_SA_RESTART
65
66 /* Define if SIGAIO should not be used. */
67 #undef BROKEN_SIGAIO
68
69 /* Define if SIGIO should not be used. */
70 #undef BROKEN_SIGIO
71
72 /* Define if SIGPOLL should not be used. */
73 #undef BROKEN_SIGPOLL
74
75 /* Define if SIGPTY should not be used. */
76 #undef BROKEN_SIGPTY
77
78 /* Define if the system is compatible with BSD 4.2. */
79 #undef BSD4_2
80
81 /* Define if the system is compatible with BSD 4.2. */
82 #undef BSD_SYSTEM
83
84 /* Define if AH_BOTTOM should change BSD_SYSTEM. */
85 #undef BSD_SYSTEM_AHB
86
87 /* Define if Emacs cannot be dumped on your system. */
88 #undef CANNOT_DUMP
89
90 /* Define this to enable compile time checks for the Lisp_Object data type. */
91 #undef CHECK_LISP_OBJECT_TYPE
92
93 /* Define if you want lock files to be written, so that Emacs can tell
94 instantly when you try to modify a file that someone else has modified in
95 his/her Emacs. */
96 #undef CLASH_DETECTION
97
98 /* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP
99 systems. This function is required for 'alloca.c' support on those systems.
100 */
101 #undef CRAY_STACKSEG_END
102
103 /* Define if the system is Cygwin. */
104 #undef CYGWIN
105
106 /* Define to 1 if using 'alloca.c'. */
107 #undef C_ALLOCA
108
109 /* Define if the system is Darwin. */
110 #undef DARWIN_OS
111
112 /* Extra bits to be or'd in with any pointers stored in a Lisp_Object. */
113 #undef DATA_SEG_BITS
114
115 /* Address of the start of the data segment. */
116 #undef DATA_START
117
118 /* Name of the default sound device. */
119 #undef DEFAULT_SOUND_DEVICE
120
121 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
122 #undef DGUX
123
124 /* Define if process.c does not need to close a pty to make it a controlling
125 terminal (it is already a controlling terminal of the subprocess, because
126 we did ioctl TIOCSCTTY). */
127 #undef DONT_REOPEN_PTY
128
129 /* Define to 1 if you are using the GNU C Library. */
130 #undef DOUG_LEA_MALLOC
131
132 /* Define to the canonical Emacs configuration name. */
133 #undef EMACS_CONFIGURATION
134
135 /* Define to the options passed to configure. */
136 #undef EMACS_CONFIG_OPTIONS
137
138 /* Define to 1 if expensive run-time data type and consistency checks are
139 enabled. */
140 #undef ENABLE_CHECKING
141
142 /* Letter to use in finding device name of first PTY, if PTYs are supported.
143 */
144 #define FIRST_PTY_LETTER 'a'
145
146 /* Define to 1 if futimesat mishandles a NULL file name. */
147 #undef FUTIMESAT_NULL_BUG
148
149 /* Define this to check for errors in cons list. */
150 #undef GC_CHECK_CONS_LIST
151
152 /* Define this temporarily to hunt a bug. If defined, the size of strings is
153 redundantly recorded in sdata structures so that it can be compared to the
154 sizes recorded in Lisp strings. */
155 #undef GC_CHECK_STRING_BYTES
156
157 /* Define this to check the string free list. */
158 #undef GC_CHECK_STRING_FREE_LIST
159
160 /* Define this to check for short string overrun. */
161 #undef GC_CHECK_STRING_OVERRUN
162
163 /* Mark a secondary stack, like the register stack on the ia64. */
164 #undef GC_MARK_SECONDARY_STACK
165
166 /* Define to GC_USE_GCPROS_AS_BEFORE if conservative garbage collection is not
167 known to work. */
168 #define GC_MARK_STACK 1
169
170 /* Define if setjmp is known to save all registers relevant for conservative
171 garbage collection in the jmp_buf.
172 MSVC ignores the "register" keyword, so test fails even though
173 setjmp does work. */
174 #define GC_SETJMP_WORKS 1
175
176 /* Define to 1 if the `getpgrp' function requires zero arguments. */
177 #undef GETPGRP_VOID
178
179 /* Define if gettimeofday clobbers the localtime buffer. */
180 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
181
182 /* Define this to 'void' or 'struct timezone' to match the system's
183 declaration of the second argument to gettimeofday. */
184 #undef GETTIMEOFDAY_TIMEZONE
185
186 /* Define this to enable glyphs debugging code. */
187 /* #undef GLYPH_DEBUG */
188
189 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
190 whether the gnulib module fscanf shall be considered present. */
191 #undef GNULIB_FSCANF
192
193 /* enable some gnulib portability checks */
194 #undef GNULIB_PORTCHECK
195
196 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
197 whether the gnulib module scanf shall be considered present. */
198 #undef GNULIB_SCANF
199
200 /* Value of PENDING_OUTPUT_COUNT if using the GNU C library. */
201 #undef GNU_LIBRARY_PENDING_OUTPUT_COUNT
202
203 /* Define if ths system is compatible with GNU/Linux. */
204 #undef GNU_LINUX
205
206 /* Define to 1 if you want to use the GNU memory allocator. */
207 #define GNU_MALLOC 1
208
209 /* Define to set the G_SLICE environment variable to "always-malloc" at
210 startup, if using GTK. */
211 #undef G_SLICE_ALWAYS_MALLOC
212
213 /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */
214 #undef HAVE_AIX_SMT_EXP
215
216 /* Define to 1 if you have the `alarm' function. */
217 #undef HAVE_ALARM
218
219 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
220 may be supplied by this distribution. */
221 #undef HAVE_ALLOCA
222
223 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
224 */
225 #undef HAVE_ALLOCA_H
226
227 /* Define to 1 if ALSA is available. */
228 #undef HAVE_ALSA
229
230 /* Define to 1 if GCC-style __attribute__ ((__aligned__ (expr))) works. */
231 #undef HAVE_ATTRIBUTE_ALIGNED
232
233 /* Define to 1 if strtold conforms to C99. */
234 #undef HAVE_C99_STRTOLD
235
236 /* Define to 1 if you have the `cbrt' function. */
237 #undef HAVE_CBRT
238
239 /* Define to 1 if you have the `cfmakeraw' function. */
240 #undef HAVE_CFMAKERAW
241
242 /* Define to 1 if you have the `cfsetspeed' function. */
243 #undef HAVE_CFSETSPEED
244
245 /* Define to 1 if you have the `clock_gettime' function. */
246 #undef HAVE_CLOCK_GETTIME
247
248 /* Define to 1 if you have the `clock_settime' function. */
249 #undef HAVE_CLOCK_SETTIME
250
251 /* Define to 1 if you have the `closedir' function. */
252 #define HAVE_CLOSEDIR 1
253
254 /* Define to 1 if you have the <coff.h> header file. */
255 #undef HAVE_COFF_H
256
257 /* Define to 1 if you have the <com_err.h> header file. */
258 #undef HAVE_COM_ERR_H
259
260 /* Define to 1 if you have the `copysign' function. */
261 #undef HAVE_COPYSIGN
262
263 /* Define to 1 if using D-Bus. */
264 #undef HAVE_DBUS
265
266 /* Define to 1 if you have the `dbus_type_is_valid' function. */
267 #undef HAVE_DBUS_TYPE_IS_VALID
268
269 /* Define to 1 if you have the `dbus_validate_bus_name' function. */
270 #undef HAVE_DBUS_VALIDATE_BUS_NAME
271
272 /* Define to 1 if you have the `dbus_validate_interface' function. */
273 #undef HAVE_DBUS_VALIDATE_INTERFACE
274
275 /* Define to 1 if you have the `dbus_validate_member' function. */
276 #undef HAVE_DBUS_VALIDATE_MEMBER
277
278 /* Define to 1 if you have the `dbus_validate_path' function. */
279 #undef HAVE_DBUS_VALIDATE_PATH
280
281 /* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
282 #undef HAVE_DBUS_WATCH_GET_UNIX_FD
283
284 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
285 */
286 #define HAVE_DECL_GETENV 1
287
288 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
289 don't. */
290 #undef HAVE_DECL_LOCALTIME_R
291
292 /* Define to 1 if you have the declaration of `strmode', and to 0 if you
293 don't. */
294 #undef HAVE_DECL_STRMODE
295
296 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
297 don't. */
298 #undef HAVE_DECL_STRTOIMAX
299
300 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
301 don't. */
302 #define HAVE_DECL_STRTOLL 1
303
304 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
305 don't. */
306 #define HAVE_DECL_STRTOULL 1
307
308 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
309 don't. */
310 #define HAVE_DECL_STRTOUMAX 1
311
312 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
313 don't. */
314 #undef HAVE_DECL_SYS_SIGLIST
315
316 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
317 */
318 #define HAVE_DECL_TZNAME 1
319
320 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
321 don't. */
322 #undef HAVE_DECL___SYS_SIGLIST
323
324 /* Define to 1 if you have the <des.h> header file. */
325 #undef HAVE_DES_H
326
327 /* Define to 1 if dynamic ptys are supported. */
328 #undef HAVE_DEV_PTMX
329
330 /* Define to 1 if you have the `difftime' function. */
331 #undef HAVE_DIFFTIME
332
333 /* Define to 1 if you have the <dirent.h> header file. */
334 #undef HAVE_DIRENT_H
335
336 /* Define to 1 if you have the 'dup2' function. */
337 #define HAVE_DUP2 1
338
339 /* Define to 1 if you have the `endgrent' function. */
340 #undef HAVE_ENDGRENT
341
342 /* Define to 1 if you have the `endpwent' function. */
343 #undef HAVE_ENDPWENT
344
345 /* Define to 1 if you have the `euidaccess' function. */
346 #undef HAVE_EUIDACCESS
347
348 /* Define to 1 if you have the <fcntl.h> header file. */
349 #undef HAVE_FCNTL_H
350
351 /* Define to 1 if you have the `fmod' function. */
352 #define HAVE_FMOD 1
353
354 /* Define to 1 if you have the `fork' function. */
355 #undef HAVE_FORK
356
357 /* Define to 1 if you have the `fpathconf' function. */
358 #undef HAVE_FPATHCONF
359
360 /* Define to 1 if you have the `freeifaddrs' function. */
361 #undef HAVE_FREEIFADDRS
362
363 /* Define to 1 if using the freetype and fontconfig libraries. */
364 #undef HAVE_FREETYPE
365
366 /* Define to 1 if you have the `frexp' function. */
367 #define HAVE_FREXP 1
368
369 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
370 #undef HAVE_FSEEKO
371
372 /* Define to 1 if you have the `fsync' function. */
373 #define HAVE_FSYNC 1
374
375 /* Define to 1 if you have the `futimens' function. */
376 #undef HAVE_FUTIMENS
377
378 /* Define to 1 if you have the `futimes' function. */
379 #undef HAVE_FUTIMES
380
381 /* Define to 1 if you have the `futimesat' function. */
382 #undef HAVE_FUTIMESAT
383
384 /* Define to 1 if you have the `gai_strerror' function. */
385 #undef HAVE_GAI_STRERROR
386
387 /* Define to 1 if using GConf. */
388 #undef HAVE_GCONF
389
390 /* Define to 1 if you have the `getaddrinfo' function. */
391 #undef HAVE_GETADDRINFO
392
393 /* Define to 1 if you have the `getcwd' function.
394 If you think about defining HAVE_GETCWD, don't: the alternative
395 getwd is redefined on w32.c, and does not really return the current
396 directory, to get the desired results elsewhere in Emacs. */
397 #undef HAVE_GETCWD
398
399 /* Define to 1 if you have the `getdelim' function. */
400 #undef HAVE_GETDELIM
401
402 /* Define to 1 if you have the `getgrent' function. */
403 #undef HAVE_GETGRENT
404
405 /* Define to 1 if you have the `gethostname' function. */
406 #define HAVE_GETHOSTNAME 1
407
408 /* Define to 1 if you have the `getifaddrs' function. */
409 #undef HAVE_GETIFADDRS
410
411 /* Define to 1 if you have the `getline' function. */
412 #undef HAVE_GETLINE
413
414 /* Define to 1 if you have the <getopt.h> header file. */
415 #undef HAVE_GETOPT_H
416
417 /* Define to 1 if you have the `getopt_long_only' function. */
418 #undef HAVE_GETOPT_LONG_ONLY
419
420 /* Define to 1 if you have the `getpagesize' function. */
421 #define HAVE_GETPAGESIZE 1
422
423 /* Define to 1 if you have the `getpeername' function. */
424 #define HAVE_GETPEERNAME 1
425
426 /* Define to 1 if you have the `getpt' function. */
427 #undef HAVE_GETPT
428
429 /* Define to 1 if you have the `getpwent' function. */
430 #undef HAVE_GETPWENT
431
432 /* Define to 1 if you have the `getrlimit' function. */
433 #undef HAVE_GETRLIMIT
434
435 /* Define to 1 if you have the `getrusage' function. */
436 #undef HAVE_GETRUSAGE
437
438 /* Define to 1 if you have the `getsockname' function. */
439 #define HAVE_GETSOCKNAME 1
440
441 /* Define to 1 if you have the `gettimeofday' function. */
442 #define HAVE_GETTIMEOFDAY 1
443
444 /* Define to 1 if you have the `getwd' function. */
445 #undef HAVE_GETWD
446
447 /* Define to 1 if you have the `get_current_dir_name' function. */
448 #undef HAVE_GET_CURRENT_DIR_NAME
449
450 /* Define to 1 if you have a gif (or ungif) library. */
451 #undef HAVE_GIF
452
453 /* Define if using GnuTLS. */
454 #undef HAVE_GNUTLS
455
456 /* Define if using GnuTLS certificate verification callbacks. */
457 #undef HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY
458
459 /* Define to 1 if you have the `gnutls_certificate_set_verify_function'
460 function. */
461 #undef HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION
462
463 /* Define to 1 if you have the gpm library (-lgpm). */
464 #undef HAVE_GPM
465
466 /* Define to 1 if you have the `grantpt' function. */
467 #undef HAVE_GRANTPT
468
469 /* Define to 1 if using GSettings. */
470 #undef HAVE_GSETTINGS
471
472 /* Define to 1 if using GTK 3 or later. */
473 #undef HAVE_GTK3
474
475 /* Define to 1 if you have the `gtk_adjustment_get_page_size' function. */
476 #undef HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE
477
478 /* Define to 1 if you have the `gtk_dialog_get_action_area' function. */
479 #undef HAVE_GTK_DIALOG_GET_ACTION_AREA
480
481 /* Define to 1 if you have the `gtk_file_selection_new' function. */
482 #undef HAVE_GTK_FILE_SELECTION_NEW
483
484 /* Define to 1 if you have the `gtk_main' function. */
485 #undef HAVE_GTK_MAIN
486
487 /* Define to 1 if you have the `gtk_orientable_set_orientation' function. */
488 #undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION
489
490 /* Define to 1 if you have the `gtk_widget_get_mapped' function. */
491 #undef HAVE_GTK_WIDGET_GET_MAPPED
492
493 /* Define to 1 if you have the `gtk_widget_get_sensitive' function. */
494 #undef HAVE_GTK_WIDGET_GET_SENSITIVE
495
496 /* Define to 1 if you have the `gtk_widget_get_window' function. */
497 #undef HAVE_GTK_WIDGET_GET_WINDOW
498
499 /* Define to 1 if you have the `gtk_widget_set_has_window' function. */
500 #undef HAVE_GTK_WIDGET_SET_HAS_WINDOW
501
502 /* Define to 1 if you have the `gtk_window_set_has_resize_grip' function. */
503 #undef HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP
504
505 /* Define to 1 if you have the `g_type_init' function. */
506 #undef HAVE_G_TYPE_INIT
507
508 /* Define to 1 if netdb.h declares h_errno. */
509 #define HAVE_H_ERRNO 1
510
511 /* Define to 1 if you have the <ifaddrs.h> header file. */
512 #undef HAVE_IFADDRS_H
513
514 /* Define to 1 if using imagemagick. */
515 #undef HAVE_IMAGEMAGICK
516
517 /* Define to 1 if you have inet sockets. */
518 #define HAVE_INET_SOCKETS 1
519
520 /* Define to 1 if you have the <inttypes.h> header file. */
521 #undef HAVE_INTTYPES_H
522
523 /* Define to 1 if you have the jpeg library (-ljpeg). */
524 #undef HAVE_JPEG
525
526 /* Define to 1 if you have the <kerberosIV/des.h> header file. */
527 #undef HAVE_KERBEROSIV_DES_H
528
529 /* Define to 1 if you have the <kerberosIV/krb.h> header file. */
530 #undef HAVE_KERBEROSIV_KRB_H
531
532 /* Define to 1 if you have the <kerberos/des.h> header file. */
533 #undef HAVE_KERBEROS_DES_H
534
535 /* Define to 1 if you have the <kerberos/krb.h> header file. */
536 #undef HAVE_KERBEROS_KRB_H
537
538 /* Define to 1 if `e_text' is a member of `krb5_error'. */
539 #undef HAVE_KRB5_ERROR_E_TEXT
540
541 /* Define to 1 if `text' is a member of `krb5_error'. */
542 #undef HAVE_KRB5_ERROR_TEXT
543
544 /* Define to 1 if you have the <krb5.h> header file. */
545 #undef HAVE_KRB5_H
546
547 /* Define to 1 if you have the <krb.h> header file. */
548 #undef HAVE_KRB_H
549
550 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
551 #define HAVE_LANGINFO_CODESET 1
552
553 /* Define to 1 if you have the `com_err' library (-lcom_err). */
554 #undef HAVE_LIBCOM_ERR
555
556 /* Define to 1 if you have the `crypto' library (-lcrypto). */
557 #undef HAVE_LIBCRYPTO
558
559 /* Define to 1 if you have the `des' library (-ldes). */
560 #undef HAVE_LIBDES
561
562 /* Define to 1 if you have the `des425' library (-ldes425). */
563 #undef HAVE_LIBDES425
564
565 /* Define to 1 if you have the `dgc' library (-ldgc). */
566 #undef HAVE_LIBDGC
567
568 /* Define to 1 if you have the `dnet' library (-ldnet). */
569 #undef HAVE_LIBDNET
570
571 /* Define to 1 if you have the hesiod library (-lhesiod). */
572 #undef HAVE_LIBHESIOD
573
574 /* Define to 1 if you have the `k5crypto' library (-lk5crypto). */
575 #undef HAVE_LIBK5CRYPTO
576
577 /* Define to 1 if you have the `krb' library (-lkrb). */
578 #undef HAVE_LIBKRB
579
580 /* Define to 1 if you have the `krb4' library (-lkrb4). */
581 #undef HAVE_LIBKRB4
582
583 /* Define to 1 if you have the `krb5' library (-lkrb5). */
584 #undef HAVE_LIBKRB5
585
586 /* Define to 1 if you have the `kstat' library (-lkstat). */
587 #undef HAVE_LIBKSTAT
588
589 /* Define to 1 if you have the `lockfile' library (-llockfile). */
590 #undef HAVE_LIBLOCKFILE
591
592 /* Define to 1 if you have the `m' library (-lm). */
593 #undef HAVE_LIBM
594
595 /* Define to 1 if you have the `mail' library (-lmail). */
596 #undef HAVE_LIBMAIL
597
598 /* Define to 1 if using libotf. */
599 #undef HAVE_LIBOTF
600
601 /* Define to 1 if you have the `perfstat' library (-lperfstat). */
602 #undef HAVE_LIBPERFSTAT
603
604 /* Define to 1 if you have the <libpng/png.h> header file. */
605 #undef HAVE_LIBPNG_PNG_H
606
607 /* Define to 1 if you have the `pthreads' library (-lpthreads). */
608 #undef HAVE_LIBPTHREADS
609
610 /* Define to 1 if you have the resolv library (-lresolv). */
611 #undef HAVE_LIBRESOLV
612
613 /* Define to 1 if using SELinux. */
614 #undef HAVE_LIBSELINUX
615
616 /* Define to 1 if you have the `Xext' library (-lXext). */
617 #undef HAVE_LIBXEXT
618
619 /* Define to 1 if you have the libxml library (-lxml2). */
620 #undef HAVE_LIBXML2
621
622 /* Define to 1 if you have the `Xmu' library (-lXmu). */
623 #undef HAVE_LIBXMU
624
625 /* Define to 1 if you have the <linux/version.h> header file. */
626 #undef HAVE_LINUX_VERSION_H
627
628 /* Define to 1 if you have the `localtime_r' function. */
629 #undef HAVE_LOCALTIME_R
630
631 /* Define to 1 if you have the `logb' function. */
632 #define HAVE_LOGB 1
633
634 /* Define to 1 if you support file names longer than 14 characters. */
635 #define HAVE_LONG_FILE_NAMES 1
636
637 /* Define to 1 if the system has the type 'long long int'. */
638 #undef HAVE_LONG_LONG_INT
639
640 /* Define to 1 if you have the `lrand48' function. */
641 #undef HAVE_LRAND48
642
643 /* Define to 1 if you have the `lstat' function. */
644 #undef HAVE_LSTAT
645
646 /* Define to 1 if you have the `lutimes' function. */
647 #undef HAVE_LUTIMES
648
649 /* Define to 1 if using libm17n-flt. */
650 #undef HAVE_M17N_FLT
651
652 /* Define to 1 if you have the <machine/soundcard.h> header file. */
653 #undef HAVE_MACHINE_SOUNDCARD_H
654
655 /* Define to 1 if you have the <mach/mach.h> header file. */
656 #undef HAVE_MACH_MACH_H
657
658 /* Define to 1 if you have the `MagickExportImagePixels' function. */
659 #undef HAVE_MAGICKEXPORTIMAGEPIXELS
660
661 /* Define to 1 if you have the `MagickMergeImageLayers' function. */
662 #undef HAVE_MAGICKMERGEIMAGELAYERS
663
664 /* Define to 1 if you have the <maillock.h> header file. */
665 #undef HAVE_MAILLOCK_H
666
667 /* Define to 1 if you have the <malloc/malloc.h> header file. */
668 #undef HAVE_MALLOC_MALLOC_H
669
670 /* Define to 1 if <wchar.h> declares mbstate_t. */
671 #undef HAVE_MBSTATE_T
672
673 /* Define to 1 if you have the <memory.h> header file. */
674 #undef HAVE_MEMORY_H
675
676 /* Define to 1 if you have mouse menus. (This is automatic if you use X, but
677 the option to specify it remains.) It is also defined with other window
678 systems that support xmenu.c. */
679 #undef HAVE_MENUS
680
681 /* Define to 1 if you have the `mkstemp' function. */
682 #undef HAVE_MKSTEMP
683
684 /* Define to 1 if you have a working `mmap' system call. */
685 #undef HAVE_MMAP
686
687 /* Define if you have mouse support. */
688 #define HAVE_MOUSE 1
689
690 /* Define to 1 if you have the `nanotime' function. */
691 #undef HAVE_NANOTIME
692
693 /* Define to 1 if you have the <net/if_dl.h> header file. */
694 #undef HAVE_NET_IF_DL_H
695
696 /* Define to 1 if you have the <net/if.h> header file. */
697 #undef HAVE_NET_IF_H
698
699 /* Define to 1 if you have the <nlist.h> header file. */
700 #undef HAVE_NLIST_H
701
702 /* Define to 1 if you are using the NeXTstep API, either GNUstep or Cocoa on
703 Mac OS X. */
704 #undef HAVE_NS
705
706 /* Define to 1 if libotf has OTF_get_variation_glyphs. */
707 #undef HAVE_OTF_GET_VARIATION_GLYPHS
708
709 /* Define to 1 if personality LINUX32 can be set. */
710 #undef HAVE_PERSONALITY_LINUX32
711
712 /* Define to 1 if you have the png library (-lpng). */
713 #undef HAVE_PNG
714
715 /* Define to 1 if you have the <png.h> header file. */
716 #undef HAVE_PNG_H
717
718 /* Define to 1 if you have the `posix_memalign' function. */
719 #undef HAVE_POSIX_MEMALIGN
720
721 /* Define if you have the /proc filesystem. */
722 #undef HAVE_PROCFS
723
724 /* Define to 1 if you have the `pselect' function. */
725 #undef HAVE_PSELECT
726
727 /* Define to 1 if you have the `pstat_getdynamic' function. */
728 #undef HAVE_PSTAT_GETDYNAMIC
729
730 /* Define to 1 if you have pthread (-lpthread). */
731 #undef HAVE_PTHREAD
732
733 /* Define to 1 if you have the <pthread.h> header file. */
734 #undef HAVE_PTHREAD_H
735
736 /* Define to 1 if the pthread_sigmask function can be used (despite bugs). */
737 #undef HAVE_PTHREAD_SIGMASK
738
739 /* Define if the system supports pty devices. */
740 #undef HAVE_PTYS
741
742 /* Define to 1 if you have the <pty.h> header file. */
743 #undef HAVE_PTY_H
744
745 /* Define to 1 if you have the <pwd.h> header file. */
746 #define HAVE_PWD_H 1
747
748 /* Define to 1 if you have the `random' function. */
749 #define HAVE_RANDOM 1
750
751 /* Define to 1 if you have the `readlink' function. */
752 #undef HAVE_READLINK
753
754 /* Define to 1 if you have the `readlinkat' function. */
755 #undef HAVE_READLINKAT
756
757 /* Define to 1 if you have the `recvfrom' function. */
758 #define HAVE_RECVFROM 1
759
760 /* Define to 1 if res_init is available. */
761 #undef HAVE_RES_INIT
762
763 /* Define to 1 if you have the `rint' function. */
764 #undef HAVE_RINT
765
766 /* Define to 1 if using librsvg. */
767 #undef HAVE_RSVG
768
769 /* Define to 1 if you have the `select' function. */
770 #define HAVE_SELECT 1
771
772 /* Define to 1 if you have the `sendto' function. */
773 #define HAVE_SENDTO 1
774
775 /* Define to 1 if you have the `setitimer' function. */
776 #undef HAVE_SETITIMER
777
778 /* Define to 1 if you have the `setlocale' function. */
779 #define HAVE_SETLOCALE 1
780
781 /* Define to 1 if you have the `setpgid' function. */
782 #undef HAVE_SETPGID
783
784 /* Define to 1 if you have the `setrlimit' function. */
785 #undef HAVE_SETRLIMIT
786
787 /* Define to 1 if you have the `setsid' function. */
788 #undef HAVE_SETSID
789
790 /* Define to 1 if you have the `shutdown' function. */
791 #define HAVE_SHUTDOWN 1
792
793 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
794 #undef HAVE_SIGNED_SIG_ATOMIC_T
795
796 /* Define to 1 if 'wchar_t' is a signed integer type. */
797 #undef HAVE_SIGNED_WCHAR_T
798
799 /* Define to 1 if 'wint_t' is a signed integer type. */
800 #undef HAVE_SIGNED_WINT_T
801
802 /* Define to 1 if the system has the type `sigset_t'. */
803 #undef HAVE_SIGSET_T
804
805 /* Define to 1 if you have the `snprintf' function. */
806 #define HAVE_SNPRINTF 1
807
808 /* Define if the system supports 4.2-compatible sockets.
809 NT supports Winsock which is close enough (with some hacks). */
810 #define HAVE_SOCKETS 1
811
812 /* Define to 1 if you have sound support. */
813 #define HAVE_SOUND 1
814
815 /* Define to 1 if you have the <soundcard.h> header file. */
816 #undef HAVE_SOUNDCARD_H
817
818 /* Define to 1 if `speed_t' is declared by <termios.h>. */
819 #undef HAVE_SPEED_T
820
821 /* Define to 1 if you have the <stdint.h> header file. */
822 #undef HAVE_STDINT_H
823
824 /* Define to 1 if you have the <stdio_ext.h> header file. */
825 #undef HAVE_STDIO_EXT_H
826
827 /* Define to 1 if you have the <stdlib.h> header file. */
828 #undef HAVE_STDLIB_H
829
830 /* Define to 1 if you have the <strings.h> header file. */
831 #undef HAVE_STRINGS_H
832
833 /* Define to 1 if you have the <string.h> header file. */
834 #undef HAVE_STRING_H
835
836 /* Define to 1 if you have the `strsignal' function. */
837 #undef HAVE_STRSIGNAL
838
839 /* Define to 1 if you have the `strtoimax' function. */
840 #undef HAVE_STRTOIMAX
841
842 /* Define to 1 if you have the `strtoll' function. */
843 #undef HAVE_STRTOLL
844
845 /* Define to 1 if you have the `strtoull' function. */
846 #define HAVE_STRTOULL 1
847
848 /* Define to 1 if you have the `strtoumax' function. */
849 #define HAVE_STRTOUMAX 1
850
851 /* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */
852 #undef HAVE_STRUCT_IFREQ_IFR_ADDR
853
854 /* Define to 1 if `ifr_addr.sa_len' is a member of `struct ifreq'. */
855 #undef HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN
856
857 /* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */
858 #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
859
860 /* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */
861 #undef HAVE_STRUCT_IFREQ_IFR_FLAGS
862
863 /* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */
864 #undef HAVE_STRUCT_IFREQ_IFR_HWADDR
865
866 /* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */
867 #undef HAVE_STRUCT_IFREQ_IFR_NETMASK
868
869 /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
870 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
871
872 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
873 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
874
875 /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
876 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
877
878 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
879 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
880
881 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
882 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
883
884 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
885 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
886
887 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
888 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
889
890 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
891 #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
892
893 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
894 #undef HAVE_STRUCT_TM_TM_ZONE
895
896 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
897 have utime.h but don't declare the struct anywhere. */
898 #undef HAVE_STRUCT_UTIMBUF
899
900 /* Define if struct stat has an st_dm_mode member. */
901 #undef HAVE_ST_DM_MODE
902
903 /* Define to 1 if you have the `symlink' function. */
904 #undef HAVE_SYMLINK
905
906 /* Define to 1 if you have the `sync' function. */
907 #undef HAVE_SYNC
908
909 /* Define to 1 if you have the <sys/bitypes.h> header file. */
910 #undef HAVE_SYS_BITYPES_H
911
912 /* Define to 1 if you have the <sys/inttypes.h> header file. */
913 #undef HAVE_SYS_INTTYPES_H
914
915 /* Define to 1 if you have the <sys/loadavg.h> header file. */
916 #undef HAVE_SYS_LOADAVG_H
917
918 /* Define to 1 if you have the <sys/param.h> header file. */
919 #undef HAVE_SYS_PARAM_H
920
921 /* Define to 1 if you have the <sys/resource.h> header file. */
922 #undef HAVE_SYS_RESOURCE_H
923
924 /* Define to 1 if you have the <sys/select.h> header file. */
925 #undef HAVE_SYS_SELECT_H
926
927 /* Define to 1 if you have the <sys/socket.h> header file. */
928 #undef HAVE_SYS_SOCKET_H
929
930 /* Define to 1 if you have the <sys/soundcard.h> header file. */
931 #undef HAVE_SYS_SOUNDCARD_H
932
933 /* Define to 1 if you have the <sys/stat.h> header file. */
934 #undef HAVE_SYS_STAT_H
935
936 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
937 #undef HAVE_SYS_SYSTEMINFO_H
938
939 /* Define to 1 if you have the <sys/timeb.h> header file. */
940 #define HAVE_SYS_TIMEB_H 1
941
942 /* Define to 1 if you have the <sys/time.h> header file. */
943 #define HAVE_SYS_TIME_H 1
944
945 /* Define to 1 if you have the <sys/types.h> header file. */
946 #undef HAVE_SYS_TYPES_H
947
948 /* Define to 1 if you have the <sys/un.h> header file. */
949 #undef HAVE_SYS_UN_H
950
951 /* Define to 1 if you have the <sys/utsname.h> header file. */
952 #undef HAVE_SYS_UTSNAME_H
953
954 /* Define to 1 if you have the <sys/vlimit.h> header file. */
955 #undef HAVE_SYS_VLIMIT_H
956
957 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
958 #undef HAVE_SYS_WAIT_H
959
960 /* Define to 1 if you have the <term.h> header file. */
961 #undef HAVE_TERM_H
962
963 /* Define to 1 if you have the tiff library (-ltiff). */
964 #undef HAVE_TIFF
965
966 /* Define if struct tm has the tm_gmtoff member. */
967 #undef HAVE_TM_GMTOFF
968
969 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
970 `HAVE_STRUCT_TM_TM_ZONE' instead. */
971 #undef HAVE_TM_ZONE
972
973 /* Define to 1 if you have the `touchlock' function. */
974 #undef HAVE_TOUCHLOCK
975
976 /* Define to 1 if you don't have `tm_zone' but do have the external array
977 `tzname'. */
978 #define HAVE_TZNAME 1
979
980 /* Define to 1 if you have the `tzset' function. */
981 #define HAVE_TZSET 1
982
983 /* Define to 1 if you have the <unistd.h> header file. */
984 #define HAVE_UNISTD_H 1
985
986 /* Define to 1 if the system has the type 'unsigned long long int'. */
987 #undef HAVE_UNSIGNED_LONG_LONG_INT
988
989 /* Define to 1 if you have the <util.h> header file. */
990 #undef HAVE_UTIL_H
991
992 /* Define to 1 if you have the `utimensat' function. */
993 #undef HAVE_UTIMENSAT
994
995 /* Define to 1 if you have the `utimes' function. */
996 #undef HAVE_UTIMES
997
998 /* Define to 1 if you have the <utime.h> header file. */
999 #undef HAVE_UTIME_H
1000
1001 /* Define to 1 if you have the <utmp.h> header file. */
1002 #undef HAVE_UTMP_H
1003
1004 /* Define to 1 if you have the `vfork' function. */
1005 #undef HAVE_VFORK
1006
1007 /* Define to 1 if you have the <vfork.h> header file. */
1008 #undef HAVE_VFORK_H
1009
1010 /* Define to 1 if you have the <wchar.h> header file. */
1011 #undef HAVE_WCHAR_H
1012
1013 /* Define if you have the 'wchar_t' type. */
1014 #define HAVE_WCHAR_T 1
1015
1016 /* Define if you have a window system. */
1017 #undef HAVE_WINDOW_SYSTEM
1018
1019 /* Define to 1 if you have the <winsock2.h> header file. */
1020 #undef HAVE_WINSOCK2_H
1021
1022 /* Define to 1 if `fork' works. */
1023 #undef HAVE_WORKING_FORK
1024
1025 /* Define if utimes works properly. */
1026 #undef HAVE_WORKING_UTIMES
1027
1028 /* Define to 1 if `vfork' works. */
1029 #undef HAVE_WORKING_VFORK
1030
1031 /* Define to 1 if you have the <ws2tcpip.h> header file. */
1032 #undef HAVE_WS2TCPIP_H
1033
1034 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
1035 expects to use version 10. */
1036 #undef HAVE_X11
1037
1038 /* Define to 1 if you have the X11R6 or newer version of Xlib. */
1039 #undef HAVE_X11R6
1040
1041 /* Define if you have usable X11R6-style XIM support. */
1042 #undef HAVE_X11R6_XIM
1043
1044 /* Define to 1 if you have the X11R6 or newer version of Xt. */
1045 #undef HAVE_X11XTR6
1046
1047 /* Define to 1 if you have the Xaw3d library (-lXaw3d). */
1048 #undef HAVE_XAW3D
1049
1050 /* Define to 1 if you have the Xft library. */
1051 #undef HAVE_XFT
1052
1053 /* Define to 1 if XIM is available */
1054 #undef HAVE_XIM
1055
1056 /* Define to 1 if you have the XkbGetKeyboard function. */
1057 #undef HAVE_XKBGETKEYBOARD
1058
1059 /* Define to 1 if you have the Xpm library (-lXpm). */
1060 #undef HAVE_XPM
1061
1062 /* Define to 1 if you have the `XrmSetDatabase' function. */
1063 #undef HAVE_XRMSETDATABASE
1064
1065 /* Define to 1 if you have the `XScreenNumberOfScreen' function. */
1066 #undef HAVE_XSCREENNUMBEROFSCREEN
1067
1068 /* Define to 1 if you have the `XScreenResourceString' function. */
1069 #undef HAVE_XSCREENRESOURCESTRING
1070
1071 /* Define if you have usable i18n support. */
1072 #undef HAVE_X_I18N
1073
1074 /* Define to 1 if you have the SM library (-lSM). */
1075 #undef HAVE_X_SM
1076
1077 /* Define to 1 if you want to use the X window system. */
1078 #undef HAVE_X_WINDOWS
1079
1080 /* Define to 1 if the system has the type `_Bool'. */
1081 #undef HAVE__BOOL
1082
1083 /* Define to 1 if you have the `_ftime' function. */
1084 #undef HAVE__FTIME
1085
1086 /* Define to 1 if you have the `__builtin_unwind_init' function. */
1087 #undef HAVE___BUILTIN_UNWIND_INIT
1088
1089 /* Define to 1 if you have the `__executable_start' function. */
1090 #undef HAVE___EXECUTABLE_START
1091
1092 /* Define to 1 if you have the `__fpending' function. */
1093 #undef HAVE___FPENDING
1094
1095 /* Define to support using a Hesiod database to find the POP server. */
1096 #undef HESIOD
1097
1098 /* Define if the system is HPUX. */
1099 #undef HPUX
1100
1101 /* Define to read input using SIGIO. */
1102 #undef INTERRUPT_INPUT
1103
1104 /* Define if the system is IRIX. */
1105 #undef IRIX6_5
1106
1107 /* Define to support Kerberos-authenticated POP mail retrieval. */
1108 #undef KERBEROS
1109
1110 /* Define to use Kerberos 5 instead of Kerberos 4. */
1111 #undef KERBEROS5
1112
1113 /* Define to 1 if localtime caches TZ. */
1114 #define LOCALTIME_CACHE 1
1115
1116 /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
1117 slash. */
1118 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1119
1120 /* String giving fallback POP mail host. */
1121 #undef MAILHOST
1122
1123 /* Define to unlink, rather than empty, mail spool after reading. */
1124 #undef MAIL_UNLINK_SPOOL
1125
1126 /* Define if the mailer uses flock to interlock the mail spool. */
1127 #undef MAIL_USE_FLOCK
1128
1129 /* Define if the mailer uses lockf to interlock the mail spool. */
1130 #undef MAIL_USE_LOCKF
1131
1132 /* Define to support MMDF mailboxes in movemail. */
1133 #undef MAIL_USE_MMDF
1134
1135 /* Define to support POP mail retrieval. */
1136 #define MAIL_USE_POP 1
1137
1138 /* Define if system's imake configuration file defines `NeedWidePrototypes' as
1139 `NO'. */
1140 #undef NARROWPROTO
1141
1142 /* Do not define abort in emacs.c. */
1143 #undef NO_ABORT
1144
1145 /* Define if XEditRes should not be used. */
1146 #undef NO_EDITRES
1147
1148 /* Define to 1 if you don't have struct exception in math.h. */
1149 #define NO_MATHERR 1
1150
1151 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1152 #undef NO_MINUS_C_MINUS_O
1153
1154 /* Define if termio.h should not be included. */
1155 #undef NO_TERMIO
1156
1157 /* Minimum value of NSIG. */
1158 #undef NSIG_MINIMUM
1159
1160 /* Define to 1 if `NSInteger' is defined. */
1161 #undef NS_HAVE_NSINTEGER
1162
1163 /* Define to 1 if you are using NS windowing under MacOS X. */
1164 #undef NS_IMPL_COCOA
1165
1166 /* Define to 1 if you are using NS windowing under GNUstep. */
1167 #undef NS_IMPL_GNUSTEP
1168
1169 /* Define to 1 if the nlist n_name member is a pointer */
1170 #undef N_NAME_POINTER
1171
1172 /* Define if the C compiler is the linker. */
1173 #define ORDINARY_LINK 1
1174
1175 /* Name of package */
1176 #define PACKAGE "emacs"
1177
1178 /* Define to the address where bug reports for this package should be sent. */
1179 #undef PACKAGE_BUGREPORT
1180
1181 /* Define to the full name of this package. */
1182 #undef PACKAGE_NAME
1183
1184 /* Define to the full name and version of this package. */
1185 #undef PACKAGE_STRING
1186
1187 /* Define to the one symbol short name of this package. */
1188 #undef PACKAGE_TARNAME
1189
1190 /* Define to the home page for this package. */
1191 #undef PACKAGE_URL
1192
1193 /* Define to the version of this package. */
1194 #undef PACKAGE_VERSION
1195
1196 /* Number of chars of output in the buffer of a stdio stream. */
1197 #undef PENDING_OUTPUT_COUNT
1198
1199 /* Define to empty to suppress deprecation warnings when building with
1200 --enable-gcc-warnings and with libpng versions before 1.5, which lack
1201 png_longjmp. */
1202 #undef PNG_DEPSTRUCT
1203
1204 /* Define if process_send_signal should use VSUSP instead of VSWTCH. */
1205 #undef PREFER_VSUSP
1206
1207 /* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno.
1208 */
1209 #undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO
1210
1211 /* Define to 1 if pthread_sigmask() may returns 0 and have no effect. */
1212 #undef PTHREAD_SIGMASK_INEFFECTIVE
1213
1214 /* Define to 1 if pthread_sigmask() unblocks signals incorrectly. */
1215 #undef PTHREAD_SIGMASK_UNBLOCK_BUG
1216
1217 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1218 'ptrdiff_t'. */
1219 #undef PTRDIFF_T_SUFFIX
1220
1221 /* How to iterate over PTYs. */
1222 #undef PTY_ITERATION
1223
1224 /* How to get the device name of the control end of a PTY, if non-standard. */
1225 #undef PTY_NAME_SPRINTF
1226
1227 /* How to open a PTY, if non-standard. */
1228 #undef PTY_OPEN
1229
1230 /* How to get device name of the tty end of a PTY, if non-standard. */
1231 #undef PTY_TTY_NAME_SPRINTF
1232
1233 /* Define to 1 if readlink fails to recognize a trailing slash. */
1234 #undef READLINK_TRAILING_SLASH_BUG
1235
1236 /* Define REL_ALLOC if you want to use the relocating allocator for buffer
1237 space. */
1238 #define REL_ALLOC 1
1239
1240 /* Define to 1 if stat needs help when passed a directory name with a trailing
1241 slash */
1242 #undef REPLACE_FUNC_STAT_DIR
1243
1244 /* Define to 1 if stat needs help when passed a file name with a trailing
1245 slash */
1246 #undef REPLACE_FUNC_STAT_FILE
1247
1248 /* Define if emacs.c needs to call run_time_remap; for HPUX. */
1249 #undef RUN_TIME_REMAP
1250
1251 /* Define if process.c:child_setup should not call setpgrp. */
1252 #undef SETPGRP_RELEASES_CTTY
1253
1254 /* How to set up a slave PTY, if needed. */
1255 #undef SETUP_SLAVE_PTY
1256
1257 /* Make process_send_signal work by "typing" a signal character on the pty. */
1258 #undef SIGNALS_VIA_CHARACTERS
1259
1260 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1261 'sig_atomic_t'. */
1262 #undef SIG_ATOMIC_T_SUFFIX
1263
1264 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1265 'size_t'. */
1266 #undef SIZE_T_SUFFIX
1267
1268 /* Define if the system is Solaris. */
1269 #undef SOLARIS2
1270
1271 /* If using the C implementation of alloca, define if you know the
1272 direction of stack growth for your system; otherwise it will be
1273 automatically deduced at runtime.
1274 STACK_DIRECTION > 0 => grows toward higher addresses
1275 STACK_DIRECTION < 0 => grows toward lower addresses
1276 STACK_DIRECTION = 0 => direction of growth unknown */
1277 #undef STACK_DIRECTION
1278
1279 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1280 #undef STAT_MACROS_BROKEN
1281
1282 /* Define to 1 if you have the ANSI C header files. */
1283 #undef STDC_HEADERS
1284
1285 /* Define to 1 on System V Release 4. */
1286 #undef SVR4
1287
1288 /* Process async input synchronously. */
1289 #undef SYNC_INPUT
1290
1291 /* Define to use system malloc. */
1292 #undef SYSTEM_MALLOC
1293
1294 /* The type of system you are compiling for; sets `system-type'. */
1295 #define SYSTEM_TYPE "windows-nt"
1296
1297 /* Undocumented. */
1298 #undef TAB3
1299
1300 /* Undocumented. */
1301 #undef TABDLY
1302
1303 /* Define to 1 if you use terminfo instead of termcap. */
1304 #undef TERMINFO
1305
1306 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1307 #define TIME_WITH_SYS_TIME 1
1308
1309 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1310 #undef TM_IN_SYS_TIME
1311
1312 /* Define to 1 if the type of the st_atim member of a struct stat is struct
1313 timespec. */
1314 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
1315
1316 /* Undocumented. */
1317 #undef ULIMIT_BREAK_VALUE
1318
1319 /* Define to 1 for Encore UMAX. */
1320 #undef UMAX
1321
1322 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1323 <sys/cpustats.h>. */
1324 #undef UMAX4_3
1325
1326 /* Define if the system has Unix98 PTYs. */
1327 #undef UNIX98_PTYS
1328
1329 /* Define to 1 if using GTK. */
1330 #undef USE_GTK
1331
1332 /* Define to 1 if using the Lucid X toolkit. */
1333 #undef USE_LUCID
1334
1335 /* Define to use mmap to allocate buffer text. */
1336 #undef USE_MMAP_FOR_BUFFERS
1337
1338 /* Define to 1 if using the Motif X toolkit. */
1339 #undef USE_MOTIF
1340
1341 /* Define to 1 if we should use toolkit scroll bars. */
1342 #define USE_TOOLKIT_SCROLL_BARS 1
1343
1344 /* Define to 1 if we should use XIM, if it is available. */
1345 #undef USE_XIM
1346
1347 /* Define to 1 if using an X toolkit. */
1348 #undef USE_X_TOOLKIT
1349
1350 /* Define if the system is compatible with System III. */
1351 #undef USG
1352
1353 /* Define if the system is compatible with System V. */
1354 #undef USG5
1355
1356 /* Define for USG systems where it works to open a pty's tty in the parent
1357 process, then close and reopen it in the child. */
1358 #undef USG_SUBTTY_WORKS
1359
1360 /* Version number of package */
1361 #define VERSION "24.1.50"
1362
1363 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1364 'wchar_t'. */
1365 #undef WCHAR_T_SUFFIX
1366
1367 /* Use long long for EMACS_INT if available. */
1368 /* #undef WIDE_EMACS_INT */
1369
1370 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1371 'wint_t'. */
1372 #undef WINT_T_SUFFIX
1373
1374 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1375 significant byte first (like Motorola and SPARC, unlike Intel). */
1376 #if defined AC_APPLE_UNIVERSAL_BUILD
1377 # if defined __BIG_ENDIAN__
1378 # define WORDS_BIGENDIAN 1
1379 # endif
1380 #else
1381 # ifndef WORDS_BIGENDIAN
1382 # undef WORDS_BIGENDIAN
1383 # endif
1384 #endif
1385
1386 /* Define this to check for malloc buffer overrun. */
1387 #undef XMALLOC_OVERRUN_CHECK
1388
1389 /* Compensate for a bug in Xos.h on some systems, where it requires time.h. */
1390 #undef XOS_NEEDS_TIME_H
1391
1392 /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
1393 XPointer or XPointer*. */
1394 #undef XRegisterIMInstantiateCallback_arg6
1395
1396 /* Define if the system is AIX. */
1397 #undef _AIX
1398
1399 /* Enable large inode numbers on Mac OS X. */
1400 #ifndef _DARWIN_USE_64_BIT_INODE
1401 # define _DARWIN_USE_64_BIT_INODE 1
1402 #endif
1403
1404 /* Number of bits in a file offset, on hosts where this is settable. */
1405 #undef _FILE_OFFSET_BITS
1406
1407 /* enable compile-time and run-time bounds-checking, and some warnings */
1408 #undef _FORTIFY_SOURCE
1409
1410 /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
1411 stat.st_size becomes 64-bit. */
1412 #undef _GL_WINDOWS_64_BIT_ST_SIZE
1413
1414 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1415 #undef _LARGEFILE_SOURCE
1416
1417 /* Define for large files, on AIX-style hosts. */
1418 #undef _LARGE_FILES
1419
1420 /* Define to 1 if on MINIX. */
1421 #undef _MINIX
1422
1423 /* Define if GNUstep uses ObjC exceptions. */
1424 #undef _NATIVE_OBJC_EXCEPTIONS
1425
1426 /* The _Noreturn keyword of C11. */
1427 #if ! (defined _Noreturn \
1428 || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
1429 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__))
1430 # define _Noreturn __attribute__ ((__noreturn__))
1431 # elif defined _MSC_VER && 1200 <= _MSC_VER
1432 # define _Noreturn __declspec (noreturn)
1433 # else
1434 # define _Noreturn
1435 # endif
1436 #endif
1437
1438
1439 /* Define to 2 if the system does not provide POSIX.1 features except with
1440 this defined. */
1441 #undef _POSIX_1_SOURCE
1442
1443 /* Define to 1 if you need to in order for 'stat' and other things to work. */
1444 #undef _POSIX_SOURCE
1445
1446 /* Needed for system_process_attributes on Solaris. */
1447 #undef _STRUCTURED_PROC
1448
1449 /* Define to 500 only on HP-UX. */
1450 #undef _XOPEN_SOURCE
1451
1452 /* Enable extensions on AIX 3, Interix. */
1453 #ifndef _ALL_SOURCE
1454 # undef _ALL_SOURCE
1455 #endif
1456 /* Enable general extensions on Mac OS X. */
1457 #ifndef _DARWIN_C_SOURCE
1458 # undef _DARWIN_C_SOURCE
1459 #endif
1460 /* Enable GNU extensions on systems that have them. */
1461 #ifndef _GNU_SOURCE
1462 # undef _GNU_SOURCE
1463 #endif
1464 /* Enable threading extensions on Solaris. */
1465 #ifndef _POSIX_PTHREAD_SEMANTICS
1466 # undef _POSIX_PTHREAD_SEMANTICS
1467 #endif
1468 /* Enable extensions on HP NonStop. */
1469 #ifndef _TANDEM_SOURCE
1470 # undef _TANDEM_SOURCE
1471 #endif
1472 /* Enable general extensions on Solaris. */
1473 #ifndef __EXTENSIONS__
1474 # undef __EXTENSIONS__
1475 #endif
1476
1477
1478 /* Define to rpl_ if the getopt replacement functions and variables should be
1479 used. */
1480 #undef __GETOPT_PREFIX
1481
1482 /* Define to compiler's equivalent of C99 restrict keyword in array
1483 declarations. Define as empty for no equivalent. */
1484 #undef __restrict_arr
1485
1486 /* Define to the used os dependent file. */
1487 #define config_opsysfile "s/ms-w32.h"
1488
1489 /* A replacement for va_copy, if needed. */
1490 #define gl_va_copy(a,b) ((a) = (b))
1491
1492 /* Define to rpl_gmtime if the replacement function should be used. */
1493 #undef gmtime
1494
1495 /* Define to `__inline__' or `__inline' if that's what the C compiler
1496 calls it, or to nothing if 'inline' is not supported under any name. */
1497 #ifndef __cplusplus
1498 #undef inline
1499 #endif
1500
1501 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
1502 the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
1503 earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
1504 __APPLE__ && __MACH__ test for Mac OS X.
1505 __APPLE_CC__ tests for the Apple compiler and its version.
1506 __STDC_VERSION__ tests for the C99 mode. */
1507 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
1508 # define __GNUC_STDC_INLINE__ 1
1509 #endif
1510
1511 /* Define to 1 if the compiler is checking for lint. */
1512 #undef lint
1513
1514 /* Define to rpl_localtime if the replacement function should be used. */
1515 #undef localtime
1516
1517 /* Define to a type if <wchar.h> does not define. */
1518 #undef mbstate_t
1519
1520 /* Define to `int' if <sys/types.h> does not define. */
1521 #undef mode_t
1522
1523 /* Define to the name of the strftime replacement function. */
1524 #define my_strftime nstrftime
1525
1526 /* Define to the type of st_nlink in struct stat, or a supertype. */
1527 #define nlink_t short
1528
1529 /* Define to `int' if <sys/types.h> does not define. */
1530 #undef pid_t
1531
1532 /* Define to the equivalent of the C99 'restrict' keyword, or to
1533 nothing if this is not supported. Do not define if restrict is
1534 supported directly. */
1535 #undef restrict
1536 /* Work around a bug in Sun C++: it does not support _Restrict or
1537 __restrict__, even though the corresponding Sun C compiler ends up with
1538 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1539 previous line. Perhaps some future version of Sun C++ will work with
1540 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
1541 #if defined __SUNPRO_CC && !defined __RESTRICT
1542 # define _Restrict
1543 # define __restrict__
1544 #endif
1545
1546 /* type to use in place of socklen_t if not defined */
1547 #undef socklen_t
1548
1549 /* Define as a signed type of the same size as size_t. */
1550 #undef ssize_t
1551
1552 /* Define to any substitute for sys_siglist. */
1553 #undef sys_siglist
1554
1555 /* Define as a marker that can be attached to declarations that might not
1556 be used. This helps to reduce warnings, such as from
1557 GCC -Wunused-parameter. */
1558 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1559 # define _GL_UNUSED __attribute__ ((__unused__))
1560 #else
1561 # define _GL_UNUSED
1562 #endif
1563 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
1564 is a misnomer outside of parameter lists. */
1565 #define _UNUSED_PARAMETER_ _GL_UNUSED
1566
1567 /* The __pure__ attribute was added in gcc 2.96. */
1568 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
1569 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
1570 #else
1571 # define _GL_ATTRIBUTE_PURE /* empty */
1572 #endif
1573
1574 /* The __const__ attribute was added in gcc 2.95. */
1575 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
1576 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
1577 #else
1578 # define _GL_ATTRIBUTE_CONST /* empty */
1579 #endif
1580
1581
1582 /* Define as a macro for copying va_list variables. */
1583 #undef va_copy
1584
1585 /* Define as `fork' if `vfork' does not work. */
1586 #undef vfork
1587
1588
1589 /* Not valid on Windows. */
1590 #if 0
1591 /* On AIX 3 this must be included before any other include file. */
1592 #include <alloca.h>
1593 #if ! HAVE_ALLOCA
1594 # error "alloca not available on this machine"
1595 #endif
1596 #endif
1597
1598 /* This silences a few compilation warnings on FreeBSD. */
1599 #ifdef BSD_SYSTEM_AHB
1600 #undef BSD_SYSTEM_AHB
1601 #undef BSD_SYSTEM
1602 #if __FreeBSD__ == 1
1603 #define BSD_SYSTEM 199103
1604 #elif __FreeBSD__ == 2
1605 #define BSD_SYSTEM 199306
1606 #elif __FreeBSD__ >= 3
1607 #define BSD_SYSTEM 199506
1608 #endif
1609 #endif
1610
1611 /* Define AMPERSAND_FULL_NAME if you use the convention
1612 that & in the full name stands for the login id. */
1613 #undef AMPERSAND_FULL_NAME
1614
1615 /* `subprocesses' should be defined if you want to
1616 have code for asynchronous subprocesses
1617 (as used in M-x compile and M-x shell).
1618 Only MSDOS does not support this (it overrides
1619 this in its config_opsysfile below). */
1620
1621 #define subprocesses
1622
1623 /* Include the os dependent file. */
1624 #ifdef config_opsysfile
1625 # include config_opsysfile
1626 #endif
1627
1628 /* Mac OS X / GNUstep need a bit more pure memory. Of the existing knobs,
1629 SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */
1630 #ifdef HAVE_NS
1631 #if defined NS_IMPL_GNUSTEP
1632 # define SYSTEM_PURESIZE_EXTRA 30000
1633 #elif defined DARWIN_OS
1634 # define SYSTEM_PURESIZE_EXTRA 200000
1635 #endif
1636 #endif
1637
1638 #ifdef emacs /* Don't do this for lib-src. */
1639 /* Tell regex.c to use a type compatible with Emacs. */
1640 #define RE_TRANSLATE_TYPE Lisp_Object
1641 #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
1642 #ifdef make_number
1643 /* If make_number is a macro, use it. */
1644 #define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0)))
1645 #else
1646 /* If make_number is a function, avoid it. */
1647 #define RE_TRANSLATE_P(TBL) (!(INTEGERP (TBL) && XINT (TBL) == 0))
1648 #endif
1649 #endif
1650
1651 #include <string.h>
1652 #include <stdlib.h>
1653
1654 #if __GNUC__ >= 3 /* On GCC 3.0 we might get a warning. */
1655 #define NO_INLINE __attribute__((noinline))
1656 #else
1657 #define NO_INLINE
1658 #endif
1659
1660 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1))
1661 #define EXTERNALLY_VISIBLE __attribute__((externally_visible))
1662 #else
1663 #define EXTERNALLY_VISIBLE
1664 #endif
1665
1666 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
1667 # define ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
1668 #else
1669 # define ATTRIBUTE_FORMAT(spec) /* empty */
1670 #endif
1671
1672 #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)
1673 # define ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \
1674 ATTRIBUTE_FORMAT ((__gnu_printf__, formatstring_parameter, first_argument))
1675 #else
1676 # define ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \
1677 ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument))
1678 #endif
1679
1680 #define ATTRIBUTE_CONST _GL_ATTRIBUTE_CONST
1681
1682 /* Some versions of GNU/Linux define noinline in their headers. */
1683 #ifdef noinline
1684 #undef noinline
1685 #endif
1686
1687 #endif /* EMACS_CONFIG_H */
1688
1689 /*
1690 Local Variables:
1691 mode: c
1692 End:
1693 */