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