libsidplayfp  2.2.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 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 to 1 if you have the <dlfcn.h> header file. */
95 #define HAVE_DLFCN_H 1
96 
97 /* Define to 1 if you have the <emmintrin.h> header file. */
98 /* #undef HAVE_EMMINTRIN_H */
99 
100 /* Define to 1 if you have libexsid (-lexsid). */
101 /* #undef HAVE_EXSID */
102 
103 /* Define to 1 if you have ftd2xx.h */
104 /* #undef HAVE_FTD2XX */
105 
106 /* Define to 1 if you have the <ftd2xx.h> header file. */
107 /* #undef HAVE_FTD2XX_H */
108 
109 /* Define to 1 if you have ftdi.h */
110 /* #undef HAVE_FTDI */
111 
112 /* Gcrypt library is available */
113 /* #undef HAVE_GCRYPT */
114 
115 /* Define to 1 if you have the <inttypes.h> header file. */
116 #define HAVE_INTTYPES_H 1
117 
118 /* Define to 1 if you have the <memory.h> header file. */
119 #define HAVE_MEMORY_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 /* #undef HAVE_PTHREAD_H */
126 
127 /* Have PTHREAD_PRIO_INHERIT. */
128 /* #undef HAVE_PTHREAD_PRIO_INHERIT */
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 <stdlib.h> header file. */
134 #define HAVE_STDLIB_H 1
135 
136 /* Define to 1 if you have the `strcasecmp' function. */
137 #define HAVE_STRCASECMP 1
138 
139 /* Define to 1 if you have the `stricmp' function. */
140 /* #undef HAVE_STRICMP */
141 
142 /* Define to 1 if you have the <strings.h> header file. */
143 #define HAVE_STRINGS_H 1
144 
145 /* Define to 1 if you have the <string.h> header file. */
146 #define HAVE_STRING_H 1
147 
148 /* Define to 1 if you have the `strncasecmp' function. */
149 #define HAVE_STRNCASECMP 1
150 
151 /* Define to 1 if you have the `strnicmp' function. */
152 /* #undef HAVE_STRNICMP */
153 
154 /* Define to 1 if you have the <sys/stat.h> header file. */
155 #define HAVE_SYS_STAT_H 1
156 
157 /* Define to 1 if you have the <sys/types.h> header file. */
158 #define HAVE_SYS_TYPES_H 1
159 
160 /* Define to 1 if you have the <unistd.h> header file. */
161 #define HAVE_UNISTD_H 1
162 
163 /* Define to 1 if you have the <UnitTest++/UnitTest++.h> header file. */
164 /* #undef HAVE_UNITTEST___UNITTEST___H */
165 
166 /* Define to the sub-directory where libtool stores uninstalled libraries. */
167 #define LT_OBJDIR ".libs/"
168 
169 /* Name of package */
170 #define PACKAGE "libsidplayfp"
171 
172 /* Define to the address where bug reports for this package should be sent. */
173 #define PACKAGE_BUGREPORT ""
174 
175 /* Define to the full name of this package. */
176 #define PACKAGE_NAME "libsidplayfp"
177 
178 /* Define to the full name and version of this package. */
179 #define PACKAGE_STRING "libsidplayfp 2.2.2"
180 
181 /* Define to the one symbol short name of this package. */
182 #define PACKAGE_TARNAME "libsidplayfp"
183 
184 /* Define to the home page for this package. */
185 #define PACKAGE_URL "https://github.com/libsidplayfp/libsidplayfp/"
186 
187 /* Define to the version of this package. */
188 #define PACKAGE_VERSION "2.2.2"
189 
190 /* Define to necessary symbol if this constant uses a non-standard name on
191  your system. */
192 /* #undef PTHREAD_CREATE_JOINABLE */
193 
194 /* Shared library extension */
195 #define SHLIBEXT ".so"
196 
197 /* The size of `int', as computed by sizeof. */
198 #define SIZEOF_INT 4
199 
200 /* The size of `short', as computed by sizeof. */
201 #define SIZEOF_SHORT 2
202 
203 /* Define to 1 if you have the ANSI C header files. */
204 #define STDC_HEADERS 1
205 
206 /* Version number of package */
207 #define VERSION "2.2.2"
208 
209 /* Path to VICE testsuite. */
210 /* #undef VICE_TESTSUITE */
211 
212 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
213  significant byte first (like Motorola and SPARC, unlike Intel). */
214 #if defined AC_APPLE_UNIVERSAL_BUILD
215 # if defined __BIG_ENDIAN__
216 # define WORDS_BIGENDIAN 1
217 # endif
218 #else
219 # ifndef WORDS_BIGENDIAN
220 /* # undef WORDS_BIGENDIAN */
221 # endif
222 #endif