summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-05-11 18:41:32 (GMT)
committerGuido van Rossum <guido@python.org>2000-05-11 18:41:32 (GMT)
commita28518a6a645710b5c8a78e3d98da4bac828d63e (patch)
treee73c3060dd7cda69f898c37fa83642ab27a12ba5 /config.h.in
parent99f235d5e789deaaa68f3a9341f4cf896c914752 (diff)
downloadcpython-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.in3
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