63e5e3e0db
From-SVN: r28593
19 lines
443 B
C
19 lines
443 B
C
/* 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
|
|
|
|
/* This is the package name */
|
|
#undef PACKAGE
|
|
|
|
/* This is the package version */
|
|
#undef VERSION
|