config.h.in revision 80588
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 your struct stat has st_rdev.  */
7#undef HAVE_ST_RDEV
8
9/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
10#undef HAVE_SYS_WAIT_H
11
12/* Define if major, minor, and makedev are declared in <mkdev.h>.  */
13#undef MAJOR_IN_MKDEV
14
15/* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
16#undef MAJOR_IN_SYSMACROS
17
18/* Define to `long' if <sys/types.h> doesn't define.  */
19#undef off_t
20
21/* Define to `unsigned' if <sys/types.h> doesn't define.  */
22#undef size_t
23
24/* Define if you have the ANSI C header files.  */
25#undef STDC_HEADERS
26
27/* Define if builtin ELF support is enabled.  */
28#undef BUILTIN_ELF
29
30/* Define if ELF core file support is enabled.  */
31#undef ELFCORE
32
33/* Define if the `long long' type works.  */
34#undef HAVE_LONG_LONG
35
36/* Define to `unsigned char' if standard headers don't define.  */
37#undef uint8_t
38
39/* Define to `unsigned short' if standard headers don't define.  */
40#undef uint16_t
41
42/* Define to `unsigned int' if standard headers don't define.  */
43#undef uint32_t
44
45/* Define to `unsigned long long', if available, or `unsigned long', if
46   standard headers don't define.  */
47#undef uint64_t
48
49/* The number of bytes in a uint8_t.  */
50#define SIZEOF_UINT8_T 0
51
52/* The number of bytes in a uint16_t.  */
53#define SIZEOF_UINT16_T 0
54
55/* The number of bytes in a uint32_t.  */
56#define SIZEOF_UINT32_T 0
57
58/* The number of bytes in a uint64_t.  */
59#define SIZEOF_UINT64_T 0
60
61/* Define if you have the mmap function.  */
62#undef HAVE_MMAP
63
64/* Define if you have the strerror function.  */
65#undef HAVE_STRERROR
66
67/* Define if you have the strtoul function.  */
68#undef HAVE_STRTOUL
69
70/* Define if you have the <locale.h> header file.  */
71#undef HAVE_LOCALE_H
72
73/* Define if you have the <sys/mman.h> header file.  */
74#undef HAVE_SYS_MMAN_H
75
76/* Define if you have the <unistd.h> header file.  */
77#undef HAVE_UNISTD_H
78
79/* Name of package */
80#undef PACKAGE
81
82/* Version number of package */
83#undef VERSION
84
85