Mercurial > emacs
annotate src/config.in @ 112425:9f7614f1a892
Merge from emacs-23
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 22 Jan 2011 11:36:45 -0800 |
parents | c81ff7082a9a |
children | 16ddab338c43 |
rev | line source |
---|---|
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1 /* src/config.in. Generated from configure.in by autoheader. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
2 |
48221 | 3 /* GNU Emacs site configuration template file. |
79784 | 4 Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005, |
112218
376148b31b5e
Add 2011 to FSF/AIST copyright years.
Glenn Morris <rgm@gnu.org>
parents:
111617
diff
changeset
|
5 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. |
176 | 6 |
7 This file is part of GNU Emacs. | |
8 | |
94781 | 9 GNU Emacs is free software: you can redistribute it and/or modify |
13850 | 10 it under the terms of the GNU General Public License as published by |
94781 | 11 the Free Software Foundation, either version 3 of the License, or |
12 (at your option) any later version. | |
176 | 13 |
13850 | 14 GNU Emacs is distributed in the hope that it will be useful, |
15 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
17 GNU General Public License for more details. | |
18 | |
19 You should have received a copy of the GNU General Public License | |
94781 | 20 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
176 | 21 |
22 | |
48497 | 23 /* No code in Emacs #includes config.h twice, but some bits of code |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49389
diff
changeset
|
24 intended to work with other packages as well (like gmalloc.c) |
1773
f18ae1a08d85
* config.h.in: protect against multiple #inclusions.
Jim Blandy <jimb@redhat.com>
parents:
1341
diff
changeset
|
25 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
|
26 #ifndef EMACS_CONFIG_H |
f18ae1a08d85
* config.h.in: protect against multiple #inclusions.
Jim Blandy <jimb@redhat.com>
parents:
1341
diff
changeset
|
27 #define EMACS_CONFIG_H |
f18ae1a08d85
* config.h.in: protect against multiple #inclusions.
Jim Blandy <jimb@redhat.com>
parents:
1341
diff
changeset
|
28 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
29 |
109732
470bed744331
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
Andreas Schwab <schwab@linux-m68k.org>
parents:
109653
diff
changeset
|
30 /* Define if building universal (internal helper macro) */ |
470bed744331
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
Andreas Schwab <schwab@linux-m68k.org>
parents:
109653
diff
changeset
|
31 #undef AC_APPLE_UNIVERSAL_BUILD |
106009
e6af95c4c862
Use gcc-generated dependency files if we can (GNU Make and gcc required).
Jan Djärv <jan.h.d@swipnet.se>
parents:
105564
diff
changeset
|
32 |
109074
c97bf1cfaa8d
Remove last internal use of cpp and src/{m,s}/*.h files in configure.in.
Glenn Morris <rgm@gnu.org>
parents:
109067
diff
changeset
|
33 /* Define if Emacs cannot be dumped on your system. */ |
c97bf1cfaa8d
Remove last internal use of cpp and src/{m,s}/*.h files in configure.in.
Glenn Morris <rgm@gnu.org>
parents:
109067
diff
changeset
|
34 #undef CANNOT_DUMP |
c97bf1cfaa8d
Remove last internal use of cpp and src/{m,s}/*.h files in configure.in.
Glenn Morris <rgm@gnu.org>
parents:
109067
diff
changeset
|
35 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
36 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
37 systems. This function is required for `alloca.c' support on those systems. |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
38 */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
39 #undef CRAY_STACKSEG_END |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
40 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
41 /* Define to 1 if using `alloca.c'. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
42 #undef C_ALLOCA |
2510 | 43 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
44 /* Define to 1 if using `getloadavg.c'. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
45 #undef C_GETLOADAVG |
2510 | 46 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
47 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
48 #undef DGUX |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
49 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
50 /* 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
|
51 #undef DOUG_LEA_MALLOC |
94dbc8701ad1
(DOUG_LEA_MALLOC): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
16938
diff
changeset
|
52 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
53 /* Define to the canonical Emacs configuration name. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
54 #undef EMACS_CONFIGURATION |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
55 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
56 /* Define to the options passed to configure. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
57 #undef EMACS_CONFIG_OPTIONS |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
58 |
103595
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
59 /* Enable expensive run-time checking of data types? */ |
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
60 #undef ENABLE_CHECKING |
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
61 |
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
62 /* Define this to check for errors in cons list. */ |
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
63 #undef GC_CHECK_CONS_LIST |
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
64 |
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
65 /* Define this temporarily to hunt a bug. If defined, the size of strings is |
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
66 redundantly recorded in sdata structures so that it can be compared to the |
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
67 sizes recorded in Lisp strings. */ |
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
68 #undef GC_CHECK_STRING_BYTES |
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
69 |
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
70 /* Define this to check the string free list. */ |
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
71 #undef GC_CHECK_STRING_FREE_LIST |
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
72 |
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
73 /* Define this to check for short string overrun. */ |
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
74 #undef GC_CHECK_STRING_OVERRUN |
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
75 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
76 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid. |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
77 */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
78 #undef GETLOADAVG_PRIVILEGED |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
79 |
48577 | 80 /* Define to 1 if the `getpgrp' function requires zero arguments. */ |
81 #undef GETPGRP_VOID | |
82 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
83 /* Define to 1 if gettimeofday accepts only one argument. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
84 #undef GETTIMEOFDAY_ONE_ARGUMENT |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
85 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
86 /* Define to 1 if you want to use the GNU memory allocator. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
87 #undef GNU_MALLOC |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
88 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
89 /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
90 #undef HAVE_AIX_SMT_EXP |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
91 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
92 /* Define to 1 if you have the `alarm' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
93 #undef HAVE_ALARM |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
94 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
95 /* Define to 1 if you have `alloca', as a function or macro. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
96 #undef HAVE_ALLOCA |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
97 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
98 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
99 */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
100 #undef HAVE_ALLOCA_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
101 |
70716
8ee753c9691e
* config.in: Regenerated (HAVE_ALSA).
Jan Djärv <jan.h.d@swipnet.se>
parents:
69752
diff
changeset
|
102 /* Define to 1 if ALSA is available. */ |
8ee753c9691e
* config.in: Regenerated (HAVE_ALSA).
Jan Djärv <jan.h.d@swipnet.se>
parents:
69752
diff
changeset
|
103 #undef HAVE_ALSA |
8ee753c9691e
* config.in: Regenerated (HAVE_ALSA).
Jan Djärv <jan.h.d@swipnet.se>
parents:
69752
diff
changeset
|
104 |
112352
19348bd13f81
Improve performance on non-GCC hosts with __aligned__.
Paul Eggert <eggert@cs.ucla.edu>
parents:
112327
diff
changeset
|
105 /* Define to 1 if GCC-style __attribute__ ((__aligned__ (expr))) works. */ |
19348bd13f81
Improve performance on non-GCC hosts with __aligned__.
Paul Eggert <eggert@cs.ucla.edu>
parents:
112327
diff
changeset
|
106 #undef HAVE_ATTRIBUTE_ALIGNED |
19348bd13f81
Improve performance on non-GCC hosts with __aligned__.
Paul Eggert <eggert@cs.ucla.edu>
parents:
112327
diff
changeset
|
107 |
112305 | 108 /* Define to 1 if strtold conforms to C99. */ |
109 #undef HAVE_C99_STRTOLD | |
110 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
111 /* Define to 1 if you have the `cbrt' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
112 #undef HAVE_CBRT |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
113 |
96129 | 114 /* Define to 1 if you have the `cfmakeraw' function. */ |
115 #undef HAVE_CFMAKERAW | |
116 | |
117 /* Define to 1 if you have the `cfsetspeed' function. */ | |
118 #undef HAVE_CFSETSPEED | |
119 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
120 /* Define to 1 if you have the `closedir' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
121 #undef HAVE_CLOSEDIR |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
122 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
123 /* Define to 1 if you have the <coff.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
124 #undef HAVE_COFF_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
125 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
126 /* Define to 1 if you have the <com_err.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
127 #undef HAVE_COM_ERR_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
128 |
108307
767894eefe6c
* floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
108274
diff
changeset
|
129 /* Define to 1 if you have the `copysign' function. */ |
767894eefe6c
* floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
108274
diff
changeset
|
130 #undef HAVE_COPYSIGN |
52027 | 131 |
87042 | 132 /* Define to 1 if using D-Bus. */ |
133 #undef HAVE_DBUS | |
134 | |
104532
d7cfc883ead4
* config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
Michael Albinus <michael.albinus@gmx.de>
parents:
103595
diff
changeset
|
135 /* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */ |
d7cfc883ead4
* config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
Michael Albinus <michael.albinus@gmx.de>
parents:
103595
diff
changeset
|
136 #undef HAVE_DBUS_WATCH_GET_UNIX_FD |
d7cfc883ead4
* config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
Michael Albinus <michael.albinus@gmx.de>
parents:
103595
diff
changeset
|
137 |
112311 | 138 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. |
139 */ | |
140 #undef HAVE_DECL_GETENV | |
141 | |
142 /* Define to 1 if you have the declaration of `getopt_clip', and to 0 if you | |
143 don't. */ | |
144 #undef HAVE_DECL_GETOPT_CLIP | |
145 | |
112308 | 146 /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you |
147 don't. */ | |
148 #undef HAVE_DECL_LOCALTIME_R | |
149 | |
112311 | 150 /* Define to 1 if you have the declaration of `optreset', and to 0 if you |
151 don't. */ | |
152 #undef HAVE_DECL_OPTRESET | |
153 | |
48577 | 154 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you |
155 don't. */ | |
156 #undef HAVE_DECL_SYS_SIGLIST | |
157 | |
74878 | 158 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. |
159 */ | |
160 #undef HAVE_DECL_TZNAME | |
161 | |
48577 | 162 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you |
163 don't. */ | |
164 #undef HAVE_DECL___SYS_SIGLIST | |
165 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
166 /* Define to 1 if you have the <des.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
167 #undef HAVE_DES_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
168 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
169 /* Define to 1 if dynamic ptys are supported. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
170 #undef HAVE_DEV_PTMX |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
171 |
51185 | 172 /* Define to 1 if you have the `difftime' function. */ |
173 #undef HAVE_DIFFTIME | |
174 | |
109585
4504e82595bb
Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf
Jan D <jan.h.d@swipnet.se>
parents:
109539
diff
changeset
|
175 /* Define to 1 if you have the <dirent.h> header file. */ |
4504e82595bb
Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf
Jan D <jan.h.d@swipnet.se>
parents:
109539
diff
changeset
|
176 #undef HAVE_DIRENT_H |
4504e82595bb
Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf
Jan D <jan.h.d@swipnet.se>
parents:
109539
diff
changeset
|
177 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
178 /* Define to 1 if you have the `dup2' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
179 #undef HAVE_DUP2 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
180 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
181 /* Define to 1 if you have the `euidaccess' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
182 #undef HAVE_EUIDACCESS |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
183 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
184 /* Define to 1 if you have the <fcntl.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
185 #undef HAVE_FCNTL_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
186 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
187 /* Define to 1 if you have the `fmod' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
188 #undef HAVE_FMOD |
44488
5194a24a806f
Add HAVE_SHARED_GAME_DIR.
Colin Walters <walters@gnu.org>
parents:
43998
diff
changeset
|
189 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
190 /* Define to 1 if you have the `fork' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
191 #undef HAVE_FORK |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
192 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
193 /* Define to 1 if you have the `fpathconf' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
194 #undef HAVE_FPATHCONF |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
195 |
92517 | 196 /* Define to 1 if using the freetype and fontconfig libraries. */ |
90418 | 197 #undef HAVE_FREETYPE |
198 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
199 /* Define to 1 if you have the `frexp' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
200 #undef HAVE_FREXP |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
201 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
202 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
203 #undef HAVE_FSEEKO |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
204 |
48497 | 205 /* Define to 1 if you have the `fsync' function. */ |
206 #undef HAVE_FSYNC | |
207 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
208 /* Define to 1 if you have the `ftime' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
209 #undef HAVE_FTIME |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
210 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
211 /* Define to 1 if you have the `gai_strerror' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
212 #undef HAVE_GAI_STRERROR |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
213 |
106085
cd4cbab8bb21
Handle system default font and changing font parameters.
Jan Djärv <jan.h.d@swipnet.se>
parents:
106009
diff
changeset
|
214 /* Define to 1 if using GConf. */ |
cd4cbab8bb21
Handle system default font and changing font parameters.
Jan Djärv <jan.h.d@swipnet.se>
parents:
106009
diff
changeset
|
215 #undef HAVE_GCONF |
cd4cbab8bb21
Handle system default font and changing font parameters.
Jan Djärv <jan.h.d@swipnet.se>
parents:
106009
diff
changeset
|
216 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
217 /* Define to 1 if you have the `getaddrinfo' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
218 #undef HAVE_GETADDRINFO |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
219 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
220 /* Define to 1 if you have the `getcwd' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
221 #undef HAVE_GETCWD |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
222 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
223 /* Define to 1 if you have the `getdelim' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
224 #undef HAVE_GETDELIM |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
225 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
226 /* Define to 1 if you have the `getdomainname' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
227 #undef HAVE_GETDOMAINNAME |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
228 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
229 /* Define to 1 if you have the `gethostname' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
230 #undef HAVE_GETHOSTNAME |
493 | 231 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
232 /* Define to 1 if you have the `getline' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
233 #undef HAVE_GETLINE |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
234 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
235 /* Define to 1 if you have the `getloadavg' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
236 #undef HAVE_GETLOADAVG |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
237 |
64640 | 238 /* Define to 1 if you have the <getopt.h> header file. */ |
239 #undef HAVE_GETOPT_H | |
240 | |
241 /* Define to 1 if you have the `getopt_long_only' function. */ | |
242 #undef HAVE_GETOPT_LONG_ONLY | |
243 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
244 /* Define to 1 if you have the `getpagesize' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
245 #undef HAVE_GETPAGESIZE |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
246 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
247 /* Define to 1 if you have the `getpeername' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
248 #undef HAVE_GETPEERNAME |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
249 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
250 /* Define to 1 if you have the `getpt' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
251 #undef HAVE_GETPT |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
252 |
97119
b57392641da7
* systty.h (sensemode): Remove empty #if. Remove reference to
Dan Nicolaescu <dann@ics.uci.edu>
parents:
97043
diff
changeset
|
253 /* Define to 1 if you have the `getrlimit' function. */ |
b57392641da7
* systty.h (sensemode): Remove empty #if. Remove reference to
Dan Nicolaescu <dann@ics.uci.edu>
parents:
97043
diff
changeset
|
254 #undef HAVE_GETRLIMIT |
b57392641da7
* systty.h (sensemode): Remove empty #if. Remove reference to
Dan Nicolaescu <dann@ics.uci.edu>
parents:
97043
diff
changeset
|
255 |
57985 | 256 /* Define to 1 if you have the `getrusage' function. */ |
257 #undef HAVE_GETRUSAGE | |
258 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
259 /* Define to 1 if you have the `getsockname' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
260 #undef HAVE_GETSOCKNAME |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
261 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
262 /* Define to 1 if you have the `getsockopt' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
263 #undef HAVE_GETSOCKOPT |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
264 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
265 /* Define to 1 if you have the `gettimeofday' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
266 #undef HAVE_GETTIMEOFDAY |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
267 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
268 /* Define to 1 if you have the `getwd' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
269 #undef HAVE_GETWD |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
270 |
65415
576086b490f8
Regenerated after adding test for get_current_dir_name.
Eli Zaretskii <eliz@gnu.org>
parents:
64640
diff
changeset
|
271 /* Define to 1 if you have the `get_current_dir_name' function. */ |
576086b490f8
Regenerated after adding test for get_current_dir_name.
Eli Zaretskii <eliz@gnu.org>
parents:
64640
diff
changeset
|
272 #undef HAVE_GET_CURRENT_DIR_NAME |
576086b490f8
Regenerated after adding test for get_current_dir_name.
Eli Zaretskii <eliz@gnu.org>
parents:
64640
diff
changeset
|
273 |
107426 | 274 /* Define to 1 if you have a gif (or ungif) library. */ |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
275 #undef HAVE_GIF |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
276 |
110865
e63fc1b578e7
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
110735
diff
changeset
|
277 /* Define if using GnuTLS. */ |
110584 | 278 #undef HAVE_GNUTLS |
279 | |
80994
62b6aa7f8c37
Use HAVE_GPM instead of HAVE_GPM_H.
Nick Roberts <nickrob@snap.net.nz>
parents:
80988
diff
changeset
|
280 /* Define to 1 if you have the gpm library (-lgpm). */ |
62b6aa7f8c37
Use HAVE_GPM instead of HAVE_GPM_H.
Nick Roberts <nickrob@snap.net.nz>
parents:
80988
diff
changeset
|
281 #undef HAVE_GPM |
80988
53eb4894d19c
* src/configure.in (AC_CHECK_HEADERS) Add gpm.h.
Nick Roberts <nickrob@snap.net.nz>
parents:
75415
diff
changeset
|
282 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
283 /* Define to 1 if you have the `grantpt' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
284 #undef HAVE_GRANTPT |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
285 |
109067
b5f73bf59a4f
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents:
108907
diff
changeset
|
286 /* Define to 1 if you have the `gtk_adjustment_get_page_size' function. */ |
b5f73bf59a4f
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents:
108907
diff
changeset
|
287 #undef HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE |
b5f73bf59a4f
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents:
108907
diff
changeset
|
288 |
58819 | 289 /* Define to 1 if you have GTK and pthread (-lpthread). */ |
290 #undef HAVE_GTK_AND_PTHREAD | |
291 | |
109067
b5f73bf59a4f
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents:
108907
diff
changeset
|
292 /* Define to 1 if you have the `gtk_dialog_get_action_area' function. */ |
b5f73bf59a4f
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents:
108907
diff
changeset
|
293 #undef HAVE_GTK_DIALOG_GET_ACTION_AREA |
57865
33a51d4a7f6b
* config.in: Rebuild (added HAVE_GTK_FILE_*).
Jan Djärv <jan.h.d@swipnet.se>
parents:
57623
diff
changeset
|
294 |
33a51d4a7f6b
* config.in: Rebuild (added HAVE_GTK_FILE_*).
Jan Djärv <jan.h.d@swipnet.se>
parents:
57623
diff
changeset
|
295 /* Define to 1 if you have the `gtk_file_selection_new' function. */ |
33a51d4a7f6b
* config.in: Rebuild (added HAVE_GTK_FILE_*).
Jan Djärv <jan.h.d@swipnet.se>
parents:
57623
diff
changeset
|
296 #undef HAVE_GTK_FILE_SELECTION_NEW |
33a51d4a7f6b
* config.in: Rebuild (added HAVE_GTK_FILE_*).
Jan Djärv <jan.h.d@swipnet.se>
parents:
57623
diff
changeset
|
297 |
74760 | 298 /* Define to 1 if you have the `gtk_main' function. */ |
299 #undef HAVE_GTK_MAIN | |
300 | |
109067
b5f73bf59a4f
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents:
108907
diff
changeset
|
301 /* Define to 1 if you have the `gtk_orientable_set_orientation' function. */ |
b5f73bf59a4f
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents:
108907
diff
changeset
|
302 #undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION |
b5f73bf59a4f
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents:
108907
diff
changeset
|
303 |
b5f73bf59a4f
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents:
108907
diff
changeset
|
304 /* Define to 1 if you have the `gtk_widget_get_mapped' function. */ |
b5f73bf59a4f
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents:
108907
diff
changeset
|
305 #undef HAVE_GTK_WIDGET_GET_MAPPED |
b5f73bf59a4f
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents:
108907
diff
changeset
|
306 |
b5f73bf59a4f
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents:
108907
diff
changeset
|
307 /* Define to 1 if you have the `gtk_widget_get_sensitive' function. */ |
b5f73bf59a4f
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents:
108907
diff
changeset
|
308 #undef HAVE_GTK_WIDGET_GET_SENSITIVE |
b5f73bf59a4f
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents:
108907
diff
changeset
|
309 |
b5f73bf59a4f
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents:
108907
diff
changeset
|
310 /* Define to 1 if you have the `gtk_widget_get_window' function. */ |
b5f73bf59a4f
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents:
108907
diff
changeset
|
311 #undef HAVE_GTK_WIDGET_GET_WINDOW |
b5f73bf59a4f
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents:
108907
diff
changeset
|
312 |
b5f73bf59a4f
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents:
108907
diff
changeset
|
313 /* Define to 1 if you have the `gtk_widget_set_has_window' function. */ |
b5f73bf59a4f
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Jan D <jan.h.d@swipnet.se>
parents:
108907
diff
changeset
|
314 #undef HAVE_GTK_WIDGET_SET_HAS_WINDOW |
53070 | 315 |
111617
75b974985fca
Fix link error on Fedora 14: newer GConf don't use g_type_*.
Jan D <jan.h.d@swipnet.se>
parents:
111613
diff
changeset
|
316 /* Define to 1 if you have the `g_type_init' function. */ |
75b974985fca
Fix link error on Fedora 14: newer GConf don't use g_type_*.
Jan D <jan.h.d@swipnet.se>
parents:
111613
diff
changeset
|
317 #undef HAVE_G_TYPE_INIT |
75b974985fca
Fix link error on Fedora 14: newer GConf don't use g_type_*.
Jan D <jan.h.d@swipnet.se>
parents:
111613
diff
changeset
|
318 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
319 /* Define to 1 if netdb.h declares h_errno. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
320 #undef HAVE_H_ERRNO |
493 | 321 |
109853 | 322 /* Define to 1 if using imagemagick. */ |
323 #undef HAVE_IMAGEMAGICK | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
324 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
325 /* Define to 1 if you have inet sockets. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
326 #undef HAVE_INET_SOCKETS |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
327 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
328 /* Define to 1 if you have the <inttypes.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
329 #undef HAVE_INTTYPES_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
330 |
108307
767894eefe6c
* floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
108274
diff
changeset
|
331 /* Define to 1 if you have the `isnan' function. */ |
767894eefe6c
* floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
108274
diff
changeset
|
332 #undef HAVE_ISNAN |
767894eefe6c
* floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
108274
diff
changeset
|
333 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
334 /* Define to 1 if you have the jpeg library (-ljpeg). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
335 #undef HAVE_JPEG |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
336 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
337 /* Define to 1 if you have the <kerberosIV/des.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
338 #undef HAVE_KERBEROSIV_DES_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
339 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
340 /* Define to 1 if you have the <kerberosIV/krb.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
341 #undef HAVE_KERBEROSIV_KRB_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
342 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
343 /* Define to 1 if you have the <kerberos/des.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
344 #undef HAVE_KERBEROS_DES_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
345 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
346 /* Define to 1 if you have the <kerberos/krb.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
347 #undef HAVE_KERBEROS_KRB_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
348 |
108945
998fccafba7a
* dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107059
diff
changeset
|
349 /* Define to 1 if `e_text' is a member of `krb5_error'. */ |
97322 | 350 #undef HAVE_KRB5_ERROR_E_TEXT |
351 | |
108945
998fccafba7a
* dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107059
diff
changeset
|
352 /* Define to 1 if `text' is a member of `krb5_error'. */ |
97322 | 353 #undef HAVE_KRB5_ERROR_TEXT |
354 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
355 /* Define to 1 if you have the <krb5.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
356 #undef HAVE_KRB5_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
357 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
358 /* Define to 1 if you have the <krb.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
359 #undef HAVE_KRB_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
360 |
49389 | 361 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ |
362 #undef HAVE_LANGINFO_CODESET | |
363 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
364 /* Define to 1 if you have the `com_err' library (-lcom_err). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
365 #undef HAVE_LIBCOM_ERR |
5631
702023e6a5e3
Add #undef for USE_X_TOOLKIT.
Richard M. Stallman <rms@gnu.org>
parents:
5597
diff
changeset
|
366 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
367 /* Define to 1 if you have the `crypto' library (-lcrypto). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
368 #undef HAVE_LIBCRYPTO |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
369 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
370 /* Define to 1 if you have the `des' library (-ldes). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
371 #undef HAVE_LIBDES |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
372 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
373 /* Define to 1 if you have the `des425' library (-ldes425). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
374 #undef HAVE_LIBDES425 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
375 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
376 /* Define to 1 if you have the `dgc' library (-ldgc). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
377 #undef HAVE_LIBDGC |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
378 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
379 /* Define to 1 if you have the `dnet' library (-ldnet). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
380 #undef HAVE_LIBDNET |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
381 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
382 /* Define to 1 if you have the hesiod library (-lhesiod). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
383 #undef HAVE_LIBHESIOD |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
384 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
385 /* Define to 1 if you have the `intl' library (-lintl). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
386 #undef HAVE_LIBINTL |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
387 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
388 /* Define to 1 if you have the `k5crypto' library (-lk5crypto). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
389 #undef HAVE_LIBK5CRYPTO |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
390 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
391 /* Define to 1 if you have the `krb' library (-lkrb). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
392 #undef HAVE_LIBKRB |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
393 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
394 /* Define to 1 if you have the `krb4' library (-lkrb4). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
395 #undef HAVE_LIBKRB4 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
396 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
397 /* Define to 1 if you have the `krb5' library (-lkrb5). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
398 #undef HAVE_LIBKRB5 |
2510 | 399 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
400 /* Define to 1 if you have the `kstat' library (-lkstat). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
401 #undef HAVE_LIBKSTAT |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
402 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
403 /* Define to 1 if you have the `lockfile' library (-llockfile). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
404 #undef HAVE_LIBLOCKFILE |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
405 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
406 /* Define to 1 if you have the `m' library (-lm). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
407 #undef HAVE_LIBM |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
408 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
409 /* Define to 1 if you have the `mail' library (-lmail). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
410 #undef HAVE_LIBMAIL |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
411 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
412 /* Define to 1 if you have the `ncurses' library (-lncurses). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
413 #undef HAVE_LIBNCURSES |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
414 |
92517 | 415 /* Define to 1 if using libotf. */ |
90418 | 416 #undef HAVE_LIBOTF |
417 | |
52027 | 418 /* Define to 1 if you have the <libpng/png.h> header file. */ |
419 #undef HAVE_LIBPNG_PNG_H | |
420 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
421 /* Define to 1 if you have the `pthreads' library (-lpthreads). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
422 #undef HAVE_LIBPTHREADS |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
423 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
424 /* Define to 1 if you have the resolv library (-lresolv). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
425 #undef HAVE_LIBRESOLV |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
426 |
108013
393a4e5223b1
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
107538
diff
changeset
|
427 /* Define to 1 if using SELinux. */ |
393a4e5223b1
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
107538
diff
changeset
|
428 #undef HAVE_LIBSELINUX |
393a4e5223b1
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
107538
diff
changeset
|
429 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
430 /* Define to 1 if you have the `Xext' library (-lXext). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
431 #undef HAVE_LIBXEXT |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
432 |
110865
e63fc1b578e7
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
110735
diff
changeset
|
433 /* Define to 1 if you have the libxml library (-lxml2). */ |
e63fc1b578e7
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
110735
diff
changeset
|
434 #undef HAVE_LIBXML2 |
e63fc1b578e7
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
110735
diff
changeset
|
435 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
436 /* Define to 1 if you have the `Xmu' library (-lXmu). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
437 #undef HAVE_LIBXMU |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
438 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
439 /* Define to 1 if you have the <limits.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
440 #undef HAVE_LIMITS_H |
19473
5dd02300cc31
(HAVE_MOTIF_2_1): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
18613
diff
changeset
|
441 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
442 /* Define to 1 if you have the <linux/version.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
443 #undef HAVE_LINUX_VERSION_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
444 |
51512 | 445 /* Define to 1 if you have the <locale.h> header file. */ |
446 #undef HAVE_LOCALE_H | |
447 | |
112308 | 448 /* Define to 1 if you have the `localtime_r' function. */ |
449 #undef HAVE_LOCALTIME_R | |
450 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
451 /* Define to 1 if you have the `logb' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
452 #undef HAVE_LOGB |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
453 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
454 /* Define to 1 if you support file names longer than 14 characters. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
455 #undef HAVE_LONG_FILE_NAMES |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
456 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
457 /* Define to 1 if you have the `lrand48' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
458 #undef HAVE_LRAND48 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
459 |
92517 | 460 /* Define to 1 if using libm17n-flt. */ |
91149 | 461 #undef HAVE_M17N_FLT |
462 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
463 /* Define to 1 if you have the <machine/soundcard.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
464 #undef HAVE_MACHINE_SOUNDCARD_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
465 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
466 /* Define to 1 if you have the <mach/mach.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
467 #undef HAVE_MACH_MACH_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
468 |
109857
d7a20b755b64
configure support for MagickExportImagePixels and README
Joakim <joakim@localhost.localdomain>
parents:
109853
diff
changeset
|
469 /* Define to 1 if you have the `MagickExportImagePixels' function. */ |
d7a20b755b64
configure support for MagickExportImagePixels and README
Joakim <joakim@localhost.localdomain>
parents:
109853
diff
changeset
|
470 #undef HAVE_MAGICKEXPORTIMAGEPIXELS |
d7a20b755b64
configure support for MagickExportImagePixels and README
Joakim <joakim@localhost.localdomain>
parents:
109853
diff
changeset
|
471 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
472 /* Define to 1 if you have the <maillock.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
473 #undef HAVE_MAILLOCK_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
474 |
57397
8434603cae5b
config.in (HAVE_MALLOC_MALLOC_H): Regenerate
Steven Tamm <steventamm@mac.com>
parents:
57336
diff
changeset
|
475 /* Define to 1 if you have the <malloc/malloc.h> header file. */ |
8434603cae5b
config.in (HAVE_MALLOC_MALLOC_H): Regenerate
Steven Tamm <steventamm@mac.com>
parents:
57336
diff
changeset
|
476 #undef HAVE_MALLOC_MALLOC_H |
8434603cae5b
config.in (HAVE_MALLOC_MALLOC_H): Regenerate
Steven Tamm <steventamm@mac.com>
parents:
57336
diff
changeset
|
477 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
478 /* Define to 1 if you have the `mblen' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
479 #undef HAVE_MBLEN |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
480 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
481 /* Define to 1 if you have the `mbrlen' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
482 #undef HAVE_MBRLEN |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
483 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
484 /* Define to 1 if you have the `mbsinit' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
485 #undef HAVE_MBSINIT |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
486 |
51512 | 487 /* Define to 1 if <wchar.h> declares mbstate_t. */ |
488 #undef HAVE_MBSTATE_T | |
489 | |
50013
1851c50836dd
*** empty log message ***
Rob Browning <rlb@defaultvalue.org>
parents:
49600
diff
changeset
|
490 /* Define to 1 if you have the `memcmp' function. */ |
1851c50836dd
*** empty log message ***
Rob Browning <rlb@defaultvalue.org>
parents:
49600
diff
changeset
|
491 #undef HAVE_MEMCMP |
1851c50836dd
*** empty log message ***
Rob Browning <rlb@defaultvalue.org>
parents:
49600
diff
changeset
|
492 |
51512 | 493 /* Define to 1 if you have the `memcpy' function. */ |
494 #undef HAVE_MEMCPY | |
495 | |
48221 | 496 /* Define to 1 if you have the `memmove' function. */ |
497 #undef HAVE_MEMMOVE | |
498 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
499 /* Define to 1 if you have the <memory.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
500 #undef HAVE_MEMORY_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
501 |
51512 | 502 /* Define to 1 if you have the `mempcpy' function. */ |
503 #undef HAVE_MEMPCPY | |
504 | |
48577 | 505 /* Define to 1 if you have the `memset' function. */ |
506 #undef HAVE_MEMSET | |
507 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
508 /* Define to 1 if you have mouse menus. (This is automatic if you use X, but |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
509 the option to specify it remains.) It is also defined with other window |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
510 systems that support xmenu.c. */ |
13844
142e3db94b69
(HAVE_MENUS): Renamed from HAVE_X_MENU.
Richard M. Stallman <rms@gnu.org>
parents:
13835
diff
changeset
|
511 #undef HAVE_MENUS |
493 | 512 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
513 /* Define to 1 if you have the `mkdir' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
514 #undef HAVE_MKDIR |
7489
303a2e277819
(HAVE_X11XTR6): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
515 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
516 /* Define to 1 if you have the `mkstemp' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
517 #undef HAVE_MKSTEMP |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
518 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
519 /* Define to 1 if you have a working `mmap' system call. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
520 #undef HAVE_MMAP |
15528
0aa677111ee8
(HAVE_X11R5): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
14957
diff
changeset
|
521 |
108556
0ab790b153aa
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
108526
diff
changeset
|
522 /* Define if you have mouse support. */ |
0ab790b153aa
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
108526
diff
changeset
|
523 #undef HAVE_MOUSE |
25013 | 524 |
48221 | 525 /* Define to 1 if you have the `mremap' function. */ |
526 #undef HAVE_MREMAP | |
527 | |
52501 | 528 /* Define to 1 if you have the <net/if.h> header file. */ |
529 #undef HAVE_NET_IF_H | |
530 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
531 /* Define to 1 if you have the <nlist.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
532 #undef HAVE_NLIST_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
533 |
96675
d45acf0c8d23
merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
96129
diff
changeset
|
534 /* Define to 1 if you are using the NeXTstep API, either GNUstep or Cocoa on |
d45acf0c8d23
merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
96129
diff
changeset
|
535 Mac OS X. */ |
d45acf0c8d23
merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
96129
diff
changeset
|
536 #undef HAVE_NS |
d45acf0c8d23
merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
96129
diff
changeset
|
537 |
102274
9688587d3982
Bump version to 23.0.91.
Chong Yidong <cyd@stupidchicken.com>
parents:
101799
diff
changeset
|
538 /* Define to 1 if libotf has OTF_get_variation_glyphs. */ |
9688587d3982
Bump version to 23.0.91.
Chong Yidong <cyd@stupidchicken.com>
parents:
101799
diff
changeset
|
539 #undef HAVE_OTF_GET_VARIATION_GLYPHS |
9688587d3982
Bump version to 23.0.91.
Chong Yidong <cyd@stupidchicken.com>
parents:
101799
diff
changeset
|
540 |
57623
1293d7f90911
* emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
Jan Djärv <jan.h.d@swipnet.se>
parents:
57397
diff
changeset
|
541 /* Define to 1 if personality LINUX32 can be set. */ |
1293d7f90911
* emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
Jan Djärv <jan.h.d@swipnet.se>
parents:
57397
diff
changeset
|
542 #undef HAVE_PERSONALITY_LINUX32 |
1293d7f90911
* emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
Jan Djärv <jan.h.d@swipnet.se>
parents:
57397
diff
changeset
|
543 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
544 /* Define to 1 if you have the png library (-lpng). */ |
25013 | 545 #undef HAVE_PNG |
546 | |
52027 | 547 /* Define to 1 if you have the <png.h> header file. */ |
548 #undef HAVE_PNG_H | |
549 | |
550 /* Define to 1 if you have the `posix_memalign' function. */ | |
551 #undef HAVE_POSIX_MEMALIGN | |
552 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
553 /* Define to 1 if you have the `pstat_getdynamic' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
554 #undef HAVE_PSTAT_GETDYNAMIC |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
555 |
58819 | 556 /* Define to 1 if you have the <pthread.h> header file. */ |
557 #undef HAVE_PTHREAD_H | |
558 | |
48221 | 559 /* Define to 1 if you have the <pty.h> header file. */ |
560 #undef HAVE_PTY_H | |
561 | |
61696 | 562 /* Define to 1 if you have the <pwd.h> header file. */ |
563 #undef HAVE_PWD_H | |
564 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
565 /* Define to 1 if you have the `random' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
566 #undef HAVE_RANDOM |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
567 |
112311 | 568 /* Define to 1 if chown is declared even after undefining macros. */ |
569 #undef HAVE_RAW_DECL_CHOWN | |
570 | |
571 /* Define to 1 if dup2 is declared even after undefining macros. */ | |
572 #undef HAVE_RAW_DECL_DUP2 | |
573 | |
574 /* Define to 1 if dup3 is declared even after undefining macros. */ | |
575 #undef HAVE_RAW_DECL_DUP3 | |
576 | |
577 /* Define to 1 if endusershell is declared even after undefining macros. */ | |
578 #undef HAVE_RAW_DECL_ENDUSERSHELL | |
579 | |
580 /* Define to 1 if environ is declared even after undefining macros. */ | |
581 #undef HAVE_RAW_DECL_ENVIRON | |
582 | |
583 /* Define to 1 if euidaccess is declared even after undefining macros. */ | |
584 #undef HAVE_RAW_DECL_EUIDACCESS | |
585 | |
586 /* Define to 1 if faccessat is declared even after undefining macros. */ | |
587 #undef HAVE_RAW_DECL_FACCESSAT | |
588 | |
589 /* Define to 1 if fchdir is declared even after undefining macros. */ | |
590 #undef HAVE_RAW_DECL_FCHDIR | |
591 | |
592 /* Define to 1 if fchownat is declared even after undefining macros. */ | |
593 #undef HAVE_RAW_DECL_FCHOWNAT | |
594 | |
595 /* Define to 1 if fsync is declared even after undefining macros. */ | |
596 #undef HAVE_RAW_DECL_FSYNC | |
597 | |
598 /* Define to 1 if ftruncate is declared even after undefining macros. */ | |
599 #undef HAVE_RAW_DECL_FTRUNCATE | |
600 | |
601 /* Define to 1 if getcwd is declared even after undefining macros. */ | |
602 #undef HAVE_RAW_DECL_GETCWD | |
603 | |
604 /* Define to 1 if getdomainname is declared even after undefining macros. */ | |
605 #undef HAVE_RAW_DECL_GETDOMAINNAME | |
606 | |
607 /* Define to 1 if getdtablesize is declared even after undefining macros. */ | |
608 #undef HAVE_RAW_DECL_GETDTABLESIZE | |
609 | |
610 /* Define to 1 if getgroups is declared even after undefining macros. */ | |
611 #undef HAVE_RAW_DECL_GETGROUPS | |
612 | |
613 /* Define to 1 if gethostname is declared even after undefining macros. */ | |
614 #undef HAVE_RAW_DECL_GETHOSTNAME | |
615 | |
616 /* Define to 1 if getlogin is declared even after undefining macros. */ | |
617 #undef HAVE_RAW_DECL_GETLOGIN | |
618 | |
619 /* Define to 1 if getlogin_r is declared even after undefining macros. */ | |
620 #undef HAVE_RAW_DECL_GETLOGIN_R | |
621 | |
622 /* Define to 1 if getpagesize is declared even after undefining macros. */ | |
623 #undef HAVE_RAW_DECL_GETPAGESIZE | |
624 | |
625 /* Define to 1 if getusershell is declared even after undefining macros. */ | |
626 #undef HAVE_RAW_DECL_GETUSERSHELL | |
627 | |
628 /* Define to 1 if lchown is declared even after undefining macros. */ | |
629 #undef HAVE_RAW_DECL_LCHOWN | |
630 | |
631 /* Define to 1 if link is declared even after undefining macros. */ | |
632 #undef HAVE_RAW_DECL_LINK | |
633 | |
634 /* Define to 1 if linkat is declared even after undefining macros. */ | |
635 #undef HAVE_RAW_DECL_LINKAT | |
636 | |
637 /* Define to 1 if lseek is declared even after undefining macros. */ | |
638 #undef HAVE_RAW_DECL_LSEEK | |
639 | |
640 /* Define to 1 if pipe is declared even after undefining macros. */ | |
641 #undef HAVE_RAW_DECL_PIPE | |
642 | |
643 /* Define to 1 if pipe2 is declared even after undefining macros. */ | |
644 #undef HAVE_RAW_DECL_PIPE2 | |
645 | |
646 /* Define to 1 if pread is declared even after undefining macros. */ | |
647 #undef HAVE_RAW_DECL_PREAD | |
648 | |
649 /* Define to 1 if pwrite is declared even after undefining macros. */ | |
650 #undef HAVE_RAW_DECL_PWRITE | |
651 | |
652 /* Define to 1 if readlink is declared even after undefining macros. */ | |
653 #undef HAVE_RAW_DECL_READLINK | |
654 | |
655 /* Define to 1 if readlinkat is declared even after undefining macros. */ | |
656 #undef HAVE_RAW_DECL_READLINKAT | |
657 | |
658 /* Define to 1 if rmdir is declared even after undefining macros. */ | |
659 #undef HAVE_RAW_DECL_RMDIR | |
660 | |
661 /* Define to 1 if setusershell is declared even after undefining macros. */ | |
662 #undef HAVE_RAW_DECL_SETUSERSHELL | |
663 | |
664 /* Define to 1 if sleep is declared even after undefining macros. */ | |
665 #undef HAVE_RAW_DECL_SLEEP | |
666 | |
667 /* Define to 1 if symlink is declared even after undefining macros. */ | |
668 #undef HAVE_RAW_DECL_SYMLINK | |
669 | |
670 /* Define to 1 if symlinkat is declared even after undefining macros. */ | |
671 #undef HAVE_RAW_DECL_SYMLINKAT | |
672 | |
673 /* Define to 1 if ttyname_r is declared even after undefining macros. */ | |
674 #undef HAVE_RAW_DECL_TTYNAME_R | |
675 | |
676 /* Define to 1 if unlink is declared even after undefining macros. */ | |
677 #undef HAVE_RAW_DECL_UNLINK | |
678 | |
679 /* Define to 1 if unlinkat is declared even after undefining macros. */ | |
680 #undef HAVE_RAW_DECL_UNLINKAT | |
681 | |
682 /* Define to 1 if usleep is declared even after undefining macros. */ | |
683 #undef HAVE_RAW_DECL_USLEEP | |
684 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
685 /* Define to 1 if you have the `recvfrom' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
686 #undef HAVE_RECVFROM |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
687 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
688 /* Define to 1 if you have the `rename' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
689 #undef HAVE_RENAME |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
690 |
85396 | 691 /* Define to 1 if res_init is available. */ |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
692 #undef HAVE_RES_INIT |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
693 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
694 /* Define to 1 if you have the `rint' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
695 #undef HAVE_RINT |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
696 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
697 /* Define to 1 if you have the `rmdir' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
698 #undef HAVE_RMDIR |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
699 |
82737 | 700 /* Define to 1 if using librsvg. */ |
701 #undef HAVE_RSVG | |
702 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
703 /* Define to 1 if you have the `select' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
704 #undef HAVE_SELECT |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
705 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
706 /* Define to 1 if you have the `sendto' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
707 #undef HAVE_SENDTO |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
708 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
709 /* Define to 1 if you have the `setitimer' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
710 #undef HAVE_SETITIMER |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
711 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
712 /* Define to 1 if you have the `setlocale' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
713 #undef HAVE_SETLOCALE |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
714 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
715 /* Define to 1 if you have the `setpgid' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
716 #undef HAVE_SETPGID |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
717 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
718 /* Define to 1 if you have the `setrlimit' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
719 #undef HAVE_SETRLIMIT |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
720 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
721 /* Define to 1 if you have the `setsid' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
722 #undef HAVE_SETSID |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
723 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
724 /* Define to 1 if you have the `setsockopt' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
725 #undef HAVE_SETSOCKOPT |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
726 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
727 /* Define to 1 if you have the `shutdown' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
728 #undef HAVE_SHUTDOWN |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
729 |
48221 | 730 /* Define to 1 if the system has the type `size_t'. */ |
731 #undef HAVE_SIZE_T | |
732 | |
109075
48064019239b
* configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
Glenn Morris <rgm@gnu.org>
parents:
109074
diff
changeset
|
733 /* Define to 1 if you have sound support. */ |
48064019239b
* configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
Glenn Morris <rgm@gnu.org>
parents:
109074
diff
changeset
|
734 #undef HAVE_SOUND |
48064019239b
* configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
Glenn Morris <rgm@gnu.org>
parents:
109074
diff
changeset
|
735 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
736 /* Define to 1 if you have the <soundcard.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
737 #undef HAVE_SOUNDCARD_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
738 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
739 /* Define to 1 if `speed_t' is declared by <termios.h>. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
740 #undef HAVE_SPEED_T |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
741 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
742 /* Define to 1 if you have the <stdint.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
743 #undef HAVE_STDINT_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
744 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
745 /* Define to 1 if you have the <stdio_ext.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
746 #undef HAVE_STDIO_EXT_H |
25013 | 747 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
748 /* Define to 1 if you have the <stdlib.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
749 #undef HAVE_STDLIB_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
750 |
109315
8f3464b85afb
Use strchr, strrchr instead of index, rindex
Andreas Schwab <schwab@linux-m68k.org>
parents:
109165
diff
changeset
|
751 /* Define to 1 if you have the `strchr' function. */ |
8f3464b85afb
Use strchr, strrchr instead of index, rindex
Andreas Schwab <schwab@linux-m68k.org>
parents:
109165
diff
changeset
|
752 #undef HAVE_STRCHR |
8f3464b85afb
Use strchr, strrchr instead of index, rindex
Andreas Schwab <schwab@linux-m68k.org>
parents:
109165
diff
changeset
|
753 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
754 /* Define to 1 if you have the `strerror' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
755 #undef HAVE_STRERROR |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
756 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
757 /* Define to 1 if you have the `strftime' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
758 #undef HAVE_STRFTIME |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
759 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
760 /* Define to 1 if you have the <strings.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
761 #undef HAVE_STRINGS_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
762 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
763 /* Define to 1 if you have the <string.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
764 #undef HAVE_STRING_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
765 |
109315
8f3464b85afb
Use strchr, strrchr instead of index, rindex
Andreas Schwab <schwab@linux-m68k.org>
parents:
109165
diff
changeset
|
766 /* Define to 1 if you have the `strrchr' function. */ |
8f3464b85afb
Use strchr, strrchr instead of index, rindex
Andreas Schwab <schwab@linux-m68k.org>
parents:
109165
diff
changeset
|
767 #undef HAVE_STRRCHR |
8f3464b85afb
Use strchr, strrchr instead of index, rindex
Andreas Schwab <schwab@linux-m68k.org>
parents:
109165
diff
changeset
|
768 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
769 /* Define to 1 if you have the `strsignal' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
770 #undef HAVE_STRSIGNAL |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
771 |
108945
998fccafba7a
* dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107059
diff
changeset
|
772 /* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */ |
52593 | 773 #undef HAVE_STRUCT_IFREQ_IFR_ADDR |
774 | |
108945
998fccafba7a
* dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107059
diff
changeset
|
775 /* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */ |
52593 | 776 #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR |
777 | |
108945
998fccafba7a
* dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107059
diff
changeset
|
778 /* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */ |
52593 | 779 #undef HAVE_STRUCT_IFREQ_IFR_FLAGS |
780 | |
108945
998fccafba7a
* dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107059
diff
changeset
|
781 /* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */ |
52593 | 782 #undef HAVE_STRUCT_IFREQ_IFR_HWADDR |
783 | |
108945
998fccafba7a
* dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107059
diff
changeset
|
784 /* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */ |
52593 | 785 #undef HAVE_STRUCT_IFREQ_IFR_NETMASK |
786 | |
108945
998fccafba7a
* dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107059
diff
changeset
|
787 /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */ |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
788 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
789 |
108945
998fccafba7a
* dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107059
diff
changeset
|
790 /* Define to 1 if `tm_zone' is a member of `struct tm'. */ |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
791 #undef HAVE_STRUCT_TM_TM_ZONE |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
792 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
793 /* Define to 1 if `struct utimbuf' is declared by <utime.h>. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
794 #undef HAVE_STRUCT_UTIMBUF |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
795 |
74400
c35f13192fbf
Regenerate.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
74301
diff
changeset
|
796 /* Define to 1 if you have the `sync' function. */ |
c35f13192fbf
Regenerate.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
74301
diff
changeset
|
797 #undef HAVE_SYNC |
c35f13192fbf
Regenerate.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
74301
diff
changeset
|
798 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
799 /* Define to 1 if you have the `sysinfo' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
800 #undef HAVE_SYSINFO |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
801 |
48221 | 802 /* Define to 1 if you have the <sys/mman.h> header file. */ |
803 #undef HAVE_SYS_MMAN_H | |
804 | |
805 /* Define to 1 if you have the <sys/param.h> header file. */ | |
806 #undef HAVE_SYS_PARAM_H | |
807 | |
48497 | 808 /* Define to 1 if you have the <sys/resource.h> header file. */ |
809 #undef HAVE_SYS_RESOURCE_H | |
810 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
811 /* Define to 1 if you have the <sys/select.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
812 #undef HAVE_SYS_SELECT_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
813 |
53282 | 814 /* Define to 1 if you have the <sys/socket.h> header file. */ |
815 #undef HAVE_SYS_SOCKET_H | |
816 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
817 /* Define to 1 if you have the <sys/soundcard.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
818 #undef HAVE_SYS_SOUNDCARD_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
819 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
820 /* Define to 1 if you have the <sys/stat.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
821 #undef HAVE_SYS_STAT_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
822 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
823 /* Define to 1 if you have the <sys/systeminfo.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
824 #undef HAVE_SYS_SYSTEMINFO_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
825 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
826 /* Define to 1 if you have the <sys/time.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
827 #undef HAVE_SYS_TIME_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
828 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
829 /* Define to 1 if you have the <sys/types.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
830 #undef HAVE_SYS_TYPES_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
831 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
832 /* Define to 1 if you have the <sys/un.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
833 #undef HAVE_SYS_UN_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
834 |
59644
d8d85276ffed
* editfns.c (Voperating_system_release): Added.
Steven Tamm <steventamm@mac.com>
parents:
58828
diff
changeset
|
835 /* Define to 1 if you have the <sys/utsname.h> header file. */ |
d8d85276ffed
* editfns.c (Voperating_system_release): Added.
Steven Tamm <steventamm@mac.com>
parents:
58828
diff
changeset
|
836 #undef HAVE_SYS_UTSNAME_H |
d8d85276ffed
* editfns.c (Voperating_system_release): Added.
Steven Tamm <steventamm@mac.com>
parents:
58828
diff
changeset
|
837 |
48497 | 838 /* Define to 1 if you have the <sys/vlimit.h> header file. */ |
839 #undef HAVE_SYS_VLIMIT_H | |
840 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
841 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
842 #undef HAVE_SYS_WAIT_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
843 |
51663
067015689976
Add XRegisterIMInstantiateCallback_arg6 so it will be defined.
Jan Djärv <jan.h.d@swipnet.se>
parents:
51512
diff
changeset
|
844 /* Define to 1 if you have the <sys/_mbstate_t.h> header file. */ |
067015689976
Add XRegisterIMInstantiateCallback_arg6 so it will be defined.
Jan Djärv <jan.h.d@swipnet.se>
parents:
51512
diff
changeset
|
845 #undef HAVE_SYS__MBSTATE_T_H |
067015689976
Add XRegisterIMInstantiateCallback_arg6 so it will be defined.
Jan Djärv <jan.h.d@swipnet.se>
parents:
51512
diff
changeset
|
846 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
847 /* Define to 1 if you have the <term.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
848 #undef HAVE_TERM_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
849 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
850 /* Define to 1 if you have the tiff library (-ltiff). */ |
25013 | 851 #undef HAVE_TIFF |
852 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
853 /* Define to 1 if `struct timeval' is declared by <sys/time.h>. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
854 #undef HAVE_TIMEVAL |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
855 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
856 /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
857 #undef HAVE_TM_GMTOFF |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
858 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
859 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
860 `HAVE_STRUCT_TM_TM_ZONE' instead. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
861 #undef HAVE_TM_ZONE |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
862 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
863 /* Define to 1 if you have the `touchlock' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
864 #undef HAVE_TOUCHLOCK |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
865 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
866 /* Define to 1 if you don't have `tm_zone' but do have the external array |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
867 `tzname'. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
868 #undef HAVE_TZNAME |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
869 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
870 /* Define to 1 if you have the `tzset' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
871 #undef HAVE_TZSET |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
872 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
873 /* Define to 1 if you have the `ualarm' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
874 #undef HAVE_UALARM |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
875 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
876 /* Define to 1 if you have the <unistd.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
877 #undef HAVE_UNISTD_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
878 |
109653
9cfca8c9fb07
Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
Jan D <jan.h.d@swipnet.se>
parents:
109585
diff
changeset
|
879 /* Define to 1 if you have the <util.h> header file. */ |
9cfca8c9fb07
Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
Jan D <jan.h.d@swipnet.se>
parents:
109585
diff
changeset
|
880 #undef HAVE_UTIL_H |
9cfca8c9fb07
Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
Jan D <jan.h.d@swipnet.se>
parents:
109585
diff
changeset
|
881 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
882 /* Define to 1 if you have the `utimes' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
883 #undef HAVE_UTIMES |
25013 | 884 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
885 /* Define to 1 if you have the <utime.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
886 #undef HAVE_UTIME_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
887 |
107059
4ab5994c2846
src/config.in: Regenerate.
Chong Yidong <cyd@stupidchicken.com>
parents:
106815
diff
changeset
|
888 /* Define to 1 if you have the <utmp.h> header file. */ |
4ab5994c2846
src/config.in: Regenerate.
Chong Yidong <cyd@stupidchicken.com>
parents:
106815
diff
changeset
|
889 #undef HAVE_UTMP_H |
4ab5994c2846
src/config.in: Regenerate.
Chong Yidong <cyd@stupidchicken.com>
parents:
106815
diff
changeset
|
890 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
891 /* Define to 1 if you have the `vfork' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
892 #undef HAVE_VFORK |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
893 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
894 /* Define to 1 if you have the <vfork.h> header file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
895 #undef HAVE_VFORK_H |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
896 |
112308 | 897 /* Define if you have the 'wchar_t' type. */ |
898 #undef HAVE_WCHAR_T | |
899 | |
108556
0ab790b153aa
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
108526
diff
changeset
|
900 /* Define if you have a window system. */ |
0ab790b153aa
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
108526
diff
changeset
|
901 #undef HAVE_WINDOW_SYSTEM |
0ab790b153aa
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
108526
diff
changeset
|
902 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
903 /* Define to 1 if `fork' works. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
904 #undef HAVE_WORKING_FORK |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
905 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
906 /* Define to 1 if `vfork' works. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
907 #undef HAVE_WORKING_VFORK |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
908 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
909 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
910 expects to use version 10. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
911 #undef HAVE_X11 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
912 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
913 /* Define to 1 if you have the X11R6 or newer version of Xlib. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
914 #undef HAVE_X11R6 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
915 |
109075
48064019239b
* configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
Glenn Morris <rgm@gnu.org>
parents:
109074
diff
changeset
|
916 /* Define if you have usable X11R6-style XIM support. */ |
48064019239b
* configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
Glenn Morris <rgm@gnu.org>
parents:
109074
diff
changeset
|
917 #undef HAVE_X11R6_XIM |
48064019239b
* configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
Glenn Morris <rgm@gnu.org>
parents:
109074
diff
changeset
|
918 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
919 /* Define to 1 if you have the X11R6 or newer version of Xt. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
920 #undef HAVE_X11XTR6 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
921 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
922 /* Define to 1 if you have the Xaw3d library (-lXaw3d). */ |
25013 | 923 #undef HAVE_XAW3D |
924 | |
75415 | 925 /* Define to 1 if you have the Xft library. */ |
926 #undef HAVE_XFT | |
927 | |
52375 | 928 /* Define to 1 if XIM is available */ |
929 #undef HAVE_XIM | |
930 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
931 /* Define to 1 if you have the XkbGetKeyboard function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
932 #undef HAVE_XKBGETKEYBOARD |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
933 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
934 /* Define to 1 if you have the Xpm libary (-lXpm). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
935 #undef HAVE_XPM |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
936 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
937 /* Define to 1 if you have the `XrmSetDatabase' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
938 #undef HAVE_XRMSETDATABASE |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
939 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
940 /* Define to 1 if you have the `XScreenNumberOfScreen' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
941 #undef HAVE_XSCREENNUMBEROFSCREEN |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
942 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
943 /* Define to 1 if you have the `XScreenResourceString' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
944 #undef HAVE_XSCREENRESOURCESTRING |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
945 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
946 /* Define to 1 if you have the `XSetWMProtocols' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
947 #undef HAVE_XSETWMPROTOCOLS |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
948 |
109075
48064019239b
* configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
Glenn Morris <rgm@gnu.org>
parents:
109074
diff
changeset
|
949 /* Define if you have usable i18n support. */ |
48064019239b
* configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
Glenn Morris <rgm@gnu.org>
parents:
109074
diff
changeset
|
950 #undef HAVE_X_I18N |
48064019239b
* configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
Glenn Morris <rgm@gnu.org>
parents:
109074
diff
changeset
|
951 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
952 /* Define to 1 if you have the SM library (-lSM). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
953 #undef HAVE_X_SM |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
954 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
955 /* Define to 1 if you want to use the X window system. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
956 #undef HAVE_X_WINDOWS |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
957 |
112125
4dbda0e7c8bf
Use __builtin_unwind_init if available
Andreas Schwab <schwab@linux-m68k.org>
parents:
111945
diff
changeset
|
958 /* Define to 1 if you have the `__builtin_unwind_init' function. */ |
4dbda0e7c8bf
Use __builtin_unwind_init if available
Andreas Schwab <schwab@linux-m68k.org>
parents:
111945
diff
changeset
|
959 #undef HAVE___BUILTIN_UNWIND_INIT |
4dbda0e7c8bf
Use __builtin_unwind_init if available
Andreas Schwab <schwab@linux-m68k.org>
parents:
111945
diff
changeset
|
960 |
109539
d962ccf8829f
Use __executable_start to find start of text segment for profiling
Andreas Schwab <schwab@linux-m68k.org>
parents:
109315
diff
changeset
|
961 /* Define to 1 if you have the `__executable_start' function. */ |
d962ccf8829f
Use __executable_start to find start of text segment for profiling
Andreas Schwab <schwab@linux-m68k.org>
parents:
109315
diff
changeset
|
962 #undef HAVE___EXECUTABLE_START |
d962ccf8829f
Use __executable_start to find start of text segment for profiling
Andreas Schwab <schwab@linux-m68k.org>
parents:
109315
diff
changeset
|
963 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
964 /* Define to 1 if you have the `__fpending' function. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
965 #undef HAVE___FPENDING |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
966 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
967 /* Define to support using a Hesiod database to find the POP server. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
968 #undef HESIOD |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
969 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
970 /* Define to support Kerberos-authenticated POP mail retrieval. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
971 #undef KERBEROS |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
972 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
973 /* Define to use Kerberos 5 instead of Kerberos 4. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
974 #undef KERBEROS5 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
975 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
976 /* Define to 1 if localtime caches TZ. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
977 #undef LOCALTIME_CACHE |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
978 |
107426 | 979 /* String giving fallback POP mail host. */ |
980 #undef MAILHOST | |
981 | |
982 /* Define to unlink, rather than empty, mail spool after reading. */ | |
983 #undef MAIL_UNLINK_SPOOL | |
984 | |
108380
72fc67fa8fe3
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
108374
diff
changeset
|
985 /* Define if the mailer uses flock to interlock the mail spool. */ |
72fc67fa8fe3
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
108374
diff
changeset
|
986 #undef MAIL_USE_FLOCK |
72fc67fa8fe3
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
108374
diff
changeset
|
987 |
72fc67fa8fe3
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
108374
diff
changeset
|
988 /* Define if the mailer uses lockf to interlock the mail spool. */ |
72fc67fa8fe3
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
108374
diff
changeset
|
989 #undef MAIL_USE_LOCKF |
72fc67fa8fe3
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
108374
diff
changeset
|
990 |
107426 | 991 /* Define to support MMDF mailboxes in movemail. */ |
992 #undef MAIL_USE_MMDF | |
993 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
994 /* Define to support POP mail retrieval. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
995 #undef MAIL_USE_POP |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
996 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
997 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
998 on `HAVE_STRUCT_NLIST_N_UN_N_NAME */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
999 #undef NLIST_NAME_UNION |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1000 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1001 /* Define to 1 if you don't have struct exception in math.h. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1002 #undef NO_MATHERR |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1003 |
112303 | 1004 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
1005 #undef NO_MINUS_C_MINUS_O | |
1006 | |
106009
e6af95c4c862
Use gcc-generated dependency files if we can (GNU Make and gcc required).
Jan Djärv <jan.h.d@swipnet.se>
parents:
105564
diff
changeset
|
1007 /* Define to 1 if `NSInteger' is defined. */ |
e6af95c4c862
Use gcc-generated dependency files if we can (GNU Make and gcc required).
Jan Djärv <jan.h.d@swipnet.se>
parents:
105564
diff
changeset
|
1008 #undef NS_HAVE_NSINTEGER |
e6af95c4c862
Use gcc-generated dependency files if we can (GNU Make and gcc required).
Jan Djärv <jan.h.d@swipnet.se>
parents:
105564
diff
changeset
|
1009 |
96675
d45acf0c8d23
merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
96129
diff
changeset
|
1010 /* Define to 1 if you are using NS windowing under MacOS X. */ |
d45acf0c8d23
merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
96129
diff
changeset
|
1011 #undef NS_IMPL_COCOA |
d45acf0c8d23
merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
96129
diff
changeset
|
1012 |
d45acf0c8d23
merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
96129
diff
changeset
|
1013 /* Define to 1 if you are using NS windowing under GNUstep. */ |
d45acf0c8d23
merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
96129
diff
changeset
|
1014 #undef NS_IMPL_GNUSTEP |
d45acf0c8d23
merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
96129
diff
changeset
|
1015 |
108692
bd5f6b9253ef
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
108621
diff
changeset
|
1016 /* Define if the C compiler is the linker. */ |
bd5f6b9253ef
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
108621
diff
changeset
|
1017 #undef ORDINARY_LINK |
bd5f6b9253ef
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
108621
diff
changeset
|
1018 |
112303 | 1019 /* Name of package */ |
1020 #undef PACKAGE | |
1021 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1022 /* Define to the address where bug reports for this package should be sent. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1023 #undef PACKAGE_BUGREPORT |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1024 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1025 /* Define to the full name of this package. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1026 #undef PACKAGE_NAME |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1027 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1028 /* Define to the full name and version of this package. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1029 #undef PACKAGE_STRING |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1030 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1031 /* Define to the one symbol short name of this package. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1032 #undef PACKAGE_TARNAME |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1033 |
108945
998fccafba7a
* dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107059
diff
changeset
|
1034 /* Define to the home page for this package. */ |
998fccafba7a
* dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107059
diff
changeset
|
1035 #undef PACKAGE_URL |
998fccafba7a
* dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107059
diff
changeset
|
1036 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1037 /* Define to the version of this package. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1038 #undef PACKAGE_VERSION |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1039 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1040 /* Define as `void' if your compiler accepts `void *'; otherwise define as |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1041 `char'. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1042 #undef POINTER_TYPE |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1043 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1044 /* Define to 1 if the C compiler supports function prototypes. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1045 #undef PROTOTYPES |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1046 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1047 /* Define REL_ALLOC if you want to use the relocating allocator for buffer |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1048 space. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1049 #undef REL_ALLOC |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1050 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1051 /* Define as the return type of signal handlers (`int' or `void'). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1052 #undef RETSIGTYPE |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1053 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1054 /* If using the C implementation of alloca, define if you know the |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1055 direction of stack growth for your system; otherwise it will be |
74878 | 1056 automatically deduced at runtime. |
64640 | 1057 STACK_DIRECTION > 0 => grows toward higher addresses |
1058 STACK_DIRECTION < 0 => grows toward lower addresses | |
1059 STACK_DIRECTION = 0 => direction of growth unknown */ | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1060 #undef STACK_DIRECTION |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1061 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1062 /* Define to 1 if you have the ANSI C header files. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1063 #undef STDC_HEADERS |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1064 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1065 /* Define to 1 on System V Release 4. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1066 #undef SVR4 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1067 |
94119
5b10e5646973
* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92517
diff
changeset
|
1068 /* Process async input synchronously. */ |
5b10e5646973
* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92517
diff
changeset
|
1069 #undef SYNC_INPUT |
5b10e5646973
* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92517
diff
changeset
|
1070 |
109074
c97bf1cfaa8d
Remove last internal use of cpp and src/{m,s}/*.h files in configure.in.
Glenn Morris <rgm@gnu.org>
parents:
109067
diff
changeset
|
1071 /* Define to use system malloc. */ |
c97bf1cfaa8d
Remove last internal use of cpp and src/{m,s}/*.h files in configure.in.
Glenn Morris <rgm@gnu.org>
parents:
109067
diff
changeset
|
1072 #undef SYSTEM_MALLOC |
c97bf1cfaa8d
Remove last internal use of cpp and src/{m,s}/*.h files in configure.in.
Glenn Morris <rgm@gnu.org>
parents:
109067
diff
changeset
|
1073 |
108374 | 1074 /* Define to 1 if you use terminfo instead of termcap. */ |
1075 #undef TERMINFO | |
1076 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1077 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1078 #undef TIME_WITH_SYS_TIME |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1079 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1080 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1081 #undef TM_IN_SYS_TIME |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1082 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1083 /* Define to 1 for Encore UMAX. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1084 #undef UMAX |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1085 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1086 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1087 <sys/cpustats.h>. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1088 #undef UMAX4_3 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1089 |
94119
5b10e5646973
* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92517
diff
changeset
|
1090 /* Define to 1 if using GTK. */ |
5b10e5646973
* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92517
diff
changeset
|
1091 #undef USE_GTK |
5b10e5646973
* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92517
diff
changeset
|
1092 |
109098
a17732ef349e
Define USE_LISP_UNION_TYPE using autoconf.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
109076
diff
changeset
|
1093 /* Define this to use a lisp union for the Lisp_Object data type. */ |
a17732ef349e
Define USE_LISP_UNION_TYPE using autoconf.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
109076
diff
changeset
|
1094 #undef USE_LISP_UNION_TYPE |
a17732ef349e
Define USE_LISP_UNION_TYPE using autoconf.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
109076
diff
changeset
|
1095 |
94176
4a907fffb2c3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
94119
diff
changeset
|
1096 /* Define to 1 if using the Lucid X toolkit. */ |
4a907fffb2c3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
94119
diff
changeset
|
1097 #undef USE_LUCID |
4a907fffb2c3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
94119
diff
changeset
|
1098 |
109074
c97bf1cfaa8d
Remove last internal use of cpp and src/{m,s}/*.h files in configure.in.
Glenn Morris <rgm@gnu.org>
parents:
109067
diff
changeset
|
1099 /* Define to use mmap to allocate buffer text. */ |
c97bf1cfaa8d
Remove last internal use of cpp and src/{m,s}/*.h files in configure.in.
Glenn Morris <rgm@gnu.org>
parents:
109067
diff
changeset
|
1100 #undef USE_MMAP_FOR_BUFFERS |
c97bf1cfaa8d
Remove last internal use of cpp and src/{m,s}/*.h files in configure.in.
Glenn Morris <rgm@gnu.org>
parents:
109067
diff
changeset
|
1101 |
94176
4a907fffb2c3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
94119
diff
changeset
|
1102 /* Define to 1 if using the Motif X toolkit. */ |
4a907fffb2c3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
94119
diff
changeset
|
1103 #undef USE_MOTIF |
4a907fffb2c3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
94119
diff
changeset
|
1104 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1105 /* Define to 1 if we should use toolkit scroll bars. */ |
25013 | 1106 #undef USE_TOOLKIT_SCROLL_BARS |
1107 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1108 /* Define to 1 if we should use XIM, if it is available. */ |
29946 | 1109 #undef USE_XIM |
1110 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1111 /* Define to 1 if using an X toolkit. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1112 #undef USE_X_TOOLKIT |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1113 |
112303 | 1114 /* Version number of package */ |
1115 #undef VERSION | |
1116 | |
109732
470bed744331
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
Andreas Schwab <schwab@linux-m68k.org>
parents:
109653
diff
changeset
|
1117 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
470bed744331
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
Andreas Schwab <schwab@linux-m68k.org>
parents:
109653
diff
changeset
|
1118 significant byte first (like Motorola and SPARC, unlike Intel). */ |
470bed744331
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
Andreas Schwab <schwab@linux-m68k.org>
parents:
109653
diff
changeset
|
1119 #if defined AC_APPLE_UNIVERSAL_BUILD |
470bed744331
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
Andreas Schwab <schwab@linux-m68k.org>
parents:
109653
diff
changeset
|
1120 # if defined __BIG_ENDIAN__ |
470bed744331
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
Andreas Schwab <schwab@linux-m68k.org>
parents:
109653
diff
changeset
|
1121 # define WORDS_BIGENDIAN 1 |
470bed744331
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
Andreas Schwab <schwab@linux-m68k.org>
parents:
109653
diff
changeset
|
1122 # endif |
470bed744331
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
Andreas Schwab <schwab@linux-m68k.org>
parents:
109653
diff
changeset
|
1123 #else |
470bed744331
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
Andreas Schwab <schwab@linux-m68k.org>
parents:
109653
diff
changeset
|
1124 # ifndef WORDS_BIGENDIAN |
470bed744331
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
Andreas Schwab <schwab@linux-m68k.org>
parents:
109653
diff
changeset
|
1125 # undef WORDS_BIGENDIAN |
470bed744331
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
Andreas Schwab <schwab@linux-m68k.org>
parents:
109653
diff
changeset
|
1126 # endif |
470bed744331
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
Andreas Schwab <schwab@linux-m68k.org>
parents:
109653
diff
changeset
|
1127 #endif |
470bed744331
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
Andreas Schwab <schwab@linux-m68k.org>
parents:
109653
diff
changeset
|
1128 |
103595
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
1129 /* Define this to check for malloc buffer overrun. */ |
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
1130 #undef XMALLOC_OVERRUN_CHECK |
de3fb78ac3df
(--enable-checking): New option.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
103161
diff
changeset
|
1131 |
51663
067015689976
Add XRegisterIMInstantiateCallback_arg6 so it will be defined.
Jan Djärv <jan.h.d@swipnet.se>
parents:
51512
diff
changeset
|
1132 /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either |
067015689976
Add XRegisterIMInstantiateCallback_arg6 so it will be defined.
Jan Djärv <jan.h.d@swipnet.se>
parents:
51512
diff
changeset
|
1133 XPointer or XPointer*. */ |
067015689976
Add XRegisterIMInstantiateCallback_arg6 so it will be defined.
Jan Djärv <jan.h.d@swipnet.se>
parents:
51512
diff
changeset
|
1134 #undef XRegisterIMInstantiateCallback_arg6 |
067015689976
Add XRegisterIMInstantiateCallback_arg6 so it will be defined.
Jan Djärv <jan.h.d@swipnet.se>
parents:
51512
diff
changeset
|
1135 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1136 /* Number of bits in a file offset, on hosts where this is settable. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1137 #undef _FILE_OFFSET_BITS |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1138 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1139 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1140 #undef _LARGEFILE_SOURCE |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1141 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1142 /* Define for large files, on AIX-style hosts. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1143 #undef _LARGE_FILES |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1144 |
94119
5b10e5646973
* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92517
diff
changeset
|
1145 /* Define to 1 if on MINIX. */ |
5b10e5646973
* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92517
diff
changeset
|
1146 #undef _MINIX |
5b10e5646973
* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92517
diff
changeset
|
1147 |
5b10e5646973
* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92517
diff
changeset
|
1148 /* Define to 2 if the system does not provide POSIX.1 features except with |
5b10e5646973
* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92517
diff
changeset
|
1149 this defined. */ |
5b10e5646973
* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92517
diff
changeset
|
1150 #undef _POSIX_1_SOURCE |
5b10e5646973
* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92517
diff
changeset
|
1151 |
5b10e5646973
* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92517
diff
changeset
|
1152 /* Define to 1 if you need to in order for `stat' and other things to work. */ |
5b10e5646973
* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92517
diff
changeset
|
1153 #undef _POSIX_SOURCE |
5b10e5646973
* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92517
diff
changeset
|
1154 |
112308 | 1155 /* Define to 500 only on HP-UX. */ |
1156 #undef _XOPEN_SOURCE | |
1157 | |
1158 /* Enable extensions on AIX 3, Interix. */ | |
1159 #ifndef _ALL_SOURCE | |
1160 # undef _ALL_SOURCE | |
1161 #endif | |
1162 /* Enable GNU extensions on systems that have them. */ | |
1163 #ifndef _GNU_SOURCE | |
1164 # undef _GNU_SOURCE | |
1165 #endif | |
1166 /* Enable threading extensions on Solaris. */ | |
1167 #ifndef _POSIX_PTHREAD_SEMANTICS | |
1168 # undef _POSIX_PTHREAD_SEMANTICS | |
1169 #endif | |
1170 /* Enable extensions on HP NonStop. */ | |
1171 #ifndef _TANDEM_SOURCE | |
1172 # undef _TANDEM_SOURCE | |
1173 #endif | |
1174 /* Enable general extensions on Solaris. */ | |
1175 #ifndef __EXTENSIONS__ | |
1176 # undef __EXTENSIONS__ | |
1177 #endif | |
1178 | |
1179 | |
64640 | 1180 /* Define to rpl_ if the getopt replacement functions and variables should be |
1181 used. */ | |
1182 #undef __GETOPT_PREFIX | |
1183 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1184 /* Define like PROTOTYPES; this can be used by system headers. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1185 #undef __PROTOTYPES |
43817 | 1186 |
48497 | 1187 /* Define to compiler's equivalent of C99 restrict keyword in array |
1188 declarations. Define as empty for no equivalent. */ | |
1189 #undef __restrict_arr | |
1190 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1191 /* Define to the used machine dependent file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1192 #undef config_machfile |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1193 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1194 /* Define to the used os dependent file. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1195 #undef config_opsysfile |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1196 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1197 /* Define to empty if `const' does not conform to ANSI C. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1198 #undef const |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1199 |
112308 | 1200 /* Define to `__inline__' or `__inline' if that's what the C compiler |
1201 calls it, or to nothing if 'inline' is not supported under any name. */ | |
1202 #ifndef __cplusplus | |
1203 #undef inline | |
1204 #endif | |
1205 | |
112305 | 1206 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports |
1207 the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of | |
1208 earlier versions), but does not display it by setting __GNUC_STDC_INLINE__. | |
1209 __APPLE__ && __MACH__ test for MacOS X. | |
1210 __APPLE_CC__ tests for the Apple compiler and its version. | |
1211 __STDC_VERSION__ tests for the C99 mode. */ | |
1212 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__ | |
1213 # define __GNUC_STDC_INLINE__ 1 | |
1214 #endif | |
1215 | |
51512 | 1216 /* Define to a type if <wchar.h> does not define. */ |
1217 #undef mbstate_t | |
1218 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1219 /* Define to `int' if <sys/types.h> does not define. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1220 #undef pid_t |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1221 |
112308 | 1222 /* Define to the equivalent of the C99 'restrict' keyword, or to |
1223 nothing if this is not supported. Do not define if restrict is | |
1224 supported directly. */ | |
1225 #undef restrict | |
1226 /* Work around a bug in Sun C++: it does not support _Restrict or | |
1227 __restrict__, even though the corresponding Sun C compiler ends up with | |
1228 "#define restrict _Restrict" or "#define restrict __restrict__" in the | |
1229 previous line. Perhaps some future version of Sun C++ will work with | |
1230 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ | |
1231 #if defined __SUNPRO_CC && !defined __RESTRICT | |
1232 # define _Restrict | |
1233 # define __restrict__ | |
1234 #endif | |
1235 | |
112125
4dbda0e7c8bf
Use __builtin_unwind_init if available
Andreas Schwab <schwab@linux-m68k.org>
parents:
111945
diff
changeset
|
1236 /* Define to `unsigned int' if <sys/types.h> does not define. */ |
4dbda0e7c8bf
Use __builtin_unwind_init if available
Andreas Schwab <schwab@linux-m68k.org>
parents:
111945
diff
changeset
|
1237 #undef size_t |
4dbda0e7c8bf
Use __builtin_unwind_init if available
Andreas Schwab <schwab@linux-m68k.org>
parents:
111945
diff
changeset
|
1238 |
48577 | 1239 /* Define to any substitute for sys_siglist. */ |
1240 #undef sys_siglist | |
1241 | |
112305 | 1242 /* Define as a marker that can be attached to declarations that might not |
1243 be used. This helps to reduce warnings, such as from | |
1244 GCC -Wunused-parameter. */ | |
1245 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) | |
1246 # define _GL_UNUSED __attribute__ ((__unused__)) | |
1247 #else | |
1248 # define _GL_UNUSED | |
1249 #endif | |
1250 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name | |
1251 is a misnomer outside of parameter lists. */ | |
1252 #define _UNUSED_PARAMETER_ _GL_UNUSED | |
1253 | |
1254 | |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1255 /* Define as `fork' if `vfork' does not work. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1256 #undef vfork |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1257 |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1258 /* Define to empty if the keyword `volatile' does not work. Warning: valid |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1259 code using `volatile' can become incorrect without. Disable with care. */ |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1260 #undef volatile |
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1261 |
8329
49a8b5185da4
Add #undef HAVE_H_ERRNO.
Richard M. Stallman <rms@gnu.org>
parents:
8034
diff
changeset
|
1262 |
493 | 1263 /* Define AMPERSAND_FULL_NAME if you use the convention |
1264 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
|
1265 /* 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
|
1266 #define AMPERSAND_FULL_NAME |
493 | 1267 |
108556
0ab790b153aa
Regenerate configure, src/config.in.
Glenn Morris <rgm@gnu.org>
parents:
108526
diff
changeset
|
1268 /* 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
|
1269 /* 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
|
1270 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
|
1271 may reject `extern inline'. */ |
111657
d7c742bc8974
* configure.in (INLINE): Do not depend on OPTIMIZE, unused.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
111626
diff
changeset
|
1272 #if defined (__GNUC__) |
1341
dddbe06d2077
* config.h.in: Added a slot for definition of USE_TEXT_PROPERTIES,
Joseph Arceneaux <jla@gnu.org>
parents:
1139
diff
changeset
|
1273 #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
|
1274 #else |
dddbe06d2077
* config.h.in: Added a slot for definition of USE_TEXT_PROPERTIES,
Joseph Arceneaux <jla@gnu.org>
parents:
1139
diff
changeset
|
1275 #define INLINE |
dddbe06d2077
* config.h.in: Added a slot for definition of USE_TEXT_PROPERTIES,
Joseph Arceneaux <jla@gnu.org>
parents:
1139
diff
changeset
|
1276 #endif |
dddbe06d2077
* config.h.in: Added a slot for definition of USE_TEXT_PROPERTIES,
Joseph Arceneaux <jla@gnu.org>
parents:
1139
diff
changeset
|
1277 |
97566
7c5d85abccae
Move "#define subprocesses" before config_opsysfile is included.
Eli Zaretskii <eliz@gnu.org>
parents:
97354
diff
changeset
|
1278 /* `subprocesses' should be defined if you want to |
7c5d85abccae
Move "#define subprocesses" before config_opsysfile is included.
Eli Zaretskii <eliz@gnu.org>
parents:
97354
diff
changeset
|
1279 have code for asynchronous subprocesses |
7c5d85abccae
Move "#define subprocesses" before config_opsysfile is included.
Eli Zaretskii <eliz@gnu.org>
parents:
97354
diff
changeset
|
1280 (as used in M-x compile and M-x shell). |
7c5d85abccae
Move "#define subprocesses" before config_opsysfile is included.
Eli Zaretskii <eliz@gnu.org>
parents:
97354
diff
changeset
|
1281 Only MSDOS does not support this (it overrides |
7c5d85abccae
Move "#define subprocesses" before config_opsysfile is included.
Eli Zaretskii <eliz@gnu.org>
parents:
97354
diff
changeset
|
1282 this in its config_opsysfile below). */ |
7c5d85abccae
Move "#define subprocesses" before config_opsysfile is included.
Eli Zaretskii <eliz@gnu.org>
parents:
97354
diff
changeset
|
1283 |
7c5d85abccae
Move "#define subprocesses" before config_opsysfile is included.
Eli Zaretskii <eliz@gnu.org>
parents:
97354
diff
changeset
|
1284 #define subprocesses |
7c5d85abccae
Move "#define subprocesses" before config_opsysfile is included.
Eli Zaretskii <eliz@gnu.org>
parents:
97354
diff
changeset
|
1285 |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1286 /* 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
|
1287 #include config_opsysfile |
111825
52f1a401269c
Remove empty machine description files
Andreas Schwab <schwab@linux-m68k.org>
parents:
111688
diff
changeset
|
1288 #ifdef config_machfile |
52f1a401269c
Remove empty machine description files
Andreas Schwab <schwab@linux-m68k.org>
parents:
111688
diff
changeset
|
1289 # include config_machfile |
52f1a401269c
Remove empty machine description files
Andreas Schwab <schwab@linux-m68k.org>
parents:
111688
diff
changeset
|
1290 #endif |
693 | 1291 |
102274
9688587d3982
Bump version to 23.0.91.
Chong Yidong <cyd@stupidchicken.com>
parents:
101799
diff
changeset
|
1292 /* GNUstep needs a bit more pure memory. Of the existing knobs, |
111415
c16170026954
configure.in: Fix indentation
Andreas Schwab <schwab@linux-m68k.org>
parents:
110865
diff
changeset
|
1293 SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. |
c16170026954
configure.in: Fix indentation
Andreas Schwab <schwab@linux-m68k.org>
parents:
110865
diff
changeset
|
1294 (There is probably a better place to do this, but right now the |
c16170026954
configure.in: Fix indentation
Andreas Schwab <schwab@linux-m68k.org>
parents:
110865
diff
changeset
|
1295 Cocoa side does this in s/darwin.h and we cannot parallel this |
c16170026954
configure.in: Fix indentation
Andreas Schwab <schwab@linux-m68k.org>
parents:
110865
diff
changeset
|
1296 exactly since GNUstep is multi-OS. */ |
c16170026954
configure.in: Fix indentation
Andreas Schwab <schwab@linux-m68k.org>
parents:
110865
diff
changeset
|
1297 #if defined HAVE_NS && defined NS_IMPL_GNUSTEP |
97686
dcc9b25c0528
(NS_IMPL_GNUSTEP): Increase pure size.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
97566
diff
changeset
|
1298 # define SYSTEM_PURESIZE_EXTRA 30000 |
111415
c16170026954
configure.in: Fix indentation
Andreas Schwab <schwab@linux-m68k.org>
parents:
110865
diff
changeset
|
1299 #endif |
96675
d45acf0c8d23
merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
96129
diff
changeset
|
1300 |
2510 | 1301 /* SIGTYPE is the macro we actually use. */ |
1302 #ifndef SIGTYPE | |
1303 #define SIGTYPE RETSIGTYPE | |
1913
674578464a59
* config.h.in: #define USE_TEXT_PROPERTIES by default.
Jim Blandy <jimb@redhat.com>
parents:
1773
diff
changeset
|
1304 #endif |
674578464a59
* config.h.in: #define USE_TEXT_PROPERTIES by default.
Jim Blandy <jimb@redhat.com>
parents:
1773
diff
changeset
|
1305 |
13243
3af29e56070e
(RE_TRANSLATE_TYPE): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
12709
diff
changeset
|
1306 #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
|
1307 /* 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
|
1308 #define RE_TRANSLATE_TYPE Lisp_Object |
22238
fd2b7dede9cd
(RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE.
Richard M. Stallman <rms@gnu.org>
parents:
21563
diff
changeset
|
1309 #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C) |
58828 | 1310 #ifdef make_number |
1311 /* If make_number is a macro, use it. */ | |
1312 #define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0))) | |
1313 #else | |
1314 /* If make_number is a function, avoid it. */ | |
1315 #define RE_TRANSLATE_P(TBL) (!(INTEGERP (TBL) && XINT (TBL) == 0)) | |
1316 #endif | |
13243
3af29e56070e
(RE_TRANSLATE_TYPE): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
12709
diff
changeset
|
1317 #endif |
3af29e56070e
(RE_TRANSLATE_TYPE): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
12709
diff
changeset
|
1318 |
51663
067015689976
Add XRegisterIMInstantiateCallback_arg6 so it will be defined.
Jan Djärv <jan.h.d@swipnet.se>
parents:
51512
diff
changeset
|
1319 #define my_strftime nstrftime /* for strftime.c */ |
067015689976
Add XRegisterIMInstantiateCallback_arg6 so it will be defined.
Jan Djärv <jan.h.d@swipnet.se>
parents:
51512
diff
changeset
|
1320 |
13364
a568560d232f
(BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents:
13243
diff
changeset
|
1321 /* These default definitions are good for almost all machines. |
14589 | 1322 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
|
1323 |
a568560d232f
(BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents:
13243
diff
changeset
|
1324 #ifndef BITS_PER_CHAR |
a568560d232f
(BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents:
13243
diff
changeset
|
1325 #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
|
1326 #endif |
a568560d232f
(BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents:
13243
diff
changeset
|
1327 |
a568560d232f
(BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents:
13243
diff
changeset
|
1328 #ifndef BITS_PER_SHORT |
a568560d232f
(BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents:
13243
diff
changeset
|
1329 #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
|
1330 #endif |
a568560d232f
(BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents:
13243
diff
changeset
|
1331 |
a568560d232f
(BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents:
13243
diff
changeset
|
1332 /* 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
|
1333 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
|
1334 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
|
1335 #ifndef BITS_PER_INT |
a568560d232f
(BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents:
13243
diff
changeset
|
1336 #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
|
1337 #endif |
a568560d232f
(BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents:
13243
diff
changeset
|
1338 |
a568560d232f
(BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents:
13243
diff
changeset
|
1339 #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
|
1340 #ifdef _LP64 |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
25326
diff
changeset
|
1341 #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
|
1342 #else |
13364
a568560d232f
(BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman <rms@gnu.org>
parents:
13243
diff
changeset
|
1343 #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
|
1344 #endif |
26088
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
25326
diff
changeset
|
1345 #endif |
20518
43c51bf05a49
(HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
20502
diff
changeset
|
1346 |
109075
48064019239b
* configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
Glenn Morris <rgm@gnu.org>
parents:
109074
diff
changeset
|
1347 /* Define if the compiler supports function prototypes. It may do so but |
48064019239b
* configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
Glenn Morris <rgm@gnu.org>
parents:
109074
diff
changeset
|
1348 not define __STDC__ (e.g. DEC C by default) or may define it as zero. */ |
28052
8f5398ca032c
Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents:
27727
diff
changeset
|
1349 #undef PROTOTYPES |
8f5398ca032c
Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents:
27727
diff
changeset
|
1350 |
108907
38cf1b719b59
Include <strings.h> and <string.h> instead of
Dan Nicolaescu <dann@ics.uci.edu>
parents:
108892
diff
changeset
|
1351 #include <string.h> |
26088
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
25326
diff
changeset
|
1352 #include <stdlib.h> |
28052
8f5398ca032c
Don't depend on __STDC__ for volatile.
Dave Love <fx@gnu.org>
parents:
27727
diff
changeset
|
1353 |
111613
8a76f3e33a5a
Backport fix for Bug#6170 from trunk.
Chong Yidong <cyd@stupidchicken.com>
parents:
108945
diff
changeset
|
1354 #ifdef HAVE_ALLOCA_H |
8a76f3e33a5a
Backport fix for Bug#6170 from trunk.
Chong Yidong <cyd@stupidchicken.com>
parents:
108945
diff
changeset
|
1355 # include <alloca.h> |
8a76f3e33a5a
Backport fix for Bug#6170 from trunk.
Chong Yidong <cyd@stupidchicken.com>
parents:
108945
diff
changeset
|
1356 #elif defined __GNUC__ |
8a76f3e33a5a
Backport fix for Bug#6170 from trunk.
Chong Yidong <cyd@stupidchicken.com>
parents:
108945
diff
changeset
|
1357 # define alloca __builtin_alloca |
8a76f3e33a5a
Backport fix for Bug#6170 from trunk.
Chong Yidong <cyd@stupidchicken.com>
parents:
108945
diff
changeset
|
1358 #elif defined _AIX |
8a76f3e33a5a
Backport fix for Bug#6170 from trunk.
Chong Yidong <cyd@stupidchicken.com>
parents:
108945
diff
changeset
|
1359 # define alloca __alloca |
8a76f3e33a5a
Backport fix for Bug#6170 from trunk.
Chong Yidong <cyd@stupidchicken.com>
parents:
108945
diff
changeset
|
1360 #else |
8a76f3e33a5a
Backport fix for Bug#6170 from trunk.
Chong Yidong <cyd@stupidchicken.com>
parents:
108945
diff
changeset
|
1361 # include <stddef.h> |
8a76f3e33a5a
Backport fix for Bug#6170 from trunk.
Chong Yidong <cyd@stupidchicken.com>
parents:
108945
diff
changeset
|
1362 # ifdef __cplusplus |
8a76f3e33a5a
Backport fix for Bug#6170 from trunk.
Chong Yidong <cyd@stupidchicken.com>
parents:
108945
diff
changeset
|
1363 extern "C" |
8a76f3e33a5a
Backport fix for Bug#6170 from trunk.
Chong Yidong <cyd@stupidchicken.com>
parents:
108945
diff
changeset
|
1364 # endif |
8a76f3e33a5a
Backport fix for Bug#6170 from trunk.
Chong Yidong <cyd@stupidchicken.com>
parents:
108945
diff
changeset
|
1365 void *alloca (size_t); |
8a76f3e33a5a
Backport fix for Bug#6170 from trunk.
Chong Yidong <cyd@stupidchicken.com>
parents:
108945
diff
changeset
|
1366 #endif |
108870 | 1367 |
48221 | 1368 #ifndef HAVE_SIZE_T |
49058
d96550be16ab
(!HAVE_SIZE_T): Fix order of arguments in type definition of size_t.
Richard M. Stallman <rms@gnu.org>
parents:
48577
diff
changeset
|
1369 typedef unsigned size_t; |
48221 | 1370 #endif |
28145
1426e80e9ba8
(HAVE_X_I18N): Moved here from xterm.h.
Gerd Moellmann <gerd@gnu.org>
parents:
28052
diff
changeset
|
1371 |
109315
8f3464b85afb
Use strchr, strrchr instead of index, rindex
Andreas Schwab <schwab@linux-m68k.org>
parents:
109165
diff
changeset
|
1372 #ifndef HAVE_STRCHR |
8f3464b85afb
Use strchr, strrchr instead of index, rindex
Andreas Schwab <schwab@linux-m68k.org>
parents:
109165
diff
changeset
|
1373 #define strchr(a, b) index (a, b) |
28145
1426e80e9ba8
(HAVE_X_I18N): Moved here from xterm.h.
Gerd Moellmann <gerd@gnu.org>
parents:
28052
diff
changeset
|
1374 #endif |
1426e80e9ba8
(HAVE_X_I18N): Moved here from xterm.h.
Gerd Moellmann <gerd@gnu.org>
parents:
28052
diff
changeset
|
1375 |
109315
8f3464b85afb
Use strchr, strrchr instead of index, rindex
Andreas Schwab <schwab@linux-m68k.org>
parents:
109165
diff
changeset
|
1376 #ifndef HAVE_STRRCHR |
8f3464b85afb
Use strchr, strrchr instead of index, rindex
Andreas Schwab <schwab@linux-m68k.org>
parents:
109165
diff
changeset
|
1377 #define strrchr(a, b) rindex (a, b) |
28145
1426e80e9ba8
(HAVE_X_I18N): Moved here from xterm.h.
Gerd Moellmann <gerd@gnu.org>
parents:
28052
diff
changeset
|
1378 #endif |
28406
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28145
diff
changeset
|
1379 |
31874
8db5d996cfdb
Fix typo in __GNUC_MINOR__.
Gerd Moellmann <gerd@gnu.org>
parents:
31832
diff
changeset
|
1380 #if defined __GNUC__ && (__GNUC__ > 2 \ |
8db5d996cfdb
Fix typo in __GNUC_MINOR__.
Gerd Moellmann <gerd@gnu.org>
parents:
31832
diff
changeset
|
1381 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5)) |
31832
17e9dd6e4ef3
(NO_RETURN): Define.as `__attribute__((__noreturn__))'
Gerd Moellmann <gerd@gnu.org>
parents:
31408
diff
changeset
|
1382 #define NO_RETURN __attribute__ ((__noreturn__)) |
17e9dd6e4ef3
(NO_RETURN): Define.as `__attribute__((__noreturn__))'
Gerd Moellmann <gerd@gnu.org>
parents:
31408
diff
changeset
|
1383 #else |
17e9dd6e4ef3
(NO_RETURN): Define.as `__attribute__((__noreturn__))'
Gerd Moellmann <gerd@gnu.org>
parents:
31408
diff
changeset
|
1384 #define NO_RETURN /* nothing */ |
17e9dd6e4ef3
(NO_RETURN): Define.as `__attribute__((__noreturn__))'
Gerd Moellmann <gerd@gnu.org>
parents:
31408
diff
changeset
|
1385 #endif |
44599
c079ce336d08
Regenerated with autoheader.
Andreas Schwab <schwab@suse.de>
parents:
44488
diff
changeset
|
1386 |
110735
4dfed46bce9a
* configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
110683
diff
changeset
|
1387 #if __GNUC__ >= 3 /* On GCC 3.0 we might get a warning. */ |
4dfed46bce9a
* configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
110683
diff
changeset
|
1388 #define NO_INLINE __attribute__((noinline)) |
4dfed46bce9a
* configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
110683
diff
changeset
|
1389 #else |
4dfed46bce9a
* configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
110683
diff
changeset
|
1390 #define NO_INLINE |
4dfed46bce9a
* configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
110683
diff
changeset
|
1391 #endif |
4dfed46bce9a
* configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
110683
diff
changeset
|
1392 |
111688
7153f8068e69
Mark debugger related variables and functions as EXTERNALLY_VISIBLE
Dan Nicolaescu <dann@ics.uci.edu>
parents:
111687
diff
changeset
|
1393 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1)) |
7153f8068e69
Mark debugger related variables and functions as EXTERNALLY_VISIBLE
Dan Nicolaescu <dann@ics.uci.edu>
parents:
111687
diff
changeset
|
1394 #define EXTERNALLY_VISIBLE __attribute__((externally_visible)) |
7153f8068e69
Mark debugger related variables and functions as EXTERNALLY_VISIBLE
Dan Nicolaescu <dann@ics.uci.edu>
parents:
111687
diff
changeset
|
1395 #else |
7153f8068e69
Mark debugger related variables and functions as EXTERNALLY_VISIBLE
Dan Nicolaescu <dann@ics.uci.edu>
parents:
111687
diff
changeset
|
1396 #define EXTERNALLY_VISIBLE |
7153f8068e69
Mark debugger related variables and functions as EXTERNALLY_VISIBLE
Dan Nicolaescu <dann@ics.uci.edu>
parents:
111687
diff
changeset
|
1397 #endif |
7153f8068e69
Mark debugger related variables and functions as EXTERNALLY_VISIBLE
Dan Nicolaescu <dann@ics.uci.edu>
parents:
111687
diff
changeset
|
1398 |
110735
4dfed46bce9a
* configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
110683
diff
changeset
|
1399 /* Some versions of GNU/Linux define noinline in their headers. */ |
4dfed46bce9a
* configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
110683
diff
changeset
|
1400 #ifdef noinline |
4dfed46bce9a
* configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
110683
diff
changeset
|
1401 #undef noinline |
4dfed46bce9a
* configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
110683
diff
changeset
|
1402 #endif |
4dfed46bce9a
* configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
110683
diff
changeset
|
1403 |
48497 | 1404 /* These won't be used automatically yet. We also need to know, at least, |
1405 that the stack is continuous. */ | |
1406 #ifdef __GNUC__ | |
1407 # ifndef GC_SETJMP_WORKS | |
108621
880007fe488b
* configure.in: Remove references to usg5-4 and bsd-common, $opsys
Dan Nicolaescu <dann@ics.uci.edu>
parents:
108613
diff
changeset
|
1408 /* GC_SETJMP_WORKS is nearly always appropriate for GCC. */ |
48497 | 1409 # define GC_SETJMP_WORKS 1 |
1410 # endif | |
1411 # ifndef GC_LISP_OBJECT_ALIGNMENT | |
1412 # define GC_LISP_OBJECT_ALIGNMENT (__alignof__ (Lisp_Object)) | |
1413 # endif | |
1414 #endif | |
1415 | |
1416 #endif /* EMACS_CONFIG_H */ | |
1417 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49389
diff
changeset
|
1418 /* |
48497 | 1419 Local Variables: |
48221 | 1420 mode: c |
1421 End: | |
1422 */ | |
1423 |