summaryrefslogtreecommitdiff
path: root/PC/pyconfig.h
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-07-25 14:47:29 -0500
committerZachary Ware <zachary.ware@gmail.com>2014-07-25 14:47:29 -0500
commit59b7ff6ad555c21e72acbed0f86849f6907e8d40 (patch)
treeb2a37f678eebcc7b1140cb8b869640de7c93200b /PC/pyconfig.h
parentc23496749bf0e0d518b5d3c5eeac6a08f51039bf (diff)
parent257531b5feeba695b2b5a428024185717b815595 (diff)
downloadcpython-59b7ff6ad555c21e72acbed0f86849f6907e8d40.tar.gz
Issue #21958: Merge with 3.4
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r--PC/pyconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index e82e6e9047..49c25997b5 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -436,6 +436,11 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
/* Define to 1 if you have the `copysign' function. */
#define HAVE_COPYSIGN 1
+/* Define to 1 if you have the `round' function. */
+#if _MSC_VER >= 1800
+#define HAVE_ROUND 1
+#endif
+
/* Define to 1 if you have the `isinf' macro. */
#define HAVE_DECL_ISINF 1