-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.h.in
More file actions
344 lines (237 loc) · 8.26 KB
/
config.h.in
File metadata and controls
344 lines (237 loc) · 8.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
/* Snapshot build */
#undef ENABLE_SNAPSHOT
/* Use ALSA audio */
#undef HAVE_ALSA_AUDIO
/* Correct-endian architecture */
#undef HAVE_BIG_ENDIAN
/* Include CLI file requester */
#undef HAVE_CLI
/* Have Mac OS X Cocoa framework */
#undef HAVE_COCOA
/* Define to 1 if you have the <endian.h> header file. */
#undef HAVE_ENDIAN_H
/* Use libevdev */
#undef HAVE_EVDEV
/* Define to 1 if the system has the `const' function attribute */
#undef HAVE_FUNC_ATTRIBUTE_CONST
/* Define to 1 if the system has the `format' function attribute */
#undef HAVE_FUNC_ATTRIBUTE_FORMAT
/* Define to 1 if the system has the `malloc' function attribute */
#undef HAVE_FUNC_ATTRIBUTE_MALLOC
/* Define to 1 if the system has the `nonnull' function attribute */
#undef HAVE_FUNC_ATTRIBUTE_NONNULL
/* Define to 1 if the system has the `noreturn' function attribute */
#undef HAVE_FUNC_ATTRIBUTE_NORETURN
/* Define to 1 if the system has the `pure' function attribute */
#undef HAVE_FUNC_ATTRIBUTE_PURE
/* Define to 1 if the system has the `returns_nonnull' function attribute */
#undef HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL
/* Define to 1 if you have the 'getaddrinfo' function. */
#undef HAVE_GETADDRINFO
/* Defined if a valid OpenGL implementation is found. */
#undef HAVE_GL
/* Define to 1 if you have the <GL/gl.h> header file. */
#undef HAVE_GL_GL_H
/* Use GTK+ 2 */
#undef HAVE_GTK2
/* Use GTK+ 3 */
#undef HAVE_GTK3
/* Use GtkGLExt */
#undef HAVE_GTKGL
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Use JACK audio */
#undef HAVE_JACK_AUDIO
/* Have linux/joystick.h */
#undef HAVE_JOYDEV
/* Have Mac OS X Core Audio framework */
#undef HAVE_MACOSX_AUDIO
/* Include null audio driver */
#undef HAVE_NULL_AUDIO
/* Define to 1 if you have the <OpenGL/gl.h> header file. */
#undef HAVE_OPENGL_GL_H
/* Use OSS audio */
#undef HAVE_OSS_AUDIO
/* Have libpng */
#undef HAVE_PNG
/* Define to 1 if you have the 'popen' function. */
#undef HAVE_POPEN
/* POSIX threads */
#undef HAVE_PTHREADS
/* Have PulseAudio */
#undef HAVE_PULSE
/* Define to 1 if you have the <regex.h> header file. */
#undef HAVE_REGEX_H
/* Have SDL2 */
#undef HAVE_SDL2
/* Have SDL2_image */
#undef HAVE_SDL2_IMAGE
/* Use libsndfile */
#undef HAVE_SNDFILE
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the 'strnlen' function. */
#undef HAVE_STRNLEN
/* Define to 1 if you have the 'strsep' function. */
#undef HAVE_STRSEP
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* TRE */
#undef HAVE_TRE
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if the system has the `packed' variable attribute */
#undef HAVE_VAR_ATTRIBUTE_PACKED
/* WebAssembly build */
#undef HAVE_WASM
/* Define to 1 if you have the <windows.h> header file. */
#undef HAVE_WINDOWS_H
/* Have xlib */
#undef HAVE_X11
/* Have zlib */
#undef HAVE_ZLIB
/* Define to 1 if the system has the `__builtin_expect' built-in function */
#undef HAVE___BUILTIN_EXPECT
/* Define to 1 if the system has the `__builtin_parity' built-in function */
#undef HAVE___BUILTIN_PARITY
/* Logging */
#undef LOGGING
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Visible package name */
#undef PACKAGE_TEXT
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Package year */
#undef PACKAGE_YEAR
/* Snapshot major */
#undef RC_REV_MAJOR
/* Snapshot minor */
#undef RC_REV_MINOR
/* Screenshots supported */
#undef SCREENSHOT
/* The size of 'double', as computed by sizeof. */
#undef SIZEOF_DOUBLE
/* The size of 'float', as computed by sizeof. */
#undef SIZEOF_FLOAT
/* Define to 1 if all of the C89 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#undef STDC_HEADERS
/* Support trace mode */
#undef TRACE
/* Version number of package */
#undef VERSION
/* Becker port */
#undef WANT_BECKER
/* Want Dragon/Tandy CoCo cartridges */
#undef WANT_CART_ARCH_DRAGON
/* Want Tandy MC-10 cartridges */
#undef WANT_CART_ARCH_MC10
/* Want experimental/incomplete code */
#undef WANT_EXPERIMENTAL
/* GDB target */
#undef WANT_GDB_TARGET
/* Want Tandy Coco 3 */
#undef WANT_MACHINE_ARCH_COCO3
/* Want Dragon, Tandy Coco 1/2 */
#undef WANT_MACHINE_ARCH_DRAGON
/* Want Tandy MC-10 */
#undef WANT_MACHINE_ARCH_MC10
/* Want MC6801/MC6803 CPU support */
#undef WANT_PART_MC6801
/* Want MC6809/HD6309 CPU support */
#undef WANT_PART_MC6809
/* Want MC6821 PIA support */
#undef WANT_PART_MC6821
/* Want MC6847 VDG support */
#undef WANT_PART_MC6847
/* Want MC6883 SAM support */
#undef WANT_PART_MC6883
/* Want TCC1014 GIME support */
#undef WANT_PART_TCC1014
/* Traps */
#undef WANT_TRAPS
/* Enable basic SDL UI */
#undef WANT_UI_SDL
/* Windows */
#undef WINDOWS32
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
# undef WORDS_BIGENDIAN
# endif
#endif
/* Define to 1 if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
/* Define to 1 on platforms where this makes off_t a 64-bit type. */
#undef _LARGE_FILES
/* Number of bits in time_t, on hosts where this is settable. */
#undef _TIME_BITS
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
#define below would cause a syntax error. */
#undef _UINT32_T
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
#define below would cause a syntax error. */
#undef _UINT8_T
/* Define to 1 on platforms where this makes time_t a 64-bit type. */
#undef __MINGW_USE_VC2005_COMPAT
/* Define to the type of a signed integer type of width exactly 16 bits if
such a type exists and the standard includes do not define it. */
#undef int16_t
/* Define to the type of a signed integer type of width exactly 32 bits if
such a type exists and the standard includes do not define it. */
#undef int32_t
/* Define to the type of a signed integer type of width exactly 64 bits if
such a type exists and the standard includes do not define it. */
#undef int64_t
/* Define to the type of a signed integer type of width exactly 8 bits if such
a type exists and the standard includes do not define it. */
#undef int8_t
/* Define to 'long int' if <sys/types.h> does not define. */
#undef off_t
/* Define as 'unsigned int' if <stddef.h> doesn't define. */
#undef size_t
/* Define as 'int' if <sys/types.h> doesn't define. */
#undef ssize_t
/* Define to the type of an unsigned integer type of width exactly 16 bits if
such a type exists and the standard includes do not define it. */
#undef uint16_t
/* Define to the type of an unsigned integer type of width exactly 32 bits if
such a type exists and the standard includes do not define it. */
#undef uint32_t
/* Define to the type of an unsigned integer type of width exactly 8 bits if
such a type exists and the standard includes do not define it. */
#undef uint8_t