1/* include/HsTimeConfig.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the declaration of `altzone', and to 0 if you
4   don't. */
5#undef HAVE_DECL_ALTZONE
6
7/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
8   */
9#undef HAVE_DECL_TZNAME
10
11/* Define to 1 if you have the `ftime' function. */
12#undef HAVE_FTIME
13
14/* Define to 1 if you have the `gettimeofday' function. */
15#undef HAVE_GETTIMEOFDAY
16
17/* Define to 1 if you have the `gmtime_r' function. */
18#undef HAVE_GMTIME_R
19
20/* Define to 1 if you have the <inttypes.h> header file. */
21#undef HAVE_INTTYPES_H
22
23/* Define to 1 if you have the `localtime_r' function. */
24#undef HAVE_LOCALTIME_R
25
26/* Define to 1 if you have the <memory.h> header file. */
27#undef HAVE_MEMORY_H
28
29/* Define to 1 if you have the <stdint.h> header file. */
30#undef HAVE_STDINT_H
31
32/* Define to 1 if you have the <stdlib.h> header file. */
33#undef HAVE_STDLIB_H
34
35/* Define to 1 if you have the <strings.h> header file. */
36#undef HAVE_STRINGS_H
37
38/* Define to 1 if you have the <string.h> header file. */
39#undef HAVE_STRING_H
40
41/* Define to 1 if `tm_zone' is a member of `struct tm'. */
42#undef HAVE_STRUCT_TM_TM_ZONE
43
44/* Define to 1 if you have the <sys/stat.h> header file. */
45#undef HAVE_SYS_STAT_H
46
47/* Define to 1 if you have the <sys/timeb.h> header file. */
48#undef HAVE_SYS_TIMEB_H
49
50/* Define to 1 if you have the <sys/time.h> header file. */
51#undef HAVE_SYS_TIME_H
52
53/* Define to 1 if you have the <sys/types.h> header file. */
54#undef HAVE_SYS_TYPES_H
55
56/* Define to 1 if you have the <time.h> header file. */
57#undef HAVE_TIME_H
58
59/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
60   `HAVE_STRUCT_TM_TM_ZONE' instead. */
61#undef HAVE_TM_ZONE
62
63/* Define to 1 if you don't have `tm_zone' but do have the external array
64   `tzname'. */
65#undef HAVE_TZNAME
66
67/* Define to 1 if you have the <unistd.h> header file. */
68#undef HAVE_UNISTD_H
69
70/* Define to the address where bug reports for this package should be sent. */
71#undef PACKAGE_BUGREPORT
72
73/* Define to the full name of this package. */
74#undef PACKAGE_NAME
75
76/* Define to the full name and version of this package. */
77#undef PACKAGE_STRING
78
79/* Define to the one symbol short name of this package. */
80#undef PACKAGE_TARNAME
81
82/* Define to the home page for this package. */
83#undef PACKAGE_URL
84
85/* Define to the version of this package. */
86#undef PACKAGE_VERSION
87
88/* Define to 1 if you have the ANSI C header files. */
89#undef STDC_HEADERS
90
91/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
92#undef TIME_WITH_SYS_TIME
93
94/* Define to 1 if your <sys/time.h> declares `struct tm'. */
95#undef TM_IN_SYS_TIME
96