1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if translation of program messages to the user's native
4   language is requested. */
5#undef ENABLE_NLS
6
7/* Define text domain. */
8#undef GETTEXT_PACKAGE
9
10/* Define to 1 if you have the `bind_textdomain_codeset' function. */
11#undef HAVE_BIND_TEXTDOMAIN_CODESET
12
13/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
14   CoreFoundation framework. */
15#undef HAVE_CFLOCALECOPYCURRENT
16
17/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
18   the CoreFoundation framework. */
19#undef HAVE_CFPREFERENCESCOPYAPPVALUE
20
21/* Define if the GNU dcgettext() function is already present or preinstalled.
22   */
23#undef HAVE_DCGETTEXT
24
25/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
26   */
27#undef HAVE_DIRENT_H
28
29/* Define to 1 if you have the <dlfcn.h> header file. */
30#undef HAVE_DLFCN_H
31
32/* Define to 1 if you have the <fcntl.h> header file. */
33#undef HAVE_FCNTL_H
34
35/* Define if the GNU gettext() function is already present or preinstalled. */
36#undef HAVE_GETTEXT
37
38/* Define if you have the iconv() function and it works. */
39#undef HAVE_ICONV
40
41/* Define to 1 if you have the <inttypes.h> header file. */
42#undef HAVE_INTTYPES_H
43
44/* Define to 1 if you have the `id3' library (-lid3). */
45#undef HAVE_LIBID3
46
47/* Define to 1 if you have the `xpg4' library (-lxpg4). */
48#undef HAVE_LIBXPG4
49
50/* Define to 1 if you have the <memory.h> header file. */
51#undef HAVE_MEMORY_H
52
53/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
54#undef HAVE_NDIR_H
55
56/* Define to 1 if you have the `openpty' function. */
57#undef HAVE_OPENPTY
58
59/* Define to 1 if you have the <pty.h> header file. */
60#undef HAVE_PTY_H
61
62/* Define to 1 if you have the `socket' function. */
63#undef HAVE_SOCKET
64
65/* Define to 1 if you have the <stdint.h> header file. */
66#undef HAVE_STDINT_H
67
68/* Define to 1 if you have the <stdlib.h> header file. */
69#undef HAVE_STDLIB_H
70
71/* Define to 1 if you have the `strcspn' function. */
72#undef HAVE_STRCSPN
73
74/* Define to 1 if you have the `strdup' function. */
75#undef HAVE_STRDUP
76
77/* Define to 1 if you have the `strerror' function. */
78#undef HAVE_STRERROR
79
80/* Define to 1 if you have the <strings.h> header file. */
81#undef HAVE_STRINGS_H
82
83/* Define to 1 if you have the <string.h> header file. */
84#undef HAVE_STRING_H
85
86/* Define to 1 if you have the `strstr' function. */
87#undef HAVE_STRSTR
88
89/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
90   */
91#undef HAVE_SYS_DIR_H
92
93/* Define to 1 if you have the <sys/ioctl.h> header file. */
94#undef HAVE_SYS_IOCTL_H
95
96/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
97   */
98#undef HAVE_SYS_NDIR_H
99
100/* Define to 1 if you have the <sys/stat.h> header file. */
101#undef HAVE_SYS_STAT_H
102
103/* Define to 1 if you have the <sys/types.h> header file. */
104#undef HAVE_SYS_TYPES_H
105
106/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
107#undef HAVE_SYS_WAIT_H
108
109/* Define to 1 if you have the <unistd.h> header file. */
110#undef HAVE_UNISTD_H
111
112/* Define to the sub-directory in which libtool stores uninstalled libraries.
113   */
114#undef LT_OBJDIR
115
116/* Define to the address where bug reports for this package should be sent. */
117#undef PACKAGE_BUGREPORT
118
119/* PACKAGE_DATA_DIR */
120#undef PACKAGE_DATA_DIR
121
122/* Define to the full name of this package. */
123#undef PACKAGE_NAME
124
125/* Define to the full name and version of this package. */
126#undef PACKAGE_STRING
127
128/* Define to the one symbol short name of this package. */
129#undef PACKAGE_TARNAME
130
131/* Define to the home page for this package. */
132#undef PACKAGE_URL
133
134/* Define to the version of this package. */
135#undef PACKAGE_VERSION
136
137/* Define to 1 if you have the ANSI C header files. */
138#undef STDC_HEADERS
139
140/* Define to empty if `const' does not conform to ANSI C. */
141#undef const
142
143/* Define to `int' if <sys/types.h> does not define. */
144#undef pid_t
145
146/* Define to `unsigned int' if <sys/types.h> does not define. */
147#undef size_t
148