diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2008-06-27 22:20:14 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2008-06-27 22:20:14 (GMT) |
commit | dc1688adbffffb2f57a69a030b88c49d368f73ce (patch) | |
tree | f885e5c73ca413ee2ab64dba308869c9f7aad559 /pyconfig.h.in | |
parent | ee51cffc95ead121f91d8f4ac428aa6f44f10afc (diff) | |
download | cpython-dc1688adbffffb2f57a69a030b88c49d368f73ce.zip cpython-dc1688adbffffb2f57a69a030b88c49d368f73ce.tar.gz cpython-dc1688adbffffb2f57a69a030b88c49d368f73ce.tar.bz2 |
Fix typo in configure.in, and propagate configure.in changes from r64002
to configure and pyconfig.h.in.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 2899152..1c2d377 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -384,6 +384,9 @@ /* Define to 1 if you have the `log1p' function. */ #undef HAVE_LOG1P +/* 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 @@ -887,6 +890,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 |