annotate src/config.in @ 88965:eb6e469e23d3

Generated with autoheader.
author Dave Love <fx@gnu.org>
date Wed, 31 Jul 2002 22:41:56 +0000
parents 0ec099c53fc2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
1 /* src/config.in. Generated from configure.in by autoheader. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
2
763
f2efaa0394de *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 693
diff changeset
3 /* GNU Emacs site configuration template file. -*- C -*-
28052
8f5398ca032c Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents: 27727
diff changeset
4 Copyright (C) 1988, 1993, 1994, 1999, 2000 Free Software Foundation, Inc.
176
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
5
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
6 This file is part of GNU Emacs.
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
7
13850
979209bb1aed Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 13844
diff changeset
8 GNU Emacs is free software; you can redistribute it and/or modify
979209bb1aed Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 13844
diff changeset
9 it under the terms of the GNU General Public License as published by
979209bb1aed Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 13844
diff changeset
10 the Free Software Foundation; either version 2, or (at your option)
979209bb1aed Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 13844
diff changeset
11 any later version.
176
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
12
13850
979209bb1aed Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 13844
diff changeset
13 GNU Emacs is distributed in the hope that it will be useful,
979209bb1aed Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 13844
diff changeset
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
979209bb1aed Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 13844
diff changeset
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
979209bb1aed Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 13844
diff changeset
16 GNU General Public License for more details.
979209bb1aed Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 13844
diff changeset
17
979209bb1aed Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 13844
diff changeset
18 You should have received a copy of the GNU General Public License
15742
80562f089595 Fix FSF address in comment.
Karl Heuer <kwzh@gnu.org>
parents: 15719
diff changeset
19 along with GNU Emacs; see the file COPYING. If not, write to the
80562f089595 Fix FSF address in comment.
Karl Heuer <kwzh@gnu.org>
parents: 15719
diff changeset
20 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
80562f089595 Fix FSF address in comment.
Karl Heuer <kwzh@gnu.org>
parents: 15719
diff changeset
21 Boston, MA 02111-1307, USA. */
176
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
22
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
23
1773
f18ae1a08d85 * config.h.in: protect against multiple #inclusions.
Jim Blandy <jimb@redhat.com>
parents: 1341
diff changeset
24 /* No code in Emacs #includes config.h twice, but some of the code
f18ae1a08d85 * config.h.in: protect against multiple #inclusions.
Jim Blandy <jimb@redhat.com>
parents: 1341
diff changeset
25 intended to work with other packages as well (like gmalloc.c)
f18ae1a08d85 * config.h.in: protect against multiple #inclusions.
Jim Blandy <jimb@redhat.com>
parents: 1341
diff changeset
26 think they can include it as many times as they like. */
f18ae1a08d85 * config.h.in: protect against multiple #inclusions.
Jim Blandy <jimb@redhat.com>
parents: 1341
diff changeset
27 #ifndef EMACS_CONFIG_H
f18ae1a08d85 * config.h.in: protect against multiple #inclusions.
Jim Blandy <jimb@redhat.com>
parents: 1341
diff changeset
28 #define EMACS_CONFIG_H
f18ae1a08d85 * config.h.in: protect against multiple #inclusions.
Jim Blandy <jimb@redhat.com>
parents: 1341
diff changeset
29
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
30
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
31 /* Define to 1 if the mktime function is broken. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
32 #undef BROKEN_MKTIME
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
33
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
34 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
35 systems. This function is required for `alloca.c' support on those systems.
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
36 */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
37 #undef CRAY_STACKSEG_END
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
38
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
39 /* Define to 1 if using `alloca.c'. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
40 #undef C_ALLOCA
2510
e604df2fc029 Adjust for autoconf merger.
Jim Blandy <jimb@redhat.com>
parents: 2346
diff changeset
41
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
42 /* Define to 1 if using `getloadavg.c'. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
43 #undef C_GETLOADAVG
2510
e604df2fc029 Adjust for autoconf merger.
Jim Blandy <jimb@redhat.com>
parents: 2346
diff changeset
44
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
45 /* Define C_SWITCH_X_SITE to contain any special flags your compiler may need
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
46 to deal with X Windows. For instance, if you've defined HAVE_X_WINDOWS
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
47 above and your X include files aren't in a place that your compiler can
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
48 find on its own, you might want to add "-I/..." or something similar. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
49 #undef C_SWITCH_X_SITE
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
50
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
51 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
52 #undef DGUX
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
53
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
54 /* Define to 1 if you are using the GNU C Library. */
17347
94dbc8701ad1 (DOUG_LEA_MALLOC): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 16938
diff changeset
55 #undef DOUG_LEA_MALLOC
94dbc8701ad1 (DOUG_LEA_MALLOC): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 16938
diff changeset
56
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
57 /* Define to the canonical Emacs configuration name. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
58 #undef EMACS_CONFIGURATION
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
59
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
60 /* Define to the options passed to configure. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
61 #undef EMACS_CONFIG_OPTIONS
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
62
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
63 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
64 */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
65 #undef GETLOADAVG_PRIVILEGED
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
66
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
67 /* Define to 1 if gettimeofday accepts only one argument. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
68 #undef GETTIMEOFDAY_ONE_ARGUMENT
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
69
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
70 /* Define to 1 if you want to use the GNU memory allocator. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
71 #undef GNU_MALLOC
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
72
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
73 /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
74 #undef HAVE_AIX_SMT_EXP
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
75
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
76 /* Define to 1 if you have the `alarm' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
77 #undef HAVE_ALARM
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
78
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
79 /* Define to 1 if you have `alloca', as a function or macro. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
80 #undef HAVE_ALLOCA
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
81
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
82 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
83 */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
84 #undef HAVE_ALLOCA_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
85
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
86 /* Define to 1 if you have the `bcmp' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
87 #undef HAVE_BCMP
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
88
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
89 /* Define to 1 if you have the `bcopy' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
90 #undef HAVE_BCOPY
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
91
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
92 /* Define to 1 if you have the `cbrt' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
93 #undef HAVE_CBRT
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
94
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
95 /* Define to 1 if you have the `closedir' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
96 #undef HAVE_CLOSEDIR
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
97
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
98 /* Define to 1 if you have the <coff.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
99 #undef HAVE_COFF_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
100
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
101 /* Define to 1 if you have the <com_err.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
102 #undef HAVE_COM_ERR_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
103
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
104 /* Define to 1 if you have the <des.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
105 #undef HAVE_DES_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
106
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
107 /* Define to 1 if dynamic ptys are supported. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
108 #undef HAVE_DEV_PTMX
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
109
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
110 /* Define to 1 if you have the `dup2' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
111 #undef HAVE_DUP2
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
112
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
113 /* Define to 1 if you have the `euidaccess' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
114 #undef HAVE_EUIDACCESS
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
115
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
116 /* Define to 1 if you have the <fcntl.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
117 #undef HAVE_FCNTL_H
493
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
118
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
119 /* Define to 1 if you have the `fmod' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
120 #undef HAVE_FMOD
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
121
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
122 /* Define to 1 if you have the `fork' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
123 #undef HAVE_FORK
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
124
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
125 /* Define to 1 if you have the `fpathconf' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
126 #undef HAVE_FPATHCONF
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
127
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
128 /* Define to 1 if you have the `frexp' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
129 #undef HAVE_FREXP
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
130
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
131 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
132 #undef HAVE_FSEEKO
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
133
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
134 /* Define to 1 if you have the `ftime' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
135 #undef HAVE_FTIME
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
136
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
137 /* Define to 1 if you have the `gai_strerror' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
138 #undef HAVE_GAI_STRERROR
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
139
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
140 /* Define to 1 if you have the `getaddrinfo' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
141 #undef HAVE_GETADDRINFO
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
142
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
143 /* Define to 1 if you have the `getcwd' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
144 #undef HAVE_GETCWD
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
145
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
146 /* Define to 1 if you have the `getdomainname' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
147 #undef HAVE_GETDOMAINNAME
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
148
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
149 /* Define to 1 if you have the `gethostname' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
150 #undef HAVE_GETHOSTNAME
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
151
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
152 /* Define to 1 if you have the `getloadavg' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
153 #undef HAVE_GETLOADAVG
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
154
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
155 /* Define to 1 if you have the `getpagesize' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
156 #undef HAVE_GETPAGESIZE
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
157
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
158 /* Define to 1 if you have the `getpt' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
159 #undef HAVE_GETPT
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
160
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
161 /* Define to 1 if you have the `gettimeofday' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
162 #undef HAVE_GETTIMEOFDAY
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
163
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
164 /* Define to 1 if you have the `getwd' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
165 #undef HAVE_GETWD
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
166
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
167 /* Define to 1 if you have the ungif library (-lungif). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
168 #undef HAVE_GIF
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
169
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
170 /* Define to 1 if you have the `grantpt' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
171 #undef HAVE_GRANTPT
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
172
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
173 /* Define to 1 if netdb.h declares h_errno. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
174 #undef HAVE_H_ERRNO
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
175
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
176 /* Define to 1 if you have the `index' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
177 #undef HAVE_INDEX
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
178
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
179 /* Define to 1 if you have inet sockets. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
180 #undef HAVE_INET_SOCKETS
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
181
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
182 /* Define to 1 if you have the <inttypes.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
183 #undef HAVE_INTTYPES_H
493
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
184
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
185 /* Define to 1 if you have the jpeg library (-ljpeg). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
186 #undef HAVE_JPEG
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
187
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
188 /* Define to 1 if you have the <kerberosIV/des.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
189 #undef HAVE_KERBEROSIV_DES_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
190
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
191 /* Define to 1 if you have the <kerberosIV/krb.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
192 #undef HAVE_KERBEROSIV_KRB_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
193
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
194 /* Define to 1 if you have the <kerberos/des.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
195 #undef HAVE_KERBEROS_DES_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
196
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
197 /* Define to 1 if you have the <kerberos/krb.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
198 #undef HAVE_KERBEROS_KRB_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
199
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
200 /* Define to 1 if you have the <krb5.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
201 #undef HAVE_KRB5_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
202
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
203 /* Define to 1 if you have the <krb.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
204 #undef HAVE_KRB_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
205
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
206 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
207 #undef HAVE_LANGINFO_CODESET
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
208
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
209 /* Define to 1 if you have the `com_err' library (-lcom_err). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
210 #undef HAVE_LIBCOM_ERR
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
211
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
212 /* Define to 1 if you have the `crypto' library (-lcrypto). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
213 #undef HAVE_LIBCRYPTO
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
214
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
215 /* Define to 1 if you have the `des' library (-ldes). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
216 #undef HAVE_LIBDES
5631
702023e6a5e3 Add #undef for USE_X_TOOLKIT.
Richard M. Stallman <rms@gnu.org>
parents: 5597
diff changeset
217
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
218 /* Define to 1 if you have the `des425' library (-ldes425). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
219 #undef HAVE_LIBDES425
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
220
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
221 /* Define to 1 if you have the `dgc' library (-ldgc). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
222 #undef HAVE_LIBDGC
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
223
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
224 /* Define to 1 if you have the `dnet' library (-ldnet). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
225 #undef HAVE_LIBDNET
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
226
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
227 /* Define to 1 if you have the hesiod library (-lhesiod). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
228 #undef HAVE_LIBHESIOD
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
229
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
230 /* Define to 1 if you have the `intl' library (-lintl). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
231 #undef HAVE_LIBINTL
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
232
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
233 /* Define to 1 if you have the `k5crypto' library (-lk5crypto). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
234 #undef HAVE_LIBK5CRYPTO
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
235
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
236 /* Define to 1 if you have the `krb' library (-lkrb). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
237 #undef HAVE_LIBKRB
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
238
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
239 /* Define to 1 if you have the `krb4' library (-lkrb4). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
240 #undef HAVE_LIBKRB4
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
241
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
242 /* Define to 1 if you have the `krb5' library (-lkrb5). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
243 #undef HAVE_LIBKRB5
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
244
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
245 /* Define to 1 if you have the `kstat' library (-lkstat). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
246 #undef HAVE_LIBKSTAT
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
247
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
248 /* Define to 1 if you have the `lockfile' library (-llockfile). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
249 #undef HAVE_LIBLOCKFILE
2510
e604df2fc029 Adjust for autoconf merger.
Jim Blandy <jimb@redhat.com>
parents: 2346
diff changeset
250
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
251 /* Define to 1 if you have the `m' library (-lm). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
252 #undef HAVE_LIBM
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
253
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
254 /* Define to 1 if you have the `mail' library (-lmail). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
255 #undef HAVE_LIBMAIL
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
256
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
257 /* Define to 1 if you have the `ncurses' library (-lncurses). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
258 #undef HAVE_LIBNCURSES
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
259
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
260 /* Define to 1 if you have the `pthreads' library (-lpthreads). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
261 #undef HAVE_LIBPTHREADS
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
262
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
263 /* Define to 1 if you have the resolv library (-lresolv). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
264 #undef HAVE_LIBRESOLV
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
265
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
266 /* Define to 1 if you have the `Xext' library (-lXext). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
267 #undef HAVE_LIBXEXT
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
268
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
269 /* Define to 1 if you have the `Xmu' library (-lXmu). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
270 #undef HAVE_LIBXMU
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
271
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
272 /* Define to 1 if you have the Xp library (-lXp). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
273 #undef HAVE_LIBXP
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
274
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
275 /* Define to 1 if you have the <limits.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
276 #undef HAVE_LIMITS_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
277
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
278 /* Define to 1 if you have the <linux/version.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
279 #undef HAVE_LINUX_VERSION_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
280
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
281 /* Define to 1 if you have the `logb' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
282 #undef HAVE_LOGB
19473
5dd02300cc31 (HAVE_MOTIF_2_1): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 18613
diff changeset
283
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
284 /* Define to 1 if you support file names longer than 14 characters. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
285 #undef HAVE_LONG_FILE_NAMES
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
286
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
287 /* Define to 1 if you have the `lrand48' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
288 #undef HAVE_LRAND48
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
289
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
290 /* Define to 1 if you have the <machine/soundcard.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
291 #undef HAVE_MACHINE_SOUNDCARD_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
292
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
293 /* Define to 1 if you have the <mach/mach.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
294 #undef HAVE_MACH_MACH_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
295
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
296 /* Define to 1 if you have the <maillock.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
297 #undef HAVE_MAILLOCK_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
298
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
299 /* Define to 1 if you have the `mblen' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
300 #undef HAVE_MBLEN
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
301
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
302 /* Define to 1 if you have the `mbrlen' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
303 #undef HAVE_MBRLEN
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
304
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
305 /* Define to 1 if you have the `mbsinit' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
306 #undef HAVE_MBSINIT
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
307
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
308 /* Define to 1 if you have the `memmove' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
309 #undef HAVE_MEMMOVE
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
310
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
311 /* Define to 1 if you have the <memory.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
312 #undef HAVE_MEMORY_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
313
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
314 /* Define to 1 if you have mouse menus. (This is automatic if you use X, but
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
315 the option to specify it remains.) It is also defined with other window
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
316 systems that support xmenu.c. */
13844
142e3db94b69 (HAVE_MENUS): Renamed from HAVE_X_MENU.
Richard M. Stallman <rms@gnu.org>
parents: 13835
diff changeset
317 #undef HAVE_MENUS
493
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
318
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
319 /* Define to 1 if you have the `mkdir' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
320 #undef HAVE_MKDIR
7489
303a2e277819 (HAVE_X11XTR6): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 7307
diff changeset
321
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
322 /* Define to 1 if you have the `mkstemp' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
323 #undef HAVE_MKSTEMP
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
324
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
325 /* Define to 1 if you have the `mktime' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
326 #undef HAVE_MKTIME
13835
fc6b59f8a580 (HAVE_X11R6): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 13766
diff changeset
327
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
328 /* Define to 1 if you have a working `mmap' system call. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
329 #undef HAVE_MMAP
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
330
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
331 /* Define to 1 if you have Motif 2.1 or newer. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
332 #undef HAVE_MOTIF_2_1
15528
0aa677111ee8 (HAVE_X11R5): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 14957
diff changeset
333
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
334 /* Define to 1 if you have the `mremap' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
335 #undef HAVE_MREMAP
25013
f75cb74a9e96 (HAVE_PNG): New.
Gerd Moellmann <gerd@gnu.org>
parents: 24631
diff changeset
336
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
337 /* Define to 1 if you have the <nlist.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
338 #undef HAVE_NLIST_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
339
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
340 /* Define to 1 if you have the png library (-lpng). */
25013
f75cb74a9e96 (HAVE_PNG): New.
Gerd Moellmann <gerd@gnu.org>
parents: 24631
diff changeset
341 #undef HAVE_PNG
f75cb74a9e96 (HAVE_PNG): New.
Gerd Moellmann <gerd@gnu.org>
parents: 24631
diff changeset
342
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
343 /* Define to 1 if you have the `pstat_getdynamic' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
344 #undef HAVE_PSTAT_GETDYNAMIC
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
345
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
346 /* Define to 1 if you have the <pty.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
347 #undef HAVE_PTY_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
348
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
349 /* Define to 1 if you have the `random' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
350 #undef HAVE_RANDOM
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
351
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
352 /* Define to 1 if you have the `rename' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
353 #undef HAVE_RENAME
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
354
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
355 /* Define to 1 if you have the `res_init' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
356 #undef HAVE_RES_INIT
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
357
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
358 /* Define to 1 if you have the `rindex' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
359 #undef HAVE_RINDEX
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
360
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
361 /* Define to 1 if you have the `rint' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
362 #undef HAVE_RINT
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
363
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
364 /* Define to 1 if you have the `rmdir' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
365 #undef HAVE_RMDIR
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
366
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
367 /* Define to 1 if you have the `select' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
368 #undef HAVE_SELECT
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
369
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
370 /* Define to 1 if you have the `setitimer' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
371 #undef HAVE_SETITIMER
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
372
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
373 /* Define to 1 if you have the `setlocale' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
374 #undef HAVE_SETLOCALE
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
375
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
376 /* Define to 1 if you have the `setpgid' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
377 #undef HAVE_SETPGID
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
378
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
379 /* Define to 1 if you have the `setrlimit' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
380 #undef HAVE_SETRLIMIT
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
381
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
382 /* Define to 1 if you have the `setsid' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
383 #undef HAVE_SETSID
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
384
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
385 /* Define to 1 if you have the `shutdown' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
386 #undef HAVE_SHUTDOWN
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
387
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
388 /* Define to 1 if the system has the type `size_t'. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
389 #undef HAVE_SIZE_T
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
390
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
391 /* Define to 1 if you have the <soundcard.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
392 #undef HAVE_SOUNDCARD_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
393
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
394 /* Define to 1 if `speed_t' is declared by <termios.h>. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
395 #undef HAVE_SPEED_T
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
396
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
397 /* Define to 1 if you have the <stdint.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
398 #undef HAVE_STDINT_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
399
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
400 /* Define to 1 if you have the <stdio_ext.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
401 #undef HAVE_STDIO_EXT_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
402
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
403 /* Define to 1 if you have the <stdlib.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
404 #undef HAVE_STDLIB_H
25013
f75cb74a9e96 (HAVE_PNG): New.
Gerd Moellmann <gerd@gnu.org>
parents: 24631
diff changeset
405
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
406 /* Define to 1 if you have the `strerror' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
407 #undef HAVE_STRERROR
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
408
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
409 /* Define to 1 if you have the `strftime' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
410 #undef HAVE_STRFTIME
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
411
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
412 /* Define to 1 if you have the <strings.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
413 #undef HAVE_STRINGS_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
414
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
415 /* Define to 1 if you have the <string.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
416 #undef HAVE_STRING_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
417
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
418 /* Define to 1 if you have the `strsignal' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
419 #undef HAVE_STRSIGNAL
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
420
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
421 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
422 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
423
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
424 /* Define to 1 if `tm_zone' is member of `struct tm'. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
425 #undef HAVE_STRUCT_TM_TM_ZONE
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
426
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
427 /* Define to 1 if `struct utimbuf' is declared by <utime.h>. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
428 #undef HAVE_STRUCT_UTIMBUF
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
429
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
430 /* Define to 1 if you have the `sysinfo' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
431 #undef HAVE_SYSINFO
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
432
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
433 /* Define to 1 if you have the <sys/mman.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
434 #undef HAVE_SYS_MMAN_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
435
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
436 /* Define to 1 if you have the <sys/param.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
437 #undef HAVE_SYS_PARAM_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
438
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
439 /* Define to 1 if you have the <sys/select.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
440 #undef HAVE_SYS_SELECT_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
441
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
442 /* Define to 1 if you have the <sys/soundcard.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
443 #undef HAVE_SYS_SOUNDCARD_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
444
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
445 /* Define to 1 if you have the <sys/stat.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
446 #undef HAVE_SYS_STAT_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
447
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
448 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
449 #undef HAVE_SYS_SYSTEMINFO_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
450
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
451 /* Define to 1 if you have the <sys/timeb.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
452 #undef HAVE_SYS_TIMEB_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
453
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
454 /* Define to 1 if you have the <sys/time.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
455 #undef HAVE_SYS_TIME_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
456
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
457 /* Define to 1 if you have the <sys/types.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
458 #undef HAVE_SYS_TYPES_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
459
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
460 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
461 #undef HAVE_SYS_WAIT_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
462
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
463 /* Define to 1 if you have the <termcap.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
464 #undef HAVE_TERMCAP_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
465
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
466 /* Define to 1 if you have the <termios.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
467 #undef HAVE_TERMIOS_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
468
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
469 /* Define to 1 if you have the <term.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
470 #undef HAVE_TERM_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
471
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
472 /* Define to 1 if you have the tiff library (-ltiff). */
25013
f75cb74a9e96 (HAVE_PNG): New.
Gerd Moellmann <gerd@gnu.org>
parents: 24631
diff changeset
473 #undef HAVE_TIFF
f75cb74a9e96 (HAVE_PNG): New.
Gerd Moellmann <gerd@gnu.org>
parents: 24631
diff changeset
474
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
475 /* Define to 1 if `struct timeval' is declared by <sys/time.h>. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
476 #undef HAVE_TIMEVAL
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
477
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
478 /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
479 #undef HAVE_TM_GMTOFF
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
480
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
481 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
482 `HAVE_STRUCT_TM_TM_ZONE' instead. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
483 #undef HAVE_TM_ZONE
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
484
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
485 /* Define to 1 if you have the `touchlock' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
486 #undef HAVE_TOUCHLOCK
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
487
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
488 /* Define to 1 if you don't have `tm_zone' but do have the external array
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
489 `tzname'. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
490 #undef HAVE_TZNAME
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
491
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
492 /* Define to 1 if you have the `tzset' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
493 #undef HAVE_TZSET
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
494
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
495 /* Define to 1 if you have the `ualarm' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
496 #undef HAVE_UALARM
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
497
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
498 /* Define to 1 if you have the <unistd.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
499 #undef HAVE_UNISTD_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
500
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
501 /* Define to 1 if you have the `utimes' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
502 #undef HAVE_UTIMES
25013
f75cb74a9e96 (HAVE_PNG): New.
Gerd Moellmann <gerd@gnu.org>
parents: 24631
diff changeset
503
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
504 /* Define to 1 if you have the <utime.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
505 #undef HAVE_UTIME_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
506
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
507 /* Define to 1 if you have the `vfork' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
508 #undef HAVE_VFORK
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
509
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
510 /* Define to 1 if you have the <vfork.h> header file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
511 #undef HAVE_VFORK_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
512
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
513 /* Define to 1 if `fork' works. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
514 #undef HAVE_WORKING_FORK
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
515
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
516 /* Define to 1 if `vfork' works. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
517 #undef HAVE_WORKING_VFORK
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
518
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
519 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
520 expects to use version 10. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
521 #undef HAVE_X11
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
522
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
523 /* Define to 1 if you have the X11R5 or newer version of Xlib. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
524 #undef HAVE_X11R5
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
525
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
526 /* Define to 1 if you have the X11R6 or newer version of Xlib. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
527 #undef HAVE_X11R6
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
528
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
529 /* Define to 1 if you have the X11R6 or newer version of Xt. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
530 #undef HAVE_X11XTR6
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
531
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
532 /* Define to 1 if you have the Xaw3d library (-lXaw3d). */
25013
f75cb74a9e96 (HAVE_PNG): New.
Gerd Moellmann <gerd@gnu.org>
parents: 24631
diff changeset
533 #undef HAVE_XAW3D
f75cb74a9e96 (HAVE_PNG): New.
Gerd Moellmann <gerd@gnu.org>
parents: 24631
diff changeset
534
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
535 /* Define to 1 if you're using XFree386. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
536 #undef HAVE_XFREE386
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
537
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
538 /* Define to 1 if you have the XkbGetKeyboard function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
539 #undef HAVE_XKBGETKEYBOARD
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
540
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
541 /* Define to 1 if you have the Xpm libary (-lXpm). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
542 #undef HAVE_XPM
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
543
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
544 /* Define to 1 if you have the `XrmSetDatabase' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
545 #undef HAVE_XRMSETDATABASE
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
546
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
547 /* Define to 1 if you have the `XScreenNumberOfScreen' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
548 #undef HAVE_XSCREENNUMBEROFSCREEN
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
549
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
550 /* Define to 1 if you have the `XScreenResourceString' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
551 #undef HAVE_XSCREENRESOURCESTRING
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
552
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
553 /* Define to 1 if you have the `XSetWMProtocols' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
554 #undef HAVE_XSETWMPROTOCOLS
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
555
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
556 /* Define to 1 if you want to use the X window system. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
557 #undef HAVE_X_WINDOWS
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
558
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
559 /* Define to 1 if you have the `__fpending' function. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
560 #undef HAVE___FPENDING
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
561
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
562 /* Define to support using a Hesiod database to find the POP server. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
563 #undef HESIOD
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
564
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
565 /* Define to support Kerberos-authenticated POP mail retrieval. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
566 #undef KERBEROS
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
567
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
568 /* Define to use Kerberos 5 instead of Kerberos 4. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
569 #undef KERBEROS5
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
570
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
571 /* Define LD_SWITCH_X_SITE to contain any special flags your loader may need
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
572 to deal with X Windows. For instance, if you've defined HAVE_X_WINDOWS
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
573 above and your X libraries aren't in a place that your loader can find on
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
574 its own, you might want to add "-L/..." or something similar. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
575 #undef LD_SWITCH_X_SITE
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
576
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
577 /* Define LD_SWITCH_X_SITE_AUX with an -R option in case it's needed (for
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
578 Solaris, for example). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
579 #undef LD_SWITCH_X_SITE_AUX
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
580
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
581 /* Define to -llockfile if it is usable. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
582 #undef LIBMAIL
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
583
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
584 /* Define to 1 if localtime caches TZ. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
585 #undef LOCALTIME_CACHE
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
586
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
587 /* Define to support POP mail retrieval. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
588 #undef MAIL_USE_POP
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
589
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
590 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
591 on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
592 #undef NLIST_NAME_UNION
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
593
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
594 /* Define to 1 if you have <nlist.h>. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
595 #undef NLIST_STRUCT
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
596
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
597 /* Define to 1 if you don't have struct exception in math.h. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
598 #undef NO_MATHERR
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
599
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
600 /* Define to the address where bug reports for this package should be sent. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
601 #undef PACKAGE_BUGREPORT
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
602
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
603 /* Define to the full name of this package. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
604 #undef PACKAGE_NAME
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
605
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
606 /* Define to the full name and version of this package. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
607 #undef PACKAGE_STRING
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
608
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
609 /* Define to the one symbol short name of this package. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
610 #undef PACKAGE_TARNAME
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
611
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
612 /* Define to the version of this package. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
613 #undef PACKAGE_VERSION
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
614
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
615 /* Define as `void' if your compiler accepts `void *'; otherwise define as
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
616 `char'. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
617 #undef POINTER_TYPE
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
618
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
619 /* Define to 1 if the C compiler supports function prototypes. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
620 #undef PROTOTYPES
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
621
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
622 /* Define REL_ALLOC if you want to use the relocating allocator for buffer
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
623 space. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
624 #undef REL_ALLOC
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
625
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
626 /* Define as the return type of signal handlers (`int' or `void'). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
627 #undef RETSIGTYPE
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
628
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
629 /* If using the C implementation of alloca, define if you know the
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
630 direction of stack growth for your system; otherwise it will be
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
631 automatically deduced at run-time.
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
632 STACK_DIRECTION > 0 => grows toward higher addresses
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
633 STACK_DIRECTION < 0 => grows toward lower addresses
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
634 STACK_DIRECTION = 0 => direction of growth unknown */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
635 #undef STACK_DIRECTION
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
636
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
637 /* Define to 1 if you have the ANSI C header files. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
638 #undef STDC_HEADERS
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
639
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
640 /* Define to 1 on System V Release 4. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
641 #undef SVR4
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
642
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
643 /* Define to 1 if `sys_siglist' is declared by <signal.h> or <unistd.h>. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
644 #undef SYS_SIGLIST_DECLARED
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
645
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
646 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
647 #undef TIME_WITH_SYS_TIME
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
648
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
649 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
650 #undef TM_IN_SYS_TIME
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
651
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
652 /* Define to 1 for Encore UMAX. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
653 #undef UMAX
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
654
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
655 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
656 <sys/cpustats.h>. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
657 #undef UMAX4_3
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
658
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
659 /* Define to the unexec source file name. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
660 #undef UNEXEC_SRC
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
661
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
662 /* Define to 1 if we should use toolkit scroll bars. */
25013
f75cb74a9e96 (HAVE_PNG): New.
Gerd Moellmann <gerd@gnu.org>
parents: 24631
diff changeset
663 #undef USE_TOOLKIT_SCROLL_BARS
f75cb74a9e96 (HAVE_PNG): New.
Gerd Moellmann <gerd@gnu.org>
parents: 24631
diff changeset
664
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
665 /* Define to 1 if we should use XIM, if it is available. */
29946
2ff9078eac87 (USE_XIM): New define.
Gerd Moellmann <gerd@gnu.org>
parents: 29900
diff changeset
666 #undef USE_XIM
2ff9078eac87 (USE_XIM): New define.
Gerd Moellmann <gerd@gnu.org>
parents: 29900
diff changeset
667
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
668 /* Define to 1 if using an X toolkit. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
669 #undef USE_X_TOOLKIT
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
670
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
671 /* Define to 1 if on AIX 3.
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
672 System headers sometimes define this.
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
673 We just want to avoid a redefinition error message. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
674 #ifndef _ALL_SOURCE
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
675 # undef _ALL_SOURCE
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
676 #endif
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
677
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
678 /* Number of bits in a file offset, on hosts where this is settable. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
679 #undef _FILE_OFFSET_BITS
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
680
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
681 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
682 #undef _LARGEFILE_SOURCE
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
683
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
684 /* Define for large files, on AIX-style hosts. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
685 #undef _LARGE_FILES
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
686
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
687 /* Define like PROTOTYPES; this can be used by system headers. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
688 #undef __PROTOTYPES
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
689
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
690 /* Define to the used machine dependent file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
691 #undef config_machfile
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
692
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
693 /* Define to the used os dependent file. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
694 #undef config_opsysfile
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
695
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
696 /* Define to empty if `const' does not conform to ANSI C. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
697 #undef const
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
698
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
699 /* Define to `int' if <sys/types.h> does not define. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
700 #undef pid_t
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
701
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
702 /* Define as `fork' if `vfork' does not work. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
703 #undef vfork
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
704
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
705 /* Define to empty if the keyword `volatile' does not work. Warning: valid
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
706 code using `volatile' can become incorrect without. Disable with care. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
707 #undef volatile
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
708
8329
49a8b5185da4 Add #undef HAVE_H_ERRNO.
Richard M. Stallman <rms@gnu.org>
parents: 8034
diff changeset
709
9572
b36d5e88cccc *** empty log message ***
Morten Welinder <terra@diku.dk>
parents: 9492
diff changeset
710 /* If we're using any sort of window system, define some consequences. */
493
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
711 #ifdef HAVE_X_WINDOWS
13421
a89f140f30bb [HAVE_X_WINDOWS] (HAVE_WINDOW_SYSTEM): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 13364
diff changeset
712 #define HAVE_WINDOW_SYSTEM
11022
f9e9533d0f4c [HAVE_X_WINDOWS] (MULTI_KBOARD): Define this symbol.
Karl Heuer <kwzh@gnu.org>
parents: 10772
diff changeset
713 #define MULTI_KBOARD
9572
b36d5e88cccc *** empty log message ***
Morten Welinder <terra@diku.dk>
parents: 9492
diff changeset
714 #define HAVE_MOUSE
493
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
715 #endif
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
716
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
717 /* If we're using the Carbon API on Mac OS X, define a few more
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
718 variables as well. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
719 #ifdef HAVE_CARBON
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
720 #define HAVE_WINDOW_SYSTEM
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
721 #define HAVE_MOUSE
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
722 #define HAVE_MENUS
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
723 #endif
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
724
493
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
725 /* Define USER_FULL_NAME to return a string
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
726 that is the user's full name.
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
727 It can assume that the variable `pw'
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
728 points to the password file entry for this user.
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
729
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
730 At some sites, the pw_gecos field contains
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
731 the user's full name. If neither this nor any other
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
732 field contains the right thing, use pw_name,
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
733 giving the user's login name, since that is better than nothing. */
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
734 #define USER_FULL_NAME pw->pw_gecos
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
735
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
736 /* Define AMPERSAND_FULL_NAME if you use the convention
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
737 that & in the full name stands for the login id. */
15552
2f12648b746a (AMPERSAND_FULL_NAME): Defined by default.
Richard M. Stallman <rms@gnu.org>
parents: 15532
diff changeset
738 /* Turned on June 1996 supposing nobody will mind it. */
2f12648b746a (AMPERSAND_FULL_NAME): Defined by default.
Richard M. Stallman <rms@gnu.org>
parents: 15532
diff changeset
739 #define AMPERSAND_FULL_NAME
493
8b101799ff37 *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 490
diff changeset
740
30474
5fa63570712c (HAVE_SOUND): Define only for FreeBSD, NetBSD and
Gerd Moellmann <gerd@gnu.org>
parents: 30079
diff changeset
741 /* Define HAVE_SOUND if we have sound support. We know it works
5fa63570712c (HAVE_SOUND): Define only for FreeBSD, NetBSD and
Gerd Moellmann <gerd@gnu.org>
parents: 30079
diff changeset
742 and compiles only on the specified platforms. For others,
5fa63570712c (HAVE_SOUND): Define only for FreeBSD, NetBSD and
Gerd Moellmann <gerd@gnu.org>
parents: 30079
diff changeset
743 it probably doesn't make sense to try. */
5fa63570712c (HAVE_SOUND): Define only for FreeBSD, NetBSD and
Gerd Moellmann <gerd@gnu.org>
parents: 30079
diff changeset
744
5fa63570712c (HAVE_SOUND): Define only for FreeBSD, NetBSD and
Gerd Moellmann <gerd@gnu.org>
parents: 30079
diff changeset
745 #if defined __FreeBSD__ || defined __NetBSD__ || defined __linux__
25013
f75cb74a9e96 (HAVE_PNG): New.
Gerd Moellmann <gerd@gnu.org>
parents: 24631
diff changeset
746 #ifdef HAVE_MACHINE_SOUNDCARD_H
f75cb74a9e96 (HAVE_PNG): New.
Gerd Moellmann <gerd@gnu.org>
parents: 24631
diff changeset
747 #define HAVE_SOUND 1
f75cb74a9e96 (HAVE_PNG): New.
Gerd Moellmann <gerd@gnu.org>
parents: 24631
diff changeset
748 #endif
f75cb74a9e96 (HAVE_PNG): New.
Gerd Moellmann <gerd@gnu.org>
parents: 24631
diff changeset
749 #ifdef HAVE_SYS_SOUNDCARD_H
f75cb74a9e96 (HAVE_PNG): New.
Gerd Moellmann <gerd@gnu.org>
parents: 24631
diff changeset
750 #define HAVE_SOUND 1
f75cb74a9e96 (HAVE_PNG): New.
Gerd Moellmann <gerd@gnu.org>
parents: 24631
diff changeset
751 #endif
30079
1572612184fc Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents: 30065
diff changeset
752 #ifdef HAVE_SOUNDCARD_H
1572612184fc Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents: 30065
diff changeset
753 #define HAVE_SOUND 1
1572612184fc Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents: 30065
diff changeset
754 #endif
30474
5fa63570712c (HAVE_SOUND): Define only for FreeBSD, NetBSD and
Gerd Moellmann <gerd@gnu.org>
parents: 30079
diff changeset
755 #endif /* __FreeBSD__ || __NetBSD__ || __linux__ */
25013
f75cb74a9e96 (HAVE_PNG): New.
Gerd Moellmann <gerd@gnu.org>
parents: 24631
diff changeset
756
1341
dddbe06d2077 * config.h.in: Added a slot for definition of USE_TEXT_PROPERTIES,
Joseph Arceneaux <jla@gnu.org>
parents: 1139
diff changeset
757 /* If using GNU, then support inline function declarations. */
28052
8f5398ca032c Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents: 27727
diff changeset
758 /* Don't try to switch on inline handling as detected by AC_C_INLINE
8f5398ca032c Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents: 27727
diff changeset
759 generally, because even if non-gcc compilers accept `inline', they
8f5398ca032c Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents: 27727
diff changeset
760 may reject `extern inline'. */
1341
dddbe06d2077 * config.h.in: Added a slot for definition of USE_TEXT_PROPERTIES,
Joseph Arceneaux <jla@gnu.org>
parents: 1139
diff changeset
761 #ifdef __GNUC__
dddbe06d2077 * config.h.in: Added a slot for definition of USE_TEXT_PROPERTIES,
Joseph Arceneaux <jla@gnu.org>
parents: 1139
diff changeset
762 #define INLINE __inline__
dddbe06d2077 * config.h.in: Added a slot for definition of USE_TEXT_PROPERTIES,
Joseph Arceneaux <jla@gnu.org>
parents: 1139
diff changeset
763 #else
dddbe06d2077 * config.h.in: Added a slot for definition of USE_TEXT_PROPERTIES,
Joseph Arceneaux <jla@gnu.org>
parents: 1139
diff changeset
764 #define INLINE
dddbe06d2077 * config.h.in: Added a slot for definition of USE_TEXT_PROPERTIES,
Joseph Arceneaux <jla@gnu.org>
parents: 1139
diff changeset
765 #endif
dddbe06d2077 * config.h.in: Added a slot for definition of USE_TEXT_PROPERTIES,
Joseph Arceneaux <jla@gnu.org>
parents: 1139
diff changeset
766
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
767 /* Include the os and machine dependent files. */
2723
4700c2afc248 * config.h.in: Adjust this for use by autoconf's AC_CONFIG_HEADER,
Jim Blandy <jimb@redhat.com>
parents: 2646
diff changeset
768 #include config_opsysfile
4700c2afc248 * config.h.in: Adjust this for use by autoconf's AC_CONFIG_HEADER,
Jim Blandy <jimb@redhat.com>
parents: 2646
diff changeset
769 #include config_machfile
693
d66fce68e77c *** empty log message ***
Joseph Arceneaux <jla@gnu.org>
parents: 617
diff changeset
770
176
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
771 /* Load in the conversion definitions if this system
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
772 needs them and the source file being compiled has not
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
773 said to inhibit this. There should be no need for you
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
774 to alter these lines. */
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
775
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
776 #ifdef SHORTNAMES
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
777 #ifndef NO_SHORTNAMES
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
778 #include "../shortnames/remap.h"
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
779 #endif /* not NO_SHORTNAMES */
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
780 #endif /* SHORTNAMES */
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
781
10512
e07dfdbb02d1 [NO_REMAP]: #undef static.
Richard M. Stallman <rms@gnu.org>
parents: 10035
diff changeset
782 /* If no remapping takes place, static variables cannot be dumped as
e07dfdbb02d1 [NO_REMAP]: #undef static.
Richard M. Stallman <rms@gnu.org>
parents: 10035
diff changeset
783 pure, so don't worry about the `static' keyword. */
e07dfdbb02d1 [NO_REMAP]: #undef static.
Richard M. Stallman <rms@gnu.org>
parents: 10035
diff changeset
784 #ifdef NO_REMAP
e07dfdbb02d1 [NO_REMAP]: #undef static.
Richard M. Stallman <rms@gnu.org>
parents: 10035
diff changeset
785 #undef static
e07dfdbb02d1 [NO_REMAP]: #undef static.
Richard M. Stallman <rms@gnu.org>
parents: 10035
diff changeset
786 #endif
e07dfdbb02d1 [NO_REMAP]: #undef static.
Richard M. Stallman <rms@gnu.org>
parents: 10035
diff changeset
787
176
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
788 /* Define `subprocesses' should be defined if you want to
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
789 have code for asynchronous subprocesses
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
790 (as used in M-x compile and M-x shell).
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
791 These do not work for some USG systems yet;
9492
be695247b717 Comment changes.
Richard M. Stallman <rms@gnu.org>
parents: 9372
diff changeset
792 for the ones where they work, the s/SYSTEM.h file defines this flag. */
176
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
793
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
794 #ifndef VMS
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
795 #ifndef USG
461
fb3b02b10c8f *** empty log message ***
Jim Blandy <jimb@redhat.com>
parents: 176
diff changeset
796 /* #define subprocesses */
176
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
797 #endif
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
798 #endif
30dadf746b07 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
799
2510
e604df2fc029 Adjust for autoconf merger.
Jim Blandy <jimb@redhat.com>
parents: 2346
diff changeset
800 /* SIGTYPE is the macro we actually use. */
e604df2fc029 Adjust for autoconf merger.
Jim Blandy <jimb@redhat.com>
parents: 2346
diff changeset
801 #ifndef SIGTYPE
e604df2fc029 Adjust for autoconf merger.
Jim Blandy <jimb@redhat.com>
parents: 2346
diff changeset
802 #define SIGTYPE RETSIGTYPE
1913
674578464a59 * config.h.in: #define USE_TEXT_PROPERTIES by default.
Jim Blandy <jimb@redhat.com>
parents: 1773
diff changeset
803 #endif
674578464a59 * config.h.in: #define USE_TEXT_PROPERTIES by default.
Jim Blandy <jimb@redhat.com>
parents: 1773
diff changeset
804
13243
3af29e56070e (RE_TRANSLATE_TYPE): New definition.
Richard M. Stallman <rms@gnu.org>
parents: 12709
diff changeset
805 #ifdef emacs /* Don't do this for lib-src. */
3af29e56070e (RE_TRANSLATE_TYPE): New definition.
Richard M. Stallman <rms@gnu.org>
parents: 12709
diff changeset
806 /* Tell regex.c to use a type compatible with Emacs. */
20871
adb8a0943fc1 (RE_TRANSLATE_TYPE): Define as Lisp_Object.
Richard M. Stallman <rms@gnu.org>
parents: 20518
diff changeset
807 #define RE_TRANSLATE_TYPE Lisp_Object
22238
fd2b7dede9cd (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE.
Richard M. Stallman <rms@gnu.org>
parents: 21563
diff changeset
808 #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
21563
865571797d0b (RE_TRANSLATE_P): Define.
Andreas Schwab <schwab@suse.de>
parents: 21402
diff changeset
809 #define RE_TRANSLATE_P(TBL) (XFASTINT (TBL) != 0)
13243
3af29e56070e (RE_TRANSLATE_TYPE): New definition.
Richard M. Stallman <rms@gnu.org>
parents: 12709
diff changeset
810 #endif
3af29e56070e (RE_TRANSLATE_TYPE): New definition.
Richard M. Stallman <rms@gnu.org>
parents: 12709
diff changeset
811
16796
1198304e87d8 (mktime):
Paul Eggert <eggert@twinsun.com>
parents: 16721
diff changeset
812 /* Avoid link-time collision with system mktime if we will use our own. */
1198304e87d8 (mktime):
Paul Eggert <eggert@twinsun.com>
parents: 16721
diff changeset
813 #if ! HAVE_MKTIME || BROKEN_MKTIME
1198304e87d8 (mktime):
Paul Eggert <eggert@twinsun.com>
parents: 16721
diff changeset
814 #define mktime emacs_mktime
1198304e87d8 (mktime):
Paul Eggert <eggert@twinsun.com>
parents: 16721
diff changeset
815 #endif
1198304e87d8 (mktime):
Paul Eggert <eggert@twinsun.com>
parents: 16721
diff changeset
816
4365
f3506c9677f3 * config.h.in (HAVE_BCOPY): Add an #undef for this.
Jim Blandy <jimb@redhat.com>
parents: 3849
diff changeset
817 /* The rest of the code currently tests the CPP symbol BSTRING.
5479
6fbbbe65afe5 Handle HAVE_BCMP.
Richard M. Stallman <rms@gnu.org>
parents: 5346
diff changeset
818 Override any claims made by the system-description files.
6fbbbe65afe5 Handle HAVE_BCMP.
Richard M. Stallman <rms@gnu.org>
parents: 5346
diff changeset
819 Note that on some SCO version it is possible to have bcopy and not bcmp. */
4365
f3506c9677f3 * config.h.in (HAVE_BCOPY): Add an #undef for this.
Jim Blandy <jimb@redhat.com>
parents: 3849
diff changeset
820 #undef BSTRING
5479
6fbbbe65afe5 Handle HAVE_BCMP.
Richard M. Stallman <rms@gnu.org>
parents: 5346
diff changeset
821 #if defined (HAVE_BCOPY) && defined (HAVE_BCMP)
4365
f3506c9677f3 * config.h.in (HAVE_BCOPY): Add an #undef for this.
Jim Blandy <jimb@redhat.com>
parents: 3849
diff changeset
822 #define BSTRING
f3506c9677f3 * config.h.in (HAVE_BCOPY): Add an #undef for this.
Jim Blandy <jimb@redhat.com>
parents: 3849
diff changeset
823 #endif
f3506c9677f3 * config.h.in (HAVE_BCOPY): Add an #undef for this.
Jim Blandy <jimb@redhat.com>
parents: 3849
diff changeset
824
1773
f18ae1a08d85 * config.h.in: protect against multiple #inclusions.
Jim Blandy <jimb@redhat.com>
parents: 1341
diff changeset
825 /* Some of the files of Emacs which are intended for use with other
f18ae1a08d85 * config.h.in: protect against multiple #inclusions.
Jim Blandy <jimb@redhat.com>
parents: 1341
diff changeset
826 programs assume that if you have a config.h file, you must declare
2646
f879db79e748 * config.h.in (getenv): Don't test THIS_IS_YMAKEFILE to see if we
Jim Blandy <jimb@redhat.com>
parents: 2510
diff changeset
827 the type of getenv.
f879db79e748 * config.h.in (getenv): Don't test THIS_IS_YMAKEFILE to see if we
Jim Blandy <jimb@redhat.com>
parents: 2510
diff changeset
828
6950
8924bd75c263 (EMACS_INT, EMACS_UINT): Omit if NOT_C_CODE.
Karl Heuer <kwzh@gnu.org>
parents: 6939
diff changeset
829 This declaration shouldn't appear when alloca.s or Makefile.in
2646
f879db79e748 * config.h.in (getenv): Don't test THIS_IS_YMAKEFILE to see if we
Jim Blandy <jimb@redhat.com>
parents: 2510
diff changeset
830 includes config.h. */
f879db79e748 * config.h.in (getenv): Don't test THIS_IS_YMAKEFILE to see if we
Jim Blandy <jimb@redhat.com>
parents: 2510
diff changeset
831 #ifndef NOT_C_CODE
1773
f18ae1a08d85 * config.h.in: protect against multiple #inclusions.
Jim Blandy <jimb@redhat.com>
parents: 1341
diff changeset
832 extern char *getenv ();
f18ae1a08d85 * config.h.in: protect against multiple #inclusions.
Jim Blandy <jimb@redhat.com>
parents: 1341
diff changeset
833 #endif
f18ae1a08d85 * config.h.in: protect against multiple #inclusions.
Jim Blandy <jimb@redhat.com>
parents: 1341
diff changeset
834
f18ae1a08d85 * config.h.in: protect against multiple #inclusions.
Jim Blandy <jimb@redhat.com>
parents: 1341
diff changeset
835 #endif /* EMACS_CONFIG_H */
13364
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
836
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
837 /* These default definitions are good for almost all machines.
14589
c1ca33c85944 Comment fixes.
Karl Heuer <kwzh@gnu.org>
parents: 14253
diff changeset
838 The exceptions override them in m/MACHINE.h. */
13364
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
839
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
840 #ifndef BITS_PER_CHAR
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
841 #define BITS_PER_CHAR 8
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
842 #endif
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
843
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
844 #ifndef BITS_PER_SHORT
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
845 #define BITS_PER_SHORT 16
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
846 #endif
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
847
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
848 /* Note that lisp.h uses this in a preprocessor conditional, so it
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
849 would not work to use sizeof. That being so, we do all of them
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
850 without sizeof, for uniformity's sake. */
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
851 #ifndef BITS_PER_INT
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
852 #define BITS_PER_INT 32
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
853 #endif
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
854
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
855 #ifndef BITS_PER_LONG
26088
b7aa6ac26872 Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents: 25326
diff changeset
856 #ifdef _LP64
b7aa6ac26872 Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents: 25326
diff changeset
857 #define BITS_PER_LONG 64
b7aa6ac26872 Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents: 25326
diff changeset
858 #else
13364
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
859 #define BITS_PER_LONG 32
a568560d232f (BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents: 13243
diff changeset
860 #endif
26088
b7aa6ac26872 Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents: 25326
diff changeset
861 #endif
20518
43c51bf05a49 (HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 20502
diff changeset
862
28052
8f5398ca032c Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents: 27727
diff changeset
863 /* Define if the compiler supports function prototypes. It may do so
8f5398ca032c Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents: 27727
diff changeset
864 but not define __STDC__ (e.g. DEC C by default) or may define it as
8f5398ca032c Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents: 27727
diff changeset
865 zero. */
8f5398ca032c Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents: 27727
diff changeset
866 #undef PROTOTYPES
8f5398ca032c Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents: 27727
diff changeset
867 /* For mktime.c: */
8f5398ca032c Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents: 27727
diff changeset
868 #ifndef __P
8f5398ca032c Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents: 27727
diff changeset
869 # if defined PROTOTYPES
8f5398ca032c Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents: 27727
diff changeset
870 # define __P(args) args
8f5398ca032c Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents: 27727
diff changeset
871 # else
8f5398ca032c Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents: 27727
diff changeset
872 # define __P(args) ()
8f5398ca032c Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents: 27727
diff changeset
873 # endif /* GCC. */
8f5398ca032c Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents: 27727
diff changeset
874 #endif /* __P */
8f5398ca032c Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents: 27727
diff changeset
875
8f5398ca032c Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents: 27727
diff changeset
876
26088
b7aa6ac26872 Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents: 25326
diff changeset
877 /* Don't include "string.h" or <stdlib.h> in non-C code. */
21400
d2b302f002af Don't include <string.h> when configuring.
Richard M. Stallman <rms@gnu.org>
parents: 21340
diff changeset
878 #ifndef NOT_C_CODE
20518
43c51bf05a49 (HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 20502
diff changeset
879 #ifdef HAVE_STRING_H
43c51bf05a49 (HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 20502
diff changeset
880 #include "string.h"
43c51bf05a49 (HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 20502
diff changeset
881 #endif
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
882 #ifdef HAVE_STRINGS_H
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
883 #include "strings.h" /* May be needed for bcopy & al. */
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
884 #endif
26088
b7aa6ac26872 Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents: 25326
diff changeset
885 #ifdef HAVE_STDLIB_H
b7aa6ac26872 Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents: 25326
diff changeset
886 #include <stdlib.h>
21400
d2b302f002af Don't include <string.h> when configuring.
Richard M. Stallman <rms@gnu.org>
parents: 21340
diff changeset
887 #endif
26088
b7aa6ac26872 Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents: 25326
diff changeset
888 #endif
28145
1426e80e9ba8 (HAVE_X_I18N): Moved here from xterm.h.
Gerd Moellmann <gerd@gnu.org>
parents: 28052
diff changeset
889
1426e80e9ba8 (HAVE_X_I18N): Moved here from xterm.h.
Gerd Moellmann <gerd@gnu.org>
parents: 28052
diff changeset
890 /* Define HAVE_X_I18N if we have usable i18n support. */
1426e80e9ba8 (HAVE_X_I18N): Moved here from xterm.h.
Gerd Moellmann <gerd@gnu.org>
parents: 28052
diff changeset
891
1426e80e9ba8 (HAVE_X_I18N): Moved here from xterm.h.
Gerd Moellmann <gerd@gnu.org>
parents: 28052
diff changeset
892 #ifdef HAVE_X11R6
1426e80e9ba8 (HAVE_X_I18N): Moved here from xterm.h.
Gerd Moellmann <gerd@gnu.org>
parents: 28052
diff changeset
893 #define HAVE_X_I18N
1426e80e9ba8 (HAVE_X_I18N): Moved here from xterm.h.
Gerd Moellmann <gerd@gnu.org>
parents: 28052
diff changeset
894 #elif defined HAVE_X11R5 && !defined X11R5_INHIBIT_I18N
1426e80e9ba8 (HAVE_X_I18N): Moved here from xterm.h.
Gerd Moellmann <gerd@gnu.org>
parents: 28052
diff changeset
895 #define HAVE_X_I18N
1426e80e9ba8 (HAVE_X_I18N): Moved here from xterm.h.
Gerd Moellmann <gerd@gnu.org>
parents: 28052
diff changeset
896 #endif
1426e80e9ba8 (HAVE_X_I18N): Moved here from xterm.h.
Gerd Moellmann <gerd@gnu.org>
parents: 28052
diff changeset
897
1426e80e9ba8 (HAVE_X_I18N): Moved here from xterm.h.
Gerd Moellmann <gerd@gnu.org>
parents: 28052
diff changeset
898 /* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support. */
1426e80e9ba8 (HAVE_X_I18N): Moved here from xterm.h.
Gerd Moellmann <gerd@gnu.org>
parents: 28052
diff changeset
899
1426e80e9ba8 (HAVE_X_I18N): Moved here from xterm.h.
Gerd Moellmann <gerd@gnu.org>
parents: 28052
diff changeset
900 #if defined HAVE_X11R6 && !defined INHIBIT_X11R6_XIM
1426e80e9ba8 (HAVE_X_I18N): Moved here from xterm.h.
Gerd Moellmann <gerd@gnu.org>
parents: 28052
diff changeset
901 #define HAVE_X11R6_XIM
1426e80e9ba8 (HAVE_X_I18N): Moved here from xterm.h.
Gerd Moellmann <gerd@gnu.org>
parents: 28052
diff changeset
902 #endif
28406
451721e784a8 Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents: 28145
diff changeset
903
451721e784a8 Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents: 28145
diff changeset
904 /* Should we enable expensive run-time checking of data types? */
451721e784a8 Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents: 28145
diff changeset
905 #undef ENABLE_CHECKING
31832
17e9dd6e4ef3 (NO_RETURN): Define.as `__attribute__((__noreturn__))'
Gerd Moellmann <gerd@gnu.org>
parents: 31408
diff changeset
906
31874
8db5d996cfdb Fix typo in __GNUC_MINOR__.
Gerd Moellmann <gerd@gnu.org>
parents: 31832
diff changeset
907 #if defined __GNUC__ && (__GNUC__ > 2 \
8db5d996cfdb Fix typo in __GNUC_MINOR__.
Gerd Moellmann <gerd@gnu.org>
parents: 31832
diff changeset
908 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5))
31832
17e9dd6e4ef3 (NO_RETURN): Define.as `__attribute__((__noreturn__))'
Gerd Moellmann <gerd@gnu.org>
parents: 31408
diff changeset
909 #define NO_RETURN __attribute__ ((__noreturn__))
17e9dd6e4ef3 (NO_RETURN): Define.as `__attribute__((__noreturn__))'
Gerd Moellmann <gerd@gnu.org>
parents: 31408
diff changeset
910 #else
17e9dd6e4ef3 (NO_RETURN): Define.as `__attribute__((__noreturn__))'
Gerd Moellmann <gerd@gnu.org>
parents: 31408
diff changeset
911 #define NO_RETURN /* nothing */
17e9dd6e4ef3 (NO_RETURN): Define.as `__attribute__((__noreturn__))'
Gerd Moellmann <gerd@gnu.org>
parents: 31408
diff changeset
912 #endif
88965
eb6e469e23d3 Generated with autoheader.
Dave Love <fx@gnu.org>
parents: 88738
diff changeset
913