~ubuntu-branches/ubuntu/hardy/vice/hardy

« back to all changes in this revision

Viewing changes to src/arch/amigaos/config.h.vbcc

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2007-10-07 07:05:46 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071007070546-81yy0twlka7p2t0e
Tags: 1.22-1
* New upstream version (closes: #428280).
* Correct link to HTML documentation in manpage (closes: #409567).
* Fix most packaging mistakes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* src/config.h.in.  VBCC definitions.  */
 
2
 
 
3
/* Enable Joystick emulation. */
 
4
#define HAS_JOYSTICK 1
 
5
 
 
6
/* Enable internationalization support */
 
7
#define HAS_TRANSLATION 1
 
8
 
 
9
/* Define to 1 if you have the `atexit' function. */
 
10
#define HAVE_ATEXIT 1
 
11
 
 
12
/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
 
13
   don't. */
 
14
#define HAVE_DECL_SYS_SIGLIST 1
 
15
 
 
16
/* Define to 1 if you have the <devices/ahi.h> header file. */
 
17
#define HAVE_DEVICES_AHI_H 1
 
18
 
 
19
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
 
20
   */
 
21
#define HAVE_DIRENT_H 1
 
22
 
 
23
/* Define to 1 if you have the <errno.h> header file. */
 
24
#define HAVE_ERRNO_H 1
 
25
 
 
26
/* Define to 1 if you have the <fcntl.h> header file. */
 
27
#define HAVE_FCNTL_H 1
 
28
 
 
29
/* Support for HardSID. */
 
30
#define HAVE_HARDSID 1
 
31
 
 
32
/* Define to 1 if you have the <limits.h> header file. */
 
33
#define HAVE_LIMITS_H 1
 
34
 
 
35
/* Define to 1 if you have the `memmove' function. */
 
36
#define HAVE_MEMMOVE 1
 
37
 
 
38
/* Define to 1 if you have the `mkstemp' function. */
 
39
#define HAVE_MKSTEMP 1
 
40
 
 
41
/* Enable 1351 mouse support */
 
42
#define HAVE_MOUSE 1
 
43
 
 
44
/* Define to 1 if you have the <proto/cybergraphics.h> header file. */
 
45
#define HAVE_PROTO_CYBERGRAPHICS_H 1
 
46
 
 
47
/* Support for block device disk image access. */
 
48
#define HAVE_RAWDRIVE 1
 
49
 
 
50
/* Enable RS232 emulation. */
 
51
#define HAVE_RS232 1
 
52
 
 
53
/* Define to 1 if you have the <signal.h> header file. */
 
54
#define HAVE_SIGNAL_H 1
 
55
 
 
56
/* Define to 1 if you have the <stdint.h> header file. */
 
57
#define HAVE_STDINT_H 1
 
58
 
 
59
/* Define to 1 if you have the <stdlib.h> header file. */
 
60
#define HAVE_STDLIB_H 1
 
61
 
 
62
/* Define to 1 if you have the `strcasecmp' function. */
 
63
#define HAVE_STRCASECMP 1
 
64
 
 
65
/* Define to 1 if you have the `strerror' function. */
 
66
#define HAVE_STRERROR 1
 
67
 
 
68
/* Define to 1 if you have the <strings.h> header file. */
 
69
#define HAVE_STRINGS_H 1
 
70
 
 
71
/* Define to 1 if you have the <string.h> header file. */
 
72
#define HAVE_STRING_H 1
 
73
 
 
74
/* Define to 1 if you have the `strncasecmp' function. */
 
75
#define HAVE_STRNCASECMP 1
 
76
 
 
77
/* Define to 1 if you have the <sys/dirent.h> header file. */
 
78
#define HAVE_SYS_DIRENT_H 1
 
79
 
 
80
/* Define to 1 if you have the <sys/ioctl.h> header file. */
 
81
#define HAVE_SYS_IOCTL_H 1
 
82
 
 
83
/* Define to 1 if you have the <sys/stat.h> header file. */
 
84
#define HAVE_SYS_STAT_H 1
 
85
 
 
86
/* Define to 1 if you have the <sys/time.h> header file. */
 
87
#define HAVE_SYS_TIME_H 1
 
88
 
 
89
/* Define to 1 if you have the <sys/types.h> header file. */
 
90
#define HAVE_SYS_TYPES_H 1
 
91
 
 
92
/* Define to 1 if you have the <unistd.h> header file. */
 
93
#define HAVE_UNISTD_H 1
 
94
 
 
95
/* Define to 1 if you have the `usleep' function. */
 
96
#define HAVE_USLEEP 1
 
97
 
 
98
/* Define to 1 if the system has the type `u_short'. */
 
99
#define HAVE_U_SHORT 1
 
100
 
 
101
/* Name of package */
 
102
#define PACKAGE "vice"
 
103
 
 
104
/* Define to the address where bug reports for this package should be sent. */
 
105
#define PACKAGE_BUGREPORT ""
 
106
 
 
107
/* Define to the full name of this package. */
 
108
#define PACKAGE_NAME ""
 
109
 
 
110
/* Define to the full name and version of this package. */
 
111
#define PACKAGE_STRING ""
 
112
 
 
113
/* Define to the one symbol short name of this package. */
 
114
#define PACKAGE_TARNAME ""
 
115
 
 
116
/* Define to the version of this package. */
 
117
#define PACKAGE_VERSION ""
 
118
 
 
119
/* Where do we want to install the executable? */
 
120
#define PREFIX "/usr/local"
 
121
 
 
122
/* Define as the return type of signal handlers (`int' or `void'). */
 
123
#define RETSIGTYPE void
 
124
 
 
125
/* The size of a `unsigned int', as computed by sizeof. */
 
126
#define SIZEOF_UNSIGNED_INT 4
 
127
 
 
128
/* The size of a `unsigned long', as computed by sizeof. */
 
129
#define SIZEOF_UNSIGNED_LONG 4
 
130
 
 
131
/* The size of a `unsigned short', as computed by sizeof. */
 
132
#define SIZEOF_UNSIGNED_SHORT 2
 
133
 
 
134
/* Define if this version is unstable. */
 
135
#define UNSTABLE 1
 
136
 
 
137
/* Version number of package */
 
138
#define VERSION "1.20.20"
 
139
 
 
140
/* Define to 1 if your processor stores words with the most significant byte
 
141
   first (like Motorola and SPARC, unlike Intel and VAX). */
 
142
#define WORDS_BIGENDIAN 1
 
143
 
 
144
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
145
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
146
#define inline
 
147
 
 
148
/* Define as `fork' if `vfork' does not work. */
 
149
#define vfork fork