* Sync comment with code's reality.
[dragonfly.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_zone" in "struct tm".  */
17 #undef HAVE_TM_ZONE
18
19 /* Define if we have a global "char * []" "tzname" variable.  */
20 #undef HAVE_TZNAME
21
22 /* Define if we have "tm_isdst" in "struct tm".  */
23 #undef HAVE_TM_ISDST
24
25 /* Define if we have a global "int" variable "daylight".  */
26 #undef HAVE_DAYLIGHT
27
28 /* Define if we have a mkstemp */
29 #undef HAVE_MKSTEMP
30
31 /* Define to `unsigned char' if standard headers don't define.  */
32 #undef uint8_t
33
34 /* Define to `unsigned short' if standard headers don't define.  */
35 #undef uint16_t
36
37 /* Define to `unsigned int' if standard headers don't define.  */
38 #undef uint32_t
39
40 /* Define to `unsigned long long', if available, or `unsigned long', if
41    standard headers don't define.  */
42 #undef uint64_t
43
44 /* Define to `int' if standard headers don't define.  */
45 #undef int32_t
46
47 /* FIXME: These have to be added manually because autoheader doesn't know
48    about AC_CHECK_SIZEOF_INCLUDES.  */
49
50 /* The number of bytes in a uint8_t.  */
51 #define SIZEOF_UINT8_T 0
52
53 /* The number of bytes in a uint16_t.  */
54 #define SIZEOF_UINT16_T 0
55
56 /* The number of bytes in a uint32_t.  */
57 #define SIZEOF_UINT32_T 0
58
59 /* The number of bytes in a uint64_t.  */
60 #define SIZEOF_UINT64_T 0