summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorTravis E. Oliphant <oliphant@enthought.com>2007-10-12 22:06:37 (GMT)
committerTravis E. Oliphant <oliphant@enthought.com>2007-10-12 22:06:37 (GMT)
commit9b30784ab2867bcb7335add7306bbd71e2de2151 (patch)
tree840e42d2f374c9e6e0be3aa8371f675624930c65 /pyconfig.h.in
parentd5c0add332c9eedc74d57232c6c459b297d63cf5 (diff)
downloadcpython-9b30784ab2867bcb7335add7306bbd71e2de2151.zip
cpython-9b30784ab2867bcb7335add7306bbd71e2de2151.tar.gz
cpython-9b30784ab2867bcb7335add7306bbd71e2de2151.tar.bz2
Add macros for checking for long double and defining the size of long double on the platform. Ctypes and Struct module will both need them.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 502c3ab..11ea4a0 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -330,6 +330,9 @@
/* Define to 1 if you have the <linux/netlink.h> header file. */
#undef HAVE_LINUX_NETLINK_H
+/* Define this if you have the type long double. */
+#undef HAVE_LONG_DOUBLE
+
/* Define this if you have the type long long. */
#undef HAVE_LONG_LONG
@@ -824,6 +827,9 @@
/* The size of `long', as computed by sizeof. */
#undef SIZEOF_LONG
+/* The size of `long double', as computed by sizeof. */
+#undef SIZEOF_LONG_DOUBLE
+
/* The size of `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG