1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if compile to support Amarok 1.4 */
4#undef ENABLE_AMAROK1
5
6/* Define if compile to support MPD */
7#undef ENABLE_MPD
8
9/* always defined to indicate that i18n is enabled */
10#undef ENABLE_NLS
11
12/* Define if compile to support XMMS2 */
13#undef ENABLE_XMMS2
14
15/* Gettext package */
16#undef GETTEXT_PACKAGE
17
18/* Have AppIndicator */
19#undef HAVE_APP_INDICATOR
20
21/* Define to 1 if you have the `bind_textdomain_codeset' function. */
22#undef HAVE_BIND_TEXTDOMAIN_CODESET
23
24/* Define to 1 if you have the `dcgettext' function. */
25#undef HAVE_DCGETTEXT
26
27/* Define to 1 if you have the <fcntl.h> header file. */
28#undef HAVE_FCNTL_H
29
30/* Define to 1 if you have the `fork' function. */
31#undef HAVE_FORK
32
33/* Define to 1 if you have the `ftruncate' function. */
34#undef HAVE_FTRUNCATE
35
36/* Define if the GNU gettext() function is already present or preinstalled. */
37#undef HAVE_GETTEXT
38
39/* Define to 1 if you have the `gettimeofday' function. */
40#undef HAVE_GETTIMEOFDAY
41
42/* Define if you have the iconv() function and it works. */
43#undef HAVE_ICONV
44
45/* Define to 1 if you have the <inttypes.h> header file. */
46#undef HAVE_INTTYPES_H
47
48/* Define if your <locale.h> file defines LC_MESSAGES. */
49#undef HAVE_LC_MESSAGES
50
51/* Define to 1 if you have the `dl' library (-ldl). */
52#undef HAVE_LIBDL
53
54/* Define to 1 if you have the <libintl.h> header file. */
55#undef HAVE_LIBINTL_H
56
57/* Have libnotify >= 0.7 */
58#undef HAVE_LIBNOTIFY_0_7
59
60/* Define to 1 if you have the <limits.h> header file. */
61#undef HAVE_LIMITS_H
62
63/* Define to 1 if you have the <locale.h> header file. */
64#undef HAVE_LOCALE_H
65
66/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
67   to 0 otherwise. */
68#undef HAVE_MALLOC
69
70/* Define to 1 if you have the <memory.h> header file. */
71#undef HAVE_MEMORY_H
72
73/* Define to 1 if you have the `memset' function. */
74#undef HAVE_MEMSET
75
76/* Define to 1 if you have the `pathconf' function. */
77#undef HAVE_PATHCONF
78
79/* Define to 1 if your system has a GNU libc compatible `realloc' function,
80   and to 0 otherwise. */
81#undef HAVE_REALLOC
82
83/* Define to 1 if you have the `sqrt' function. */
84#undef HAVE_SQRT
85
86/* Define to 1 if stdbool.h conforms to C99. */
87#undef HAVE_STDBOOL_H
88
89/* Define to 1 if you have the <stddef.h> header file. */
90#undef HAVE_STDDEF_H
91
92/* Define to 1 if you have the <stdint.h> header file. */
93#undef HAVE_STDINT_H
94
95/* Define to 1 if you have the <stdlib.h> header file. */
96#undef HAVE_STDLIB_H
97
98/* Define to 1 if you have the `strcasecmp' function. */
99#undef HAVE_STRCASECMP
100
101/* Define to 1 if you have the `strchr' function. */
102#undef HAVE_STRCHR
103
104/* Define to 1 if you have the `strdup' function. */
105#undef HAVE_STRDUP
106
107/* Define to 1 if you have the `strerror' function. */
108#undef HAVE_STRERROR
109
110/* Define to 1 if you have the <strings.h> header file. */
111#undef HAVE_STRINGS_H
112
113/* Define to 1 if you have the <string.h> header file. */
114#undef HAVE_STRING_H
115
116/* Define to 1 if you have the `strrchr' function. */
117#undef HAVE_STRRCHR
118
119/* Define to 1 if you have the `strstr' function. */
120#undef HAVE_STRSTR
121
122/* Define to 1 if you have the <sys/stat.h> header file. */
123#undef HAVE_SYS_STAT_H
124
125/* Define to 1 if you have the <sys/time.h> header file. */
126#undef HAVE_SYS_TIME_H
127
128/* Define to 1 if you have the <sys/types.h> header file. */
129#undef HAVE_SYS_TYPES_H
130
131/* Define to 1 if you have the <unistd.h> header file. */
132#undef HAVE_UNISTD_H
133
134/* Define to 1 if you have the `vfork' function. */
135#undef HAVE_VFORK
136
137/* Define to 1 if you have the <vfork.h> header file. */
138#undef HAVE_VFORK_H
139
140/* Define to 1 if `fork' works. */
141#undef HAVE_WORKING_FORK
142
143/* Define to 1 if `vfork' works. */
144#undef HAVE_WORKING_VFORK
145
146/* Define to 1 if the system has the type `_Bool'. */
147#undef HAVE__BOOL
148
149/* Define as const if the declaration of iconv() needs const. */
150#undef ICONV_CONST
151
152/* Define to 1 if your C compiler doesn't accept -c and -o together. */
153#undef NO_MINUS_C_MINUS_O
154
155/* Name of package */
156#undef PACKAGE
157
158/* Define to the address where bug reports for this package should be sent. */
159#undef PACKAGE_BUGREPORT
160
161/* Define to the full name of this package. */
162#undef PACKAGE_NAME
163
164/* Define to the full name and version of this package. */
165#undef PACKAGE_STRING
166
167/* Define to the one symbol short name of this package. */
168#undef PACKAGE_TARNAME
169
170/* Define to the home page for this package. */
171#undef PACKAGE_URL
172
173/* Define to the version of this package. */
174#undef PACKAGE_VERSION
175
176/* The full name of the program to display */
177#undef PROGRAM_NAME
178
179/* Define to 1 if you have the ANSI C header files. */
180#undef STDC_HEADERS
181
182/* Version number of package */
183#undef VERSION
184
185/* Support gprof profiling */
186#undef WITH_GPROF_SUPPORT
187
188/* Define to `__inline__' or `__inline' if that's what the C compiler
189   calls it, or to nothing if 'inline' is not supported under any name.  */
190#ifndef __cplusplus
191#undef inline
192#endif
193
194/* Define to the type of a signed integer type of width exactly 32 bits if
195   such a type exists and the standard includes do not define it. */
196#undef int32_t
197
198/* Define to the type of a signed integer type of width exactly 64 bits if
199   such a type exists and the standard includes do not define it. */
200#undef int64_t
201
202/* Define to rpl_malloc if the replacement function should be used. */
203#undef malloc
204
205/* Define to `int' if <sys/types.h> does not define. */
206#undef pid_t
207
208/* Define to rpl_realloc if the replacement function should be used. */
209#undef realloc
210
211/* Define to `unsigned int' if <sys/types.h> does not define. */
212#undef size_t
213
214/* Define to `int' if <sys/types.h> does not define. */
215#undef ssize_t
216
217/* Define as `fork' if `vfork' does not work. */
218#undef vfork
219