1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define for debugging support */
4#undef DEBUG
5
6/* Define for tracing support */
7#undef DEBUG_TRACE
8
9/* always defined to indicate that i18n is enabled */
10#undef ENABLE_NLS
11
12/* Name of default gettext domain */
13#undef GETTEXT_PACKAGE
14
15/* Define to 1 if you have the `bind_textdomain_codeset' function. */
16#undef HAVE_BIND_TEXTDOMAIN_CODESET
17
18/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
19   CoreFoundation framework. */
20#undef HAVE_CFLOCALECOPYCURRENT
21
22/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
23   the CoreFoundation framework. */
24#undef HAVE_CFPREFERENCESCOPYAPPVALUE
25
26/* Define to 1 if you have the `dcgettext' function. */
27#undef HAVE_DCGETTEXT
28
29/* Define to 1 if you have the <dlfcn.h> header file. */
30#undef HAVE_DLFCN_H
31
32/* Define if the GNU gettext() function is already present or preinstalled. */
33#undef HAVE_GETTEXT
34
35/* Define to 1 if you have the <inttypes.h> header file. */
36#undef HAVE_INTTYPES_H
37
38/* Define if your <locale.h> file defines LC_MESSAGES. */
39#undef HAVE_LC_MESSAGES
40
41/* libmpd found */
42#undef HAVE_LIBMPD
43
44/* Define to 1 if you have the <locale.h> header file. */
45#undef HAVE_LOCALE_H
46
47/* Define to 1 if you have the <memory.h> header file. */
48#undef HAVE_MEMORY_H
49
50/* Define to 1 if you have the <stdint.h> header file. */
51#undef HAVE_STDINT_H
52
53/* Define to 1 if you have the <stdlib.h> header file. */
54#undef HAVE_STDLIB_H
55
56/* Define to 1 if you have the <strings.h> header file. */
57#undef HAVE_STRINGS_H
58
59/* Define to 1 if you have the <string.h> header file. */
60#undef HAVE_STRING_H
61
62/* Define to 1 if you have the <sys/stat.h> header file. */
63#undef HAVE_SYS_STAT_H
64
65/* Define to 1 if you have the <sys/types.h> header file. */
66#undef HAVE_SYS_TYPES_H
67
68/* Define to 1 if you have the <unistd.h> header file. */
69#undef HAVE_UNISTD_H
70
71/* Define to the sub-directory in which libtool stores uninstalled libraries.
72   */
73#undef LT_OBJDIR
74
75/* Name of package */
76#undef PACKAGE
77
78/* Define to the address where bug reports for this package should be sent. */
79#undef PACKAGE_BUGREPORT
80
81/* Define to the full name of this package. */
82#undef PACKAGE_NAME
83
84/* Define to the full name and version of this package. */
85#undef PACKAGE_STRING
86
87/* Define to the one symbol short name of this package. */
88#undef PACKAGE_TARNAME
89
90/* Define to the home page for this package. */
91#undef PACKAGE_URL
92
93/* Define to the version of this package. */
94#undef PACKAGE_VERSION
95
96/* Define to 1 if you have the ANSI C header files. */
97#undef STDC_HEADERS
98
99/* Version number of package */
100#undef VERSION
101