1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* always defined to indicate that i18n is enabled */
4#undef ENABLE_NLS
5
6/* GETTEXT package name */
7#undef GETTEXT_PACKAGE
8
9/* Define to 1 if you have GIO support */
10#undef GIO_ENABLED
11
12/* Define to 1 if you have GLIB 2.14 or higher */
13#undef GLIB2_14_ENABLED
14
15/* Define to 1 if you have GLIB 2.18 or higher */
16#undef GLIB2_18_ENABLED
17
18/* Define to 1 if you have GLIB 2.24 or higher */
19#undef GLIB2_24_ENABLED
20
21/* Define to 1 if you have GLIB 2.26 or higher */
22#undef GLIB2_26_ENABLED
23
24/* Define to 1 if you have GTK 2.12 or higher */
25#undef GTK2_12_ENABLED
26
27/* Define to 1 if you have GTK 2.14 or higher */
28#undef GTK2_14_ENABLED
29
30/* Define to 1 if you have GTK 2.18 or higher */
31#undef GTK2_18_ENABLED
32
33/* Define to 1 if you have GTK 2.20 or higher */
34#undef GTK2_20_ENABLED
35
36/* Define to 1 if you have GTK 2.22 or higher */
37#undef GTK2_22_ENABLED
38
39/* Define to 1 if you have GTK 2.24 or higher */
40#undef GTK2_24_ENABLED
41
42/* Define to 1 if you have GTK 3 or higher */
43#undef GTK3_ENABLED
44
45/* Define to 1 if you have asoundlib development packages */
46#undef HAVE_ASOUNDLIB
47
48/* Define to 1 if you have the `bind_textdomain_codeset' function. */
49#undef HAVE_BIND_TEXTDOMAIN_CODESET
50
51/* Define to 1 if you have the `dcgettext' function. */
52#undef HAVE_DCGETTEXT
53
54/* Define to 1 if you have the <dlfcn.h> header file. */
55#undef HAVE_DLFCN_H
56
57/* Define to 1 to use GConf to store preferences */
58#undef HAVE_GCONF
59
60/* Define if the GNU gettext() function is already present or preinstalled. */
61#undef HAVE_GETTEXT
62
63/* Define to 1 to use GSettings to store preferences */
64#undef HAVE_GSETTINGS
65
66/* Define to 1 if you have the <inttypes.h> header file. */
67#undef HAVE_INTTYPES_H
68
69/* Define if your <locale.h> file defines LC_MESSAGES. */
70#undef HAVE_LC_MESSAGES
71
72/* Define to 1 if you have the `m' library (-lm). */
73#undef HAVE_LIBM
74
75/* Define to 1 if you have the <locale.h> header file. */
76#undef HAVE_LOCALE_H
77
78/* Define to 1 if you have the <memory.h> header file. */
79#undef HAVE_MEMORY_H
80
81/* Define to 1 if you have PulseAudio development packages */
82#undef HAVE_PULSEAUDIO
83
84/* Define to 1 if you have the <stdint.h> header file. */
85#undef HAVE_STDINT_H
86
87/* Define to 1 if you have the <stdlib.h> header file. */
88#undef HAVE_STDLIB_H
89
90/* Define to 1 if you have the <strings.h> header file. */
91#undef HAVE_STRINGS_H
92
93/* Define to 1 if you have the <string.h> header file. */
94#undef HAVE_STRING_H
95
96/* Define to 1 if you have the <sys/stat.h> header file. */
97#undef HAVE_SYS_STAT_H
98
99/* Define to 1 if you have the <sys/types.h> header file. */
100#undef HAVE_SYS_TYPES_H
101
102/* Define to 1 if you have the <unistd.h> header file. */
103#undef HAVE_UNISTD_H
104
105/* Define to the sub-directory in which libtool stores uninstalled libraries.
106   */
107#undef LT_OBJDIR
108
109/* Define if we are on win32 */
110#undef OS_WIN32
111
112/* Name of package */
113#undef PACKAGE
114
115/* Define to the address where bug reports for this package should be sent. */
116#undef PACKAGE_BUGREPORT
117
118/* Define to the full name of this package. */
119#undef PACKAGE_NAME
120
121/* Define to the full name and version of this package. */
122#undef PACKAGE_STRING
123
124/* Define to the one symbol short name of this package. */
125#undef PACKAGE_TARNAME
126
127/* Define to the home page for this package. */
128#undef PACKAGE_URL
129
130/* Define to the version of this package. */
131#undef PACKAGE_VERSION
132
133/* Define to 1 if you have the ANSI C header files. */
134#undef STDC_HEADERS
135
136/* Version number of package */
137#undef VERSION
138
139/* Define to 1 if X11 support is needed */
140#undef X11_ENABLED
141