blob: 5d3b861081c6567c59d41def013916acefe1b968 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/* Define if the __attribute__(()) extension is present */
#undef HAVE_ATTRIBUTE
/* Define if the compiler understands the __FUNCTION__ keyword. */
#undef HAVE_FUNCTION
/* Define if we have parallel support */
#undef HAVE_PARALLEL
/* Define if it's safe to use `long long' for hsize_t and hssize_t */
#undef HAVE_LARGE_HSIZET
/* The width parameter for printf formats for type `long long', us. `ll' */
#undef PRINTF_LL_WIDTH
/* Define if `tm_gmtoff' is a member of `struct tm' */
#undef HAVE_TM_GMTOFF
/* Define if `timezone' is a global variable */
#undef HAVE_TIMEZONE
/* Define if `struct timezone' is defined */
#undef HAVE_STRUCT_TIMEZONE
|