* Makefile.in (PREPROCESSOR_DEFINES): New macro.
[official-gcc.git] / libffi / acconfig.h
blobb317b5e9adaf9b846c57083c19889726982d161f
1 /* Define this if you want extra debugging */
2 #undef FFI_DEBUG
4 /* Define this if you are using Purify and want to suppress
5 spurious messages. */
6 #undef USING_PURIFY
8 /* Define this is you do not want support for aggregate types. */
9 #undef FFI_NO_STRUCTS
11 /* Define this is you do not want support for the raw API. */
12 #undef FFI_NO_RAW_API
14 /* This is the package name */
15 #undef PACKAGE
17 /* This is the package version */
18 #undef VERSION