blob: 4f5b40229f7294c2454ad42345018a6edf7d7c68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* 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
|