repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gcc:
[official-gcc.git]
/
libffi
/
acconfig.h
blob
9c553150c028e87c7bf40eaca66a6b1413af8afa
1
/* Define this if you want extra debugging */
2
#undef FFI_DEBUG
3
4
/* Define this if you are using Purify and want to suppress
5
spurious messages. */
6
#undef USING_PURIFY
7
8
/* Define this is you do not want support for aggregate types. */
9
#undef FFI_NO_STRUCTS
10
11
/* Define this is you do not want support for the raw API. */
12
#undef FFI_NO_RAW_API