1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* This symbol will be defined if we are compiling from a BeOS system. In that
4   case, we will use closesocket() instead of close(), and we won't use
5   shutdown() at all. */
6#undef BEOS_CDAUDIO
7
8/* Another quick fix. */
9#undef BROKEN_SOLARIS_LEADOUT
10
11/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
12   */
13#undef HAVE_DIRENT_H
14
15/* Define to 1 if you have the <dlfcn.h> header file. */
16#undef HAVE_DLFCN_H
17
18/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
19#undef HAVE_DOPRNT
20
21/* Define to 1 if you have the <fcntl.h> header file. */
22#undef HAVE_FCNTL_H
23
24/* Define to 1 if you have the `gethostbyname' function. */
25#undef HAVE_GETHOSTBYNAME
26
27/* Define to 1 if you have the `gethostbyname_r' function. */
28#undef HAVE_GETHOSTBYNAME_R
29
30/* Define to 1 if you have the `getmntent' function. */
31#undef HAVE_GETMNTENT
32
33/* Define to 1 if you have the `getmntinfo' function. */
34#undef HAVE_GETMNTINFO
35
36/* Define to 1 if you have the <inttypes.h> header file. */
37#undef HAVE_INTTYPES_H
38
39/* Define to 1 if you have the <io/cam/cdrom.h> header file. */
40#undef HAVE_IO_CAM_CDROM_H
41
42/* Define to 1 if you have the <linux/cdrom.h> header file. */
43#undef HAVE_LINUX_CDROM_H
44
45/* Define to 1 if you have the <linux/ucdrom.h> header file. */
46#undef HAVE_LINUX_UCDROM_H
47
48/* Define to 1 if you have the <memory.h> header file. */
49#undef HAVE_MEMORY_H
50
51/* Define to 1 if you have the `mkdir' function. */
52#undef HAVE_MKDIR
53
54/* Define to 1 if you have the <mntent.h> header file. */
55#undef HAVE_MNTENT_H
56
57/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
58#undef HAVE_NDIR_H
59
60/* Define if your system provides POSIX.4 threads. */
61#undef HAVE_PTHREAD
62
63/* Define to 1 if you have the `snprintf' function. */
64#undef HAVE_SNPRINTF
65
66/* Define to 1 if you have the `socket' function. */
67#undef HAVE_SOCKET
68
69/* Define to 1 if you have the <stdarg.h> header file. */
70#undef HAVE_STDARG_H
71
72/* Define to 1 if you have the <stdint.h> header file. */
73#undef HAVE_STDINT_H
74
75/* Define to 1 if you have the <stdlib.h> header file. */
76#undef HAVE_STDLIB_H
77
78/* Define to 1 if you have the `strerror' function. */
79#undef HAVE_STRERROR
80
81/* Define to 1 if you have the <strings.h> header file. */
82#undef HAVE_STRINGS_H
83
84/* Define to 1 if you have the <string.h> header file. */
85#undef HAVE_STRING_H
86
87/* Define to 1 if you have the `strstr' function. */
88#undef HAVE_STRSTR
89
90/* Define to 1 if you have the `strtol' function. */
91#undef HAVE_STRTOL
92
93/* Define to 1 if you have the `strtoul' function. */
94#undef HAVE_STRTOUL
95
96/* Define to 1 if you have the <sys/cdio.h> header file. */
97#undef HAVE_SYS_CDIO_H
98
99/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
100   */
101#undef HAVE_SYS_DIR_H
102
103/* Define to 1 if you have the <sys/ioctl.h> header file. */
104#undef HAVE_SYS_IOCTL_H
105
106/* Define to 1 if you have the <sys/mntent.h> header file. */
107#undef HAVE_SYS_MNTENT_H
108
109/* Define to 1 if you have the <sys/mount.h> header file. */
110#undef HAVE_SYS_MOUNT_H
111
112/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
113   */
114#undef HAVE_SYS_NDIR_H
115
116/* Define to 1 if you have the <sys/param.h> header file. */
117#undef HAVE_SYS_PARAM_H
118
119/* Define to 1 if you have the <sys/stat.h> header file. */
120#undef HAVE_SYS_STAT_H
121
122/* Define to 1 if you have the <sys/types.h> header file. */
123#undef HAVE_SYS_TYPES_H
124
125/* Define to 1 if you have the <sys/ucred.h> header file. */
126#undef HAVE_SYS_UCRED_H
127
128/* Define to 1 if you have the <unistd.h> header file. */
129#undef HAVE_UNISTD_H
130
131/* Define to 1 if you have the `vprintf' function. */
132#undef HAVE_VPRINTF
133
134/* This symbol will be declared if we're compiling for an Irix system, and we
135   have access to the Irix cdaudio library to do the dirty work. */
136#undef IRIX_CDAUDIO
137
138/* Name of package */
139#undef PACKAGE
140
141/* Define to the address where bug reports for this package should be sent. */
142#undef PACKAGE_BUGREPORT
143
144/* Define to the full name of this package. */
145#undef PACKAGE_NAME
146
147/* Define to the full name and version of this package. */
148#undef PACKAGE_STRING
149
150/* Define to the one symbol short name of this package. */
151#undef PACKAGE_TARNAME
152
153/* Define to the version of this package. */
154#undef PACKAGE_VERSION
155
156/* Define to 1 if the C compiler supports function prototypes. */
157#undef PROTOTYPES
158
159/* The size of a `long', as computed by sizeof. */
160#undef SIZEOF_LONG
161
162/* Quick fix for Solaris. */
163#undef SOLARIS_GETMNTENT
164
165/* Define to 1 if you have the ANSI C header files. */
166#undef STDC_HEADERS
167
168/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
169#undef TIME_WITH_SYS_TIME
170
171/* Version number of package */
172#undef VERSION
173
174/* Define to 1 if your processor stores words with the most significant byte
175   first (like Motorola and SPARC, unlike Intel and VAX). */
176#undef WORDS_BIGENDIAN
177
178/* Nonzero if building on XBox. */
179#undef XBOX
180
181/* Define like PROTOTYPES; this can be used by system headers. */
182#undef __PROTOTYPES
183
184/* Define to empty if `const' does not conform to ANSI C. */
185#undef const
186