aboutsummaryrefslogtreecommitdiff
path: root/PC/pyconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r--PC/pyconfig.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index 7539777228..bb55ff4fe1 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -58,7 +58,6 @@ WIN32 is still required for the locale module.
#include <io.h>
-#define HAVE_HYPOT
#define HAVE_STRFTIME
#define DONT_HAVE_SIG_ALARM
#define DONT_HAVE_SIG_PAUSE
@@ -348,14 +347,6 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
/* Fairly standard from here! */
-/* 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 if on AIX 3.
System headers sometimes define this.
We just want to avoid a redefinition error message. */