1 /* $NetBSD: arith.h,v 1.1 2006/01/25 15:33:28 kleink Exp $ */
2 /* $FreeBSD: stable/9/lib/libc/mips/gdtoa/arith.h 178580 2008-04-26 12:08:02Z imp $ */
3 
4 #include <machine/endian.h>
5 
6 #if BYTE_ORDER == BIG_ENDIAN
7 #define IEEE_BIG_ENDIAN
8 #else
9 #define IEEE_LITTLE_ENDIAN
10 #endif
11