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