1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* Define to empty if the keyword does not work.  */
4#undef const
5
6/* Define if your struct tm has tm_zone.  */
7#undef HAVE_TM_ZONE
8
9/* Define if you don't have tm_zone but do have the external array
10   tzname.  */
11#undef HAVE_TZNAME
12
13/* Define as __inline if that's what the C compiler calls it.  */
14#undef inline
15
16/* Define if you have the ANSI C header files.  */
17#undef STDC_HEADERS
18
19/* Define if your <sys/time.h> declares struct tm.  */
20#undef TM_IN_SYS_TIME
21#undef TIME_WITH_SYS_TIME
22
23/* Define if the X Window System is missing or not being used.  */
24#undef X_DISPLAY_MISSING
25
26/* Define to `long' if <time.h> doesn't define.  */
27#undef time_t
28
29/* Define if you have the memset function.  */
30#undef HAVE_MEMSET
31
32/* Define if you have the strncmp function.  */
33#undef HAVE_STRNCMP
34
35/* Define if you have the <unistd.h> header file.  */
36#undef HAVE_UNISTD_H
37
38/* Define if you have the m library (-lm).  */
39#undef HAVE_LIBM
40
41/* Define if you have cairo library */
42#undef HAVE_CAIRO
43