]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/file/acconfig.h
This commit was generated by cvs2svn to compensate for changes in r95415,
[FreeBSD/FreeBSD.git] / contrib / file / acconfig.h
1 /* Autoheader needs me */
2 #undef PACKAGE
3
4 /* Autoheader needs me */
5 #undef VERSION
6
7 /* Define if builtin ELF support is enabled.  */
8 #undef BUILTIN_ELF
9
10 /* Define if ELF core file support is enabled.  */
11 #undef ELFCORE
12
13 /* Define if the `long long' type works.  */
14 #undef HAVE_LONG_LONG
15
16 /* Define if we have "tm_isdst" in "struct tm".  */
17 #undef HAVE_TM_ISDST
18
19 /* Define if we have a global "int" variable "daylight".  */
20 #undef HAVE_DAYLIGHT
21
22 /* Define to `unsigned char' if standard headers don't define.  */
23 #undef uint8_t
24
25 /* Define to `unsigned short' if standard headers don't define.  */
26 #undef uint16_t
27
28 /* Define to `unsigned int' if standard headers don't define.  */
29 #undef uint32_t
30
31 /* Define to `unsigned long long', if available, or `unsigned long', if
32    standard headers don't define.  */
33 #undef uint64_t
34
35 /* FIXME: These have to be added manually because autoheader doesn't know
36    about AC_CHECK_SIZEOF_INCLUDES.  */
37
38 /* The number of bytes in a uint8_t.  */
39 #define SIZEOF_UINT8_T 0
40
41 /* The number of bytes in a uint16_t.  */
42 #define SIZEOF_UINT16_T 0
43
44 /* The number of bytes in a uint32_t.  */
45 #define SIZEOF_UINT32_T 0
46
47 /* The number of bytes in a uint64_t.  */
48 #define SIZEOF_UINT64_T 0