File: config.dos

package info (click to toggle)
spectemu 0.94a-5
  • links: PTS
  • area: contrib
  • in suites: etch, etch-m68k
  • size: 1,252 kB
  • ctags: 3,086
  • sloc: ansic: 15,419; asm: 5,160; sh: 2,760; cpp: 377; makefile: 220
file content (63 lines) | stat: -rw-r--r-- 1,852 bytes parent folder | download | duplicates (11)
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
/* config.h.  Generated automatically by configure.  */
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define this on i386 architectures if the C compiler generates symbols
   beginning with underscores, eg. on old aout versions of Linux */
#define AOUT_FORMAT 1

/* Define this to enable running in background on the Linux console.
   Works only with SVGALIB 1.2.11 or newer */
/* #undef RUN_IN_BACKGROUND */

/* Define this if Xlib has the MITSHM extension */
/* #undef HAVE_MITSHM */

/* Define this if program can query MITSHM extension */
/* #undef HAVE_SHMQUERY */

/* Define this to use the C version of the program insead of the 
   i386 assembly. Define this on non intel machines */
/* #undef Z80C */

/* Always define this for the spectrum emulator. */
#define SPECT_MEM 1

/* Define if sound driver is available. */
/* #undef HAVE_SOUND */

/* Define if sound driver is Open Sound System (OSS) */
/* #undef OSS_SOUND */


/* Define this to use the inline intel assembly sections */
#define I386_ASM 1

/* Define this to use an alternative way of passing the z80 processor
   data to the z80 instruction emulation functions. May make emulation
   faster on some machines, but not on intel, and sparc. */
/* #undef PROCP */

/* Define if compiling for DOS */
#define USE_DJGPP 1
#define USE_LIBKB 1
#define USE_ALLEGRO 1

/* Misc define. */
/* #undef DIFFMODE */

/* Misc define. */
/* #undef CRT_COLOR_DEBUG */


/* Define to empty if the keyword does not work.  */
/* #undef const */

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
/* #undef size_t */

/* Define if you have the ANSI C header files.  */
#define STDC_HEADERS 1

/* Define if your processor stores words with the most significant
   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
/* #undef WORDS_BIGENDIAN */