Mercurial > emacs
annotate src/config.in @ 88987:4e77456fab6c
(nonascii_insert_offset, Vnonascii_translation_table):
Extern deleted.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 15 Aug 2002 02:29:16 +0000 |
parents | eb6e469e23d3 |
children |
rev | line source |
---|---|
88965 | 1 /* src/config.in. Generated from configure.in by autoheader. */ |
2 | |
763 | 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 | 5 |
6 This file is part of GNU Emacs. | |
7 | |
13850 | 8 GNU Emacs is free software; you can redistribute it and/or modify |
9 it under the terms of the GNU General Public License as published by | |
10 the Free Software Foundation; either version 2, or (at your option) | |
11 any later version. | |
176 | 12 |
13850 | 13 GNU Emacs is distributed in the hope that it will be useful, |
14 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
16 GNU General Public License for more details. | |
17 | |
18 You should have received a copy of the GNU General Public License | |
15742 | 19 along with GNU Emacs; see the file COPYING. If not, write to the |
20 Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
21 Boston, MA 02111-1307, USA. */ | |
176 | 22 |
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 | 30 |
31 /* Define to 1 if the mktime function is broken. */ | |
32 #undef BROKEN_MKTIME | |
33 | |
34 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP | |
35 systems. This function is required for `alloca.c' support on those systems. | |
36 */ | |
37 #undef CRAY_STACKSEG_END | |
38 | |
39 /* Define to 1 if using `alloca.c'. */ | |
40 #undef C_ALLOCA | |
2510 | 41 |
88965 | 42 /* Define to 1 if using `getloadavg.c'. */ |
43 #undef C_GETLOADAVG | |
2510 | 44 |
88965 | 45 /* Define C_SWITCH_X_SITE to contain any special flags your compiler may need |
46 to deal with X Windows. For instance, if you've defined HAVE_X_WINDOWS | |
47 above and your X include files aren't in a place that your compiler can | |
48 find on its own, you might want to add "-I/..." or something similar. */ | |
49 #undef C_SWITCH_X_SITE | |
50 | |
51 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */ | |
52 #undef DGUX | |
53 | |
54 /* Define to 1 if you are using the GNU C Library. */ | |
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 | 57 /* Define to the canonical Emacs configuration name. */ |
58 #undef EMACS_CONFIGURATION | |
59 | |
60 /* Define to the options passed to configure. */ | |
61 #undef EMACS_CONFIG_OPTIONS | |
62 | |
63 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid. | |
64 */ | |
65 #undef GETLOADAVG_PRIVILEGED | |
66 | |
67 /* Define to 1 if gettimeofday accepts only one argument. */ | |
68 #undef GETTIMEOFDAY_ONE_ARGUMENT | |
69 | |
70 /* Define to 1 if you want to use the GNU memory allocator. */ | |
71 #undef GNU_MALLOC | |
72 | |
73 /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */ | |
74 #undef HAVE_AIX_SMT_EXP | |
75 | |
76 /* Define to 1 if you have the `alarm' function. */ | |
77 #undef HAVE_ALARM | |
78 | |
79 /* Define to 1 if you have `alloca', as a function or macro. */ | |
80 #undef HAVE_ALLOCA | |
81 | |
82 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). | |
83 */ | |
84 #undef HAVE_ALLOCA_H | |
85 | |
86 /* Define to 1 if you have the `bcmp' function. */ | |
87 #undef HAVE_BCMP | |
88 | |
89 /* Define to 1 if you have the `bcopy' function. */ | |
90 #undef HAVE_BCOPY | |
91 | |
92 /* Define to 1 if you have the `cbrt' function. */ | |
93 #undef HAVE_CBRT | |
94 | |
95 /* Define to 1 if you have the `closedir' function. */ | |
96 #undef HAVE_CLOSEDIR | |
97 | |
98 /* Define to 1 if you have the <coff.h> header file. */ | |
99 #undef HAVE_COFF_H | |
100 | |
101 /* Define to 1 if you have the <com_err.h> header file. */ | |
102 #undef HAVE_COM_ERR_H | |
103 | |
104 /* Define to 1 if you have the <des.h> header file. */ | |
105 #undef HAVE_DES_H | |
106 | |
107 /* Define to 1 if dynamic ptys are supported. */ | |
108 #undef HAVE_DEV_PTMX | |
109 | |
110 /* Define to 1 if you have the `dup2' function. */ | |
111 #undef HAVE_DUP2 | |
112 | |
113 /* Define to 1 if you have the `euidaccess' function. */ | |
114 #undef HAVE_EUIDACCESS | |
115 | |
116 /* Define to 1 if you have the <fcntl.h> header file. */ | |
117 #undef HAVE_FCNTL_H | |
493 | 118 |
88965 | 119 /* Define to 1 if you have the `fmod' function. */ |
120 #undef HAVE_FMOD | |
121 | |
122 /* Define to 1 if you have the `fork' function. */ | |
123 #undef HAVE_FORK | |
124 | |
125 /* Define to 1 if you have the `fpathconf' function. */ | |
126 #undef HAVE_FPATHCONF | |
127 | |
128 /* Define to 1 if you have the `frexp' function. */ | |
129 #undef HAVE_FREXP | |
130 | |
131 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ | |
132 #undef HAVE_FSEEKO | |
133 | |
134 /* Define to 1 if you have the `ftime' function. */ | |
135 #undef HAVE_FTIME | |
136 | |
137 /* Define to 1 if you have the `gai_strerror' function. */ | |
138 #undef HAVE_GAI_STRERROR | |
139 | |
140 /* Define to 1 if you have the `getaddrinfo' function. */ | |
141 #undef HAVE_GETADDRINFO | |
142 | |
143 /* Define to 1 if you have the `getcwd' function. */ | |
144 #undef HAVE_GETCWD | |
145 | |
146 /* Define to 1 if you have the `getdomainname' function. */ | |
147 #undef HAVE_GETDOMAINNAME | |
148 | |
149 /* Define to 1 if you have the `gethostname' function. */ | |
150 #undef HAVE_GETHOSTNAME | |
151 | |
152 /* Define to 1 if you have the `getloadavg' function. */ | |
153 #undef HAVE_GETLOADAVG | |
154 | |
155 /* Define to 1 if you have the `getpagesize' function. */ | |
156 #undef HAVE_GETPAGESIZE | |
157 | |
158 /* Define to 1 if you have the `getpt' function. */ | |
159 #undef HAVE_GETPT | |
160 | |
161 /* Define to 1 if you have the `gettimeofday' function. */ | |
162 #undef HAVE_GETTIMEOFDAY | |
163 | |
164 /* Define to 1 if you have the `getwd' function. */ | |
165 #undef HAVE_GETWD | |
166 | |
167 /* Define to 1 if you have the ungif library (-lungif). */ | |
168 #undef HAVE_GIF | |
169 | |
170 /* Define to 1 if you have the `grantpt' function. */ | |
171 #undef HAVE_GRANTPT | |
172 | |
173 /* Define to 1 if netdb.h declares h_errno. */ | |
174 #undef HAVE_H_ERRNO | |
175 | |
176 /* Define to 1 if you have the `index' function. */ | |
177 #undef HAVE_INDEX | |
178 | |
179 /* Define to 1 if you have inet sockets. */ | |
180 #undef HAVE_INET_SOCKETS | |
181 | |
182 /* Define to 1 if you have the <inttypes.h> header file. */ | |
183 #undef HAVE_INTTYPES_H | |
493 | 184 |
88965 | 185 /* Define to 1 if you have the jpeg library (-ljpeg). */ |
186 #undef HAVE_JPEG | |
187 | |
188 /* Define to 1 if you have the <kerberosIV/des.h> header file. */ | |
189 #undef HAVE_KERBEROSIV_DES_H | |
190 | |
191 /* Define to 1 if you have the <kerberosIV/krb.h> header file. */ | |
192 #undef HAVE_KERBEROSIV_KRB_H | |
193 | |
194 /* Define to 1 if you have the <kerberos/des.h> header file. */ | |
195 #undef HAVE_KERBEROS_DES_H | |
196 | |
197 /* Define to 1 if you have the <kerberos/krb.h> header file. */ | |
198 #undef HAVE_KERBEROS_KRB_H | |
199 | |
200 /* Define to 1 if you have the <krb5.h> header file. */ | |
201 #undef HAVE_KRB5_H | |
202 | |
203 /* Define to 1 if you have the <krb.h> header file. */ | |
204 #undef HAVE_KRB_H | |
205 | |
206 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ | |
207 #undef HAVE_LANGINFO_CODESET | |
208 | |
209 /* Define to 1 if you have the `com_err' library (-lcom_err). */ | |
210 #undef HAVE_LIBCOM_ERR | |
211 | |
212 /* Define to 1 if you have the `crypto' library (-lcrypto). */ | |
213 #undef HAVE_LIBCRYPTO | |
214 | |
215 /* Define to 1 if you have the `des' library (-ldes). */ | |
216 #undef HAVE_LIBDES | |
5631
702023e6a5e3
Add #undef for USE_X_TOOLKIT.
Richard M. Stallman <rms@gnu.org>
parents:
5597
diff
changeset
|
217 |
88965 | 218 /* Define to 1 if you have the `des425' library (-ldes425). */ |
219 #undef HAVE_LIBDES425 | |
220 | |
221 /* Define to 1 if you have the `dgc' library (-ldgc). */ | |
222 #undef HAVE_LIBDGC | |
223 | |
224 /* Define to 1 if you have the `dnet' library (-ldnet). */ | |
225 #undef HAVE_LIBDNET | |
226 | |
227 /* Define to 1 if you have the hesiod library (-lhesiod). */ | |
228 #undef HAVE_LIBHESIOD | |
229 | |
230 /* Define to 1 if you have the `intl' library (-lintl). */ | |
231 #undef HAVE_LIBINTL | |
232 | |
233 /* Define to 1 if you have the `k5crypto' library (-lk5crypto). */ | |
234 #undef HAVE_LIBK5CRYPTO | |
235 | |
236 /* Define to 1 if you have the `krb' library (-lkrb). */ | |
237 #undef HAVE_LIBKRB | |
238 | |
239 /* Define to 1 if you have the `krb4' library (-lkrb4). */ | |
240 #undef HAVE_LIBKRB4 | |
241 | |
242 /* Define to 1 if you have the `krb5' library (-lkrb5). */ | |
243 #undef HAVE_LIBKRB5 | |
244 | |
245 /* Define to 1 if you have the `kstat' library (-lkstat). */ | |
246 #undef HAVE_LIBKSTAT | |
247 | |
248 /* Define to 1 if you have the `lockfile' library (-llockfile). */ | |
249 #undef HAVE_LIBLOCKFILE | |
2510 | 250 |
88965 | 251 /* Define to 1 if you have the `m' library (-lm). */ |
252 #undef HAVE_LIBM | |
253 | |
254 /* Define to 1 if you have the `mail' library (-lmail). */ | |
255 #undef HAVE_LIBMAIL | |
256 | |
257 /* Define to 1 if you have the `ncurses' library (-lncurses). */ | |
258 #undef HAVE_LIBNCURSES | |
259 | |
260 /* Define to 1 if you have the `pthreads' library (-lpthreads). */ | |
261 #undef HAVE_LIBPTHREADS | |
262 | |
263 /* Define to 1 if you have the resolv library (-lresolv). */ | |
264 #undef HAVE_LIBRESOLV | |
265 | |
266 /* Define to 1 if you have the `Xext' library (-lXext). */ | |
267 #undef HAVE_LIBXEXT | |
268 | |
269 /* Define to 1 if you have the `Xmu' library (-lXmu). */ | |
270 #undef HAVE_LIBXMU | |
271 | |
272 /* Define to 1 if you have the Xp library (-lXp). */ | |
273 #undef HAVE_LIBXP | |
274 | |
275 /* Define to 1 if you have the <limits.h> header file. */ | |
276 #undef HAVE_LIMITS_H | |
277 | |
278 /* Define to 1 if you have the <linux/version.h> header file. */ | |
279 #undef HAVE_LINUX_VERSION_H | |
280 | |
281 /* Define to 1 if you have the `logb' function. */ | |
282 #undef HAVE_LOGB | |
19473
5dd02300cc31
(HAVE_MOTIF_2_1): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
18613
diff
changeset
|
283 |
88965 | 284 /* Define to 1 if you support file names longer than 14 characters. */ |
285 #undef HAVE_LONG_FILE_NAMES | |
286 | |
287 /* Define to 1 if you have the `lrand48' function. */ | |
288 #undef HAVE_LRAND48 | |
289 | |
290 /* Define to 1 if you have the <machine/soundcard.h> header file. */ | |
291 #undef HAVE_MACHINE_SOUNDCARD_H | |
292 | |
293 /* Define to 1 if you have the <mach/mach.h> header file. */ | |
294 #undef HAVE_MACH_MACH_H | |
295 | |
296 /* Define to 1 if you have the <maillock.h> header file. */ | |
297 #undef HAVE_MAILLOCK_H | |
298 | |
299 /* Define to 1 if you have the `mblen' function. */ | |
300 #undef HAVE_MBLEN | |
301 | |
302 /* Define to 1 if you have the `mbrlen' function. */ | |
303 #undef HAVE_MBRLEN | |
304 | |
305 /* Define to 1 if you have the `mbsinit' function. */ | |
306 #undef HAVE_MBSINIT | |
307 | |
308 /* Define to 1 if you have the `memmove' function. */ | |
309 #undef HAVE_MEMMOVE | |
310 | |
311 /* Define to 1 if you have the <memory.h> header file. */ | |
312 #undef HAVE_MEMORY_H | |
313 | |
314 /* Define to 1 if you have mouse menus. (This is automatic if you use X, but | |
315 the option to specify it remains.) It is also defined with other window | |
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 | 318 |
88965 | 319 /* Define to 1 if you have the `mkdir' function. */ |
320 #undef HAVE_MKDIR | |
7489
303a2e277819
(HAVE_X11XTR6): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
321 |
88965 | 322 /* Define to 1 if you have the `mkstemp' function. */ |
323 #undef HAVE_MKSTEMP | |
324 | |
325 /* Define to 1 if you have the `mktime' function. */ | |
326 #undef HAVE_MKTIME | |
13835
fc6b59f8a580
(HAVE_X11R6): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
13766
diff
changeset
|
327 |
88965 | 328 /* Define to 1 if you have a working `mmap' system call. */ |
329 #undef HAVE_MMAP | |
330 | |
331 /* Define to 1 if you have Motif 2.1 or newer. */ | |
332 #undef HAVE_MOTIF_2_1 | |
15528
0aa677111ee8
(HAVE_X11R5): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
14957
diff
changeset
|
333 |
88965 | 334 /* Define to 1 if you have the `mremap' function. */ |
335 #undef HAVE_MREMAP | |
25013 | 336 |
88965 | 337 /* Define to 1 if you have the <nlist.h> header file. */ |
338 #undef HAVE_NLIST_H | |
339 | |
340 /* Define to 1 if you have the png library (-lpng). */ | |
25013 | 341 #undef HAVE_PNG |
342 | |
88965 | 343 /* Define to 1 if you have the `pstat_getdynamic' function. */ |
344 #undef HAVE_PSTAT_GETDYNAMIC | |
345 | |
346 /* Define to 1 if you have the <pty.h> header file. */ | |
347 #undef HAVE_PTY_H | |
348 | |
349 /* Define to 1 if you have the `random' function. */ | |
350 #undef HAVE_RANDOM | |
351 | |
352 /* Define to 1 if you have the `rename' function. */ | |
353 #undef HAVE_RENAME | |
354 | |
355 /* Define to 1 if you have the `res_init' function. */ | |
356 #undef HAVE_RES_INIT | |
357 | |
358 /* Define to 1 if you have the `rindex' function. */ | |
359 #undef HAVE_RINDEX | |
360 | |
361 /* Define to 1 if you have the `rint' function. */ | |
362 #undef HAVE_RINT | |
363 | |
364 /* Define to 1 if you have the `rmdir' function. */ | |
365 #undef HAVE_RMDIR | |
366 | |
367 /* Define to 1 if you have the `select' function. */ | |
368 #undef HAVE_SELECT | |
369 | |
370 /* Define to 1 if you have the `setitimer' function. */ | |
371 #undef HAVE_SETITIMER | |
372 | |
373 /* Define to 1 if you have the `setlocale' function. */ | |
374 #undef HAVE_SETLOCALE | |
375 | |
376 /* Define to 1 if you have the `setpgid' function. */ | |
377 #undef HAVE_SETPGID | |
378 | |
379 /* Define to 1 if you have the `setrlimit' function. */ | |
380 #undef HAVE_SETRLIMIT | |
381 | |
382 /* Define to 1 if you have the `setsid' function. */ | |
383 #undef HAVE_SETSID | |
384 | |
385 /* Define to 1 if you have the `shutdown' function. */ | |
386 #undef HAVE_SHUTDOWN | |
387 | |
388 /* Define to 1 if the system has the type `size_t'. */ | |
389 #undef HAVE_SIZE_T | |
390 | |
391 /* Define to 1 if you have the <soundcard.h> header file. */ | |
392 #undef HAVE_SOUNDCARD_H | |
393 | |
394 /* Define to 1 if `speed_t' is declared by <termios.h>. */ | |
395 #undef HAVE_SPEED_T | |
396 | |
397 /* Define to 1 if you have the <stdint.h> header file. */ | |
398 #undef HAVE_STDINT_H | |
399 | |
400 /* Define to 1 if you have the <stdio_ext.h> header file. */ | |
401 #undef HAVE_STDIO_EXT_H | |
402 | |
403 /* Define to 1 if you have the <stdlib.h> header file. */ | |
404 #undef HAVE_STDLIB_H | |
25013 | 405 |
88965 | 406 /* Define to 1 if you have the `strerror' function. */ |
407 #undef HAVE_STRERROR | |
408 | |
409 /* Define to 1 if you have the `strftime' function. */ | |
410 #undef HAVE_STRFTIME | |
411 | |
412 /* Define to 1 if you have the <strings.h> header file. */ | |
413 #undef HAVE_STRINGS_H | |
414 | |
415 /* Define to 1 if you have the <string.h> header file. */ | |
416 #undef HAVE_STRING_H | |
417 | |
418 /* Define to 1 if you have the `strsignal' function. */ | |
419 #undef HAVE_STRSIGNAL | |
420 | |
421 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */ | |
422 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME | |
423 | |
424 /* Define to 1 if `tm_zone' is member of `struct tm'. */ | |
425 #undef HAVE_STRUCT_TM_TM_ZONE | |
426 | |
427 /* Define to 1 if `struct utimbuf' is declared by <utime.h>. */ | |
428 #undef HAVE_STRUCT_UTIMBUF | |
429 | |
430 /* Define to 1 if you have the `sysinfo' function. */ | |
431 #undef HAVE_SYSINFO | |
432 | |
433 /* Define to 1 if you have the <sys/mman.h> header file. */ | |
434 #undef HAVE_SYS_MMAN_H | |
435 | |
436 /* Define to 1 if you have the <sys/param.h> header file. */ | |
437 #undef HAVE_SYS_PARAM_H | |
438 | |
439 /* Define to 1 if you have the <sys/select.h> header file. */ | |
440 #undef HAVE_SYS_SELECT_H | |
441 | |
442 /* Define to 1 if you have the <sys/soundcard.h> header file. */ | |
443 #undef HAVE_SYS_SOUNDCARD_H | |
444 | |
445 /* Define to 1 if you have the <sys/stat.h> header file. */ | |
446 #undef HAVE_SYS_STAT_H | |
447 | |
448 /* Define to 1 if you have the <sys/systeminfo.h> header file. */ | |
449 #undef HAVE_SYS_SYSTEMINFO_H | |
450 | |
451 /* Define to 1 if you have the <sys/timeb.h> header file. */ | |
452 #undef HAVE_SYS_TIMEB_H | |
453 | |
454 /* Define to 1 if you have the <sys/time.h> header file. */ | |
455 #undef HAVE_SYS_TIME_H | |
456 | |
457 /* Define to 1 if you have the <sys/types.h> header file. */ | |
458 #undef HAVE_SYS_TYPES_H | |
459 | |
460 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ | |
461 #undef HAVE_SYS_WAIT_H | |
462 | |
463 /* Define to 1 if you have the <termcap.h> header file. */ | |
464 #undef HAVE_TERMCAP_H | |
465 | |
466 /* Define to 1 if you have the <termios.h> header file. */ | |
467 #undef HAVE_TERMIOS_H | |
468 | |
469 /* Define to 1 if you have the <term.h> header file. */ | |
470 #undef HAVE_TERM_H | |
471 | |
472 /* Define to 1 if you have the tiff library (-ltiff). */ | |
25013 | 473 #undef HAVE_TIFF |
474 | |
88965 | 475 /* Define to 1 if `struct timeval' is declared by <sys/time.h>. */ |
476 #undef HAVE_TIMEVAL | |
477 | |
478 /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */ | |
479 #undef HAVE_TM_GMTOFF | |
480 | |
481 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use | |
482 `HAVE_STRUCT_TM_TM_ZONE' instead. */ | |
483 #undef HAVE_TM_ZONE | |
484 | |
485 /* Define to 1 if you have the `touchlock' function. */ | |
486 #undef HAVE_TOUCHLOCK | |
487 | |
488 /* Define to 1 if you don't have `tm_zone' but do have the external array | |
489 `tzname'. */ | |
490 #undef HAVE_TZNAME | |
491 | |
492 /* Define to 1 if you have the `tzset' function. */ | |
493 #undef HAVE_TZSET | |
494 | |
495 /* Define to 1 if you have the `ualarm' function. */ | |
496 #undef HAVE_UALARM | |
497 | |
498 /* Define to 1 if you have the <unistd.h> header file. */ | |
499 #undef HAVE_UNISTD_H | |
500 | |
501 /* Define to 1 if you have the `utimes' function. */ | |
502 #undef HAVE_UTIMES | |
25013 | 503 |
88965 | 504 /* Define to 1 if you have the <utime.h> header file. */ |
505 #undef HAVE_UTIME_H | |
506 | |
507 /* Define to 1 if you have the `vfork' function. */ | |
508 #undef HAVE_VFORK | |
509 | |
510 /* Define to 1 if you have the <vfork.h> header file. */ | |
511 #undef HAVE_VFORK_H | |
512 | |
513 /* Define to 1 if `fork' works. */ | |
514 #undef HAVE_WORKING_FORK | |
515 | |
516 /* Define to 1 if `vfork' works. */ | |
517 #undef HAVE_WORKING_VFORK | |
518 | |
519 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs | |
520 expects to use version 10. */ | |
521 #undef HAVE_X11 | |
522 | |
523 /* Define to 1 if you have the X11R5 or newer version of Xlib. */ | |
524 #undef HAVE_X11R5 | |
525 | |
526 /* Define to 1 if you have the X11R6 or newer version of Xlib. */ | |
527 #undef HAVE_X11R6 | |
528 | |
529 /* Define to 1 if you have the X11R6 or newer version of Xt. */ | |
530 #undef HAVE_X11XTR6 | |
531 | |
532 /* Define to 1 if you have the Xaw3d library (-lXaw3d). */ | |
25013 | 533 #undef HAVE_XAW3D |
534 | |
88965 | 535 /* Define to 1 if you're using XFree386. */ |
536 #undef HAVE_XFREE386 | |
537 | |
538 /* Define to 1 if you have the XkbGetKeyboard function. */ | |
539 #undef HAVE_XKBGETKEYBOARD | |
540 | |
541 /* Define to 1 if you have the Xpm libary (-lXpm). */ | |
542 #undef HAVE_XPM | |
543 | |
544 /* Define to 1 if you have the `XrmSetDatabase' function. */ | |
545 #undef HAVE_XRMSETDATABASE | |
546 | |
547 /* Define to 1 if you have the `XScreenNumberOfScreen' function. */ | |
548 #undef HAVE_XSCREENNUMBEROFSCREEN | |
549 | |
550 /* Define to 1 if you have the `XScreenResourceString' function. */ | |
551 #undef HAVE_XSCREENRESOURCESTRING | |
552 | |
553 /* Define to 1 if you have the `XSetWMProtocols' function. */ | |
554 #undef HAVE_XSETWMPROTOCOLS | |
555 | |
556 /* Define to 1 if you want to use the X window system. */ | |
557 #undef HAVE_X_WINDOWS | |
558 | |
559 /* Define to 1 if you have the `__fpending' function. */ | |
560 #undef HAVE___FPENDING | |
561 | |
562 /* Define to support using a Hesiod database to find the POP server. */ | |
563 #undef HESIOD | |
564 | |
565 /* Define to support Kerberos-authenticated POP mail retrieval. */ | |
566 #undef KERBEROS | |
567 | |
568 /* Define to use Kerberos 5 instead of Kerberos 4. */ | |
569 #undef KERBEROS5 | |
570 | |
571 /* Define LD_SWITCH_X_SITE to contain any special flags your loader may need | |
572 to deal with X Windows. For instance, if you've defined HAVE_X_WINDOWS | |
573 above and your X libraries aren't in a place that your loader can find on | |
574 its own, you might want to add "-L/..." or something similar. */ | |
575 #undef LD_SWITCH_X_SITE | |
576 | |
577 /* Define LD_SWITCH_X_SITE_AUX with an -R option in case it's needed (for | |
578 Solaris, for example). */ | |
579 #undef LD_SWITCH_X_SITE_AUX | |
580 | |
581 /* Define to -llockfile if it is usable. */ | |
582 #undef LIBMAIL | |
583 | |
584 /* Define to 1 if localtime caches TZ. */ | |
585 #undef LOCALTIME_CACHE | |
586 | |
587 /* Define to support POP mail retrieval. */ | |
588 #undef MAIL_USE_POP | |
589 | |
590 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend | |
591 on `HAVE_STRUCT_NLIST_N_UN_N_NAME */ | |
592 #undef NLIST_NAME_UNION | |
593 | |
594 /* Define to 1 if you have <nlist.h>. */ | |
595 #undef NLIST_STRUCT | |
596 | |
597 /* Define to 1 if you don't have struct exception in math.h. */ | |
598 #undef NO_MATHERR | |
599 | |
600 /* Define to the address where bug reports for this package should be sent. */ | |
601 #undef PACKAGE_BUGREPORT | |
602 | |
603 /* Define to the full name of this package. */ | |
604 #undef PACKAGE_NAME | |
605 | |
606 /* Define to the full name and version of this package. */ | |
607 #undef PACKAGE_STRING | |
608 | |
609 /* Define to the one symbol short name of this package. */ | |
610 #undef PACKAGE_TARNAME | |
611 | |
612 /* Define to the version of this package. */ | |
613 #undef PACKAGE_VERSION | |
614 | |
615 /* Define as `void' if your compiler accepts `void *'; otherwise define as | |
616 `char'. */ | |
617 #undef POINTER_TYPE | |
618 | |
619 /* Define to 1 if the C compiler supports function prototypes. */ | |
620 #undef PROTOTYPES | |
621 | |
622 /* Define REL_ALLOC if you want to use the relocating allocator for buffer | |
623 space. */ | |
624 #undef REL_ALLOC | |
625 | |
626 /* Define as the return type of signal handlers (`int' or `void'). */ | |
627 #undef RETSIGTYPE | |
628 | |
629 /* If using the C implementation of alloca, define if you know the | |
630 direction of stack growth for your system; otherwise it will be | |
631 automatically deduced at run-time. | |
632 STACK_DIRECTION > 0 => grows toward higher addresses | |
633 STACK_DIRECTION < 0 => grows toward lower addresses | |
634 STACK_DIRECTION = 0 => direction of growth unknown */ | |
635 #undef STACK_DIRECTION | |
636 | |
637 /* Define to 1 if you have the ANSI C header files. */ | |
638 #undef STDC_HEADERS | |
639 | |
640 /* Define to 1 on System V Release 4. */ | |
641 #undef SVR4 | |
642 | |
643 /* Define to 1 if `sys_siglist' is declared by <signal.h> or <unistd.h>. */ | |
644 #undef SYS_SIGLIST_DECLARED | |
645 | |
646 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ | |
647 #undef TIME_WITH_SYS_TIME | |
648 | |
649 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ | |
650 #undef TM_IN_SYS_TIME | |
651 | |
652 /* Define to 1 for Encore UMAX. */ | |
653 #undef UMAX | |
654 | |
655 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of | |
656 <sys/cpustats.h>. */ | |
657 #undef UMAX4_3 | |
658 | |
659 /* Define to the unexec source file name. */ | |
660 #undef UNEXEC_SRC | |
661 | |
662 /* Define to 1 if we should use toolkit scroll bars. */ | |
25013 | 663 #undef USE_TOOLKIT_SCROLL_BARS |
664 | |
88965 | 665 /* Define to 1 if we should use XIM, if it is available. */ |
29946 | 666 #undef USE_XIM |
667 | |
88965 | 668 /* Define to 1 if using an X toolkit. */ |
669 #undef USE_X_TOOLKIT | |
670 | |
671 /* Define to 1 if on AIX 3. | |
672 System headers sometimes define this. | |
673 We just want to avoid a redefinition error message. */ | |
674 #ifndef _ALL_SOURCE | |
675 # undef _ALL_SOURCE | |
676 #endif | |
677 | |
678 /* Number of bits in a file offset, on hosts where this is settable. */ | |
679 #undef _FILE_OFFSET_BITS | |
680 | |
681 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ | |
682 #undef _LARGEFILE_SOURCE | |
683 | |
684 /* Define for large files, on AIX-style hosts. */ | |
685 #undef _LARGE_FILES | |
686 | |
687 /* Define like PROTOTYPES; this can be used by system headers. */ | |
688 #undef __PROTOTYPES | |
689 | |
690 /* Define to the used machine dependent file. */ | |
691 #undef config_machfile | |
692 | |
693 /* Define to the used os dependent file. */ | |
694 #undef config_opsysfile | |
695 | |
696 /* Define to empty if `const' does not conform to ANSI C. */ | |
697 #undef const | |
698 | |
699 /* Define to `int' if <sys/types.h> does not define. */ | |
700 #undef pid_t | |
701 | |
702 /* Define as `fork' if `vfork' does not work. */ | |
703 #undef vfork | |
704 | |
705 /* Define to empty if the keyword `volatile' does not work. Warning: valid | |
706 code using `volatile' can become incorrect without. Disable with care. */ | |
707 #undef volatile | |
708 | |
8329
49a8b5185da4
Add #undef HAVE_H_ERRNO.
Richard M. Stallman <rms@gnu.org>
parents:
8034
diff
changeset
|
709 |
9572 | 710 /* If we're using any sort of window system, define some consequences. */ |
493 | 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 | 714 #define HAVE_MOUSE |
493 | 715 #endif |
716 | |
88965 | 717 /* If we're using the Carbon API on Mac OS X, define a few more |
718 variables as well. */ | |
719 #ifdef HAVE_CARBON | |
720 #define HAVE_WINDOW_SYSTEM | |
721 #define HAVE_MOUSE | |
722 #define HAVE_MENUS | |
723 #endif | |
724 | |
493 | 725 /* Define USER_FULL_NAME to return a string |
726 that is the user's full name. | |
727 It can assume that the variable `pw' | |
728 points to the password file entry for this user. | |
729 | |
730 At some sites, the pw_gecos field contains | |
731 the user's full name. If neither this nor any other | |
732 field contains the right thing, use pw_name, | |
733 giving the user's login name, since that is better than nothing. */ | |
734 #define USER_FULL_NAME pw->pw_gecos | |
735 | |
736 /* Define AMPERSAND_FULL_NAME if you use the convention | |
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 | 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 | 746 #ifdef HAVE_MACHINE_SOUNDCARD_H |
747 #define HAVE_SOUND 1 | |
748 #endif | |
749 #ifdef HAVE_SYS_SOUNDCARD_H | |
750 #define HAVE_SOUND 1 | |
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 | 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 | 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 | 770 |
176 | 771 /* Load in the conversion definitions if this system |
772 needs them and the source file being compiled has not | |
773 said to inhibit this. There should be no need for you | |
774 to alter these lines. */ | |
775 | |
776 #ifdef SHORTNAMES | |
777 #ifndef NO_SHORTNAMES | |
778 #include "../shortnames/remap.h" | |
779 #endif /* not NO_SHORTNAMES */ | |
780 #endif /* SHORTNAMES */ | |
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 | 788 /* Define `subprocesses' should be defined if you want to |
789 have code for asynchronous subprocesses | |
790 (as used in M-x compile and M-x shell). | |
791 These do not work for some USG systems yet; | |
9492 | 792 for the ones where they work, the s/SYSTEM.h file defines this flag. */ |
176 | 793 |
794 #ifndef VMS | |
795 #ifndef USG | |
461 | 796 /* #define subprocesses */ |
176 | 797 #endif |
798 #endif | |
799 | |
2510 | 800 /* SIGTYPE is the macro we actually use. */ |
801 #ifndef SIGTYPE | |
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 | 812 /* Avoid link-time collision with system mktime if we will use our own. */ |
813 #if ! HAVE_MKTIME || BROKEN_MKTIME | |
814 #define mktime emacs_mktime | |
815 #endif | |
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 | 818 Override any claims made by the system-description files. |
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 | 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 | 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 | 882 #ifdef HAVE_STRINGS_H |
883 #include "strings.h" /* May be needed for bcopy & al. */ | |
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 | 913 |