summaryrefslogtreecommitdiffstats
path: root/Mac/Include/pyconfig.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-08-07 15:30:23 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-08-07 15:30:23 (GMT)
commitb760923b206db4f67fdfabaa5a16a5cd0bf3951e (patch)
tree7f0152f50238f9e1f50e86852cea71a236b1384f /Mac/Include/pyconfig.h
parent71c5b02859b56a57c6657a783b482a90c4516e33 (diff)
downloadcpython-b760923b206db4f67fdfabaa5a16a5cd0bf3951e.zip
cpython-b760923b206db4f67fdfabaa5a16a5cd0bf3951e.tar.gz
cpython-b760923b206db4f67fdfabaa5a16a5cd0bf3951e.tar.bz2
Got rid of 68k-Mac and other outdated ifdefs.
Diffstat (limited to 'Mac/Include/pyconfig.h')
-rw-r--r--Mac/Include/pyconfig.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Mac/Include/pyconfig.h b/Mac/Include/pyconfig.h
index 90b56c4..eb53725 100644
--- a/Mac/Include/pyconfig.h
+++ b/Mac/Include/pyconfig.h
@@ -469,12 +469,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#undef HAVE_HSTRERROR
/* Define if you have the hypot function. */
-#ifndef __MC68K__
-/* 68K hypot definition (and implementation) are unuseable
-** because they use 10-byte floats.
-*/
#define HAVE_HYPOT
-#endif
/* Define if you have the inet_pton function. */
#undef HAVE_INET_PTON