config.h.in revision 103373
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 your <sys/time.h> declares struct tm.  */
28#undef TM_IN_SYS_TIME
29
30/* Define if builtin ELF support is enabled.  */
31#undef BUILTIN_ELF
32
33/* Define if ELF core file support is enabled.  */
34#undef ELFCORE
35
36/* Define if the `long long' type works.  */
37#undef HAVE_LONG_LONG
38
39/* Define if we have "tm_isdst" in "struct tm".  */
40#undef HAVE_TM_ISDST
41
42/* Define if we have a global "int" variable "daylight".  */
43#undef HAVE_DAYLIGHT
44
45/* Define to `unsigned char' if standard headers don't define.  */
46#undef uint8_t
47
48/* Define to `unsigned short' if standard headers don't define.  */
49#undef uint16_t
50
51/* Define to `unsigned int' if standard headers don't define.  */
52#undef uint32_t
53
54/* Define to `unsigned long long', if available, or `unsigned long', if
55   standard headers don't define.  */
56#undef uint64_t
57
58/* The number of bytes in a uint8_t.  */
59#define SIZEOF_UINT8_T 0
60
61/* The number of bytes in a uint16_t.  */
62#define SIZEOF_UINT16_T 0
63
64/* The number of bytes in a uint32_t.  */
65#define SIZEOF_UINT32_T 0
66
67/* The number of bytes in a uint64_t.  */
68#define SIZEOF_UINT64_T 0
69
70/* Define if you have the mkstemp function.  */
71#undef HAVE_MKSTEMP
72
73/* Define if you have the mmap function.  */
74#undef HAVE_MMAP
75
76/* Define if you have the strerror function.  */
77#undef HAVE_STRERROR
78
79/* Define if you have the strtoul function.  */
80#undef HAVE_STRTOUL
81
82/* Define if you have the <fcntl.h> header file.  */
83#undef HAVE_FCNTL_H
84
85/* Define if you have the <getopt.h> header file.  */
86#undef HAVE_GETOPT_H
87
88/* Define if you have the <locale.h> header file.  */
89#undef HAVE_LOCALE_H
90
91/* Define if you have the <stdint.h> header file.  */
92#undef HAVE_STDINT_H
93
94/* Define if you have the <sys/mman.h> header file.  */
95#undef HAVE_SYS_MMAN_H
96
97/* Define if you have the <sys/stat.h> header file.  */
98#undef HAVE_SYS_STAT_H
99
100/* Define if you have the <sys/types.h> header file.  */
101#undef HAVE_SYS_TYPES_H
102
103/* Define if you have the <unistd.h> header file.  */
104#undef HAVE_UNISTD_H
105
106/* Define if you have the z library (-lz).  */
107#undef HAVE_LIBZ
108
109/* Name of package */
110#undef PACKAGE
111
112/* Version number of package */
113#undef VERSION
114
115/* HAVE_TM_ZONE */
116#undef HAVE_TM_ZONE
117
118/* HAVE_TZNAME */
119#undef HAVE_TZNAME
120
121/* Number of bits in a file offset, on hosts where this is settable. */
122#undef _FILE_OFFSET_BITS
123
124/* Define for large files, on AIX-style hosts. */
125#undef _LARGE_FILES
126
127