mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 21:19:47 -04:00
7 lines
161 B
C
7 lines
161 B
C
/* $NetBSD: math.h,v 1.5 2011/01/17 23:53:03 matt Exp $ */
|
|
|
|
#define __HAVE_NANF
|
|
#if defined(__mips_n32) || defined(__mips_n64)
|
|
#define __HAVE_LONG_DOUBLE
|
|
#endif
|