summaryrefslogtreecommitdiff
path: root/libffi/acconfig.h
diff options
context:
space:
mode:
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-08 13:27:18 +0000
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-08 13:27:18 +0000
commit47c5fab6136c7525f4abe013644d7d20570d1b94 (patch)
tree7687d170c71097dc434304205f4ea24833298d64 /libffi/acconfig.h
parent6f5c3acb88fa13cbc8e086f7d8962641e5b35b10 (diff)
downloadgcc-47c5fab6136c7525f4abe013644d7d20570d1b94.tar.gz
Initial revision
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28593 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/acconfig.h')
-rw-r--r--libffi/acconfig.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/libffi/acconfig.h b/libffi/acconfig.h
new file mode 100644
index 00000000000..b317b5e9ada
--- /dev/null
+++ b/libffi/acconfig.h
@@ -0,0 +1,18 @@
+/* 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