1 /* config header for SEGA Dreamcast port using Kallistios (http://cadcdev.sourceforge.net) */
2 
3 #ifndef CONFIG_H
4 #define CONFIG_H
5 
6 /* Define to use back slash as directory separator. */
7 #undef BACK_SLASH
8 
9 /* Target: standard I/O. */
10 #undef BASIC
11 
12 /* Define to use buffered debug output. */
13 #undef BUFFERED_LOG
14 
15 /* Define to allow sound clipping. */
16 #undef CLIP_SOUND
17 
18 /* Define to 1 if the `closedir' function returns void instead of `int'. */
19 #undef CLOSEDIR_VOID /* ??? */
20 
21 /* Define to allow console sound (keyboard clicks). */
22 #define CONSOLE_SOUND 1
23 
24 /* Define to activate crash menu after CIM instruction. */
25 #define CRASH_MENU 1
26 
27 /* Define to disable bitmap graphics emulation in CURSES target. */
28 #undef CURSES_BASIC
29 
30 /* Alternate config filename due to 8+3 fs limit. */
31 /*#define DEFAULT_CFG_NAME "/vmu/a1/atari800.cfg"*/
32 
33 /* Target: Windows with DirectX. */
34 #undef DIRECTX
35 
36 /* Target: DOS VGA. */
37 #undef DOSVGA
38 
39 /* Define to enable DOS style drives support. */
40 #undef DOS_DRIVES
41 
42 /* Target: Atari Falcon system. */
43 #undef FALCON
44 
45 /* Define to use m68k assembler CPU core for Falcon target. */
46 #undef FALCON_CPUASM
47 
48 /* Define to 1 if you have the <arpa/inet.h> header file. */
49 #undef HAVE_ARPA_INET_H
50 
51 /* Define to 1 if you have the `atexit' function. */
52 #undef HAVE_ATEXIT
53 
54 /* Define to 1 if you have the `chmod' function. */
55 #undef HAVE_CHMOD
56 
57 /* Define to 1 if you have the `clock' function. */
58 #define HAVE_CLOCK 1
59 
60 /* Define to 1 if you have the <direct.h> header file. */
61 #undef HAVE_DIRECT_H
62 
63 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
64    */
65 #define HAVE_DIRENT_H 1
66 
67 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
68 #undef HAVE_DOPRNT
69 
70 /* Define to 1 if you have the <errno.h> header file. */
71 #undef HAVE_ERRNO_H
72 
73 /* Define to 1 if you have the <fcntl.h> header file. */
74 #undef HAVE_FCNTL_H
75 
76 /* Define to 1 if you have the `fdopen' function. */
77 #undef HAVE_FDOPEN /* ??? */
78 
79 /* Define to 1 if you have the `fflush' function. */
80 #undef HAVE_FFLUSH /* ??? */
81 
82 /* Define to 1 if you have the <file.h> header file. */
83 #undef HAVE_FILE_H
84 
85 /* Define to 1 if you have the `floor' function. */
86 #undef HAVE_FLOOR /* ??? */
87 
88 /* Define to 1 if you have the `fstat' function. */
89 #undef HAVE_FSTAT /* ??? */
90 
91 /* Define to 1 if you have the `getcwd' function. */
92 #define HAVE_GETCWD 1
93 
94 /* Define to 1 if you have the `gethostbyaddr' function. */
95 #undef HAVE_GETHOSTBYADDR
96 
97 /* Define to 1 if you have the `gethostbyname' function. */
98 #undef HAVE_GETHOSTBYNAME
99 
100 /* Define to 1 if you have the `gettimeofday' function. */
101 #undef HAVE_GETTIMEOFDAY
102 
103 /* Define to 1 if you have the `inet_ntoa' function. */
104 #undef HAVE_INET_NTOA
105 
106 /* Define to 1 if you have the <inttypes.h> header file. */
107 #undef HAVE_INTTYPES_H
108 
109 /* Define to 1 if you have the `png' library (-lpng). */
110 #undef HAVE_LIBPNG
111 
112 /* Define to 1 if you have the `z' library (-lz). */
113 #define HAVE_LIBZ 1
114 
115 /* Define to 1 if you have the `localtime' function. */
116 #undef HAVE_LOCALTIME /* ??? */
117 
118 /* Define to 1 if you have the `memmove' function. */
119 #undef HAVE_MEMMOVE /* ??? */
120 
121 /* Define to 1 if you have the <memory.h> header file. */
122 #undef HAVE_MEMORY_H
123 
124 /* Define to 1 if you have the `memset' function. */
125 #undef HAVE_MEMSET /* ??? */
126 
127 /* Define to 1 if you have the `mkdir' function. */
128 #undef HAVE_MKDIR /* ??? */
129 
130 /* Define to 1 if you have the `mkstemp' function. */
131 #undef HAVE_MKSTEMP /* ??? */
132 
133 /* Define to 1 if you have the `mktemp' function. */
134 #undef HAVE_MKTEMP /* ??? */
135 
136 /* Define to 1 if you have the `modf' function. */
137 #undef HAVE_MODF /* ??? */
138 
139 /* Define to 1 if you have the `nanosleep' function. */
140 #undef HAVE_NANOSLEEP /* ??? */
141 
142 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
143 #undef HAVE_NDIR_H
144 
145 /* Define to 1 if you have the <netdb.h> header file. */
146 #undef HAVE_NETDB_H
147 
148 /* Define to 1 if you have the <netinet/in.h> header file. */
149 #undef HAVE_NETINET_IN_H
150 
151 /* Define to 1 if you have the `opendir' function. */
152 #define HAVE_OPENDIR 1
153 
154 /* Define to 1 if you have the `rename' function. */
155 #undef HAVE_RENAME /* ??? */
156 
157 /* Define to 1 if you have the `rewind' function. */
158 #undef HAVE_REWIND /* ??? */
159 
160 /* Define to 1 if you have the `rmdir' function. */
161 #undef HAVE_RMDIR /* ??? */
162 
163 /* Define to 1 if you have the `select' function. */
164 #undef HAVE_SELECT
165 
166 /* Define to 1 if you have the `signal' function. */
167 #undef HAVE_SIGNAL
168 
169 /* Define to 1 if you have the <signal.h> header file. */
170 #undef HAVE_SIGNAL_H
171 
172 /* Define to 1 if you have the `snprintf' function. */
173 #undef HAVE_SNPRINTF /* ??? */
174 
175 /* Define to 1 if you have the `socket' function. */
176 #undef HAVE_SOCKET
177 
178 /* Define to 1 if you have the `stat' function. */
179 #undef HAVE_STAT /* ??? */
180 
181 /* Define to 1 if `stat' has the bug that it succeeds when given the
182    zero-length file name argument. */
183 #undef HAVE_STAT_EMPTY_STRING_BUG
184 
185 /* Define to 1 if you have the <stdint.h> header file. */
186 #undef HAVE_STDINT_H
187 
188 /* Define to 1 if you have the <stdlib.h> header file. */
189 #undef HAVE_STDLIB_H /* ??? */
190 
191 /* Define to 1 if you have the `strcasecmp' function. */
192 #undef HAVE_STRCASECMP /* ??? */
193 
194 /* Define to 1 if you have the `strchr' function. */
195 #undef HAVE_STRCHR /* ??? */
196 
197 /* Define to 1 if you have the `strdup' function. */
198 #define HAVE_STRDUP 1
199 
200 /* Define to 1 if you have the `strerror' function. */
201 #undef HAVE_STRERROR
202 
203 /* Define to 1 if you have the <strings.h> header file. */
204 #undef HAVE_STRINGS_H
205 
206 /* Define to 1 if you have the <string.h> header file. */
207 #define HAVE_STRING_H 1 /* ??? */
208 
209 /* Define to 1 if you have the `strrchr' function. */
210 #define HAVE_STRRCHR 1 /* ??? */
211 
212 /* Define to 1 if you have the `strstr' function. */
213 #define HAVE_STRSTR 1
214 
215 /* Define to 1 if you have the `strtol' function. */
216 #define HAVE_STRTOL 1
217 
218 /* Define to 1 if you have the `system' function. */
219 #undef HAVE_SYSTEM /* ??? */
220 
221 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
222    */
223 #undef HAVE_SYS_DIR_H
224 
225 /* Define to 1 if you have the <sys/ioctl.h> header file. */
226 #undef HAVE_SYS_IOCTL_H
227 
228 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
229    */
230 #undef HAVE_SYS_NDIR_H
231 
232 /* Define to 1 if you have the <sys/select.h> header file. */
233 #undef HAVE_SYS_SELECT_H
234 
235 /* Define to 1 if you have the <sys/socket.h> header file. */
236 #undef HAVE_SYS_SOCKET_H
237 
238 /* Define to 1 if you have the <sys/soundcard.h> header file. */
239 #undef HAVE_SYS_SOUNDCARD_H
240 
241 /* Define to 1 if you have the <sys/stat.h> header file. */
242 #undef HAVE_SYS_STAT_H
243 
244 /* Define to 1 if you have the <sys/time.h> header file. */
245 #undef HAVE_SYS_TIME_H
246 
247 /* Define to 1 if you have the <sys/types.h> header file. */
248 #undef HAVE_SYS_TYPES_H
249 
250 /* Define to 1 if you have the <termios.h> header file. */
251 #undef HAVE_TERMIOS_H
252 
253 /* Define to 1 if you have the `time' function. */
254 #undef HAVE_TIME /* ??? */
255 
256 /* Define to 1 if you have the <time.h> header file. */
257 #undef HAVE_TIME_H /* ??? */
258 
259 /* Define to 1 if you have the `tmpfile' function. */
260 #define HAVE_TMPFILE
261 
262 /* Define to 1 if you have the `tmpnam' function. */
263 #undef HAVE_TMPNAM /* ??? */
264 
265 /* Define to 1 if you have the `uclock' function. */
266 #undef HAVE_UCLOCK /* ??? */
267 
268 /* Define to 1 if you have the <unistd.h> header file. */
269 #undef HAVE_UNISTD_H
270 
271 /* Define to 1 if you have the <unixio.h> header file. */
272 #undef HAVE_UNIXIO_H
273 
274 /* Define to 1 if you have the `unlink' function. */
275 #undef HAVE_UNLINK /* ??? */
276 
277 /* Define to 1 if you have the `usleep' function. */
278 #define HAVE_USLEEP 1
279 
280 /* Define to 1 if you have the `vprintf' function. */
281 #define HAVE_VPRINTF 1
282 
283 /* Define to 1 if you have the `vsnprintf' function. */
284 #undef HAVE_VSNPRINTF
285 
286 /* Define to allow sound interpolation. */
287 #undef INTERPOLATE_SOUND
288 
289 /* Define to use LINUX joystick. */
290 #undef LINUX_JOYSTICK
291 
292 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
293    slash. */
294 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
295 
296 /* Define to activate assembler in monitor. */
297 #undef MONITOR_ASSEMBLER
298 
299 /* Define to activate code breakpoints and execution history. */
300 #undef MONITOR_BREAK
301 
302 /* Define to activate user-defined breakpoints. */
303 #undef MONITOR_BREAKPOINTS
304 
305 /* Define to activate hints in disassembler. */
306 #undef MONITOR_HINTS
307 
308 /* Define to activate 6502 opcode profiling. */
309 #undef MONITOR_PROFILE
310 
311 /* Define to activate TRACE command in monitor. */
312 #undef MONITOR_TRACE
313 
314 /* Target: X11 with Motif. */
315 #undef MOTIF
316 
317 /* Define to allow color changes inside a scanline. */
318 #undef NEW_CYCLE_EXACT
319 
320 /* Define to the address where bug reports for this package should be sent. */
321 #undef PACKAGE_BUGREPORT
322 
323 /* Define to the full name of this package. */
324 #undef PACKAGE_NAME
325 
326 /* Define to the full name and version of this package. */
327 #undef PACKAGE_STRING
328 
329 /* Define to the one symbol short name of this package. */
330 #undef PACKAGE_TARNAME
331 
332 /* Define to the version of this package. */
333 #undef PACKAGE_VERSION
334 
335 /* Define to use page-based attribute array. */
336 #undef PAGED_ATTRIB
337 
338 /* Target: Sony PlayStation 2. */
339 #undef PS2
340 
341 /* Define as the return type of signal handlers (`int' or `void'). */
342 #undef RETSIGTYPE
343 
344 /* Define to use R: device. */
345 /*#undef R_IO_DEVICE*/
346 
347 /* Target: SDL library. */
348 #undef SDL
349 
350 /* Define to the type of arg 1 for `select'. */
351 #undef SELECT_TYPE_ARG1
352 
353 /* Define to the type of args 2, 3 and 4 for `select'. */
354 #undef SELECT_TYPE_ARG234
355 
356 /* Define to the type of arg 5 for `select'. */
357 #undef SELECT_TYPE_ARG5
358 
359 /* Define to allow serial in/out sound. */
360 #undef SERIO_SOUND
361 
362 /* Target: X11 with shared memory extensions. */
363 #undef SHM
364 
365 /* Define to activate sound support. */
366 #define SOUND 1
367 
368 /* Define to 1 if you have the ANSI C header files. */
369 #undef STDC_HEADERS /* ??? */
370 
371 /* Define to allow stereo sound. */
372 #undef STEREO_SOUND
373 
374 /* Save additional config file options. */
375 #undef SUPPORTS_ATARI_CONFIGSAVE
376 
377 /* Additional config file options. */
378 #undef SUPPORTS_ATARI_CONFIGURE
379 
380 /* Target: Linux with SVGALib. */
381 #undef SVGALIB
382 
383 /* Define to use Toshiba Joystick Mouse support. */
384 #undef SVGA_JOYMOUSE
385 
386 /* Define for drawing every 1/50 sec only 1/refresh of screen. */
387 #undef SVGA_SPEEDUP
388 
389 /* Alternate system-wide config file for non-Unix OS. */
390 #ifdef ROMDISK
391 #  define SYSTEM_WIDE_CFG_FILE "/rd/atari800.cfg"
392 #else
393 #  define SYSTEM_WIDE_CFG_FILE "/cd/atari800.cfg"
394 #endif
395 
396 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
397 #undef TIME_WITH_SYS_TIME
398 
399 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
400 #undef TM_IN_SYS_TIME
401 
402 /* Define to use clock() instead of gettimeofday(). */
403 #undef USE_CLOCK
404 
405 /* Target: Curses-compatible library. */
406 #undef USE_CURSES
407 
408 /* Define for using cursor/ctrl keys for keyboard joystick.
409  */
410 #undef USE_CURSORBLOCK
411 
412 /* Target: Ncurses library. */
413 #undef USE_NCURSES
414 
415 /* Define to use very slow computer support (faster -refresh). */
416 #undef VERY_SLOW
417 
418 /* Define to allow volume only sound. */
419 #define VOL_ONLY_SOUND 1
420 
421 /* Define to 1 if your processor stores words with the most significant byte
422    first (like Motorola and SPARC, unlike Intel and VAX). */
423 #undef WORDS_BIGENDIAN
424 
425 /* Define if unaligned word access is ok. */
426 #undef WORDS_UNALIGNED_OK
427 
428 /* Target: Standard X11. */
429 #undef X11
430 
431 /* Target: X11 with XView. */
432 #undef XVIEW
433 
434 /* Define to empty if `const' does not conform to ANSI C. */
435 #undef const
436 
437 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
438    if it is not supported. */
439 #undef inline
440 
441 /* Define to `unsigned' if <sys/types.h> does not define. */
442 #undef size_t
443 
444 /* Define to empty if the keyword `volatile' does not work. Warning: valid
445    code using `volatile' can become incorrect without. Disable with care. */
446 #undef volatile
447 
448 /* ****************************************************************** */
449 
450 #define DREAMCAST 1
451 
452 #define SIGNED_SAMPLES
453 #define DIRTYRECT
454 #define USE_UI_BASIC_ONSCREEN_KEYBOARD
455 #undef SPEED_CHECK
456 #undef HZ_TEST
457 
458 #ifndef ASSEMBLER  /* don't include the following part in assember source files */
459 extern void DCStateSave(void);
460 extern void DCStateRead(void);
461 #endif /* #ifndef ASSEMBLER */
462 
463 #endif /* #ifndef CONFIG_H */
464