libsidplayfp 3.0.0
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/* define if the compiler supports basic C++11 syntax */
11/* #undef HAVE_CXX11 */
12
13/* define if the compiler supports basic C++14 syntax */
14/* #undef HAVE_CXX14 */
15
16/* define if the compiler supports basic C++17 syntax */
17/* #undef HAVE_CXX17 */
18
19/* define if the compiler supports basic C++20 syntax */
20/* #undef HAVE_CXX20 */
21
22/* define if the compiler supports basic C++23 syntax */
23#define HAVE_CXX23 1
24
25/* Define to 1 if you have the <dlfcn.h> header file. */
26#define HAVE_DLFCN_H 1
27
28/* Define to 1 if you have libexsid (-lexsid). */
29/* #undef HAVE_EXSID */
30
31/* Define to 1 if you have the <fcntl.h> header file. */
32#define HAVE_FCNTL_H 1
33
34/* Define to 1 if you have ftd2xx.h */
35/* #undef HAVE_FTD2XX */
36
37/* Define to 1 if you have the <ftd2xx.h> header file. */
38/* #undef HAVE_FTD2XX_H */
39
40/* Define to 1 if you have ftdi.h */
41#define HAVE_FTDI 1
42
43/* Define to 1 if the system has the type 'int16_t'. */
44#define HAVE_INT16_T 1
45
46/* Define to 1 if the system has the type 'int32_t'. */
47#define HAVE_INT32_T 1
48
49/* Define to 1 if the system has the type 'int8_t'. */
50#define HAVE_INT8_T 1
51
52/* Define to 1 if you have the <inttypes.h> header file. */
53#define HAVE_INTTYPES_H 1
54
55/* Define to 1 if you have libusb.h */
56/* #undef HAVE_LIBUSB */
57
58/* Define to 1 if you have the <libusb-1.0/libusb.h> header file. */
59/* #undef HAVE_LIBUSB_1_0_LIBUSB_H */
60
61/* Define if you have POSIX threads libraries and header files. */
62#define HAVE_PTHREAD 1
63
64/* Define to 1 if you have pthread.h */
65#define HAVE_PTHREAD_H 1
66
67/* Have PTHREAD_PRIO_INHERIT. */
68#define HAVE_PTHREAD_PRIO_INHERIT 1
69
70/* Define to 1 if you have libresidfp (-lresidfp). */
71#define HAVE_RESIDFP 1
72
73/* Define to 1 if you have the <stdint.h> header file. */
74#define HAVE_STDINT_H 1
75
76/* Define to 1 if you have the <stdio.h> header file. */
77#define HAVE_STDIO_H 1
78
79/* Define to 1 if you have the <stdlib.h> header file. */
80#define HAVE_STDLIB_H 1
81
82/* Define to 1 if you have the 'strcasecmp' function. */
83#define HAVE_STRCASECMP 1
84
85/* Define to 1 if you have the <strings.h> header file. */
86#define HAVE_STRINGS_H 1
87
88/* Define to 1 if you have the <string.h> header file. */
89#define HAVE_STRING_H 1
90
91/* Define to 1 if you have the 'strncasecmp' function. */
92#define HAVE_STRNCASECMP 1
93
94/* Define to 1 if you have the <sys/ioctl.h> header file. */
95#define HAVE_SYS_IOCTL_H 1
96
97/* Define to 1 if you have the <sys/soundcard.h> header file. */
98#define HAVE_SYS_SOUNDCARD_H 1
99
100/* Define to 1 if you have the <sys/stat.h> header file. */
101#define HAVE_SYS_STAT_H 1
102
103/* Define to 1 if you have the <sys/types.h> header file. */
104#define HAVE_SYS_TYPES_H 1
105
106/* Define to 1 if the system has the type 'uint16_t'. */
107#define HAVE_UINT16_T 1
108
109/* Define to 1 if the system has the type 'uint32_t'. */
110#define HAVE_UINT32_T 1
111
112/* Define to 1 if the system has the type 'uint8_t'. */
113#define HAVE_UINT8_T 1
114
115/* Define to 1 if you have the <unistd.h> header file. */
116#define HAVE_UNISTD_H 1
117
118/* Define to 1 if you have libusb (-libusb-1.0). */
119#define HAVE_USBSID 1
120
121/* Define to the sub-directory where libtool stores uninstalled libraries. */
122#define LT_OBJDIR ".libs/"
123
124/* Name of package */
125#define PACKAGE "libsidplayfp"
126
127/* Define to the address where bug reports for this package should be sent. */
128#define PACKAGE_BUGREPORT ""
129
130/* Define to the full name of this package. */
131#define PACKAGE_NAME "libsidplayfp"
132
133/* Define to the full name and version of this package. */
134#define PACKAGE_STRING "libsidplayfp 3.0.0"
135
136/* Define to the one symbol short name of this package. */
137#define PACKAGE_TARNAME "libsidplayfp"
138
139/* Define to the home page for this package. */
140#define PACKAGE_URL "https://github.com/libsidplayfp/libsidplayfp/"
141
142/* Define to the version of this package. */
143#define PACKAGE_VERSION "3.0.0"
144
145/* Define to necessary symbol if this constant uses a non-standard name on
146 your system. */
147/* #undef PTHREAD_CREATE_JOINABLE */
148
149/* Shared library extension */
150#define SHLIBEXT ".so"
151
152/* The size of 'int', as computed by sizeof. */
153#define SIZEOF_INT 4
154
155/* The size of 'short', as computed by sizeof. */
156#define SIZEOF_SHORT 2
157
158/* Define to 1 if all of the C89 standard headers exist (not just the ones
159 required in a freestanding environment). This macro is provided for
160 backward compatibility; new code need not use it. */
161#define STDC_HEADERS 1
162
163/* Version number of package */
164#define VERSION "3.0.0"
165
166/* Path to VICE testsuite. */
167/* #undef VICE_TESTSUITE */
168
169/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
170 significant byte first (like Motorola and SPARC, unlike Intel). */
171#if defined AC_APPLE_UNIVERSAL_BUILD
172# if defined __BIG_ENDIAN__
173# define WORDS_BIGENDIAN 1
174# endif
175#else
176# ifndef WORDS_BIGENDIAN
177/* # undef WORDS_BIGENDIAN */
178# endif
179#endif