summaryrefslogtreecommitdiff
path: root/PC/pyconfig.h
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-03-27 01:38:47 +0000
committerChristian Heimes <christian@cheimes.de>2008-03-27 01:38:47 +0000
commit9a960c601518c22434777d4fe5685efd0872c489 (patch)
treeae855353c967de76fdcabbaeb885df6f1542dbf5 /PC/pyconfig.h
parenta82e8db5e4994dbad8b5f5a81c7397beb1517cb7 (diff)
downloadcpython-git-9a960c601518c22434777d4fe5685efd0872c489.tar.gz
Revert commit accident
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r--PC/pyconfig.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index 7cba34021b..1892cf1ea5 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -207,13 +207,12 @@ typedef _W64 int ssize_t;
#endif /* MS_WIN32 && !MS_WIN64 */
typedef int pid_t;
+#define hypot _hypot
#include <float.h>
#define Py_IS_NAN _isnan
#define Py_IS_INFINITY(X) (!_finite(X) && !_isnan(X))
#define Py_IS_FINITE(X) _finite(X)
-#define copysign _copysign
-#define hypot _hypot
#endif /* _MSC_VER */
@@ -393,7 +392,7 @@ 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 HAVE_COPYSIGN 1*/
/* Define to 1 if you have the `isinf' function. */
#define HAVE_ISINF 1