summaryrefslogtreecommitdiff
path: root/apps/plugins/zxbox/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/zxbox/acconfig.h')
-rw-r--r--apps/plugins/zxbox/acconfig.h43
1 files changed, 43 insertions, 0 deletions
diff --git a/apps/plugins/zxbox/acconfig.h b/apps/plugins/zxbox/acconfig.h
new file mode 100644
index 0000000000..57031096e8
--- /dev/null
+++ b/apps/plugins/zxbox/acconfig.h
@@ -0,0 +1,43 @@
1
2/* Define this on i386 architectures if the C compiler generates symbols
3 beginning with underscores, eg. on old aout versions of Linux */
4#undef AOUT_FORMAT
5
6/* Define this to enable running in background on the Linux console.
7 Works only with SVGALIB 1.2.11 or newer */
8#undef RUN_IN_BACKGROUND
9
10/* Define this if Xlib has the MITSHM extension */
11#undef HAVE_MITSHM
12
13/* Define this if program can query MITSHM extension */
14#undef HAVE_SHMQUERY
15
16/* Define this if you have the readline library */
17#undef HAVE_READLINE
18
19/* Define this to use the C version of the program insead of the
20 i386 assembly. Define this on non intel machines */
21#undef Z80C
22
23/* Always define this for the spectrum emulator. */
24#undef SPECT_MEM
25
26/* Define if sound driver is available. */
27#undef HAVE_SOUND
28
29/* Define if sound driver is Open Sound System (OSS) */
30#undef OSS_SOUND
31
32/* Define if sound driver is SUN */
33#undef SUN_SOUND
34
35/* Define this to use the inline intel assembly sections */
36#undef I386_ASM
37
38/* Define this to use an alternative way of passing the z80 processor
39 data to the z80 instruction emulation functions. May make emulation
40 faster on some machines, but not on intel, and sparc. */
41#undef PROCP
42
43@TOP@