]> granicus.if.org Git - python/commitdiff
Added CHECK_IMPORT_CASE
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 20 Feb 1998 15:50:23 +0000 (15:50 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 20 Feb 1998 15:50:23 +0000 (15:50 +0000)
Added HAVE_HYPOT, except for 68k (where you get 10-byte-float hypot,
sigh...)

Mac/Include/config.h

index 454b9aa1ed806eb7eab7a3d4c33702b4c56c89c9..fd10a04c017998246c058da89826109a26328aa9 100644 (file)
@@ -48,8 +48,16 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 #ifdef __MWERKS__
 #define HAVE_STRFTIME
+#ifndef __MC68K__
+/* 68K hypot definition (and implementation) are unuseable
+** because they use 10-byte floats.
+*/
+#define HAVE_HYPOT
+#endif
 #endif
 
+#define CHECK_IMPORT_CASE
+
 #ifdef USE_GUSI
 /* GUSI provides a lot of unixisms */
 #define HAVE_SELECT