*** empty log message ***
[emacs.git] / src / config.in
blobfe68725897cec64ec65de2130d8fedc063f002b1
1 /* src/config.in.  Generated from configure.in by autoheader.  */
3 /* GNU Emacs site configuration template file.  -*- C -*-
4    Copyright (C) 1988, 1993, 1994, 1999, 2000 Free Software Foundation, Inc.
6 This file is part of GNU Emacs.
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 2, or (at your option)
11 any later version.
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.
18 You should have received a copy of the GNU General Public License
19 along with GNU Emacs; see the file COPYING.  If not, write to the
20 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA.  */
24 /* No code in Emacs #includes config.h twice, but some of the code
25    intended to work with other packages as well (like gmalloc.c) 
26    think they can include it as many times as they like.  */
27 #ifndef EMACS_CONFIG_H
28 #define EMACS_CONFIG_H
31 /* Define to 1 if the mktime function is broken. */
32 #undef BROKEN_MKTIME
34 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
35    systems. This function is required for `alloca.c' support on those systems.
36    */
37 #undef CRAY_STACKSEG_END
39 /* Define to 1 if using `alloca.c'. */
40 #undef C_ALLOCA
42 /* Define to 1 if using `getloadavg.c'. */
43 #undef C_GETLOADAVG
45 /* Define C_SWITCH_X_SITE to contain any special flags your compiler may need
46    to deal with X Windows. For instance, if you've defined HAVE_X_WINDOWS
47    above and your X include files aren't in a place that your compiler can
48    find on its own, you might want to add "-I/..." or something similar. */
49 #undef C_SWITCH_X_SITE
51 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
52 #undef DGUX
54 /* Define to 1 if you are using the GNU C Library. */
55 #undef DOUG_LEA_MALLOC
57 /* Define to the canonical Emacs configuration name. */
58 #undef EMACS_CONFIGURATION
60 /* Define to the options passed to configure. */
61 #undef EMACS_CONFIG_OPTIONS
63 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
64    */
65 #undef GETLOADAVG_PRIVILEGED
67 /* Define to 1 if gettimeofday accepts only one argument. */
68 #undef GETTIMEOFDAY_ONE_ARGUMENT
70 /* Define to 1 if you want to use the GNU memory allocator. */
71 #undef GNU_MALLOC
73 /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */
74 #undef HAVE_AIX_SMT_EXP
76 /* Define to 1 if you have the `alarm' function. */
77 #undef HAVE_ALARM
79 /* Define to 1 if you have `alloca', as a function or macro. */
80 #undef HAVE_ALLOCA
82 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
83    */
84 #undef HAVE_ALLOCA_H
86 /* Define to 1 if you have the `bcmp' function. */
87 #undef HAVE_BCMP
89 /* Define to 1 if you have the `bcopy' function. */
90 #undef HAVE_BCOPY
92 /* Define to 1 if you have the `cbrt' function. */
93 #undef HAVE_CBRT
95 /* Define to 1 if you have the `closedir' function. */
96 #undef HAVE_CLOSEDIR
98 /* Define to 1 if you have the <coff.h> header file. */
99 #undef HAVE_COFF_H
101 /* Define to 1 if you have the <com_err.h> header file. */
102 #undef HAVE_COM_ERR_H
104 /* Define to 1 if you have the <des.h> header file. */
105 #undef HAVE_DES_H
107 /* Define to 1 if dynamic ptys are supported. */
108 #undef HAVE_DEV_PTMX
110 /* Define to 1 if you have the `dup2' function. */
111 #undef HAVE_DUP2
113 /* Define to 1 if you have the `euidaccess' function. */
114 #undef HAVE_EUIDACCESS
116 /* Define to 1 if you have the <fcntl.h> header file. */
117 #undef HAVE_FCNTL_H
119 /* Define to 1 if you have the `fmod' function. */
120 #undef HAVE_FMOD
122 /* Define to 1 if you have the `fork' function. */
123 #undef HAVE_FORK
125 /* Define to 1 if you have the `fpathconf' function. */
126 #undef HAVE_FPATHCONF
128 /* Define to 1 if you have the `frexp' function. */
129 #undef HAVE_FREXP
131 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
132 #undef HAVE_FSEEKO
134 /* Define to 1 if you have the `ftime' function. */
135 #undef HAVE_FTIME
137 /* Define to 1 if you have the `gai_strerror' function. */
138 #undef HAVE_GAI_STRERROR
140 /* Define to 1 if you have the `getaddrinfo' function. */
141 #undef HAVE_GETADDRINFO
143 /* Define to 1 if you have the `getcwd' function. */
144 #undef HAVE_GETCWD
146 /* Define to 1 if you have the `getdelim' function. */
147 #undef HAVE_GETDELIM
149 /* Define to 1 if you have the `getdomainname' function. */
150 #undef HAVE_GETDOMAINNAME
152 /* Define to 1 if you have the `gethostname' function. */
153 #undef HAVE_GETHOSTNAME
155 /* Define to 1 if you have the `getline' function. */
156 #undef HAVE_GETLINE
158 /* Define to 1 if you have the `getloadavg' function. */
159 #undef HAVE_GETLOADAVG
161 /* Define to 1 if you have the `getpagesize' function. */
162 #undef HAVE_GETPAGESIZE
164 /* Define to 1 if you have the `getpeername' function. */
165 #undef HAVE_GETPEERNAME
167 /* Define to 1 if you have the `getpt' function. */
168 #undef HAVE_GETPT
170 /* Define to 1 if you have the `getsockname' function. */
171 #undef HAVE_GETSOCKNAME
173 /* Define to 1 if you have the `getsockopt' function. */
174 #undef HAVE_GETSOCKOPT
176 /* Define to 1 if you have the `gettimeofday' function. */
177 #undef HAVE_GETTIMEOFDAY
179 /* Define to 1 if you have the `getwd' function. */
180 #undef HAVE_GETWD
182 /* Define to 1 if you have the ungif library (-lungif). */
183 #undef HAVE_GIF
185 /* Define to 1 if you have the `grantpt' function. */
186 #undef HAVE_GRANTPT
188 /* Define to 1 if netdb.h declares h_errno. */
189 #undef HAVE_H_ERRNO
191 /* Define to 1 if you have the `index' function. */
192 #undef HAVE_INDEX
194 /* Define to 1 if you have inet sockets. */
195 #undef HAVE_INET_SOCKETS
197 /* Define to 1 if you have the <inttypes.h> header file. */
198 #undef HAVE_INTTYPES_H
200 /* Define to 1 if you have the jpeg library (-ljpeg). */
201 #undef HAVE_JPEG
203 /* Define to 1 if you have the <kerberosIV/des.h> header file. */
204 #undef HAVE_KERBEROSIV_DES_H
206 /* Define to 1 if you have the <kerberosIV/krb.h> header file. */
207 #undef HAVE_KERBEROSIV_KRB_H
209 /* Define to 1 if you have the <kerberos/des.h> header file. */
210 #undef HAVE_KERBEROS_DES_H
212 /* Define to 1 if you have the <kerberos/krb.h> header file. */
213 #undef HAVE_KERBEROS_KRB_H
215 /* Define to 1 if you have the <krb5.h> header file. */
216 #undef HAVE_KRB5_H
218 /* Define to 1 if you have the <krb.h> header file. */
219 #undef HAVE_KRB_H
221 /* Define to 1 if you have the `com_err' library (-lcom_err). */
222 #undef HAVE_LIBCOM_ERR
224 /* Define to 1 if you have the `crypto' library (-lcrypto). */
225 #undef HAVE_LIBCRYPTO
227 /* Define to 1 if you have the `des' library (-ldes). */
228 #undef HAVE_LIBDES
230 /* Define to 1 if you have the `des425' library (-ldes425). */
231 #undef HAVE_LIBDES425
233 /* Define to 1 if you have the `dgc' library (-ldgc). */
234 #undef HAVE_LIBDGC
236 /* Define to 1 if you have the `dnet' library (-ldnet). */
237 #undef HAVE_LIBDNET
239 /* Define to 1 if you have the hesiod library (-lhesiod). */
240 #undef HAVE_LIBHESIOD
242 /* Define to 1 if you have the `intl' library (-lintl). */
243 #undef HAVE_LIBINTL
245 /* Define to 1 if you have the `k5crypto' library (-lk5crypto). */
246 #undef HAVE_LIBK5CRYPTO
248 /* Define to 1 if you have the `krb' library (-lkrb). */
249 #undef HAVE_LIBKRB
251 /* Define to 1 if you have the `krb4' library (-lkrb4). */
252 #undef HAVE_LIBKRB4
254 /* Define to 1 if you have the `krb5' library (-lkrb5). */
255 #undef HAVE_LIBKRB5
257 /* Define to 1 if you have the `kstat' library (-lkstat). */
258 #undef HAVE_LIBKSTAT
260 /* Define to 1 if you have the `lockfile' library (-llockfile). */
261 #undef HAVE_LIBLOCKFILE
263 /* Define to 1 if you have the `m' library (-lm). */
264 #undef HAVE_LIBM
266 /* Define to 1 if you have the `mail' library (-lmail). */
267 #undef HAVE_LIBMAIL
269 /* Define to 1 if you have the `ncurses' library (-lncurses). */
270 #undef HAVE_LIBNCURSES
272 /* Define to 1 if you have the `pthreads' library (-lpthreads). */
273 #undef HAVE_LIBPTHREADS
275 /* Define to 1 if you have the resolv library (-lresolv). */
276 #undef HAVE_LIBRESOLV
278 /* Define to 1 if you have the `Xext' library (-lXext). */
279 #undef HAVE_LIBXEXT
281 /* Define to 1 if you have the `Xmu' library (-lXmu). */
282 #undef HAVE_LIBXMU
284 /* Define to 1 if you have the Xp library (-lXp). */
285 #undef HAVE_LIBXP
287 /* Define to 1 if you have the <limits.h> header file. */
288 #undef HAVE_LIMITS_H
290 /* Define to 1 if you have the <linux/version.h> header file. */
291 #undef HAVE_LINUX_VERSION_H
293 /* Define to 1 if you have the `logb' function. */
294 #undef HAVE_LOGB
296 /* Define to 1 if you support file names longer than 14 characters. */
297 #undef HAVE_LONG_FILE_NAMES
299 /* Define to 1 if you have the `lrand48' function. */
300 #undef HAVE_LRAND48
302 /* Define to 1 if you have the <machine/soundcard.h> header file. */
303 #undef HAVE_MACHINE_SOUNDCARD_H
305 /* Define to 1 if you have the <mach/mach.h> header file. */
306 #undef HAVE_MACH_MACH_H
308 /* Define to 1 if you have the <maillock.h> header file. */
309 #undef HAVE_MAILLOCK_H
311 /* Define to 1 if you have the `mblen' function. */
312 #undef HAVE_MBLEN
314 /* Define to 1 if you have the `mbrlen' function. */
315 #undef HAVE_MBRLEN
317 /* Define to 1 if you have the `mbsinit' function. */
318 #undef HAVE_MBSINIT
320 /* Define to 1 if you have the <memory.h> header file. */
321 #undef HAVE_MEMORY_H
323 /* Define to 1 if you have mouse menus. (This is automatic if you use X, but
324    the option to specify it remains.) It is also defined with other window
325    systems that support xmenu.c. */
326 #undef HAVE_MENUS
328 /* Define to 1 if you have the `mkdir' function. */
329 #undef HAVE_MKDIR
331 /* Define to 1 if you have the `mkstemp' function. */
332 #undef HAVE_MKSTEMP
334 /* Define to 1 if you have the `mktime' function. */
335 #undef HAVE_MKTIME
337 /* Define to 1 if you have a working `mmap' system call. */
338 #undef HAVE_MMAP
340 /* Define to 1 if you have Motif 2.1 or newer. */
341 #undef HAVE_MOTIF_2_1
343 /* Define to 1 if you have the <nlist.h> header file. */
344 #undef HAVE_NLIST_H
346 /* Define to 1 if you have the png library (-lpng). */
347 #undef HAVE_PNG
349 /* Define to 1 if you have the `pstat_getdynamic' function. */
350 #undef HAVE_PSTAT_GETDYNAMIC
352 /* Define to 1 if you have the `random' function. */
353 #undef HAVE_RANDOM
355 /* Define to 1 if you have the `recvfrom' function. */
356 #undef HAVE_RECVFROM
358 /* Define to 1 if you have the `rename' function. */
359 #undef HAVE_RENAME
361 /* Define to 1 if you have the `res_init' function. */
362 #undef HAVE_RES_INIT
364 /* Define to 1 if you have the `rindex' function. */
365 #undef HAVE_RINDEX
367 /* Define to 1 if you have the `rint' function. */
368 #undef HAVE_RINT
370 /* Define to 1 if you have the `rmdir' function. */
371 #undef HAVE_RMDIR
373 /* Define to 1 if you have the `select' function. */
374 #undef HAVE_SELECT
376 /* Define to 1 if you have the `sendto' function. */
377 #undef HAVE_SENDTO
379 /* Define to 1 if you have the `setitimer' function. */
380 #undef HAVE_SETITIMER
382 /* Define to 1 if you have the `setlocale' function. */
383 #undef HAVE_SETLOCALE
385 /* Define to 1 if you have the `setpgid' function. */
386 #undef HAVE_SETPGID
388 /* Define to 1 if you have the `setrlimit' function. */
389 #undef HAVE_SETRLIMIT
391 /* Define to 1 if you have the `setsid' function. */
392 #undef HAVE_SETSID
394 /* Define to 1 if you have the `setsockopt' function. */
395 #undef HAVE_SETSOCKOPT
397 /* Define to the name of the shared game directory. */
398 #undef HAVE_SHARED_GAME_DIR
400 /* Define to 1 if you have the `shutdown' function. */
401 #undef HAVE_SHUTDOWN
403 /* Define to 1 if you have the <soundcard.h> header file. */
404 #undef HAVE_SOUNDCARD_H
406 /* Define to 1 if `speed_t' is declared by <termios.h>. */
407 #undef HAVE_SPEED_T
409 /* Define to 1 if you have the <stdint.h> header file. */
410 #undef HAVE_STDINT_H
412 /* Define to 1 if you have the <stdio_ext.h> header file. */
413 #undef HAVE_STDIO_EXT_H
415 /* Define to 1 if you have the <stdlib.h> header file. */
416 #undef HAVE_STDLIB_H
418 /* Define to 1 if you have the `strerror' function. */
419 #undef HAVE_STRERROR
421 /* Define to 1 if you have the `strftime' function. */
422 #undef HAVE_STRFTIME
424 /* Define to 1 if you have the <strings.h> header file. */
425 #undef HAVE_STRINGS_H
427 /* Define to 1 if you have the <string.h> header file. */
428 #undef HAVE_STRING_H
430 /* Define to 1 if you have the `strsignal' function. */
431 #undef HAVE_STRSIGNAL
433 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
434 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
436 /* Define to 1 if `tm_zone' is member of `struct tm'. */
437 #undef HAVE_STRUCT_TM_TM_ZONE
439 /* Define to 1 if `struct utimbuf' is declared by <utime.h>. */
440 #undef HAVE_STRUCT_UTIMBUF
442 /* Define to 1 if you have the `sysinfo' function. */
443 #undef HAVE_SYSINFO
445 /* Define to 1 if you have the <sys/select.h> header file. */
446 #undef HAVE_SYS_SELECT_H
448 /* Define to 1 if you have the <sys/soundcard.h> header file. */
449 #undef HAVE_SYS_SOUNDCARD_H
451 /* Define to 1 if you have the <sys/stat.h> header file. */
452 #undef HAVE_SYS_STAT_H
454 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
455 #undef HAVE_SYS_SYSTEMINFO_H
457 /* Define to 1 if you have the <sys/timeb.h> header file. */
458 #undef HAVE_SYS_TIMEB_H
460 /* Define to 1 if you have the <sys/time.h> header file. */
461 #undef HAVE_SYS_TIME_H
463 /* Define to 1 if you have the <sys/types.h> header file. */
464 #undef HAVE_SYS_TYPES_H
466 /* Define to 1 if you have the <sys/un.h> header file. */
467 #undef HAVE_SYS_UN_H
469 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
470 #undef HAVE_SYS_WAIT_H
472 /* Define to 1 if you have the <termcap.h> header file. */
473 #undef HAVE_TERMCAP_H
475 /* Define to 1 if you have the <termios.h> header file. */
476 #undef HAVE_TERMIOS_H
478 /* Define to 1 if you have the <term.h> header file. */
479 #undef HAVE_TERM_H
481 /* Define to 1 if you have the tiff library (-ltiff). */
482 #undef HAVE_TIFF
484 /* Define to 1 if `struct timeval' is declared by <sys/time.h>. */
485 #undef HAVE_TIMEVAL
487 /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */
488 #undef HAVE_TM_GMTOFF
490 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
491    `HAVE_STRUCT_TM_TM_ZONE' instead. */
492 #undef HAVE_TM_ZONE
494 /* Define to 1 if you have the `touchlock' function. */
495 #undef HAVE_TOUCHLOCK
497 /* Define to 1 if you don't have `tm_zone' but do have the external array
498    `tzname'. */
499 #undef HAVE_TZNAME
501 /* Define to 1 if you have the `tzset' function. */
502 #undef HAVE_TZSET
504 /* Define to 1 if you have the `ualarm' function. */
505 #undef HAVE_UALARM
507 /* Define to 1 if you have the <unistd.h> header file. */
508 #undef HAVE_UNISTD_H
510 /* Define to 1 if you have the `utimes' function. */
511 #undef HAVE_UTIMES
513 /* Define to 1 if you have the <utime.h> header file. */
514 #undef HAVE_UTIME_H
516 /* Define to 1 if you have the `vfork' function. */
517 #undef HAVE_VFORK
519 /* Define to 1 if you have the <vfork.h> header file. */
520 #undef HAVE_VFORK_H
522 /* Define to 1 if `fork' works. */
523 #undef HAVE_WORKING_FORK
525 /* Define to 1 if `vfork' works. */
526 #undef HAVE_WORKING_VFORK
528 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
529    expects to use version 10. */
530 #undef HAVE_X11
532 /* Define to 1 if you have the X11R5 or newer version of Xlib. */
533 #undef HAVE_X11R5
535 /* Define to 1 if you have the X11R6 or newer version of Xlib. */
536 #undef HAVE_X11R6
538 /* Define to 1 if you have the X11R6 or newer version of Xt. */
539 #undef HAVE_X11XTR6
541 /* Define to 1 if you have the Xaw3d library (-lXaw3d). */
542 #undef HAVE_XAW3D
544 /* Define to 1 if you're using XFree386. */
545 #undef HAVE_XFREE386
547 /* Define to 1 if you have the XkbGetKeyboard function. */
548 #undef HAVE_XKBGETKEYBOARD
550 /* Define to 1 if you have the Xpm libary (-lXpm). */
551 #undef HAVE_XPM
553 /* Define to 1 if you have the `XrmSetDatabase' function. */
554 #undef HAVE_XRMSETDATABASE
556 /* Define to 1 if you have the `XScreenNumberOfScreen' function. */
557 #undef HAVE_XSCREENNUMBEROFSCREEN
559 /* Define to 1 if you have the `XScreenResourceString' function. */
560 #undef HAVE_XSCREENRESOURCESTRING
562 /* Define to 1 if you have the `XSetWMProtocols' function. */
563 #undef HAVE_XSETWMPROTOCOLS
565 /* Define to 1 if you have the SM library (-lSM). */
566 #undef HAVE_X_SM
568 /* Define to 1 if you want to use the X window system. */
569 #undef HAVE_X_WINDOWS
571 /* Define to 1 if you have the `__fpending' function. */
572 #undef HAVE___FPENDING
574 /* Define to support using a Hesiod database to find the POP server. */
575 #undef HESIOD
577 /* Define to support Kerberos-authenticated POP mail retrieval. */
578 #undef KERBEROS
580 /* Define to use Kerberos 5 instead of Kerberos 4. */
581 #undef KERBEROS5
583 /* Define LD_SWITCH_X_SITE to contain any special flags your loader may need
584    to deal with X Windows. For instance, if you've defined HAVE_X_WINDOWS
585    above and your X libraries aren't in a place that your loader can find on
586    its own, you might want to add "-L/..." or something similar. */
587 #undef LD_SWITCH_X_SITE
589 /* Define LD_SWITCH_X_SITE_AUX with an -R option in case it's needed (for
590    Solaris, for example). */
591 #undef LD_SWITCH_X_SITE_AUX
593 /* Define to -llockfile if it is usable. */
594 #undef LIBMAIL
596 /* Define to 1 if localtime caches TZ. */
597 #undef LOCALTIME_CACHE
599 /* Define to support POP mail retrieval. */
600 #undef MAIL_USE_POP
602 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
603    on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
604 #undef NLIST_NAME_UNION
606 /* Define to 1 if you have <nlist.h>. */
607 #undef NLIST_STRUCT
609 /* Define to 1 if you don't have struct exception in math.h. */
610 #undef NO_MATHERR
612 /* Define to the address where bug reports for this package should be sent. */
613 #undef PACKAGE_BUGREPORT
615 /* Define to the full name of this package. */
616 #undef PACKAGE_NAME
618 /* Define to the full name and version of this package. */
619 #undef PACKAGE_STRING
621 /* Define to the one symbol short name of this package. */
622 #undef PACKAGE_TARNAME
624 /* Define to the version of this package. */
625 #undef PACKAGE_VERSION
627 /* Define as `void' if your compiler accepts `void *'; otherwise define as
628    `char'. */
629 #undef POINTER_TYPE
631 /* Define to 1 if the C compiler supports function prototypes. */
632 #undef PROTOTYPES
634 /* Define REL_ALLOC if you want to use the relocating allocator for buffer
635    space. */
636 #undef REL_ALLOC
638 /* Define as the return type of signal handlers (`int' or `void'). */
639 #undef RETSIGTYPE
641 /* If using the C implementation of alloca, define if you know the
642    direction of stack growth for your system; otherwise it will be
643    automatically deduced at run-time.
644         STACK_DIRECTION > 0 => grows toward higher addresses
645         STACK_DIRECTION < 0 => grows toward lower addresses
646         STACK_DIRECTION = 0 => direction of growth unknown */
647 #undef STACK_DIRECTION
649 /* Define to 1 if you have the ANSI C header files. */
650 #undef STDC_HEADERS
652 /* Define to 1 on System V Release 4. */
653 #undef SVR4
655 /* Define to 1 if `sys_siglist' is declared by <signal.h> or <unistd.h>. */
656 #undef SYS_SIGLIST_DECLARED
658 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
659 #undef TIME_WITH_SYS_TIME
661 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
662 #undef TM_IN_SYS_TIME
664 /* Define to 1 for Encore UMAX. */
665 #undef UMAX
667 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
668    <sys/cpustats.h>. */
669 #undef UMAX4_3
671 /* Define to the unexec source file name. */
672 #undef UNEXEC_SRC
674 /* Define to 1 if we should use toolkit scroll bars. */
675 #undef USE_TOOLKIT_SCROLL_BARS
677 /* Define to 1 if we should use XIM, if it is available. */
678 #undef USE_XIM
680 /* Define to 1 if using an X toolkit. */
681 #undef USE_X_TOOLKIT
683 /* Define to 1 if on AIX 3.
684    System headers sometimes define this.
685    We just want to avoid a redefinition error message.  */
686 #ifndef _ALL_SOURCE
687 # undef _ALL_SOURCE
688 #endif
690 /* Number of bits in a file offset, on hosts where this is settable. */
691 #undef _FILE_OFFSET_BITS
693 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
694 #undef _LARGEFILE_SOURCE
696 /* Define for large files, on AIX-style hosts. */
697 #undef _LARGE_FILES
699 /* Define like PROTOTYPES; this can be used by system headers. */
700 #undef __PROTOTYPES
702 /* Define to the used machine dependent file. */
703 #undef config_machfile
705 /* Define to the used os dependent file. */
706 #undef config_opsysfile
708 /* Define to empty if `const' does not conform to ANSI C. */
709 #undef const
711 /* Define to `int' if <sys/types.h> does not define. */
712 #undef pid_t
714 /* Define to `unsigned' if <sys/types.h> does not define. */
715 #undef size_t
717 /* Define as `fork' if `vfork' does not work. */
718 #undef vfork
720 /* Define to empty if the keyword `volatile' does not work. Warning: valid
721    code using `volatile' can become incorrect without. Disable with care. */
722 #undef volatile
725 /* If we're using any sort of window system, define some consequences.  */
726 #ifdef HAVE_X_WINDOWS
727 #define HAVE_WINDOW_SYSTEM
728 #define MULTI_KBOARD
729 #define HAVE_MOUSE
730 #endif
732 /* Define USER_FULL_NAME to return a string
733    that is the user's full name.
734    It can assume that the variable `pw'
735    points to the password file entry for this user.
737    At some sites, the pw_gecos field contains
738    the user's full name.  If neither this nor any other
739    field contains the right thing, use pw_name,
740    giving the user's login name, since that is better than nothing.  */
741 #define USER_FULL_NAME pw->pw_gecos
743 /* Define AMPERSAND_FULL_NAME if you use the convention
744    that & in the full name stands for the login id.  */
745 /* Turned on June 1996 supposing nobody will mind it.  */
746 #define AMPERSAND_FULL_NAME
748 /* Define HAVE_SOUND if we have sound support.  We know it works
749    and compiles only on the specified platforms.   For others,
750    it probably doesn't make sense to try.  */
752 #if defined __FreeBSD__ || defined __NetBSD__ || defined __linux__
753 #ifdef HAVE_MACHINE_SOUNDCARD_H
754 #define HAVE_SOUND 1
755 #endif
756 #ifdef HAVE_SYS_SOUNDCARD_H
757 #define HAVE_SOUND 1
758 #endif
759 #ifdef HAVE_SOUNDCARD_H
760 #define HAVE_SOUND 1
761 #endif
762 #endif /* __FreeBSD__ || __NetBSD__ || __linux__  */
764 /* If using GNU, then support inline function declarations. */
765 /* Don't try to switch on inline handling as detected by AC_C_INLINE
766    generally, because even if non-gcc compilers accept `inline', they
767    may reject `extern inline'.  */
768 #ifdef __GNUC__
769 #define INLINE __inline__
770 #else
771 #define INLINE
772 #endif
774 /* Include the os and machine dependent files.  */
775 #include config_opsysfile
776 #include config_machfile
778 /* Load in the conversion definitions if this system
779    needs them and the source file being compiled has not
780    said to inhibit this.  There should be no need for you
781    to alter these lines.  */
783 #ifdef SHORTNAMES
784 #ifndef NO_SHORTNAMES
785 #include "../shortnames/remap.h"
786 #endif /* not NO_SHORTNAMES */
787 #endif /* SHORTNAMES */
789 /* If no remapping takes place, static variables cannot be dumped as
790    pure, so don't worry about the `static' keyword. */
791 #ifdef NO_REMAP
792 #undef static
793 #endif
795 /* Define `subprocesses' should be defined if you want to
796    have code for asynchronous subprocesses
797    (as used in M-x compile and M-x shell).
798    These do not work for some USG systems yet;
799    for the ones where they work, the s/SYSTEM.h file defines this flag.  */
801 #ifndef VMS
802 #ifndef USG
803 /* #define subprocesses */
804 #endif
805 #endif
807 /* SIGTYPE is the macro we actually use.  */
808 #ifndef SIGTYPE
809 #define SIGTYPE RETSIGTYPE
810 #endif
812 #ifdef emacs /* Don't do this for lib-src.  */
813 /* Tell regex.c to use a type compatible with Emacs.  */
814 #define RE_TRANSLATE_TYPE Lisp_Object
815 #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
816 #define RE_TRANSLATE_P(TBL) (XFASTINT (TBL) != 0)
817 #endif
819 /* Avoid link-time collision with system mktime if we will use our own.  */
820 #if ! HAVE_MKTIME || BROKEN_MKTIME
821 #define mktime emacs_mktime
822 #endif
824 /* The rest of the code currently tests the CPP symbol BSTRING.
825    Override any claims made by the system-description files.
826    Note that on some SCO version it is possible to have bcopy and not bcmp.  */
827 #undef BSTRING
828 #if defined (HAVE_BCOPY) && defined (HAVE_BCMP)
829 #define BSTRING
830 #endif
832 /* Some of the files of Emacs which are intended for use with other
833    programs assume that if you have a config.h file, you must declare
834    the type of getenv.
836    This declaration shouldn't appear when alloca.s or Makefile.in
837    includes config.h.  */
838 #ifndef NOT_C_CODE
839 extern char *getenv ();
840 #endif
842 #endif /* EMACS_CONFIG_H */
844 /* These default definitions are good for almost all machines.
845    The exceptions override them in m/MACHINE.h.  */
847 #ifndef BITS_PER_CHAR
848 #define BITS_PER_CHAR 8
849 #endif
851 #ifndef BITS_PER_SHORT
852 #define BITS_PER_SHORT 16
853 #endif
855 /* Note that lisp.h uses this in a preprocessor conditional, so it
856    would not work to use sizeof.  That being so, we do all of them
857    without sizeof, for uniformity's sake.  */
858 #ifndef BITS_PER_INT
859 #define BITS_PER_INT 32
860 #endif
862 #ifndef BITS_PER_LONG
863 #ifdef _LP64
864 #define BITS_PER_LONG 64
865 #else
866 #define BITS_PER_LONG 32
867 #endif
868 #endif
870 /* Define if the compiler supports function prototypes.  It may do so
871    but not define __STDC__ (e.g. DEC C by default) or may define it as
872    zero.  */
873 #undef PROTOTYPES
874 /* For mktime.c:  */
875 #ifndef __P
876 # if defined PROTOTYPES
877 #  define __P(args) args
878 # else
879 #  define __P(args) ()
880 # endif  /* GCC.  */
881 #endif /* __P */
884 /* Don't include "string.h" or <stdlib.h> in non-C code.  */
885 #ifndef NOT_C_CODE
886 #ifdef HAVE_STRING_H
887 #include "string.h"
888 #endif
889 #ifdef HAVE_STDLIB_H
890 #include <stdlib.h>
891 #endif
892 #endif
894 /* Define HAVE_X_I18N if we have usable i18n support.  */
896 #ifdef HAVE_X11R6
897 #define HAVE_X_I18N
898 #elif defined HAVE_X11R5 && !defined X11R5_INHIBIT_I18N
899 #define HAVE_X_I18N
900 #endif
902 /* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support.  */
904 #if defined HAVE_X11R6 && !defined INHIBIT_X11R6_XIM
905 #define HAVE_X11R6_XIM
906 #endif
908 /* Should we enable expensive run-time checking of data types?  */
909 #undef ENABLE_CHECKING
911 #if defined __GNUC__ && (__GNUC__ > 2 \
912                          || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5))
913 #define NO_RETURN       __attribute__ ((__noreturn__))
914 #else
915 #define NO_RETURN       /* nothing */
916 #endif