mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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.
This commit is contained in:
parent
d5c0add332
commit
9b30784ab2
3 changed files with 481 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue