aboutsummaryrefslogtreecommitdiff
path: root/libffi/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'libffi/acconfig.h')
-rw-r--r--libffi/acconfig.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/libffi/acconfig.h b/libffi/acconfig.h
deleted file mode 100644
index 9c553150c02..00000000000
--- a/libffi/acconfig.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* 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