libsidplayfp 2.15.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/* #undef EXSID_THREADED */
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#define HAVE_CXX20 1
21
22/* define if the compiler supports basic C++23 syntax */
23/* #undef HAVE_CXX23 */
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/* #undef HAVE_FTDI */
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 if you have POSIX threads libraries and header files. */
47#define HAVE_PTHREAD 1
48
49/* Define to 1 if you have pthread.h */
50/* #undef HAVE_PTHREAD_H */
51
52/* Have PTHREAD_PRIO_INHERIT. */
53#define HAVE_PTHREAD_PRIO_INHERIT 1
54
55/* Define to 1 if you have the <stdint.h> header file. */
56#define HAVE_STDINT_H 1
57
58/* Define to 1 if you have the <stdio.h> header file. */
59#define HAVE_STDIO_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.15.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.15.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 all of the C90 standard headers exist (not just the ones
123 required in a freestanding environment). This macro is provided for
124 backward compatibility; new code need not use it. */
125#define STDC_HEADERS 1
126
127/* Version number of package */
128#define VERSION "2.15.0"
129
130/* Path to VICE testsuite. */
131/* #undef VICE_TESTSUITE */
132
133/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
134 significant byte first (like Motorola and SPARC, unlike Intel). */
135#if defined AC_APPLE_UNIVERSAL_BUILD
136# if defined __BIG_ENDIAN__
137# define WORDS_BIGENDIAN 1
138# endif
139#else
140# ifndef WORDS_BIGENDIAN
141/* # undef WORDS_BIGENDIAN */
142# endif
143#endif