blob: 9c553150c028e87c7bf40eaca66a6b1413af8afa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* Define this if you want extra debugging */
#undef FFI_DEBUG
/* Define this if you are using Purify and want to suppress
spurious messages. */
#undef USING_PURIFY
/* Define this is you do not want support for aggregate types. */
#undef FFI_NO_STRUCTS
/* Define this is you do not want support for the raw API. */
#undef FFI_NO_RAW_API
|