1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define for FLAC support */
4#undef ENABLE_FLAC
5
6/* Define for ID3v2.3 support */
7#undef ENABLE_ID3LIB
8
9/* Define for MP3 support */
10#undef ENABLE_MP3
11
12/* Define for taglib MP4 support */
13#undef ENABLE_MP4
14
15/* Native Language support is enabled */
16#undef ENABLE_NLS
17
18/* Define for Ogg Vorbis support */
19#undef ENABLE_OGG
20
21/* Define for Ogg Opus support */
22#undef ENABLE_OPUS
23
24/* Define for Speex support */
25#undef ENABLE_SPEEX
26
27/* Define for Wavpack support */
28#undef ENABLE_WAVPACK
29
30/* Package name for gettext */
31#undef GETTEXT_PACKAGE
32
33/* Define to 1 if you have the declaration of `ID3Field_GetEncoding', and to 0
34   if you don't. */
35#undef HAVE_DECL_ID3FIELD_GETENCODING
36
37/* Define to 1 if you have the declaration of `ID3Field_IsEncodable', and to 0
38   if you don't. */
39#undef HAVE_DECL_ID3FIELD_ISENCODABLE
40
41/* Define to 1 if you have the declaration of `ID3Field_SetEncoding', and to 0
42   if you don't. */
43#undef HAVE_DECL_ID3FIELD_SETENCODING
44
45/* Define to 1 if you have the <dlfcn.h> header file. */
46#undef HAVE_DLFCN_H
47
48/* Define to 1 if you have the <inttypes.h> header file. */
49#undef HAVE_INTTYPES_H
50
51/* Define to 1 if you have the `socket' library (-lsocket). */
52#undef HAVE_LIBSOCKET
53
54/* Define to 1 if you have the <memory.h> header file. */
55#undef HAVE_MEMORY_H
56
57/* Define to 1 if you have the <stdint.h> header file. */
58#undef HAVE_STDINT_H
59
60/* Define to 1 if you have the <stdlib.h> header file. */
61#undef HAVE_STDLIB_H
62
63/* Define to 1 if you have the <strings.h> header file. */
64#undef HAVE_STRINGS_H
65
66/* Define to 1 if you have the <string.h> header file. */
67#undef HAVE_STRING_H
68
69/* Define to 1 if you have the <sys/stat.h> header file. */
70#undef HAVE_SYS_STAT_H
71
72/* Define to 1 if you have the <sys/types.h> header file. */
73#undef HAVE_SYS_TYPES_H
74
75/* Define to 1 if you have the <unistd.h> header file. */
76#undef HAVE_UNISTD_H
77
78/* id3lib major version */
79#undef ID3LIB_MAJOR
80
81/* id3lib minor version */
82#undef ID3LIB_MINOR
83
84/* id3lib patch level */
85#undef ID3LIB_PATCH
86
87/* Define to the sub-directory where libtool stores uninstalled libraries. */
88#undef LT_OBJDIR
89
90/* Define to the address where bug reports for this package should be sent. */
91#undef PACKAGE_BUGREPORT
92
93/* Define to the full name of this package. */
94#undef PACKAGE_NAME
95
96/* Define to the full name and version of this package. */
97#undef PACKAGE_STRING
98
99/* Define to the one symbol short name of this package. */
100#undef PACKAGE_TARNAME
101
102/* Define to the home page for this package. */
103#undef PACKAGE_URL
104
105/* Define to the version of this package. */
106#undef PACKAGE_VERSION
107
108/* Define to 1 if you have the ANSI C header files. */
109#undef STDC_HEADERS
110