summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-04-18 13:58:18 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-04-18 13:58:18 (GMT)
commitf253786a807967c2a7f289fa294b66d5dffadcdd (patch)
treeb5583470a84088050578da953c1ff16946b9ad5e /pyconfig.h.in
parentf498113f3f8585f5e7c5f4cedca0108c41628c75 (diff)
downloadcpython-f253786a807967c2a7f289fa294b66d5dffadcdd.zip
cpython-f253786a807967c2a7f289fa294b66d5dffadcdd.tar.gz
cpython-f253786a807967c2a7f289fa294b66d5dffadcdd.tar.bz2
Add check for C99 round function to configure, and define
a fallback function if round doesn't exist.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 72f5fb3..1807d80 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -521,6 +521,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