libsidplayfp  2.0.2
config.h
1 /* src/config.h. Generated from config.h.in by configure. */
2 /* src/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Define for threaded driver */
8 /* #undef EXSID_THREADED */
9 
10 /* Algorithm AES in gcrypt library */
11 /* #undef GCRYPT_WITH_AES */
12 
13 /* Algorithm ARCFOUR in gcrypt library */
14 /* #undef GCRYPT_WITH_ARCFOUR */
15 
16 /* Algorithm BLOWFISH in gcrypt library */
17 /* #undef GCRYPT_WITH_BLOWFISH */
18 
19 /* Algorithm CAST5 in gcrypt library */
20 /* #undef GCRYPT_WITH_CAST5 */
21 
22 /* Algorithm CRC in gcrypt library */
23 /* #undef GCRYPT_WITH_CRC */
24 
25 /* Algorithm DES in gcrypt library */
26 /* #undef GCRYPT_WITH_DES */
27 
28 /* Algorithm DSA in gcrypt library */
29 /* #undef GCRYPT_WITH_DSA */
30 
31 /* Algorithm ELGAMAL in gcrypt library */
32 /* #undef GCRYPT_WITH_ELGAMAL */
33 
34 /* Algorithm HAVAL in gcrypt library */
35 /* #undef GCRYPT_WITH_HAVAL */
36 
37 /* Algorithm IDEA in gcrypt library */
38 /* #undef GCRYPT_WITH_IDEA */
39 
40 /* Algorithm MD2 in gcrypt library */
41 /* #undef GCRYPT_WITH_MD2 */
42 
43 /* Algorithm MD4 in gcrypt library */
44 /* #undef GCRYPT_WITH_MD4 */
45 
46 /* Algorithm MD5 in gcrypt library */
47 /* #undef GCRYPT_WITH_MD5 */
48 
49 /* Algorithm RFC2268 in gcrypt library */
50 /* #undef GCRYPT_WITH_RFC2268 */
51 
52 /* Algorithm RMD160 in gcrypt library */
53 /* #undef GCRYPT_WITH_RMD160 */
54 
55 /* Algorithm RSA in gcrypt library */
56 /* #undef GCRYPT_WITH_RSA */
57 
58 /* Algorithm SERPENT in gcrypt library */
59 /* #undef GCRYPT_WITH_SERPENT */
60 
61 /* Algorithm SHA0 in gcrypt library */
62 /* #undef GCRYPT_WITH_SHA0 */
63 
64 /* Algorithm SHA1 in gcrypt library */
65 /* #undef GCRYPT_WITH_SHA1 */
66 
67 /* Algorithm SHA224 in gcrypt library */
68 /* #undef GCRYPT_WITH_SHA224 */
69 
70 /* Algorithm SHA256 in gcrypt library */
71 /* #undef GCRYPT_WITH_SHA256 */
72 
73 /* Algorithm SHA384 in gcrypt library */
74 /* #undef GCRYPT_WITH_SHA384 */
75 
76 /* Algorithm SHA512 in gcrypt library */
77 /* #undef GCRYPT_WITH_SHA512 */
78 
79 /* Algorithm TIGER in gcrypt library */
80 /* #undef GCRYPT_WITH_TIGER */
81 
82 /* Algorithm TWOFISH in gcrypt library */
83 /* #undef GCRYPT_WITH_TWOFISH */
84 
85 /* Algorithm WHIRLPOOL in gcrypt library */
86 /* #undef GCRYPT_WITH_WHIRLPOOL */
87 
88 /* define if the compiler supports basic C++11 syntax */
89 #define HAVE_CXX11 1
90 
91 /* Define to 1 if you have the <dlfcn.h> header file. */
92 /* #undef HAVE_DLFCN_H */
93 
94 /* Define to 1 if you have libexsid (-lexsid). */
95 /* #undef HAVE_EXSID */
96 
97 /* Define to 1 if you have ftd2xx.h */
98 /* #undef HAVE_FTD2XX */
99 
100 /* Define to 1 if you have the <ftd2xx.h> header file. */
101 /* #undef HAVE_FTD2XX_H */
102 
103 /* Define to 1 if you have ftdi.h */
104 #define HAVE_FTDI 1
105 
106 /* Gcrypt library is available */
107 /* #undef HAVE_GCRYPT */
108 
109 /* Define to 1 if you have the <inttypes.h> header file. */
110 #define HAVE_INTTYPES_H 1
111 
112 /* Define to 1 if you have the <memory.h> header file. */
113 #define HAVE_MEMORY_H 1
114 
115 /* Define to 1 if you have the <mmintrin.h> header file. */
116 /* #undef HAVE_MMINTRIN_H */
117 
118 /* Define to 1 if you have pthread.h */
119 /* #undef HAVE_PTHREAD_H */
120 
121 /* Have PTHREAD_PRIO_INHERIT. */
122 /* #undef HAVE_PTHREAD_PRIO_INHERIT */
123 
124 /* Define to 1 if you have the <stdint.h> header file. */
125 #define HAVE_STDINT_H 1
126 
127 /* Define to 1 if you have the <stdlib.h> header file. */
128 #define HAVE_STDLIB_H 1
129 
130 /* Define to 1 if you have the `strcasecmp' function. */
131 #define HAVE_STRCASECMP 1
132 
133 /* Define to 1 if you have the `stricmp' function. */
134 /* #undef HAVE_STRICMP */
135 
136 /* Define to 1 if you have the <strings.h> header file. */
137 #define HAVE_STRINGS_H 1
138 
139 /* Define to 1 if you have the <string.h> header file. */
140 #define HAVE_STRING_H 1
141 
142 /* Define to 1 if you have the `strncasecmp' function. */
143 #define HAVE_STRNCASECMP 1
144 
145 /* Define to 1 if you have the `strnicmp' function. */
146 /* #undef HAVE_STRNICMP */
147 
148 /* Define to 1 if you have the <sys/stat.h> header file. */
149 #define HAVE_SYS_STAT_H 1
150 
151 /* Define to 1 if you have the <sys/types.h> header file. */
152 #define HAVE_SYS_TYPES_H 1
153 
154 /* Define to 1 if you have the <threads.h> header file. */
155 /* #undef HAVE_THREADS_H */
156 
157 /* Define to 1 if you have the <unistd.h> header file. */
158 #define HAVE_UNISTD_H 1
159 
160 /* Define to 1 if you have the <UnitTest++/UnitTest++.h> header file. */
161 /* #undef HAVE_UNITTEST___UNITTEST___H */
162 
163 /* Define to the sub-directory where libtool stores uninstalled libraries. */
164 #define LT_OBJDIR ".libs/"
165 
166 /* Name of package */
167 #define PACKAGE "libsidplayfp"
168 
169 /* Define to the address where bug reports for this package should be sent. */
170 #define PACKAGE_BUGREPORT ""
171 
172 /* Define to the full name of this package. */
173 #define PACKAGE_NAME "libsidplayfp"
174 
175 /* Define to the full name and version of this package. */
176 #define PACKAGE_STRING "libsidplayfp 2.0.2"
177 
178 /* Define to the one symbol short name of this package. */
179 #define PACKAGE_TARNAME "libsidplayfp"
180 
181 /* Define to the home page for this package. */
182 #define PACKAGE_URL "http://sourceforge.net/projects/sidplay-residfp/"
183 
184 /* Define to the version of this package. */
185 #define PACKAGE_VERSION "2.0.2"
186 
187 /* Define to necessary symbol if this constant uses a non-standard name on
188  your system. */
189 /* #undef PTHREAD_CREATE_JOINABLE */
190 
191 /* Shared library extension */
192 #define SHLIBEXT ".dll"
193 
194 /* The size of `int', as computed by sizeof. */
195 #define SIZEOF_INT 4
196 
197 /* The size of `short', as computed by sizeof. */
198 #define SIZEOF_SHORT 2
199 
200 /* Define to 1 if you have the ANSI C header files. */
201 #define STDC_HEADERS 1
202 
203 /* Version number of package */
204 #define VERSION "2.0.2"
205 
206 /* Path to VICE testsuite. */
207 /* #undef VICE_TESTSUITE */
208 
209 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
210  significant byte first (like Motorola and SPARC, unlike Intel). */
211 #if defined AC_APPLE_UNIVERSAL_BUILD
212 # if defined __BIG_ENDIAN__
213 # define WORDS_BIGENDIAN 1
214 # endif
215 #else
216 # ifndef WORDS_BIGENDIAN
217 /* # undef WORDS_BIGENDIAN */
218 # endif
219 #endif
220 
221 /* Define to the equivalent of the C99 'restrict' keyword, or to
222  nothing if this is not supported. Do not define if restrict is
223  supported directly. */
224 #define restrict __restrict
225 /* Work around a bug in Sun C++: it does not support _Restrict or
226  __restrict__, even though the corresponding Sun C compiler ends up with
227  "#define restrict _Restrict" or "#define restrict __restrict__" in the
228  previous line. Perhaps some future version of Sun C++ will work with
229  restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
230 #if defined __SUNPRO_CC && !defined __RESTRICT
231 # define _Restrict
232 # define __restrict__
233 #endif