TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
config.h
Go to the documentation of this file.
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to 1 if you have the <dlfcn.h> header file. */
5 // #define HAVE_DLFCN_H 1
6 
7 /* Define if you have the iconv() function and it works. */
8 /* #undef HAVE_ICONV */
9 
10 /* Define to 1 if you have the <inttypes.h> header file. */
11 // #define HAVE_INTTYPES_H 1
12 
13 #ifndef _MSC_VER
14 /* Define to 1 if using pthread is enabled. */
15 #define HAVE_LIBPTHREAD 1
16 #endif
17 
18 /* Define to 1 if you have the <memory.h> header file. */
19 // #define HAVE_MEMORY_H 1
20 
21 /* Define to 1 if you have the <stdint.h> header file. */
22 // #define HAVE_STDINT_H 1
23 
24 /* Define to 1 if you have the <stdlib.h> header file. */
25 // #define HAVE_STDLIB_H 1
26 
27 /* Define to 1 if you have the `strdup' function. */
28 // #define HAVE_STRDUP 1
29 
30 /* Define to 1 if you have the <strings.h> header file. */
31 // #define HAVE_STRINGS_H 1
32 
33 /* Define to 1 if you have the <string.h> header file. */
34 // #define HAVE_STRING_H 1
35 
36 /* Define to 1 if you have the <sys/stat.h> header file. */
37 // #define HAVE_SYS_STAT_H 1
38 
39 /* Define to 1 if you have the <sys/types.h> header file. */
40 // #define HAVE_SYS_TYPES_H 1
41 
42 /* Define to 1 if you have the <unistd.h> header file. */
43 // #define HAVE_UNISTD_H 1
44 
45 /* Define to the sub-directory in which libtool stores uninstalled libraries.
46  */
47 // #define LT_OBJDIR ".libs/"
48 
49 /* Major version number */
50 #define MAJOR_VERSION 4
51 
52 /* Micro version number */
53 #define MICRO_VERSION 1
54 
55 /* Minor version number */
56 #define MINOR_VERSION 1
57 
58 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
59 /* #undef NO_MINUS_C_MINUS_O */
60 
61 /* Name of package */
62 // #define PACKAGE "qrencode"
63 
64 /* Define to the address where bug reports for this package should be sent. */
65 // #define PACKAGE_BUGREPORT ""
66 
67 /* Define to the full name of this package. */
68 // #define PACKAGE_NAME ""
69 
70 /* Define to the full name and version of this package. */
71 // #define PACKAGE_STRING ""
72 
73 /* Define to the one symbol short name of this package. */
74 // #define PACKAGE_TARNAME ""
75 
76 /* Define to the home page for this package. */
77 // #define PACKAGE_URL ""
78 
79 /* Define to the version of this package. */
80 #define VERSION "4.1.1"
81 
82 /* Define to 1 if you have the ANSI C header files. */
83 // #define STDC_HEADERS 1
84 
85 /* Define to empty if `const' does not conform to ANSI C. */
86 /* #undef const */
87 
88 /* Define to `__inline__' or `__inline' if that's what the C compiler
89  calls it, or to nothing if 'inline' is not supported under any name. */
90 #ifndef __cplusplus
91 /* #undef inline */
92 #endif
93 
94 /* Define to 'static' if no test programs will be compiled. */
95 #define STATIC_IN_RELEASE static
96 /* #undef WITH_TESTS */
97