libsidplayfp 2.4.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/* 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#define HAVE_CXX11 1
15
16/* define if the compiler supports basic C++14 syntax */
17#define HAVE_CXX14 1
18
19/* Define to 1 if you have the <dlfcn.h> header file. */
20#define HAVE_DLFCN_H 1
21
22/* Define to 1 if you have the <emmintrin.h> header file. */
23/* #undef HAVE_EMMINTRIN_H */
24
25/* Define to 1 if you have libexsid (-lexsid). */
26/* #undef HAVE_EXSID */
27
28/* Define to 1 if you have ftd2xx.h */
29/* #undef HAVE_FTD2XX */
30
31/* Define to 1 if you have the <ftd2xx.h> header file. */
32/* #undef HAVE_FTD2XX_H */
33
34/* Define to 1 if you have ftdi.h */
35#define HAVE_FTDI 1
36
37/* Define to 1 if you have the <inttypes.h> header file. */
38#define HAVE_INTTYPES_H 1
39
40/* Define to 1 if you have libgcrypt (-lgcrypt). */
41#define HAVE_LIBGCRYPT 1
42
43/* Define to 1 if you have the <mmintrin.h> header file. */
44/* #undef HAVE_MMINTRIN_H */
45
46/* Define to 1 if you have pthread.h */
47#define HAVE_PTHREAD_H 1
48
49/* Have PTHREAD_PRIO_INHERIT. */
50#define HAVE_PTHREAD_PRIO_INHERIT 1
51
52/* Define to 1 if you have the <stdint.h> header file. */
53#define HAVE_STDINT_H 1
54
55/* Define to 1 if you have the <stdio.h> header file. */
56#define HAVE_STDIO_H 1
57
58/* Define to 1 if you have the <stdlib.h> header file. */
59#define HAVE_STDLIB_H 1
60
61/* Define to 1 if you have the `strcasecmp' function. */
62#define HAVE_STRCASECMP 1
63
64/* Define to 1 if you have the `stricmp' function. */
65/* #undef HAVE_STRICMP */
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 `strnicmp' function. */
77/* #undef HAVE_STRNICMP */
78
79/* Define to 1 if you have the <sys/stat.h> header file. */
80#define HAVE_SYS_STAT_H 1
81
82/* Define to 1 if you have the <sys/types.h> header file. */
83#define HAVE_SYS_TYPES_H 1
84
85/* Define to 1 if you have the <unistd.h> header file. */
86#define HAVE_UNISTD_H 1
87
88/* Define to the sub-directory where libtool stores uninstalled libraries. */
89#define LT_OBJDIR ".libs/"
90
91/* Name of package */
92#define PACKAGE "libsidplayfp"
93
94/* Define to the address where bug reports for this package should be sent. */
95#define PACKAGE_BUGREPORT ""
96
97/* Define to the full name of this package. */
98#define PACKAGE_NAME "libsidplayfp"
99
100/* Define to the full name and version of this package. */
101#define PACKAGE_STRING "libsidplayfp 2.4.1"
102
103/* Define to the one symbol short name of this package. */
104#define PACKAGE_TARNAME "libsidplayfp"
105
106/* Define to the home page for this package. */
107#define PACKAGE_URL "https://github.com/libsidplayfp/libsidplayfp/"
108
109/* Define to the version of this package. */
110#define PACKAGE_VERSION "2.4.1"
111
112/* Define to necessary symbol if this constant uses a non-standard name on
113 your system. */
114/* #undef PTHREAD_CREATE_JOINABLE */
115
116/* Shared library extension */
117#define SHLIBEXT ".so"
118
119/* The size of `int', as computed by sizeof. */
120#define SIZEOF_INT 4
121
122/* The size of `short', as computed by sizeof. */
123#define SIZEOF_SHORT 2
124
125/* Define to 1 if all of the C90 standard headers exist (not just the ones
126 required in a freestanding environment). This macro is provided for
127 backward compatibility; new code need not use it. */
128#define STDC_HEADERS 1
129
130/* Version number of package */
131#define VERSION "2.4.1"
132
133/* Path to VICE testsuite. */
134/* #undef VICE_TESTSUITE */
135
136/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
137 significant byte first (like Motorola and SPARC, unlike Intel). */
138#if defined AC_APPLE_UNIVERSAL_BUILD
139# if defined __BIG_ENDIAN__
140# define WORDS_BIGENDIAN 1
141# endif
142#else
143# ifndef WORDS_BIGENDIAN
144/* # undef WORDS_BIGENDIAN */
145# endif
146#endif