1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* Define to empty if the keyword does not work.  */
4#undef const
5
6/* Define if major, minor, and makedev are declared in <mkdev.h>.  */
7#undef MAJOR_IN_MKDEV
8
9/* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
10#undef MAJOR_IN_SYSMACROS
11
12/* Define to `unsigned' if <sys/types.h> doesn't define.  */
13#undef size_t
14
15/* Define if you have the ANSI C header files.  */
16#undef STDC_HEADERS
17
18/* Define if you have the strcasecmp function.  */
19#undef HAVE_STRCASECMP
20
21/* Define if you have the strcmpi function.  */
22#undef HAVE_STRCMPI
23
24/* Define if you have the strerror function.  */
25#undef HAVE_STRERROR
26
27/* Define if you have the stricmp function.  */
28#undef HAVE_STRICMP
29
30/* Define if you have the <dlfcn.h> header file.  */
31#undef HAVE_DLFCN_H
32
33/* Define if you have the <errno.h> header file.  */
34#undef HAVE_ERRNO_H
35
36/* Define if you have the <fcntl.h> header file.  */
37#undef HAVE_FCNTL_H
38
39/* Define if you have the <libdsk.h> header file.  */
40#undef HAVE_LIBDSK_H
41
42/* Define if you have the <sys/ioctl.h> header file.  */
43#undef HAVE_SYS_IOCTL_H
44
45/* Define if you have the <sys/stat.h> header file.  */
46#undef HAVE_SYS_STAT_H
47
48/* Define if you have the <unistd.h> header file.  */
49#undef HAVE_UNISTD_H
50
51/* Define if you have the dsk library (-ldsk).  */
52#undef HAVE_LIBDSK
53
54/* Name of package */
55#undef PACKAGE
56
57/* Version number of package */
58#undef VERSION
59
60