summaryrefslogtreecommitdiff
path: root/Modules/_ctypes/libffi/fficonfig.h.in
diff options
context:
space:
mode:
authordoko <doko@ubuntu.com>2014-08-09 22:36:35 +0200
committerdoko <doko@ubuntu.com>2014-08-09 22:36:35 +0200
commit14827116a672bb378367fa92099c2993dd9616b4 (patch)
tree211f0960da9bace998d1547788b51aeb6ea8e6cd /Modules/_ctypes/libffi/fficonfig.h.in
parentb0024cb34339e8baf72da48ac8ca4ef1d8692a6b (diff)
downloadcpython-14827116a672bb378367fa92099c2993dd9616b4.tar.gz
- Issue #22176: Update the ctypes module's libffi to v3.1. This release
adds support for the Linux AArch64 and POWERPC ELF ABIv2 little endian architectures.
Diffstat (limited to 'Modules/_ctypes/libffi/fficonfig.h.in')
-rw-r--r--Modules/_ctypes/libffi/fficonfig.h.in13
1 files changed, 9 insertions, 4 deletions
diff --git a/Modules/_ctypes/libffi/fficonfig.h.in b/Modules/_ctypes/libffi/fficonfig.h.in
index c77585da4b..cdef91b88f 100644
--- a/Modules/_ctypes/libffi/fficonfig.h.in
+++ b/Modules/_ctypes/libffi/fficonfig.h.in
@@ -26,10 +26,10 @@
/* Cannot use malloc on this target, so, we revert to alternative means */
#undef FFI_MMAP_EXEC_WRIT
-/* Define this is you do not want support for the raw API. */
+/* Define this if you do not want support for the raw API. */
#undef FFI_NO_RAW_API
-/* Define this is you do not want support for aggregate types. */
+/* Define this if you do not want support for aggregate types. */
#undef FFI_NO_STRUCTS
/* Define to 1 if you have `alloca', as a function or macro. */
@@ -73,6 +73,9 @@
/* Define if you have the long double type and it is bigger than a double */
#undef HAVE_LONG_DOUBLE
+/* Define if you support more than one size of the long double type */
+#undef HAVE_LONG_DOUBLE_VARIANT
+
/* Define to 1 if you have the `memcpy' function. */
#undef HAVE_MEMCPY
@@ -118,8 +121,7 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
+/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
@@ -152,6 +154,9 @@
/* The size of `long double', as computed by sizeof. */
#undef SIZEOF_LONG_DOUBLE
+/* The size of `size_t', as computed by sizeof. */
+#undef SIZEOF_SIZE_T
+
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at runtime.