]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/file/config.h
Bootstrapping aid for systems without <stdint.h>.
[FreeBSD/FreeBSD.git] / usr.bin / file / config.h
1 /* $FreeBSD$ */
2
3 #include <osreldate.h>
4
5 /* config.h.  Generated automatically by configure.  */
6 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
7
8 /* Define to empty if the keyword does not work.  */
9 /* #undef const */
10
11 /* Define if your struct stat has st_rdev.  */
12 #define HAVE_ST_RDEV 1
13
14 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
15 #define HAVE_SYS_WAIT_H 1
16
17 /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
18 /* #undef MAJOR_IN_MKDEV */
19
20 /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
21 /* #undef MAJOR_IN_SYSMACROS */
22
23 /* Define to `long' if <sys/types.h> doesn't define.  */
24 /* #undef off_t */
25
26 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
27 /* #undef size_t */
28
29 /* Define if you have the ANSI C header files.  */
30 #define STDC_HEADERS 1
31
32 /* Define if your <sys/time.h> declares struct tm.  */
33 /* #undef TM_IN_SYS_TIME */
34
35 /* Define if builtin ELF support is enabled.  */
36 #define BUILTIN_ELF 1
37
38 /* Define if ELF core file support is enabled.  */
39 #define ELFCORE 1
40
41 /* Define if the `long long' type works.  */
42 #define HAVE_LONG_LONG 1
43
44 /* Define if we have "tm_isdst" in "struct tm".  */
45 #define HAVE_TM_ISDST 1
46
47 /* Define if we have a global "int" variable "daylight".  */
48 /* #undef HAVE_DAYLIGHT */
49
50 /* Define to `unsigned char' if standard headers don't define.  */
51 /* #undef uint8_t */
52
53 /* Define to `unsigned short' if standard headers don't define.  */
54 /* #undef uint16_t */
55
56 /* Define to `unsigned int' if standard headers don't define.  */
57 /* #undef uint32_t */
58
59 /* Define to `unsigned long long', if available, or `unsigned long', if
60    standard headers don't define.  */
61 /* #undef uint64_t */
62
63 /* The number of bytes in a uint8_t.  */
64 #define SIZEOF_UINT8_T 1
65
66 /* The number of bytes in a uint16_t.  */
67 #define SIZEOF_UINT16_T 2
68
69 /* The number of bytes in a uint32_t.  */
70 #define SIZEOF_UINT32_T 4
71
72 /* The number of bytes in a uint64_t.  */
73 #define SIZEOF_UINT64_T 8
74
75 /* Define if you have the mkstemp function.  */
76 #define HAVE_MKSTEMP 1
77
78 /* Define if you have the mmap function.  */
79 #define HAVE_MMAP 1
80
81 /* Define if you have the strerror function.  */
82 #define HAVE_STRERROR 1
83
84 /* Define if you have the strtoul function.  */
85 #define HAVE_STRTOUL 1
86
87 /* Define if you have the <fcntl.h> header file.  */
88 #define HAVE_FCNTL_H 1
89
90 /* Define if you have the <getopt.h> header file.  */
91 /* #undef HAVE_GETOPT_H */
92
93 /* Define if you have the <locale.h> header file.  */
94 #define HAVE_LOCALE_H 1
95
96 /* Define if you have the <stdint.h> header file.  */
97 #if __FreeBSD_version >= 500019
98 #define HAVE_STDINT_H 1
99 #endif
100
101 /* Define if you have the <sys/mman.h> header file.  */
102 #define HAVE_SYS_MMAN_H 1
103
104 /* Define if you have the <sys/stat.h> header file.  */
105 #define HAVE_SYS_STAT_H 1
106
107 /* Define if you have the <sys/types.h> header file.  */
108 #define HAVE_SYS_TYPES_H 1
109
110 /* Define if you have the <unistd.h> header file.  */
111 #define HAVE_UNISTD_H 1
112
113 /* Define if you have the z library (-lz).  */
114 #define HAVE_LIBZ 1
115
116 /* Name of package */
117 #define PACKAGE "file"
118
119 /* Version number of package */
120 #define VERSION "3.39"
121
122 /* HAVE_TM_ZONE */
123 #define HAVE_TM_ZONE 1
124
125 /* HAVE_TZNAME */
126 #define HAVE_TZNAME 1
127
128 /* Number of bits in a file offset, on hosts where this is settable. */
129 /* #undef _FILE_OFFSET_BITS */
130
131 /* Define for large files, on AIX-style hosts. */
132 /* #undef _LARGE_FILES */
133