libsidplayfp  2.11.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 to 1 if you have the <arm_neon.h> header file. */
11 /* #undef HAVE_ARM_NEON_H */
12 
13 /* define if the compiler supports basic C++11 syntax */
14 /* #undef HAVE_CXX11 */
15 
16 /* define if the compiler supports basic C++14 syntax */
17 /* #undef HAVE_CXX14 */
18 
19 /* define if the compiler supports basic C++17 syntax */
20 /* #undef HAVE_CXX17 */
21 
22 /* define if the compiler supports basic C++20 syntax */
23 #define HAVE_CXX20 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 ftd2xx.h */
32 /* #undef HAVE_FTD2XX */
33 
34 /* Define to 1 if you have the <ftd2xx.h> header file. */
35 /* #undef HAVE_FTD2XX_H */
36 
37 /* Define to 1 if you have ftdi.h */
38 #define HAVE_FTDI 1
39 
40 /* Define to 1 if you have the <inttypes.h> header file. */
41 #define HAVE_INTTYPES_H 1
42 
43 /* Define to 1 if you have libgcrypt (-lgcrypt). */
44 #define HAVE_LIBGCRYPT 1
45 
46 /* Define to 1 if you have the <memory.h> header file. */
47 #define HAVE_MEMORY_H 1
48 
49 /* Define to 1 if you have pthread.h */
50 #define HAVE_PTHREAD_H 1
51 
52 /* Have PTHREAD_PRIO_INHERIT. */
53 #define HAVE_PTHREAD_PRIO_INHERIT 1
54 
55 /* Define to 1 if you have the <smmintrin.h> header file. */
56 /* #undef HAVE_SMMINTRIN_H */
57 
58 /* Define to 1 if you have the <stdint.h> header file. */
59 #define HAVE_STDINT_H 1
60 
61 /* Define to 1 if you have the <stdlib.h> header file. */
62 #define HAVE_STDLIB_H 1
63 
64 /* Define to 1 if you have the `strcasecmp' function. */
65 #define HAVE_STRCASECMP 1
66 
67 /* Define to 1 if you have the <strings.h> header file. */
68 #define HAVE_STRINGS_H 1
69 
70 /* Define to 1 if you have the <string.h> header file. */
71 #define HAVE_STRING_H 1
72 
73 /* Define to 1 if you have the `strncasecmp' function. */
74 #define HAVE_STRNCASECMP 1
75 
76 /* Define to 1 if you have the <sys/stat.h> header file. */
77 #define HAVE_SYS_STAT_H 1
78 
79 /* Define to 1 if you have the <sys/types.h> header file. */
80 #define HAVE_SYS_TYPES_H 1
81 
82 /* Define to 1 if you have the <unistd.h> header file. */
83 #define HAVE_UNISTD_H 1
84 
85 /* Define to the sub-directory where libtool stores uninstalled libraries. */
86 #define LT_OBJDIR ".libs/"
87 
88 /* Name of package */
89 #define PACKAGE "libsidplayfp"
90 
91 /* Define to the address where bug reports for this package should be sent. */
92 #define PACKAGE_BUGREPORT ""
93 
94 /* Define to the full name of this package. */
95 #define PACKAGE_NAME "libsidplayfp"
96 
97 /* Define to the full name and version of this package. */
98 #define PACKAGE_STRING "libsidplayfp 2.11.0"
99 
100 /* Define to the one symbol short name of this package. */
101 #define PACKAGE_TARNAME "libsidplayfp"
102 
103 /* Define to the home page for this package. */
104 #define PACKAGE_URL "https://github.com/libsidplayfp/libsidplayfp/"
105 
106 /* Define to the version of this package. */
107 #define PACKAGE_VERSION "2.11.0"
108 
109 /* Define to necessary symbol if this constant uses a non-standard name on
110  your system. */
111 /* #undef PTHREAD_CREATE_JOINABLE */
112 
113 /* Shared library extension */
114 #define SHLIBEXT ".so"
115 
116 /* The size of `int', as computed by sizeof. */
117 #define SIZEOF_INT 4
118 
119 /* The size of `short', as computed by sizeof. */
120 #define SIZEOF_SHORT 2
121 
122 /* Define to 1 if you have the ANSI C header files. */
123 #define STDC_HEADERS 1
124 
125 /* Version number of package */
126 #define VERSION "2.11.0"
127 
128 /* Path to VICE testsuite. */
129 /* #undef VICE_TESTSUITE */
130 
131 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
132  significant byte first (like Motorola and SPARC, unlike Intel). */
133 #if defined AC_APPLE_UNIVERSAL_BUILD
134 # if defined __BIG_ENDIAN__
135 # define WORDS_BIGENDIAN 1
136 # endif
137 #else
138 # ifndef WORDS_BIGENDIAN
139 /* # undef WORDS_BIGENDIAN */
140 # endif
141 #endif