diff options
author | Guido van Rossum <guido@python.org> | 2000-05-11 18:41:32 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-05-11 18:41:32 (GMT) |
commit | a28518a6a645710b5c8a78e3d98da4bac828d63e (patch) | |
tree | e73c3060dd7cda69f898c37fa83642ab27a12ba5 /config.h.in | |
parent | 99f235d5e789deaaa68f3a9341f4cf896c914752 (diff) | |
download | cpython-a28518a6a645710b5c8a78e3d98da4bac828d63e.zip cpython-a28518a6a645710b5c8a78e3d98da4bac828d63e.tar.gz cpython-a28518a6a645710b5c8a78e3d98da4bac828d63e.tar.bz2 |
Add check for rint() in math library.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index ce254b8..bbe3490 100644 --- a/config.h.in +++ b/config.h.in @@ -381,6 +381,9 @@ /* Define if you have the readlink function. */ #undef HAVE_READLINK +/* Define if you have the rint function. */ +#undef HAVE_RINT + /* Define if you have the select function. */ #undef HAVE_SELECT |