diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-11-20 10:29:12 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-11-20 10:29:12 (GMT) |
commit | ec0d3558360c5232c066094127b4d88f55c0b531 (patch) | |
tree | 427e0d7dca34cc03e274f8eaa038afb47ab720a4 /pyconfig.h.in | |
parent | 54445adfd3eb58a81f5f08e697ca44fc62176a58 (diff) | |
download | cpython-ec0d3558360c5232c066094127b4d88f55c0b531.zip cpython-ec0d3558360c5232c066094127b4d88f55c0b531.tar.gz cpython-ec0d3558360c5232c066094127b4d88f55c0b531.tar.bz2 |
Regenerated configure and pyconfig.h.in.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 2353487..9fbcef8 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -911,6 +911,9 @@ /* Define if you are using Mach cthreads directly under /include */ #undef HURD_C_THREADS +/* Define if log1p(-0.) is 0. rather than -0. */ +#undef LOG1P_DROPS_ZERO_SIGN + /* Define if you are using Mach cthreads under mach / */ #undef MACH_C_THREADS |