xref: /freebsd/contrib/file/config.h.in (revision b52b9d56d4e96089873a75f9e29062eec19fabba)
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 your struct tm has tm_zone.  */
13#undef HAVE_TM_ZONE
14
15/* Define if you don't have tm_zone but do have the external array
16   tzname.  */
17#undef HAVE_TZNAME
18
19/* Define if major, minor, and makedev are declared in <mkdev.h>.  */
20#undef MAJOR_IN_MKDEV
21
22/* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
23#undef MAJOR_IN_SYSMACROS
24
25/* Define to `long' if <sys/types.h> doesn't define.  */
26#undef off_t
27
28/* Define to `unsigned' if <sys/types.h> doesn't define.  */
29#undef size_t
30
31/* Define if you have the ANSI C header files.  */
32#undef STDC_HEADERS
33
34/* Define if your <sys/time.h> declares struct tm.  */
35#undef TM_IN_SYS_TIME
36
37/* Define if builtin ELF support is enabled.  */
38#undef BUILTIN_ELF
39
40/* Define if ELF core file support is enabled.  */
41#undef ELFCORE
42
43/* Define if the `long long' type works.  */
44#undef HAVE_LONG_LONG
45
46/* Define if we have "tm_isdst" in "struct tm".  */
47#undef HAVE_TM_ISDST
48
49/* Define if we have a global "int" variable "daylight".  */
50#undef HAVE_DAYLIGHT
51
52/* Define to `unsigned char' if standard headers don't define.  */
53#undef uint8_t
54
55/* Define to `unsigned short' if standard headers don't define.  */
56#undef uint16_t
57
58/* Define to `unsigned int' if standard headers don't define.  */
59#undef uint32_t
60
61/* Define to `unsigned long long', if available, or `unsigned long', if
62   standard headers don't define.  */
63#undef uint64_t
64
65/* The number of bytes in a uint8_t.  */
66#define SIZEOF_UINT8_T 0
67
68/* The number of bytes in a uint16_t.  */
69#define SIZEOF_UINT16_T 0
70
71/* The number of bytes in a uint32_t.  */
72#define SIZEOF_UINT32_T 0
73
74/* The number of bytes in a uint64_t.  */
75#define SIZEOF_UINT64_T 0
76
77/* Define if you have the mmap function.  */
78#undef HAVE_MMAP
79
80/* Define if you have the strerror function.  */
81#undef HAVE_STRERROR
82
83/* Define if you have the strtoul function.  */
84#undef HAVE_STRTOUL
85
86/* Define if you have the <locale.h> header file.  */
87#undef HAVE_LOCALE_H
88
89/* Define if you have the <sys/mman.h> header file.  */
90#undef HAVE_SYS_MMAN_H
91
92/* Define if you have the <unistd.h> header file.  */
93#undef HAVE_UNISTD_H
94
95/* Name of package */
96#undef PACKAGE
97
98/* Version number of package */
99#undef VERSION
100
101