]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/file/config.h
This commit was generated by cvs2svn to compensate for changes in r69180,
[FreeBSD/FreeBSD.git] / usr.bin / file / config.h
1 /* $FreeBSD$ */
2
3 /* config.h.  Generated automatically by configure.  */
4 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
5
6 /* Define to empty if the keyword does not work.  */
7 /* #undef const */
8
9 /* Define if your struct stat has st_rdev.  */
10 #define HAVE_ST_RDEV 1
11
12 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
13 #define HAVE_SYS_WAIT_H 1
14
15 /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
16 /* #undef MAJOR_IN_MKDEV */
17
18 /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
19 /* #undef MAJOR_IN_SYSMACROS */
20
21 /* Define to `long' if <sys/types.h> doesn't define.  */
22 /* #undef off_t */
23
24 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
25 /* #undef size_t */
26
27 /* Define if you have the ANSI C header files.  */
28 #define STDC_HEADERS 1
29
30 /* Define if builtin ELF support is enabled.  */
31 #define BUILTIN_ELF 1
32
33 /* Define if ELF core file support is enabled.  */
34 #define ELFCORE 1
35
36 /* Define if the `long long' type works.  */
37 #define HAVE_LONG_LONG 1
38
39 /* Define to `unsigned char' if standard headers don't define.  */
40 /* #undef uint8_t */
41
42 /* Define to `unsigned short' if standard headers don't define.  */
43 /* #undef uint16_t */
44
45 /* Define to `unsigned int' if standard headers don't define.  */
46 /* #undef uint32_t */
47
48 /* Define to `unsigned long long', if available, or `unsigned long', if
49    standard headers don't define.  */
50 /* #undef uint64_t */
51
52 /* The number of bytes in a uint8_t.  */
53 #define SIZEOF_UINT8_T 1
54
55 /* The number of bytes in a uint16_t.  */
56 #define SIZEOF_UINT16_T 2
57
58 /* The number of bytes in a uint32_t.  */
59 #define SIZEOF_UINT32_T 4
60
61 /* The number of bytes in a uint64_t.  */
62 #define SIZEOF_UINT64_T 8
63
64 /* Define if you have the strerror function.  */
65 #define HAVE_STRERROR 1
66
67 /* Define if you have the strtoul function.  */
68 #define HAVE_STRTOUL 1
69
70 /* Define if you have the <locale.h> header file.  */
71 #define HAVE_LOCALE_H 1
72
73 /* Define if you have the <unistd.h> header file.  */
74 #define HAVE_UNISTD_H 1
75
76 /* Name of package */
77 #define PACKAGE "file"
78
79 /* Version number of package */
80 #define VERSION "3.32"
81