xref: /freebsd/lib/libmagic/config.h (revision ca9ac06c99bfd0150b85d4d83c396ce6237c0e05)
1 /* $FreeBSD$ */
2 
3 #include <osreldate.h>
4 
5 /* config.h.  Generated by configure.  */
6 /* config.h.in.  Generated from configure.in by autoheader.  */
7 /* Autoheader needs me */
8 #define PACKAGE "file"
9 
10 /* Autoheader needs me */
11 #define VERSION "4.12"
12 
13 /* Define if builtin ELF support is enabled.  */
14 #define BUILTIN_ELF 1
15 
16 /* Define if ELF core file support is enabled.  */
17 #define ELFCORE 1
18 
19 /* Define if the `long long' type works.  */
20 #define HAVE_LONG_LONG 1
21 
22 /* Define if we have "tm_zone" in "struct tm".  */
23 #define HAVE_TM_ZONE 1
24 
25 /* Define if we have a global "char * []" "tzname" variable.  */
26 #define HAVE_TZNAME 1
27 
28 /* Define if we have "tm_isdst" in "struct tm".  */
29 #define HAVE_TM_ISDST 1
30 
31 /* Define if we have a global "int" variable "daylight".  */
32 /* #undef HAVE_DAYLIGHT */
33 
34 /* Define if we have a mkstemp */
35 #define HAVE_MKSTEMP 1
36 
37 /* Define to `unsigned char' if standard headers don't define.  */
38 /* #undef uint8_t */
39 
40 /* Define to `unsigned short' if standard headers don't define.  */
41 /* #undef uint16_t */
42 
43 /* Define to `unsigned int' if standard headers don't define.  */
44 /* #undef uint32_t */
45 
46 /* Define to `unsigned long long', if available, or `unsigned long', if
47    standard headers don't define.  */
48 /* #undef uint64_t */
49 
50 /* Define to `int' if standard headers don't define.  */
51 /* #undef int32_t */
52 
53 /* FIXME: These have to be added manually because autoheader doesn't know
54    about AC_CHECK_SIZEOF_INCLUDES.  */
55 
56 /* The number of bytes in a uint8_t.  */
57 #define SIZEOF_UINT8_T 1
58 
59 /* The number of bytes in a uint16_t.  */
60 #define SIZEOF_UINT16_T 2
61 
62 /* The number of bytes in a uint32_t.  */
63 #define SIZEOF_UINT32_T 4
64 
65 /* The number of bytes in a uint64_t.  */
66 #define SIZEOF_UINT64_T 8
67 
68 /* Define to 1 if you have the <fcntl.h> header file. */
69 #define HAVE_FCNTL_H 1
70 
71 /* Define to 1 if you have the <getopt.h> header file. */
72 #define HAVE_GETOPT_H 1
73 
74 /* Define to 1 if you have the `getopt_long' function. */
75 #define HAVE_GETOPT_LONG 1
76 
77 /* Define to 1 if you have the <inttypes.h> header file. */
78 #define HAVE_INTTYPES_H 1
79 
80 /* Define to 1 if you have the `z' library (-lz). */
81 #define HAVE_LIBZ 1
82 
83 /* Define to 1 if you have the <locale.h> header file. */
84 #define HAVE_LOCALE_H 1
85 
86 /* Define to 1 if you have the `mbrtowc' function. */
87 #define HAVE_MBRTOWC 1
88 
89 /* Define to 1 if you have the <memory.h> header file. */
90 #define HAVE_MEMORY_H 1
91 
92 /* Define to 1 if you have the `mkstemp' function. */
93 #define HAVE_MKSTEMP 1
94 
95 /* Define to 1 if you have the `mmap' function. */
96 #define HAVE_MMAP 1
97 
98 /* Define to 1 if you have the <stdint.h> header file. */
99 #if __FreeBSD_version >= 500019
100 #define HAVE_STDINT_H 1
101 #endif
102 
103 /* Define to 1 if you have the <stdlib.h> header file. */
104 #define HAVE_STDLIB_H 1
105 
106 /* Define to 1 if you have the `strerror' function. */
107 #define HAVE_STRERROR 1
108 
109 /* Define to 1 if you have the <strings.h> header file. */
110 #define HAVE_STRINGS_H 1
111 
112 /* Define to 1 if you have the <string.h> header file. */
113 #define HAVE_STRING_H 1
114 
115 /* Define to 1 if you have the `strtoul' function. */
116 #define HAVE_STRTOUL 1
117 
118 /* Define to 1 if `st_rdev' is member of `struct stat'. */
119 #define HAVE_STRUCT_STAT_ST_RDEV 1
120 
121 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
122    `HAVE_STRUCT_STAT_ST_RDEV' instead. */
123 #define HAVE_ST_RDEV 1
124 
125 /* Define to 1 if you have the <sys/mman.h> header file. */
126 #define HAVE_SYS_MMAN_H 1
127 
128 /* Define to 1 if you have the <sys/stat.h> header file. */
129 #define HAVE_SYS_STAT_H 1
130 
131 /* Define to 1 if you have the <sys/types.h> header file. */
132 #define HAVE_SYS_TYPES_H 1
133 
134 /* Define to 1 if you have the <sys/utime.h> header file. */
135 /* #undef HAVE_SYS_UTIME_H */
136 
137 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
138 #define HAVE_SYS_WAIT_H 1
139 
140 /* HAVE_TM_ZONE */
141 #define HAVE_TM_ZONE 1
142 
143 /* HAVE_TZNAME */
144 #define HAVE_TZNAME 1
145 
146 /* Define to 1 if you have the <unistd.h> header file. */
147 #define HAVE_UNISTD_H 1
148 
149 /* Define to 1 if you have the `utime' function. */
150 #define HAVE_UTIME 1
151 
152 /* Define to 1 if you have the `utimes' function. */
153 #define HAVE_UTIMES 1
154 
155 /* Define to 1 if you have the <utime.h> header file. */
156 #define HAVE_UTIME_H 1
157 
158 /* Define to 1 if you have the <wchar.h> header file. */
159 #define HAVE_WCHAR_H 1
160 
161 /* Define to 1 if you have the `wcwidth' function. */
162 #define HAVE_WCWIDTH 1
163 
164 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
165    */
166 /* #undef MAJOR_IN_MKDEV */
167 
168 /* Define to 1 if `major', `minor', and `makedev' are declared in
169    <sysmacros.h>. */
170 /* #undef MAJOR_IN_SYSMACROS */
171 
172 /* Name of package */
173 #define PACKAGE "file"
174 
175 /* Define to the address where bug reports for this package should be sent. */
176 #define PACKAGE_BUGREPORT ""
177 
178 /* Define to the full name of this package. */
179 #define PACKAGE_NAME ""
180 
181 /* Define to the full name and version of this package. */
182 #define PACKAGE_STRING ""
183 
184 /* Define to the one symbol short name of this package. */
185 #define PACKAGE_TARNAME ""
186 
187 /* Define to the version of this package. */
188 #define PACKAGE_VERSION ""
189 
190 /* Define to 1 if you have the ANSI C header files. */
191 #define STDC_HEADERS 1
192 
193 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
194 /* #undef TM_IN_SYS_TIME */
195 
196 /* Version number of package */
197 #define VERSION "4.12"
198 
199 /* Number of bits in a file offset, on hosts where this is settable. */
200 /* #undef _FILE_OFFSET_BITS */
201 
202 /* Define for large files, on AIX-style hosts. */
203 /* #undef _LARGE_FILES */
204 
205 /* Define to empty if `const' does not conform to ANSI C. */
206 /* #undef const */
207 
208 /* Define to a type if <wchar.h> does not define. */
209 /* #undef mbstate_t */
210 
211 /* Define to `long' if <sys/types.h> does not define. */
212 /* #undef off_t */
213 
214 /* Define to `unsigned' if <sys/types.h> does not define. */
215 /* #undef size_t */
216