diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-04-18 14:41:37 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-04-18 14:41:37 (GMT) |
commit | 8e5446f902c58a48796c1f0e25a263b7268afe34 (patch) | |
tree | 1f117ab0286a1a2a6f24ff997ca64b67ac1ae194 /pyconfig.h.in | |
parent | 4beb89b9f7a40703136d0ddac7aecd71d59d17bc (diff) | |
download | cpython-8e5446f902c58a48796c1f0e25a263b7268afe34.zip cpython-8e5446f902c58a48796c1f0e25a263b7268afe34.tar.gz cpython-8e5446f902c58a48796c1f0e25a263b7268afe34.tar.bz2 |
Backport r71704 (add configure check for C99 round function) to trunk.
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 a7f1ab1..4452566 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -504,6 +504,9 @@ /* Define if you have readline 4.0 */ #undef HAVE_RL_PRE_INPUT_HOOK +/* Define to 1 if you have the `round' function. */ +#undef HAVE_ROUND + /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT |