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:
Travis E. Oliphant 2007-10-12 22:06:37 +00:00
parent d5c0add332
commit 9b30784ab2
3 changed files with 481 additions and 1 deletions

View file

@ -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