cannam@85
|
1 /* config.h. Generated by configure. */
|
cannam@85
|
2 /* config.h.in. Generated from configure.ac by autoheader. */
|
cannam@85
|
3
|
cannam@85
|
4 /* Define to enable diagnostic debugging support. */
|
cannam@85
|
5 /* #undef DEBUG */
|
cannam@85
|
6
|
cannam@85
|
7 /* Define to 1 if you have the <assert.h> header file. */
|
cannam@85
|
8 #define HAVE_ASSERT_H 1
|
cannam@85
|
9
|
cannam@85
|
10 /* Define to 1 if you have the <dlfcn.h> header file. */
|
cannam@85
|
11 /* #undef HAVE_DLFCN_H */
|
cannam@85
|
12
|
cannam@85
|
13 /* Define to 1 if you have the `ftruncate' function. */
|
cannam@85
|
14 /* #undef HAVE_FTRUNCATE */
|
cannam@85
|
15
|
cannam@85
|
16 /* Define to 1 if you have the <inttypes.h> header file. */
|
cannam@85
|
17 #define HAVE_INTTYPES_H 1
|
cannam@85
|
18
|
cannam@85
|
19 /* Define to 1 if you have the `z' library (-lz). */
|
cannam@85
|
20 #define HAVE_LIBZ 1
|
cannam@85
|
21
|
cannam@85
|
22 /* Define to 1 if you have the <memory.h> header file. */
|
cannam@85
|
23 #define HAVE_MEMORY_H 1
|
cannam@85
|
24
|
cannam@85
|
25 /* Define to 1 if you have the <stdint.h> header file. */
|
cannam@85
|
26 #define HAVE_STDINT_H 1
|
cannam@85
|
27
|
cannam@85
|
28 /* Define to 1 if you have the <stdlib.h> header file. */
|
cannam@85
|
29 #define HAVE_STDLIB_H 1
|
cannam@85
|
30
|
cannam@85
|
31 /* Define to 1 if you have the <strings.h> header file. */
|
cannam@85
|
32 #define HAVE_STRINGS_H 1
|
cannam@85
|
33
|
cannam@85
|
34 /* Define to 1 if you have the <string.h> header file. */
|
cannam@85
|
35 #define HAVE_STRING_H 1
|
cannam@85
|
36
|
cannam@85
|
37 /* Define to 1 if you have the <sys/stat.h> header file. */
|
cannam@85
|
38 #define HAVE_SYS_STAT_H 1
|
cannam@85
|
39
|
cannam@85
|
40 /* Define to 1 if you have the <sys/types.h> header file. */
|
cannam@85
|
41 #define HAVE_SYS_TYPES_H 1
|
cannam@85
|
42
|
cannam@85
|
43 /* Define to 1 if you have the <unistd.h> header file. */
|
cannam@85
|
44 /* #undef HAVE_UNISTD_H */
|
cannam@85
|
45
|
cannam@85
|
46 /* Define to disable debugging assertions. */
|
cannam@85
|
47 /* #undef NDEBUG */
|
cannam@85
|
48
|
cannam@85
|
49 /* Name of package */
|
cannam@85
|
50 #define PACKAGE "libid3tag"
|
cannam@85
|
51
|
cannam@85
|
52 /* Define to the address where bug reports for this package should be sent. */
|
cannam@85
|
53 #define PACKAGE_BUGREPORT "support@underbit.com"
|
cannam@85
|
54
|
cannam@85
|
55 /* Define to the full name of this package. */
|
cannam@85
|
56 #define PACKAGE_NAME "ID3 Tag"
|
cannam@85
|
57
|
cannam@85
|
58 /* Define to the full name and version of this package. */
|
cannam@85
|
59 #define PACKAGE_STRING "ID3 Tag 0.15.1b"
|
cannam@85
|
60
|
cannam@85
|
61 /* Define to the one symbol short name of this package. */
|
cannam@85
|
62 #define PACKAGE_TARNAME "libid3tag"
|
cannam@85
|
63
|
cannam@85
|
64 /* Define to the version of this package. */
|
cannam@85
|
65 #define PACKAGE_VERSION "0.15.1b"
|
cannam@85
|
66
|
cannam@85
|
67 /* Define to 1 if you have the ANSI C header files. */
|
cannam@85
|
68 #define STDC_HEADERS 1
|
cannam@85
|
69
|
cannam@85
|
70 /* Version number of package */
|
cannam@85
|
71 #define VERSION "0.15.1b"
|
cannam@85
|
72
|
cannam@85
|
73 /* Define to empty if `const' does not conform to ANSI C. */
|
cannam@85
|
74 /* #undef const */
|
cannam@85
|
75
|
cannam@85
|
76 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
|
cannam@85
|
77 if it is not supported. */
|
cannam@85
|
78 /* #undef inline */
|